management/front/dkha-web-sz-main/node_modules/shell-quote/package.json

94 lines
2.7 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "shell-quote@^1.8.1",
"_id": "shell-quote@1.8.1",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
2023-12-18 13:12:25 +08:00
"_location": "/shell-quote",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "shell-quote@^1.8.1",
2023-12-18 13:12:25 +08:00
"name": "shell-quote",
"escapedName": "shell-quote",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.8.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.8.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/launch-editor"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.1.tgz",
"_shasum": "6dbf4db75515ad5bac63b4f1894c3a154c766680",
"_spec": "shell-quote@^1.8.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\launch-editor",
2023-12-18 13:12:25 +08:00
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
2024-01-16 21:26:16 +08:00
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true,
"startingVersion": "1.7.4"
},
2023-12-18 13:12:25 +08:00
"bugs": {
2024-01-16 21:26:16 +08:00
"url": "https://github.com/ljharb/shell-quote/issues"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "quote and parse shell commands",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"@ljharb/eslint-config": "^21.0.1",
"aud": "^2.0.2",
"auto-changelog": "^2.4.0",
"eslint": "=8.8.0",
"evalmd": "^0.0.19",
"in-publish": "^2.0.1",
"npmignore": "^0.3.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"tape": "^5.6.3"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"homepage": "https://github.com/ljharb/shell-quote",
2023-12-18 13:12:25 +08:00
"keywords": [
"command",
"parse",
"quote",
"shell"
],
"license": "MIT",
"main": "index.js",
"name": "shell-quote",
2024-01-16 21:26:16 +08:00
"publishConfig": {
"ignore": [
".github/workflows"
]
},
2023-12-18 13:12:25 +08:00
"repository": {
"type": "git",
2024-01-16 21:26:16 +08:00
"url": "git+ssh://git@github.com/ljharb/shell-quote.git"
2023-12-18 13:12:25 +08:00
},
"scripts": {
2024-01-16 21:26:16 +08:00
"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)\")\"",
"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"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "1.8.1"
2023-12-18 13:12:25 +08:00
}