This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/shell-quote/package.json
2020-11-01 22:46:04 +00:00

31 lines
656 B
JSON

{
"name": "shell-quote",
"description": "quote and parse shell commands",
"version": "1.7.2",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": "https://github.com/substack/node-shell-quote/issues",
"devDependencies": {
"tape": "4"
},
"homepage": "https://github.com/substack/node-shell-quote",
"keywords": [
"command",
"parse",
"quote",
"shell"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://github.com/substack/node-shell-quote.git"
},
"scripts": {
"test": "tape test/*.js"
}
}