package.json 3.1 KB

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