package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "shell-quote@^1.7.3",
  3. "_id": "shell-quote@1.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
  6. "_location": "/shell-quote",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "shell-quote@^1.7.3",
  12. "name": "shell-quote",
  13. "escapedName": "shell-quote",
  14. "rawSpec": "^1.7.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.7.3"
  17. },
  18. "_requiredBy": [
  19. "/launch-editor"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
  22. "_shasum": "6dbf4db75515ad5bac63b4f1894c3a154c766680",
  23. "_spec": "shell-quote@^1.7.3",
  24. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\launch-editor",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true,
  37. "startingVersion": "1.7.4"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ljharb/shell-quote/issues"
  41. },
  42. "bundleDependencies": false,
  43. "deprecated": false,
  44. "description": "quote and parse shell commands",
  45. "devDependencies": {
  46. "@ljharb/eslint-config": "^21.0.1",
  47. "aud": "^2.0.2",
  48. "auto-changelog": "^2.4.0",
  49. "eslint": "=8.8.0",
  50. "evalmd": "^0.0.19",
  51. "in-publish": "^2.0.1",
  52. "npmignore": "^0.3.0",
  53. "nyc": "^10.3.2",
  54. "safe-publish-latest": "^2.0.0",
  55. "tape": "^5.6.3"
  56. },
  57. "funding": {
  58. "url": "https://github.com/sponsors/ljharb"
  59. },
  60. "homepage": "https://github.com/ljharb/shell-quote",
  61. "keywords": [
  62. "command",
  63. "parse",
  64. "quote",
  65. "shell"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "shell-quote",
  70. "publishConfig": {
  71. "ignore": [
  72. ".github/workflows"
  73. ]
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+ssh://git@github.com/ljharb/shell-quote.git"
  78. },
  79. "scripts": {
  80. "lint": "eslint --ext=js,mjs .",
  81. "posttest": "aud --production",
  82. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  83. "prelint": "evalmd README.md",
  84. "prepack": "npmignore --auto --commentLines=autogenerated",
  85. "prepublish": "not-in-publish || npm run prepublishOnly",
  86. "prepublishOnly": "safe-publish-latest",
  87. "pretest": "npm run lint",
  88. "test": "npm run tests-only",
  89. "tests-only": "nyc tape 'test/**/*.js'",
  90. "version": "auto-changelog && git add CHANGELOG.md"
  91. },
  92. "version": "1.8.1"
  93. }