package.json 2.4 KB

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