e0a986eb30
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
23 lines
624 B
JSON
23 lines
624 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|