Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user