123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_from": "ssh-exec",
- "_id": "ssh-exec@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-H6xUoqNI80fmiSiYIVQnJP1XNkY=",
- "_location": "/ssh-exec",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "ssh-exec",
- "name": "ssh-exec",
- "escapedName": "ssh-exec",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/ssh-exec/-/ssh-exec-2.0.0.tgz",
- "_shasum": "1fac54a2a348f347e689289821542724fd573646",
- "_spec": "ssh-exec",
- "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register",
- "author": {
- "name": "Mathias Buus",
- "url": "@mafintosh"
- },
- "bugs": {
- "url": "https://github.com/mafintosh/ssh-exec/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "duplexify": "^3.2.0",
- "once": "^1.3.3",
- "ssh2": "^0.4.8"
- },
- "deprecated": false,
- "description": "Execute a script over ssh using Node.JS",
- "devDependencies": {
- "standard": "^3.5.0"
- },
- "homepage": "https://github.com/mafintosh/ssh-exec",
- "keywords": [
- "ssh",
- "stream",
- "duplex",
- "exec",
- "connection"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "ssh-exec",
- "repository": {
- "type": "git",
- "url": "git://github.com/mafintosh/ssh-exec.git"
- },
- "scripts": {
- "test": "standard"
- },
- "version": "2.0.0"
- }
|