package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "bn.js@5.2.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bn.js@5.2.0",
  10. "_id": "bn.js@5.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NYhgZ0OWxpl3canQUfzBtX1K4AI=",
  13. "_location": "/bn.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bn.js@5.2.0",
  19. "name": "bn.js",
  20. "escapedName": "bn.js",
  21. "rawSpec": "5.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.2.0"
  24. },
  25. "_requiredBy": [
  26. "/browserify-rsa",
  27. "/browserify-sign"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/bn.js/download/bn.js-5.2.0.tgz",
  30. "_spec": "5.2.0",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "author": {
  33. "name": "Fedor Indutny",
  34. "email": "fedor@indutny.com"
  35. },
  36. "browser": {
  37. "buffer": false
  38. },
  39. "bugs": {
  40. "url": "https://github.com/indutny/bn.js/issues"
  41. },
  42. "description": "Big number implementation in pure javascript",
  43. "devDependencies": {
  44. "eslint-plugin-es5": "^1.5.0",
  45. "mocha": "^8.3.0",
  46. "standardx": "^7.0.0"
  47. },
  48. "files": [
  49. "lib/bn.js"
  50. ],
  51. "homepage": "https://github.com/indutny/bn.js",
  52. "keywords": [
  53. "BN",
  54. "Big number",
  55. "BigNum",
  56. "Modulo",
  57. "Montgomery"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/bn.js",
  61. "name": "bn.js",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+ssh://git@github.com/indutny/bn.js.git"
  65. },
  66. "scripts": {
  67. "lint": "standardx",
  68. "test": "npm run lint && npm run unit",
  69. "unit": "mocha --reporter=spec test/*-test.js"
  70. },
  71. "version": "5.2.0"
  72. }