package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "elliptic@^6.5.3",
  3. "_id": "elliptic@6.5.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
  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. "/browserify-sign",
  20. "/create-ecdh"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
  23. "_shasum": "da37cebd31e79a1367e941b592ed1fbebd58abbb",
  24. "_spec": "elliptic@^6.5.3",
  25. "_where": "H:\\gs_nuxt\\node_modules\\browserify-sign",
  26. "author": {
  27. "name": "Fedor Indutny",
  28. "email": "fedor@indutny.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/indutny/elliptic/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "bn.js": "^4.11.9",
  36. "brorand": "^1.1.0",
  37. "hash.js": "^1.0.0",
  38. "hmac-drbg": "^1.0.1",
  39. "inherits": "^2.0.4",
  40. "minimalistic-assert": "^1.0.1",
  41. "minimalistic-crypto-utils": "^1.0.1"
  42. },
  43. "deprecated": false,
  44. "description": "EC cryptography",
  45. "devDependencies": {
  46. "brfs": "^2.0.2",
  47. "coveralls": "^3.1.0",
  48. "eslint": "^7.6.0",
  49. "grunt": "^1.2.1",
  50. "grunt-browserify": "^5.3.0",
  51. "grunt-cli": "^1.3.2",
  52. "grunt-contrib-connect": "^3.0.0",
  53. "grunt-contrib-copy": "^1.0.0",
  54. "grunt-contrib-uglify": "^5.0.0",
  55. "grunt-mocha-istanbul": "^5.0.2",
  56. "grunt-saucelabs": "^9.0.1",
  57. "istanbul": "^0.4.5",
  58. "mocha": "^8.0.1"
  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. "lint": "eslint lib test",
  79. "lint:fix": "npm run lint -- --fix",
  80. "test": "npm run lint && npm run unit",
  81. "unit": "istanbul test _mocha --reporter=spec test/index.js",
  82. "version": "grunt dist && git add dist/"
  83. },
  84. "version": "6.5.4"
  85. }