You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
2.8 KiB

{
"_args": [
[
"shell-quote@1.8.2",
"D:\\IDEAproject\\frontend\\Front-end logistics"
]
],
"_development": true,
"_from": "shell-quote@1.8.2",
"_id": "shell-quote@1.8.2",
"_inBundle": false,
"_integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
"_location": "/shell-quote",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "shell-quote@1.8.2",
"name": "shell-quote",
"escapedName": "shell-quote",
"rawSpec": "1.8.2",
"saveSpec": null,
"fetchSpec": "1.8.2"
},
"_requiredBy": [
"/launch-editor"
],
"_resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.2.tgz",
"_spec": "1.8.2",
"_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
"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.1.1",
"auto-changelog": "^2.5.0",
"encoding": "^0.1.13",
"eslint": "=8.8.0",
"evalmd": "^0.0.19",
"in-publish": "^2.0.1",
"jackspeak": "=2.1.1",
"npmignore": "^0.3.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"tape": "^5.9.0"
},
"engines": {
"node": ">= 0.4"
},
"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",
"example",
"CHANGELOG.md"
]
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ljharb/shell-quote.git"
},
"scripts": {
"lint": "eslint --ext=js,mjs .",
"posttest": "npx npm@'>=10.2' audit --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)\")\"",
"prelint": "evalmd README.md",
"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": "nyc tape 'test/**/*.js'",
"version": "auto-changelog && git add CHANGELOG.md"
},
"version": "1.8.2"
}