{
"name": "shell-quote",
"version": "0.0.1",
"description": "quote and parse shell commands",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"devDependencies": {
"tap": "~0.2.5"
},
"scripts": {
"test": "tap test"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/node-shell-quote.git"
},
"keywords": [
"shell",
"command",
"quote",
"parse"
],
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"license": "MIT",
"engine": {
"node": ">=0.4"
},
"_npmUser": {
"name": "substack",
"email": "[email protected]"
},
"_id": "[email protected]",
"dependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"_engineSupported": true,
"_npmVersion": "1.1.19",
"_nodeVersion": "v0.6.11",
"_defaultsLoaded": true,
"dist": {
"shasum": "1a41196f3c0333c482323593d6886ecf153dd986",
"tarball": "http://registry.npmjs.org/shell-quote/-/shell-quote-0.0.1.tgz"
},
"maintainers": [
{
"name": "substack",
"email": "[email protected]"
}
],
"_shasum": "1a41196f3c0333c482323593d6886ecf153dd986",
"_resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-0.0.1.tgz",
"_from": "shell-quote@>=0.0.1 <0.1.0",
"bugs": {
"url": "https://github.com/substack/node-shell-quote/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/substack/node-shell-quote#readme"
}