package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "bn.js@^5.1.1",
  3. "_id": "bn.js@5.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==",
  6. "_location": "/bn.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bn.js@^5.1.1",
  12. "name": "bn.js",
  13. "escapedName": "bn.js",
  14. "rawSpec": "^5.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.1"
  17. },
  18. "_requiredBy": [
  19. "/browserify-rsa",
  20. "/browserify-sign"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz",
  23. "_shasum": "358860674396c6997771a9d051fcc1b57d4ae002",
  24. "_spec": "bn.js@^5.1.1",
  25. "_where": "H:\\gs_nuxt\\node_modules\\browserify-sign",
  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. "eslint-plugin-es5": "^1.5.0",
  41. "mocha": "^8.3.0",
  42. "standardx": "^7.0.0"
  43. },
  44. "files": [
  45. "lib/bn.js"
  46. ],
  47. "homepage": "https://github.com/indutny/bn.js",
  48. "keywords": [
  49. "BN",
  50. "Big number",
  51. "BigNum",
  52. "Modulo",
  53. "Montgomery"
  54. ],
  55. "license": "MIT",
  56. "main": "lib/bn.js",
  57. "name": "bn.js",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/indutny/bn.js.git"
  61. },
  62. "scripts": {
  63. "lint": "standardx",
  64. "test": "npm run lint && npm run unit",
  65. "unit": "mocha --reporter=spec test/*-test.js"
  66. },
  67. "version": "5.2.0"
  68. }