package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "sshpk@^1.7.0",
  6. "scope": null,
  7. "escapedName": "sshpk",
  8. "name": "sshpk",
  9. "rawSpec": "^1.7.0",
  10. "spec": ">=1.7.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/http-signature"
  14. ]
  15. ],
  16. "_from": "sshpk@>=1.7.0 <2.0.0",
  17. "_id": "sshpk@1.10.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/sshpk",
  21. "_nodeVersion": "0.12.15",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/sshpk-1.10.2.tgz_1484356342573_0.6690851037856191"
  25. },
  26. "_npmUser": {
  27. "name": "arekinath",
  28. "email": "alex@cooperi.net"
  29. },
  30. "_npmVersion": "3.10.10",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "sshpk@^1.7.0",
  34. "scope": null,
  35. "escapedName": "sshpk",
  36. "name": "sshpk",
  37. "rawSpec": "^1.7.0",
  38. "spec": ">=1.7.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/http-signature"
  43. ],
  44. "_resolved": "http://registry.npmjs.org/sshpk/-/sshpk-1.10.2.tgz",
  45. "_shasum": "d5a804ce22695515638e798dbe23273de070a5fa",
  46. "_shrinkwrap": null,
  47. "_spec": "sshpk@^1.7.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/http-signature",
  49. "author": {
  50. "name": "Joyent, Inc"
  51. },
  52. "bin": {
  53. "sshpk-conv": "bin/sshpk-conv",
  54. "sshpk-sign": "bin/sshpk-sign",
  55. "sshpk-verify": "bin/sshpk-verify"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/arekinath/node-sshpk/issues"
  59. },
  60. "contributors": [
  61. {
  62. "name": "Dave Eddy",
  63. "email": "dave@daveeddy.com"
  64. },
  65. {
  66. "name": "Mark Cavage",
  67. "email": "mcavage@gmail.com"
  68. },
  69. {
  70. "name": "Alex Wilson",
  71. "email": "alex@cooperi.net"
  72. }
  73. ],
  74. "dependencies": {
  75. "asn1": "~0.2.3",
  76. "assert-plus": "^1.0.0",
  77. "bcrypt-pbkdf": "^1.0.0",
  78. "dashdash": "^1.12.0",
  79. "ecc-jsbn": "~0.1.1",
  80. "getpass": "^0.1.1",
  81. "jodid25519": "^1.0.0",
  82. "jsbn": "~0.1.0",
  83. "tweetnacl": "~0.14.0"
  84. },
  85. "description": "A library for finding and using SSH public keys",
  86. "devDependencies": {
  87. "benchmark": "^1.0.0",
  88. "sinon": "^1.17.2",
  89. "tape": "^3.5.0",
  90. "temp": "^0.8.2"
  91. },
  92. "directories": {
  93. "bin": "./bin",
  94. "lib": "./lib",
  95. "man": "./man/man1"
  96. },
  97. "dist": {
  98. "shasum": "d5a804ce22695515638e798dbe23273de070a5fa",
  99. "tarball": "https://registry.npmjs.org/sshpk/-/sshpk-1.10.2.tgz"
  100. },
  101. "engines": {
  102. "node": ">=0.10.0"
  103. },
  104. "gitHead": "3ae535658f83e610c0dd5bb97a1b2105db7220c7",
  105. "homepage": "https://github.com/arekinath/node-sshpk#readme",
  106. "license": "MIT",
  107. "main": "lib/index.js",
  108. "maintainers": [
  109. {
  110. "name": "arekinath",
  111. "email": "alex@cooperi.net"
  112. }
  113. ],
  114. "man": [
  115. "/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-conv.1",
  116. "/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-sign.1",
  117. "/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-verify.1"
  118. ],
  119. "name": "sshpk",
  120. "optionalDependencies": {
  121. "bcrypt-pbkdf": "^1.0.0",
  122. "ecc-jsbn": "~0.1.1",
  123. "jodid25519": "^1.0.0",
  124. "jsbn": "~0.1.0",
  125. "tweetnacl": "~0.14.0"
  126. },
  127. "readme": "ERROR: No README data found!",
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/arekinath/node-sshpk.git"
  131. },
  132. "scripts": {
  133. "test": "tape test/*.js"
  134. },
  135. "version": "1.10.2"
  136. }