package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "elliptic@6.5.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "elliptic@6.5.3",
  10. "_id": "elliptic@6.5.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==",
  13. "_location": "/elliptic",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "elliptic@6.5.3",
  19. "name": "elliptic",
  20. "escapedName": "elliptic",
  21. "rawSpec": "6.5.3",
  22. "saveSpec": null,
  23. "fetchSpec": "6.5.3"
  24. },
  25. "_requiredBy": [
  26. "/browserify-sign",
  27. "/create-ecdh"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz",
  30. "_spec": "6.5.3",
  31. "_where": "E:\\amr1.0\\AMR",
  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.4.0",
  41. "brorand": "^1.0.1",
  42. "hash.js": "^1.0.0",
  43. "hmac-drbg": "^1.0.0",
  44. "inherits": "^2.0.1",
  45. "minimalistic-assert": "^1.0.0",
  46. "minimalistic-crypto-utils": "^1.0.0"
  47. },
  48. "description": "EC cryptography",
  49. "devDependencies": {
  50. "brfs": "^1.4.3",
  51. "coveralls": "^3.0.8",
  52. "grunt": "^1.0.4",
  53. "grunt-browserify": "^5.0.0",
  54. "grunt-cli": "^1.2.0",
  55. "grunt-contrib-connect": "^1.0.0",
  56. "grunt-contrib-copy": "^1.0.0",
  57. "grunt-contrib-uglify": "^1.0.1",
  58. "grunt-mocha-istanbul": "^3.0.1",
  59. "grunt-saucelabs": "^9.0.1",
  60. "istanbul": "^0.4.2",
  61. "jscs": "^3.0.7",
  62. "jshint": "^2.10.3",
  63. "mocha": "^6.2.2"
  64. },
  65. "files": [
  66. "lib"
  67. ],
  68. "homepage": "https://github.com/indutny/elliptic",
  69. "keywords": [
  70. "EC",
  71. "Elliptic",
  72. "curve",
  73. "Cryptography"
  74. ],
  75. "license": "MIT",
  76. "main": "lib/elliptic.js",
  77. "name": "elliptic",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+ssh://git@github.com/indutny/elliptic.git"
  81. },
  82. "scripts": {
  83. "jscs": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
  84. "jshint": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
  85. "lint": "npm run jscs && npm run jshint",
  86. "test": "npm run lint && npm run unit",
  87. "unit": "istanbul test _mocha --reporter=spec test/index.js",
  88. "version": "grunt dist && git add dist/"
  89. },
  90. "version": "6.5.3"
  91. }