package.json 2.6 KB

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