package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "jodid25519@^1.0.0",
  6. "scope": null,
  7. "escapedName": "jodid25519",
  8. "name": "jodid25519",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/sshpk"
  14. ]
  15. ],
  16. "_from": "jodid25519@>=1.0.0 <2.0.0",
  17. "_id": "jodid25519@1.0.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/jodid25519",
  21. "_nodeVersion": "4.1.1",
  22. "_npmUser": {
  23. "name": "arekinath",
  24. "email": "alex@cooperi.net"
  25. },
  26. "_npmVersion": "2.14.4",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "jodid25519@^1.0.0",
  30. "scope": null,
  31. "escapedName": "jodid25519",
  32. "name": "jodid25519",
  33. "rawSpec": "^1.0.0",
  34. "spec": ">=1.0.0 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/sshpk"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz",
  41. "_shasum": "06d4912255093419477d425633606e0e90782967",
  42. "_shrinkwrap": null,
  43. "_spec": "jodid25519@^1.0.0",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/sshpk",
  45. "author": {
  46. "name": "Michele Bini, Ron Garret, Guy K. Kloss"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/meganz/jodid25519/issues"
  50. },
  51. "dependencies": {
  52. "jsbn": "~0.1.0"
  53. },
  54. "description": "jodid25519 - Curve 25519-based cryptography",
  55. "devDependencies": {
  56. "almond": "~0.3.1",
  57. "chai": "^3.0.0",
  58. "dateformat": "~1.0.7-1.2.3",
  59. "ibrik": "~2.0.0",
  60. "istanbul": "~0.3.5",
  61. "jsdoc": "<=3.3.0",
  62. "mocha": "~2.0.1",
  63. "sinon": "~1.10.3",
  64. "sinon-chai": "^2.8.0"
  65. },
  66. "directories": {
  67. "src": "src",
  68. "test": "test",
  69. "doc": "doc"
  70. },
  71. "dist": {
  72. "shasum": "06d4912255093419477d425633606e0e90782967",
  73. "tarball": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz"
  74. },
  75. "gitHead": "a83b9fcf7fd3be4f27cd4a57817aff171c7cd918",
  76. "homepage": "https://github.com/meganz/jodid25519",
  77. "keywords": [
  78. "Curve25519",
  79. "Ed25519",
  80. "ECDH",
  81. "EdDSA",
  82. "ECDSA",
  83. "encryption",
  84. "signing"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "name": "arekinath",
  91. "email": "alex@cooperi.net"
  92. }
  93. ],
  94. "name": "jodid25519",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/meganz/jodid25519.git"
  100. },
  101. "scripts": {
  102. "test": "mocha test/*_test.js"
  103. },
  104. "version": "1.0.2"
  105. }