Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

91 строка
2.5 KiB

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