Initial commit

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
dinlo
2026-05-31 18:45:31 +08:00
commit e0a986eb30
1018 changed files with 615974 additions and 0 deletions
+22
View File
@@ -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"
]
}