package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "elliptic@6.5.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "elliptic@6.5.4",
  10. "_id": "elliptic@6.5.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-2jfOvTHnmhNn6UG1ku0fvr1Yq7s=",
  13. "_location": "/elliptic",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "elliptic@6.5.4",
  19. "name": "elliptic",
  20. "escapedName": "elliptic",
  21. "rawSpec": "6.5.4",
  22. "saveSpec": null,
  23. "fetchSpec": "6.5.4"
  24. },
  25. "_requiredBy": [
  26. "/browserify-sign",
  27. "/create-ecdh"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/elliptic/download/elliptic-6.5.4.tgz?cache=0&sync_timestamp=1612290836352&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felliptic%2Fdownload%2Felliptic-6.5.4.tgz",
  30. "_spec": "6.5.4",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Fedor Indutny",
  34. "email": "fedor@indutny.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/indutny/elliptic/issues"
  38. },
  39. "dependencies": {
  40. "bn.js": "^4.11.9",
  41. "brorand": "^1.1.0",
  42. "hash.js": "^1.0.0",
  43. "hmac-drbg": "^1.0.1",
  44. "inherits": "^2.0.4",
  45. "minimalistic-assert": "^1.0.1",
  46. "minimalistic-crypto-utils": "^1.0.1"
  47. },
  48. "description": "EC cryptography",
  49. "devDependencies": {
  50. "brfs": "^2.0.2",
  51. "coveralls": "^3.1.0",
  52. "eslint": "^7.6.0",
  53. "grunt": "^1.2.1",
  54. "grunt-browserify": "^5.3.0",
  55. "grunt-cli": "^1.3.2",
  56. "grunt-contrib-connect": "^3.0.0",
  57. "grunt-contrib-copy": "^1.0.0",
  58. "grunt-contrib-uglify": "^5.0.0",
  59. "grunt-mocha-istanbul": "^5.0.2",
  60. "grunt-saucelabs": "^9.0.1",
  61. "istanbul": "^0.4.5",
  62. "mocha": "^8.0.1"
  63. },
  64. "files": [
  65. "lib"
  66. ],
  67. "homepage": "https://github.com/indutny/elliptic",
  68. "keywords": [
  69. "EC",
  70. "Elliptic",
  71. "curve",
  72. "Cryptography"
  73. ],
  74. "license": "MIT",
  75. "main": "lib/elliptic.js",
  76. "name": "elliptic",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+ssh://git@github.com/indutny/elliptic.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint lib test",
  83. "lint:fix": "npm run lint -- --fix",
  84. "test": "npm run lint && npm run unit",
  85. "unit": "istanbul test _mocha --reporter=spec test/index.js",
  86. "version": "grunt dist && git add dist/"
  87. },
  88. "version": "6.5.4"
  89. }