package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "bn.js@4.11.8",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bn.js@4.11.8",
  10. "_id": "bn.js@4.11.8",
  11. "_inBundle": false,
  12. "_integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8=",
  13. "_location": "/bn.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bn.js@4.11.8",
  19. "name": "bn.js",
  20. "escapedName": "bn.js",
  21. "rawSpec": "4.11.8",
  22. "saveSpec": null,
  23. "fetchSpec": "4.11.8"
  24. },
  25. "_requiredBy": [
  26. "/asn1.js",
  27. "/browserify-rsa",
  28. "/browserify-sign",
  29. "/create-ecdh",
  30. "/diffie-hellman",
  31. "/elliptic",
  32. "/miller-rabin",
  33. "/public-encrypt"
  34. ],
  35. "_resolved": "https://registry.npm.taobao.org/bn.js/download/bn.js-4.11.8.tgz",
  36. "_spec": "4.11.8",
  37. "_where": "/Users/lihai/jolijoli/pad_spa",
  38. "author": {
  39. "name": "Fedor Indutny",
  40. "email": "fedor@indutny.com"
  41. },
  42. "browser": {
  43. "buffer": false
  44. },
  45. "bugs": {
  46. "url": "https://github.com/indutny/bn.js/issues"
  47. },
  48. "description": "Big number implementation in pure javascript",
  49. "devDependencies": {
  50. "istanbul": "^0.3.5",
  51. "mocha": "^2.1.0",
  52. "semistandard": "^7.0.4"
  53. },
  54. "homepage": "https://github.com/indutny/bn.js",
  55. "keywords": [
  56. "BN",
  57. "BigNum",
  58. "Big number",
  59. "Modulo",
  60. "Montgomery"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/bn.js",
  64. "name": "bn.js",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/indutny/bn.js.git"
  68. },
  69. "scripts": {
  70. "lint": "semistandard",
  71. "test": "npm run lint && npm run unit",
  72. "unit": "mocha --reporter=spec test/*-test.js"
  73. },
  74. "version": "4.11.8"
  75. }