{ "_args": [ [ "shell-quote@1.7.4", "D:\\林谷智能项目\\yanchengPowerSupply" ] ], "_development": true, "_from": "shell-quote@1.7.4", "_id": "shell-quote@1.7.4", "_inBundle": false, "_integrity": "sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw==", "_location": "/shell-quote", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "shell-quote@1.7.4", "name": "shell-quote", "escapedName": "shell-quote", "rawSpec": "1.7.4", "saveSpec": null, "fetchSpec": "1.7.4" }, "_requiredBy": [ "/launch-editor" ], "_resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.7.4.tgz", "_spec": "1.7.4", "_where": "D:\\林谷智能项目\\yanchengPowerSupply", "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true, "startingVersion": "1.7.4" }, "bugs": { "url": "https://github.com/ljharb/shell-quote/issues" }, "description": "quote and parse shell commands", "devDependencies": { "@ljharb/eslint-config": "^21.0.0", "aud": "^2.0.1", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "in-publish": "^2.0.1", "npmignore": "^0.3.0", "safe-publish-latest": "^2.0.0", "tape": "^5.6.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "homepage": "https://github.com/ljharb/shell-quote", "keywords": [ "command", "parse", "quote", "shell" ], "license": "MIT", "main": "index.js", "name": "shell-quote", "publishConfig": { "ignore": [ ".github/workflows" ] }, "repository": { "type": "git", "url": "git+ssh://git@github.com/ljharb/shell-quote.git" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" }, "version": "1.7.4" }