package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "node-ssh@^6.0.0",
  3. "_id": "node-ssh@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-R/nqH09/kZrXilSLizJgokw4hJTSADANnntjk6iNVfO95RPNQq9H19NeUvQof96WQB9dgOxpRgBV7d+snZP2DQ==",
  6. "_location": "/node-ssh",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "node-ssh@^6.0.0",
  12. "name": "node-ssh",
  13. "escapedName": "node-ssh",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/node-ssh/-/node-ssh-6.0.0.tgz",
  22. "_shasum": "3287bdb3fad4a898064ea1df2d601a65a1c5d724",
  23. "_spec": "node-ssh@^6.0.0",
  24. "_where": "D:\\project\\persagy-web\\persagy-web-base",
  25. "author": {
  26. "name": "steelbrain",
  27. "email": "i@steelbrain.me"
  28. },
  29. "ava": {
  30. "files": [
  31. "spec/*.js"
  32. ],
  33. "require": [
  34. "@babel/register"
  35. ]
  36. },
  37. "bugs": {
  38. "url": "https://github.com/steelbrain/node-ssh/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "p-map": "^2.1.0",
  43. "sb-promisify": "^2.0.1",
  44. "sb-scandir": "^2.0.0",
  45. "shell-escape": "^0.2.0",
  46. "ssh2": "^0.8.2"
  47. },
  48. "deprecated": false,
  49. "description": "SS2 with Promises",
  50. "devDependencies": {
  51. "@babel/core": "^7.4.3",
  52. "@babel/preset-env": "^7.4.3",
  53. "@babel/preset-flow": "^7.0.0",
  54. "@babel/register": "^7.4.0",
  55. "ava": "^1.4.1",
  56. "eslint-config-steelbrain": "^7.0.0",
  57. "flow-bin": "^0.97.0",
  58. "prettier": "^1.17.0",
  59. "pty.js": "^0.3.1",
  60. "sb-babel-cli": "^1.2.1",
  61. "ssh2-streams": "^0.4.2"
  62. },
  63. "homepage": "https://github.com/steelbrain/node-ssh#readme",
  64. "keywords": [
  65. "ssh",
  66. "ssh2",
  67. "sftp"
  68. ],
  69. "license": "MIT",
  70. "main": "lib/index.js",
  71. "name": "node-ssh",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/steelbrain/node-ssh.git"
  75. },
  76. "scripts": {
  77. "prepare": "sb-babel-cli -o lib src",
  78. "test": "(npm run test:spec) && (npm run test:flow) && (npm run test:lint) && (npm run test:prettier)",
  79. "test:flow": "flow check",
  80. "test:lint": "eslint .",
  81. "test:prettier": "prettier -l '{src,spec}/**/*.js'",
  82. "test:spec": "ava spec/*-spec.js",
  83. "watch": "npm run prepare -- -w"
  84. },
  85. "version": "6.0.0"
  86. }