| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 | {  "_args": [    [      "shell-quote@1.7.3",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "shell-quote@1.7.3",  "_id": "shell-quote@1.7.3",  "_inBundle": false,  "_integrity": "sha1-qkDtrBcERbmkMeF7tiwLiBucQSM=",  "_location": "/shell-quote",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "shell-quote@1.7.3",    "name": "shell-quote",    "escapedName": "shell-quote",    "rawSpec": "1.7.3",    "saveSpec": null,    "fetchSpec": "1.7.3"  },  "_requiredBy": [    "/launch-editor"  ],  "_resolved": "https://registry.npmmirror.com/shell-quote/download/shell-quote-1.7.3.tgz?cache=0&sync_timestamp=1634798333958&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fshell-quote%2Fdownload%2Fshell-quote-1.7.3.tgz",  "_spec": "1.7.3",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "James Halliday",    "email": "mail@substack.net",    "url": "http://substack.net"  },  "bugs": {    "url": "https://github.com/substack/node-shell-quote/issues"  },  "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.3"}
 |