123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "_from": "shell-escape@^0.2.0",
- "_id": "shell-escape@0.2.0",
- "_inBundle": false,
- "_integrity": "sha1-aP0CXrBJC09WegJ/C/IkgLX4QTM=",
- "_location": "/shell-escape",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "shell-escape@^0.2.0",
- "name": "shell-escape",
- "escapedName": "shell-escape",
- "rawSpec": "^0.2.0",
- "saveSpec": null,
- "fetchSpec": "^0.2.0"
- },
- "_requiredBy": [
- "/node-ssh"
- ],
- "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/shell-escape/-/shell-escape-0.2.0.tgz",
- "_shasum": "68fd025eb0490b4f567a027f0bf22480b5f84133",
- "_spec": "shell-escape@^0.2.0",
- "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\node-ssh",
- "author": "",
- "bugs": {
- "url": "https://github.com/xxorax/node-shell-escape/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Escape and stringify an array of arguments to be executed on the shell",
- "homepage": "https://github.com/xxorax/node-shell-escape#readme",
- "keywords": [
- "shell",
- "escape",
- "bash",
- "escapeshellarg"
- ],
- "license": "MIT",
- "main": "./shell-escape.js",
- "name": "shell-escape",
- "repository": {
- "type": "git",
- "url": "git://github.com/xxorax/node-shell-escape.git"
- },
- "scripts": {
- "test": "for f in test/*; do echo \"$f\"; node \"$f\" || exit 1; echo; done; echo Passed; exit 0"
- },
- "version": "0.2.0"
- }
|