1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_from": "node-ssh@^6.0.0",
- "_id": "node-ssh@6.0.0",
- "_inBundle": false,
- "_integrity": "sha512-R/nqH09/kZrXilSLizJgokw4hJTSADANnntjk6iNVfO95RPNQq9H19NeUvQof96WQB9dgOxpRgBV7d+snZP2DQ==",
- "_location": "/node-ssh",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "node-ssh@^6.0.0",
- "name": "node-ssh",
- "escapedName": "node-ssh",
- "rawSpec": "^6.0.0",
- "saveSpec": null,
- "fetchSpec": "^6.0.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/node-ssh/-/node-ssh-6.0.0.tgz",
- "_shasum": "3287bdb3fad4a898064ea1df2d601a65a1c5d724",
- "_spec": "node-ssh@^6.0.0",
- "_where": "D:\\project\\persagy-web\\persagy-web-base",
- "author": {
- "name": "steelbrain",
- "email": "i@steelbrain.me"
- },
- "ava": {
- "files": [
- "spec/*.js"
- ],
- "require": [
- "@babel/register"
- ]
- },
- "bugs": {
- "url": "https://github.com/steelbrain/node-ssh/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "p-map": "^2.1.0",
- "sb-promisify": "^2.0.1",
- "sb-scandir": "^2.0.0",
- "shell-escape": "^0.2.0",
- "ssh2": "^0.8.2"
- },
- "deprecated": false,
- "description": "SS2 with Promises",
- "devDependencies": {
- "@babel/core": "^7.4.3",
- "@babel/preset-env": "^7.4.3",
- "@babel/preset-flow": "^7.0.0",
- "@babel/register": "^7.4.0",
- "ava": "^1.4.1",
- "eslint-config-steelbrain": "^7.0.0",
- "flow-bin": "^0.97.0",
- "prettier": "^1.17.0",
- "pty.js": "^0.3.1",
- "sb-babel-cli": "^1.2.1",
- "ssh2-streams": "^0.4.2"
- },
- "homepage": "https://github.com/steelbrain/node-ssh#readme",
- "keywords": [
- "ssh",
- "ssh2",
- "sftp"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "node-ssh",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/steelbrain/node-ssh.git"
- },
- "scripts": {
- "prepare": "sb-babel-cli -o lib src",
- "test": "(npm run test:spec) && (npm run test:flow) && (npm run test:lint) && (npm run test:prettier)",
- "test:flow": "flow check",
- "test:lint": "eslint .",
- "test:prettier": "prettier -l '{src,spec}/**/*.js'",
- "test:spec": "ava spec/*-spec.js",
- "watch": "npm run prepare -- -w"
- },
- "version": "6.0.0"
- }
|