package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "elliptic@^6.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/browserify-sign"
  6. ]
  7. ],
  8. "_from": "elliptic@>=6.0.0 <7.0.0",
  9. "_id": "elliptic@6.4.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/elliptic",
  13. "_nodeVersion": "7.0.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/elliptic-6.4.0.tgz_1487798866428_0.30510620190761983"
  17. },
  18. "_npmUser": {
  19. "email": "fedor@indutny.com",
  20. "name": "indutny"
  21. },
  22. "_npmVersion": "3.10.8",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "elliptic",
  26. "raw": "elliptic@^6.0.0",
  27. "rawSpec": "^6.0.0",
  28. "scope": null,
  29. "spec": ">=6.0.0 <7.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/browserify-sign",
  34. "/create-ecdh"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",
  37. "_shasum": "cac9af8762c85836187003c8dfe193e5e2eae5df",
  38. "_shrinkwrap": null,
  39. "_spec": "elliptic@^6.0.0",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/browserify-sign",
  41. "author": {
  42. "email": "fedor@indutny.com",
  43. "name": "Fedor Indutny"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/indutny/elliptic/issues"
  47. },
  48. "dependencies": {
  49. "bn.js": "^4.4.0",
  50. "brorand": "^1.0.1",
  51. "hash.js": "^1.0.0",
  52. "hmac-drbg": "^1.0.0",
  53. "inherits": "^2.0.1",
  54. "minimalistic-assert": "^1.0.0",
  55. "minimalistic-crypto-utils": "^1.0.0"
  56. },
  57. "description": "EC cryptography",
  58. "devDependencies": {
  59. "brfs": "^1.4.3",
  60. "coveralls": "^2.11.3",
  61. "grunt": "^0.4.5",
  62. "grunt-browserify": "^5.0.0",
  63. "grunt-cli": "^1.2.0",
  64. "grunt-contrib-connect": "^1.0.0",
  65. "grunt-contrib-copy": "^1.0.0",
  66. "grunt-contrib-uglify": "^1.0.1",
  67. "grunt-mocha-istanbul": "^3.0.1",
  68. "grunt-saucelabs": "^8.6.2",
  69. "istanbul": "^0.4.2",
  70. "jscs": "^2.9.0",
  71. "jshint": "^2.6.0",
  72. "mocha": "^2.1.0"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "shasum": "cac9af8762c85836187003c8dfe193e5e2eae5df",
  77. "tarball": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz"
  78. },
  79. "files": [
  80. "lib"
  81. ],
  82. "gitHead": "6b0d2b76caae91471649c8e21f0b1d3ba0f96090",
  83. "homepage": "https://github.com/indutny/elliptic",
  84. "keywords": [
  85. "Cryptography",
  86. "EC",
  87. "Elliptic",
  88. "curve"
  89. ],
  90. "license": "MIT",
  91. "main": "lib/elliptic.js",
  92. "maintainers": [
  93. {
  94. "name": "indutny",
  95. "email": "fedor@indutny.com"
  96. }
  97. ],
  98. "name": "elliptic",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+ssh://git@github.com/indutny/elliptic.git"
  104. },
  105. "scripts": {
  106. "jscs": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
  107. "jshint": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
  108. "lint": "npm run jscs && npm run jshint",
  109. "test": "npm run lint && npm run unit",
  110. "unit": "istanbul test _mocha --reporter=spec test/index.js",
  111. "version": "grunt dist && git add dist/"
  112. },
  113. "version": "6.4.0"
  114. }