package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "sshpk@^1.7.0",
  3. "_id": "sshpk@1.14.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-xvxhZIo9nE52T9P8306hBeSSupg=",
  6. "_location": "/sshpk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sshpk@^1.7.0",
  12. "name": "sshpk",
  13. "escapedName": "sshpk",
  14. "rawSpec": "^1.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.7.0"
  17. },
  18. "_requiredBy": [
  19. "/http-signature"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz",
  22. "_shasum": "c6fc61648a3d9c4e764fd3fcdf4ea105e492ba98",
  23. "_spec": "sshpk@^1.7.0",
  24. "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\node_modules\\http-signature",
  25. "author": {
  26. "name": "Joyent, Inc"
  27. },
  28. "bin": {
  29. "sshpk-conv": "bin/sshpk-conv",
  30. "sshpk-sign": "bin/sshpk-sign",
  31. "sshpk-verify": "bin/sshpk-verify"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/arekinath/node-sshpk/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Dave Eddy",
  40. "email": "dave@daveeddy.com"
  41. },
  42. {
  43. "name": "Mark Cavage",
  44. "email": "mcavage@gmail.com"
  45. },
  46. {
  47. "name": "Alex Wilson",
  48. "email": "alex@cooperi.net"
  49. }
  50. ],
  51. "dependencies": {
  52. "asn1": "~0.2.3",
  53. "assert-plus": "^1.0.0",
  54. "bcrypt-pbkdf": "^1.0.0",
  55. "dashdash": "^1.12.0",
  56. "ecc-jsbn": "~0.1.1",
  57. "getpass": "^0.1.1",
  58. "jsbn": "~0.1.0",
  59. "safer-buffer": "^2.0.2",
  60. "tweetnacl": "~0.14.0"
  61. },
  62. "deprecated": false,
  63. "description": "A library for finding and using SSH public keys",
  64. "devDependencies": {
  65. "benchmark": "^1.0.0",
  66. "sinon": "^1.17.2",
  67. "tape": "^3.5.0",
  68. "temp": "^0.8.2"
  69. },
  70. "directories": {
  71. "bin": "./bin",
  72. "lib": "./lib",
  73. "man": "./man/man1"
  74. },
  75. "engines": {
  76. "node": ">=0.10.0"
  77. },
  78. "homepage": "https://github.com/arekinath/node-sshpk#readme",
  79. "license": "MIT",
  80. "main": "lib/index.js",
  81. "man": [
  82. "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\node_modules\\sshpk\\man\\man1\\sshpk-conv.1",
  83. "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\node_modules\\sshpk\\man\\man1\\sshpk-sign.1",
  84. "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\node_modules\\sshpk\\man\\man1\\sshpk-verify.1"
  85. ],
  86. "name": "sshpk",
  87. "optionalDependencies": {
  88. "bcrypt-pbkdf": "^1.0.0",
  89. "ecc-jsbn": "~0.1.1",
  90. "jsbn": "~0.1.0",
  91. "tweetnacl": "~0.14.0"
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/arekinath/node-sshpk.git"
  96. },
  97. "scripts": {
  98. "test": "tape test/*.js"
  99. },
  100. "version": "1.14.2"
  101. }