package.json 2.3 KB

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