{
  "_args": [
    [
      "bn.js@^5.1.1",
      "/var/www/html/isbn/resources/angular-app/node_modules/browserify-sign"
    ]
  ],
  "_from": "bn.js@>=5.1.1 <6.0.0",
  "_hasShrinkwrap": false,
  "_id": "bn.js@5.1.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/bn.js",
  "_nodeVersion": "14.1.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/bn.js_5.1.2_1589988278167_0.011166882823891111"
  },
  "_npmUser": {
    "email": "fanatid@ya.ru",
    "name": "fanatid"
  },
  "_npmVersion": "6.14.4",
  "_phantomChildren": {},
  "_requested": {
    "name": "bn.js",
    "raw": "bn.js@^5.1.1",
    "rawSpec": "^5.1.1",
    "scope": null,
    "spec": ">=5.1.1 <6.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/browserify-sign"
  ],
  "_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.2.tgz",
  "_shasum": "c9686902d3c9a27729f43ab10f9d79c2004da7b0",
  "_shrinkwrap": null,
  "_spec": "bn.js@^5.1.1",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/browserify-sign",
  "author": {
    "email": "fedor@indutny.com",
    "name": "Fedor Indutny"
  },
  "browser": {
    "buffer": false
  },
  "bugs": {
    "url": "https://github.com/indutny/bn.js/issues"
  },
  "dependencies": {},
  "description": "Big number implementation in pure javascript",
  "devDependencies": {
    "babel-eslint": "^10.0.3",
    "mocha": "^7.0.1",
    "standardx": "^5.0.0"
  },
  "directories": {},
  "dist": {
    "fileCount": 4,
    "integrity": "sha512-40rZaf3bUNKTVYu9sIeeEGOg7g14Yvnj9kH7b50EiwX0Q7A6umbvfI5tvHaOERH0XigqKkfLkFQxzb4e6CIXnA==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexUu2CRA9TVsSAnZWagAAEN8P/A+IUTjS9A4bNpsvqjSN\nRxOKNrFZ8anIzg2aIA4ormDE2BxqtdWOYwRk/v3XU7vFNTvq+xjwfK5bRNU5\ns/EyOqd94QYnv5VLRhaqDJ6lYfV29F45YJf7AHMdNb75gxtblLEwDFchtsqd\nxuKEdCXwWm/xuqoLuAwkaPABBSfkzmJ5RWQiZ2up+9mefQLdcumKPmRkV7VF\nm0dNHgH9X2sTNH3p+D7oj9/gHc0gvsSee1Pr6rTicvf9QGR4g5m4t7XOFsZM\nC6gIZtE81tP06WyJUglnNwqCHc/0WMc7FDvaVsKgP8DoK8WrDurpQBoJjhyl\np8hKdfe9rs+dAYz/GTy6wi2iTgjFnNR0kGfIfFV69JdUilbgTwaV91qHilU4\nK3k6i+mP7m3QEJEe39j/e0oxt0HVA/Nw5p4Q6T5HY6x3EmFNakEb4KHq4Pna\nD8bJVLF4liZc+AWxXoSF2OjqRcfBVO24zn6Iaqpq/ayKv+OLXd8cOh65cJtt\n9bsDp7FR64euikH+5DJPtkbM2ZiK40LmcTGhBG7intL8OCZRSi6uysU6k+6p\nj8KnX5vCncsCBuphIbopT2fm4vwNx79VdeIKU+LSiyF30U1OkMjd1UI1GFDj\nqzqGOjbRfZUnBrCc2yAuXeJWrIQL94qnEgppfkahKkSLV/IYIAktoNhIYT4R\n3d1k\r\n=t+IV\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "c9686902d3c9a27729f43ab10f9d79c2004da7b0",
    "tarball": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.2.tgz",
    "unpackedSize": 99671
  },
  "gitHead": "5707aed66c02ae10f8c7d59f5244fcce1c24cdb6",
  "homepage": "https://github.com/indutny/bn.js",
  "keywords": [
    "BN",
    "Big number",
    "BigNum",
    "Modulo",
    "Montgomery"
  ],
  "license": "MIT",
  "main": "lib/bn.js",
  "maintainers": [
    {
      "name": "cwmma",
      "email": "calvin.metcalf@gmail.com"
    },
    {
      "name": "fanatid",
      "email": "fanatid@ya.ru"
    },
    {
      "name": "indutny",
      "email": "fedor@indutny.com"
    }
  ],
  "name": "bn.js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indutny/bn.js.git"
  },
  "scripts": {
    "lint": "standardx",
    "test": "npm run lint && npm run unit",
    "unit": "mocha --reporter=spec test/*-test.js"
  },
  "standardx": {
    "parser": "babel-eslint"
  },
  "version": "5.1.2"
}
