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.
23 lines
624 B
23 lines
624 B
2 years ago
|
{
|
||
|
"name": "shell-escape",
|
||
|
"version": "0.2.0",
|
||
|
"description": "Escape and stringify an array of arguments to be executed on the shell",
|
||
|
"author": [
|
||
|
"Martin PANEL <martin@xorax.info> (http://xorax.info)",
|
||
|
"Dave Eddy <dave@daveeddy.com> (http://www.daveeddy.com)"
|
||
|
],
|
||
|
"main": "./shell-escape.js",
|
||
|
"scripts": {
|
||
|
"test": "for f in test/*; do echo \"$f\"; node \"$f\" || exit 1; echo; done; echo Passed; exit 0"
|
||
|
},
|
||
|
"repository": "git://github.com/xxorax/node-shell-escape.git",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {},
|
||
|
"keywords": [
|
||
|
"shell",
|
||
|
"escape",
|
||
|
"bash",
|
||
|
"escapeshellarg"
|
||
|
]
|
||
|
}
|