package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "bn.js@^4.0.0",
  3. "_id": "bn.js@4.11.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==",
  6. "_location": "/bn.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bn.js@^4.0.0",
  12. "name": "bn.js",
  13. "escapedName": "bn.js",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/asn1.js",
  20. "/elliptic"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
  23. "_shasum": "26d556829458f9d1e81fc48952493d0ba3507828",
  24. "_spec": "bn.js@^4.0.0",
  25. "_where": "E:\\pokemon3\\项目PK3\\server\\recharge\\node_modules\\asn1.js",
  26. "author": {
  27. "name": "Fedor Indutny",
  28. "email": "fedor@indutny.com"
  29. },
  30. "browser": {
  31. "buffer": false
  32. },
  33. "bugs": {
  34. "url": "https://github.com/indutny/bn.js/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Big number implementation in pure javascript",
  39. "devDependencies": {
  40. "istanbul": "^0.3.5",
  41. "mocha": "^2.1.0",
  42. "semistandard": "^7.0.4"
  43. },
  44. "homepage": "https://github.com/indutny/bn.js",
  45. "keywords": [
  46. "BN",
  47. "BigNum",
  48. "Big number",
  49. "Modulo",
  50. "Montgomery"
  51. ],
  52. "license": "MIT",
  53. "main": "lib/bn.js",
  54. "name": "bn.js",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/indutny/bn.js.git"
  58. },
  59. "scripts": {
  60. "lint": "semistandard",
  61. "test": "npm run lint && npm run unit",
  62. "unit": "mocha --reporter=spec test/*-test.js"
  63. },
  64. "version": "4.11.9"
  65. }