You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
656 B
31 lines
656 B
3 years ago
|
{
|
||
|
"name": "shell-quote",
|
||
|
"description": "quote and parse shell commands",
|
||
|
"version": "1.7.3",
|
||
|
"author": {
|
||
|
"name": "James Halliday",
|
||
|
"email": "mail@substack.net",
|
||
|
"url": "http://substack.net"
|
||
|
},
|
||
|
"bugs": "https://github.com/substack/node-shell-quote/issues",
|
||
|
"devDependencies": {
|
||
|
"tape": "4"
|
||
|
},
|
||
|
"homepage": "https://github.com/substack/node-shell-quote",
|
||
|
"keywords": [
|
||
|
"command",
|
||
|
"parse",
|
||
|
"quote",
|
||
|
"shell"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "http://github.com/substack/node-shell-quote.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tape test/*.js"
|
||
|
}
|
||
|
}
|