package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "ssh2",
  3. "_id": "ssh2@0.8.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qztb9t4b34wJSiWVpeTMVVN/5KCuBoyctBc2BcSe/Uq4NRnF0gB16Iu5p72ILhdYATcMNwB5WppzPIEs/3wB8Q==",
  6. "_location": "/ssh2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "ssh2",
  12. "name": "ssh2",
  13. "escapedName": "ssh2",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ssh2/-/ssh2-0.8.4.tgz",
  23. "_shasum": "0a657d9371c1fe9f9e349bcff6144febee256aa6",
  24. "_spec": "ssh2",
  25. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register",
  26. "author": {
  27. "name": "Brian White",
  28. "email": "mscdex@mscdex.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mscdex/ssh2/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "ssh2-streams": "~0.4.4"
  36. },
  37. "deprecated": false,
  38. "description": "SSH2 client and server modules written in pure JavaScript for node.js",
  39. "engines": {
  40. "node": ">=5.2.0"
  41. },
  42. "homepage": "https://github.com/mscdex/ssh2#readme",
  43. "keywords": [
  44. "ssh",
  45. "ssh2",
  46. "sftp",
  47. "secure",
  48. "shell",
  49. "exec",
  50. "remote",
  51. "client"
  52. ],
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "http://github.com/mscdex/ssh2/raw/master/LICENSE"
  57. }
  58. ],
  59. "main": "./lib/client",
  60. "name": "ssh2",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/mscdex/ssh2.git"
  64. },
  65. "scripts": {
  66. "test": "node test/test.js"
  67. },
  68. "version": "0.8.4"
  69. }