package.json 2.6 KB

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