You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "elliptic@^6.0.0",
  3. "_id": "elliptic@6.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xvJINNLbTeWQjrl6X+7eQCrIy/YPv5XCpKW6kB5mKvtnGILoLDcySuwomfdzt0BMdLNVnuRNTuzKNHj0bva1Cg==",
  6. "_location": "/elliptic",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "elliptic@^6.0.0",
  12. "name": "elliptic",
  13. "escapedName": "elliptic",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify-sign",
  20. "/create-ecdh"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.1.tgz",
  23. "_shasum": "c380f5f909bf1b9b4428d028cd18d3b0efd6b52b",
  24. "_spec": "elliptic@^6.0.0",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/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.4.0",
  36. "brorand": "^1.0.1",
  37. "hash.js": "^1.0.0",
  38. "hmac-drbg": "^1.0.0",
  39. "inherits": "^2.0.1",
  40. "minimalistic-assert": "^1.0.0",
  41. "minimalistic-crypto-utils": "^1.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "EC cryptography",
  45. "devDependencies": {
  46. "brfs": "^1.4.3",
  47. "coveralls": "^3.0.4",
  48. "grunt": "^1.0.4",
  49. "grunt-browserify": "^5.0.0",
  50. "grunt-cli": "^1.2.0",
  51. "grunt-contrib-connect": "^1.0.0",
  52. "grunt-contrib-copy": "^1.0.0",
  53. "grunt-contrib-uglify": "^1.0.1",
  54. "grunt-mocha-istanbul": "^3.0.1",
  55. "grunt-saucelabs": "^9.0.1",
  56. "istanbul": "^0.4.2",
  57. "jscs": "^3.0.7",
  58. "jshint": "^2.6.0",
  59. "mocha": "^6.1.4"
  60. },
  61. "files": [
  62. "lib"
  63. ],
  64. "homepage": "https://github.com/indutny/elliptic",
  65. "keywords": [
  66. "EC",
  67. "Elliptic",
  68. "curve",
  69. "Cryptography"
  70. ],
  71. "license": "MIT",
  72. "main": "lib/elliptic.js",
  73. "name": "elliptic",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+ssh://git@github.com/indutny/elliptic.git"
  77. },
  78. "scripts": {
  79. "jscs": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
  80. "jshint": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
  81. "lint": "npm run jscs && npm run jshint",
  82. "test": "npm run lint && npm run unit",
  83. "unit": "istanbul test _mocha --reporter=spec test/index.js",
  84. "version": "grunt dist && git add dist/"
  85. },
  86. "version": "6.5.1"
  87. }