package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "bn.js@5.2.0",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "bn.js@5.2.0",
  9. "_id": "bn.js@5.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==",
  12. "_location": "/bn.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "bn.js@5.2.0",
  18. "name": "bn.js",
  19. "escapedName": "bn.js",
  20. "rawSpec": "5.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "5.2.0"
  23. },
  24. "_requiredBy": [
  25. "/ripple-keypairs"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz",
  28. "_spec": "5.2.0",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "Fedor Indutny",
  32. "email": "fedor@indutny.com"
  33. },
  34. "browser": {
  35. "buffer": false
  36. },
  37. "bugs": {
  38. "url": "https://github.com/indutny/bn.js/issues"
  39. },
  40. "description": "Big number implementation in pure javascript",
  41. "devDependencies": {
  42. "eslint-plugin-es5": "^1.5.0",
  43. "mocha": "^8.3.0",
  44. "standardx": "^7.0.0"
  45. },
  46. "files": [
  47. "lib/bn.js"
  48. ],
  49. "homepage": "https://github.com/indutny/bn.js",
  50. "keywords": [
  51. "BN",
  52. "Big number",
  53. "BigNum",
  54. "Modulo",
  55. "Montgomery"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/bn.js",
  59. "name": "bn.js",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+ssh://git@github.com/indutny/bn.js.git"
  63. },
  64. "scripts": {
  65. "lint": "standardx",
  66. "test": "npm run lint && npm run unit",
  67. "unit": "mocha --reporter=spec test/*-test.js"
  68. },
  69. "version": "5.2.0"
  70. }