package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "ssh2@^0.8.2",
  3. "_id": "ssh2@0.8.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GmoNPxWDMkVpMFa9LVVzQZHF6EW3WKmBwL+4/GeILf2hFmix5Isxm7Amamo8o7bHiU0tC+wXsGcUXOxp8ChPaw==",
  6. "_location": "/ssh2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ssh2@^0.8.2",
  12. "name": "ssh2",
  13. "escapedName": "ssh2",
  14. "rawSpec": "^0.8.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.8.2"
  17. },
  18. "_requiredBy": [
  19. "/node-ssh"
  20. ],
  21. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/ssh2/-/ssh2-0.8.9.tgz",
  22. "_shasum": "54da3a6c4ba3daf0d8477a538a481326091815f3",
  23. "_spec": "ssh2@^0.8.2",
  24. "_where": "D:\\project\\persagy-web\\persagy-web-graph\\node_modules\\node-ssh",
  25. "author": {
  26. "name": "Brian White",
  27. "email": "mscdex@mscdex.net"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mscdex/ssh2/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "ssh2-streams": "~0.4.10"
  35. },
  36. "deprecated": false,
  37. "description": "SSH2 client and server modules written in pure JavaScript for node.js",
  38. "engines": {
  39. "node": ">=5.2.0"
  40. },
  41. "homepage": "https://github.com/mscdex/ssh2#readme",
  42. "keywords": [
  43. "ssh",
  44. "ssh2",
  45. "sftp",
  46. "secure",
  47. "shell",
  48. "exec",
  49. "remote",
  50. "client"
  51. ],
  52. "licenses": [
  53. {
  54. "type": "MIT",
  55. "url": "http://github.com/mscdex/ssh2/raw/master/LICENSE"
  56. }
  57. ],
  58. "main": "./lib/client",
  59. "name": "ssh2",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+ssh://git@github.com/mscdex/ssh2.git"
  63. },
  64. "scripts": {
  65. "test": "node test/test.js"
  66. },
  67. "version": "0.8.9"
  68. }