package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "shell-quote@1.8.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "shell-quote@1.8.1",
  10. "_id": "shell-quote@1.8.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
  13. "_location": "/shell-quote",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "shell-quote@1.8.1",
  19. "name": "shell-quote",
  20. "escapedName": "shell-quote",
  21. "rawSpec": "1.8.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.8.1"
  24. },
  25. "_requiredBy": [
  26. "/launch-editor"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.1.tgz",
  29. "_spec": "1.8.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  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.0.1",
  51. "aud": "^2.0.2",
  52. "auto-changelog": "^2.4.0",
  53. "eslint": "=8.8.0",
  54. "evalmd": "^0.0.19",
  55. "in-publish": "^2.0.1",
  56. "npmignore": "^0.3.0",
  57. "nyc": "^10.3.2",
  58. "safe-publish-latest": "^2.0.0",
  59. "tape": "^5.6.3"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/ljharb"
  63. },
  64. "homepage": "https://github.com/ljharb/shell-quote",
  65. "keywords": [
  66. "command",
  67. "parse",
  68. "quote",
  69. "shell"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "shell-quote",
  74. "publishConfig": {
  75. "ignore": [
  76. ".github/workflows"
  77. ]
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+ssh://git@github.com/ljharb/shell-quote.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint --ext=js,mjs .",
  85. "posttest": "aud --production",
  86. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  87. "prelint": "evalmd README.md",
  88. "prepack": "npmignore --auto --commentLines=autogenerated",
  89. "prepublish": "not-in-publish || npm run prepublishOnly",
  90. "prepublishOnly": "safe-publish-latest",
  91. "pretest": "npm run lint",
  92. "test": "npm run tests-only",
  93. "tests-only": "nyc tape 'test/**/*.js'",
  94. "version": "auto-changelog && git add CHANGELOG.md"
  95. },
  96. "version": "1.8.1"
  97. }