123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "ssh2",
- "_id": "ssh2@0.8.4",
- "_inBundle": false,
- "_integrity": "sha512-qztb9t4b34wJSiWVpeTMVVN/5KCuBoyctBc2BcSe/Uq4NRnF0gB16Iu5p72ILhdYATcMNwB5WppzPIEs/3wB8Q==",
- "_location": "/ssh2",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "ssh2",
- "name": "ssh2",
- "escapedName": "ssh2",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/ssh2/-/ssh2-0.8.4.tgz",
- "_shasum": "0a657d9371c1fe9f9e349bcff6144febee256aa6",
- "_spec": "ssh2",
- "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register",
- "author": {
- "name": "Brian White",
- "email": "mscdex@mscdex.net"
- },
- "bugs": {
- "url": "https://github.com/mscdex/ssh2/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "ssh2-streams": "~0.4.4"
- },
- "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.4"
- }
|