wishthis/node_modules/any-shell-escape/package.json
2022-02-23 17:41:13 +01:00

58 lines
1.5 KiB
JSON

{
"_args": [
[
"any-shell-escape@0.1.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "any-shell-escape@0.1.1",
"_id": "any-shell-escape@0.1.1",
"_inBundle": false,
"_integrity": "sha1-1Vq5ciRMcaml4asIefML8RCAaVk=",
"_location": "/any-shell-escape",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "any-shell-escape@0.1.1",
"name": "any-shell-escape",
"escapedName": "any-shell-escape",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/gulp-git"
],
"_resolved": "https://registry.npmjs.org/any-shell-escape/-/any-shell-escape-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "F:\\laragon\\www\\wishthis",
"bugs": {
"url": "https://github.com/boazy/any-shell-escape/issues"
},
"contributors": [
{
"name": "Dave Eddy",
"email": "dave@daveeddy.com",
"url": "http://www.daveeddy.com"
},
{
"name": "Boaz Yaniv",
"email": "boazy@agatsolutions.com"
}
],
"dependencies": {},
"description": "Escape and stringify an array of arguments to be executed on the shell",
"homepage": "https://github.com/boazy/any-shell-escape",
"license": "MIT",
"main": "./shell-escape.js",
"name": "any-shell-escape",
"repository": {
"type": "git",
"url": "git+https://github.com/boazy/any-shell-escape.git"
},
"scripts": {
"test": "for f in test/*; do echo \"$f\"; node \"$f\" || exit 1; echo; done; echo Passed; exit 0"
},
"version": "0.1.1"
}