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

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "shell-quote@1.8.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "shell-quote@1.8.2",
  10. "_id": "shell-quote@1.8.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
  13. "_location": "/shell-quote",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "shell-quote@1.8.2",
  19. "name": "shell-quote",
  20. "escapedName": "shell-quote",
  21. "rawSpec": "1.8.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.8.2"
  24. },
  25. "_requiredBy": [
  26. "/launch-editor"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.2.tgz",
  29. "_spec": "1.8.2",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false,
  42. "hideCredit": true,
  43. "startingVersion": "1.7.4"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/ljharb/shell-quote/issues"
  47. },
  48. "description": "quote and parse shell commands",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^21.1.1",
  51. "auto-changelog": "^2.5.0",
  52. "encoding": "^0.1.13",
  53. "eslint": "=8.8.0",
  54. "evalmd": "^0.0.19",
  55. "in-publish": "^2.0.1",
  56. "jackspeak": "=2.1.1",
  57. "npmignore": "^0.3.1",
  58. "nyc": "^10.3.2",
  59. "safe-publish-latest": "^2.0.0",
  60. "tape": "^5.9.0"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sponsors/ljharb"
  67. },
  68. "homepage": "https://github.com/ljharb/shell-quote",
  69. "keywords": [
  70. "command",
  71. "parse",
  72. "quote",
  73. "shell"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "shell-quote",
  78. "publishConfig": {
  79. "ignore": [
  80. ".github/workflows",
  81. "example",
  82. "CHANGELOG.md"
  83. ]
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+ssh://git@github.com/ljharb/shell-quote.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint --ext=js,mjs .",
  91. "posttest": "npx npm@'>=10.2' audit --production",
  92. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  93. "prelint": "evalmd README.md",
  94. "prepack": "npmignore --auto --commentLines=autogenerated",
  95. "prepublish": "not-in-publish || npm run prepublishOnly",
  96. "prepublishOnly": "safe-publish-latest",
  97. "pretest": "npm run lint",
  98. "test": "npm run tests-only",
  99. "tests-only": "nyc tape 'test/**/*.js'",
  100. "version": "auto-changelog && git add CHANGELOG.md"
  101. },
  102. "version": "1.8.2"
  103. }