Urara-Blog/node_modules/.pnpm-store/v3/files/d9/be278bacf6b400dbe106a1066b6bfa377a348d63f72a7c0ad9387f5d15a4908b28a57fbf803d903f33ccbe6b954f0f55d2fe3d9333638a1675d9c0e7ebf012
2022-08-14 01:14:53 +08:00

30 lines
656 B
Text

{
"name": "shell-quote",
"description": "quote and parse shell commands",
"version": "1.7.3",
"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"
}
}