package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "ssh-exec",
  3. "_id": "ssh-exec@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-H6xUoqNI80fmiSiYIVQnJP1XNkY=",
  6. "_location": "/ssh-exec",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "ssh-exec",
  12. "name": "ssh-exec",
  13. "escapedName": "ssh-exec",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ssh-exec/-/ssh-exec-2.0.0.tgz",
  23. "_shasum": "1fac54a2a348f347e689289821542724fd573646",
  24. "_spec": "ssh-exec",
  25. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register",
  26. "author": {
  27. "name": "Mathias Buus",
  28. "url": "@mafintosh"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mafintosh/ssh-exec/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "duplexify": "^3.2.0",
  36. "once": "^1.3.3",
  37. "ssh2": "^0.4.8"
  38. },
  39. "deprecated": false,
  40. "description": "Execute a script over ssh using Node.JS",
  41. "devDependencies": {
  42. "standard": "^3.5.0"
  43. },
  44. "homepage": "https://github.com/mafintosh/ssh-exec",
  45. "keywords": [
  46. "ssh",
  47. "stream",
  48. "duplex",
  49. "exec",
  50. "connection"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "ssh-exec",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/mafintosh/ssh-exec.git"
  58. },
  59. "scripts": {
  60. "test": "standard"
  61. },
  62. "version": "2.0.0"
  63. }