package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "bn.js@5.1.3",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bn.js@5.1.3",
  10. "_id": "bn.js@5.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ==",
  13. "_location": "/bn.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bn.js@5.1.3",
  19. "name": "bn.js",
  20. "escapedName": "bn.js",
  21. "rawSpec": "5.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.3"
  24. },
  25. "_requiredBy": [
  26. "/browserify-sign"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.3.tgz",
  29. "_spec": "5.1.3",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "author": {
  32. "name": "Fedor Indutny",
  33. "email": "fedor@indutny.com"
  34. },
  35. "browser": {
  36. "buffer": false
  37. },
  38. "bugs": {
  39. "url": "https://github.com/indutny/bn.js/issues"
  40. },
  41. "description": "Big number implementation in pure javascript",
  42. "devDependencies": {
  43. "babel-eslint": "^10.0.3",
  44. "mocha": "^7.0.1",
  45. "standardx": "^5.0.0"
  46. },
  47. "files": [
  48. "lib/bn.js"
  49. ],
  50. "homepage": "https://github.com/indutny/bn.js",
  51. "keywords": [
  52. "BN",
  53. "Big number",
  54. "BigNum",
  55. "Modulo",
  56. "Montgomery"
  57. ],
  58. "license": "MIT",
  59. "main": "lib/bn.js",
  60. "name": "bn.js",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/indutny/bn.js.git"
  64. },
  65. "scripts": {
  66. "lint": "standardx",
  67. "test": "npm run lint && npm run unit",
  68. "unit": "mocha --reporter=spec test/*-test.js"
  69. },
  70. "standardx": {
  71. "parser": "babel-eslint"
  72. },
  73. "version": "5.1.3"
  74. }