| 123456789101112131415161718192021222324252627282930313233 |
- {
- "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"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:36 GMT+0800 (CST)",
- "_from": "shell-quote@1.7.2",
- "_resolved": "https://registry.npm.taobao.org/shell-quote/download/shell-quote-1.7.2.tgz"
- }
|