package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "elliptic@^6.5.3",
  3. "_id": "elliptic@6.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==",
  6. "_location": "/elliptic",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "elliptic@^6.5.3",
  12. "name": "elliptic",
  13. "escapedName": "elliptic",
  14. "rawSpec": "^6.5.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.5.3"
  17. },
  18. "_requiredBy": [
  19. "/jwk-to-pem"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz",
  22. "_shasum": "cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6",
  23. "_spec": "elliptic@^6.5.3",
  24. "_where": "E:\\pokemon3\\项目PK3\\server\\recharge\\node_modules\\jwk-to-pem",
  25. "author": {
  26. "name": "Fedor Indutny",
  27. "email": "fedor@indutny.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/indutny/elliptic/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "bn.js": "^4.4.0",
  35. "brorand": "^1.0.1",
  36. "hash.js": "^1.0.0",
  37. "hmac-drbg": "^1.0.0",
  38. "inherits": "^2.0.1",
  39. "minimalistic-assert": "^1.0.0",
  40. "minimalistic-crypto-utils": "^1.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "EC cryptography",
  44. "devDependencies": {
  45. "brfs": "^1.4.3",
  46. "coveralls": "^3.0.8",
  47. "grunt": "^1.0.4",
  48. "grunt-browserify": "^5.0.0",
  49. "grunt-cli": "^1.2.0",
  50. "grunt-contrib-connect": "^1.0.0",
  51. "grunt-contrib-copy": "^1.0.0",
  52. "grunt-contrib-uglify": "^1.0.1",
  53. "grunt-mocha-istanbul": "^3.0.1",
  54. "grunt-saucelabs": "^9.0.1",
  55. "istanbul": "^0.4.2",
  56. "jscs": "^3.0.7",
  57. "jshint": "^2.10.3",
  58. "mocha": "^6.2.2"
  59. },
  60. "files": [
  61. "lib"
  62. ],
  63. "homepage": "https://github.com/indutny/elliptic",
  64. "keywords": [
  65. "EC",
  66. "Elliptic",
  67. "curve",
  68. "Cryptography"
  69. ],
  70. "license": "MIT",
  71. "main": "lib/elliptic.js",
  72. "name": "elliptic",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+ssh://git@github.com/indutny/elliptic.git"
  76. },
  77. "scripts": {
  78. "jscs": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
  79. "jshint": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
  80. "lint": "npm run jscs && npm run jshint",
  81. "test": "npm run lint && npm run unit",
  82. "unit": "istanbul test _mocha --reporter=spec test/index.js",
  83. "version": "grunt dist && git add dist/"
  84. },
  85. "version": "6.5.3"
  86. }