asdf-games/node_modules/shell-quote/package.json

58 lines
1.5 KiB
JSON

{
"_from": "shell-quote@^1.4.2",
"_id": "shell-quote@1.7.1",
"_inBundle": false,
"_integrity": "sha512-2kUqeAGnMAu6YrTPX4E3LfxacH9gKljzVjlkUeSqY0soGwK4KLl7TURXCem712tkhBCeeaFP9QK4dKn88s3Icg==",
"_location": "/shell-quote",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "shell-quote@^1.4.2",
"name": "shell-quote",
"escapedName": "shell-quote",
"rawSpec": "^1.4.2",
"saveSpec": null,
"fetchSpec": "^1.4.2"
},
"_requiredBy": [
"/outpipe"
],
"_resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.1.tgz",
"_shasum": "3161d969886fb14f9140c65245a5dd19b6f0b06b",
"_spec": "shell-quote@^1.4.2",
"_where": "C:\\Users\\User\\Documents\\Git\\asdf-games\\node_modules\\outpipe",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-shell-quote/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "quote and parse shell commands",
"devDependencies": {
"tape": "4"
},
"homepage": "https://github.com/substack/node-shell-quote",
"keywords": [
"command",
"parse",
"quote",
"shell"
],
"license": "MIT",
"main": "index.js",
"name": "shell-quote",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/substack/node-shell-quote.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.7.1"
}