1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_from": "ssh2@^0.8.2",
- "_id": "ssh2@0.8.9",
- "_inBundle": false,
- "_integrity": "sha512-GmoNPxWDMkVpMFa9LVVzQZHF6EW3WKmBwL+4/GeILf2hFmix5Isxm7Amamo8o7bHiU0tC+wXsGcUXOxp8ChPaw==",
- "_location": "/ssh2",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ssh2@^0.8.2",
- "name": "ssh2",
- "escapedName": "ssh2",
- "rawSpec": "^0.8.2",
- "saveSpec": null,
- "fetchSpec": "^0.8.2"
- },
- "_requiredBy": [
- "/node-ssh"
- ],
- "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/ssh2/-/ssh2-0.8.9.tgz",
- "_shasum": "54da3a6c4ba3daf0d8477a538a481326091815f3",
- "_spec": "ssh2@^0.8.2",
- "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\node-ssh",
- "author": {
- "name": "Brian White",
- "email": "mscdex@mscdex.net"
- },
- "bugs": {
- "url": "https://github.com/mscdex/ssh2/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "ssh2-streams": "~0.4.10"
- },
- "deprecated": false,
- "description": "SSH2 client and server modules written in pure JavaScript for node.js",
- "engines": {
- "node": ">=5.2.0"
- },
- "homepage": "https://github.com/mscdex/ssh2#readme",
- "keywords": [
- "ssh",
- "ssh2",
- "sftp",
- "secure",
- "shell",
- "exec",
- "remote",
- "client"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/mscdex/ssh2/raw/master/LICENSE"
- }
- ],
- "main": "./lib/client",
- "name": "ssh2",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/mscdex/ssh2.git"
- },
- "scripts": {
- "test": "node test/test.js"
- },
- "version": "0.8.9"
- }
|