package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "meow@^8.0.0",
  3. "_id": "meow@8.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==",
  6. "_location": "/meow",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "meow@^8.0.0",
  12. "name": "meow",
  13. "escapedName": "meow",
  14. "rawSpec": "^8.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.0.0"
  17. },
  18. "_requiredBy": [
  19. "/conventional-commits-parser",
  20. "/git-raw-commits"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
  23. "_shasum": "bcbe45bda0ee1729d350c03cffc8395a36c4e897",
  24. "_spec": "meow@^8.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\conventional-commits-parser",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://sindresorhus.com"
  30. },
  31. "ava": {
  32. "files": [
  33. "test/*"
  34. ]
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/meow/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "@types/minimist": "^1.2.0",
  42. "camelcase-keys": "^6.2.2",
  43. "decamelize-keys": "^1.1.0",
  44. "hard-rejection": "^2.1.0",
  45. "minimist-options": "4.1.0",
  46. "normalize-package-data": "^3.0.0",
  47. "read-pkg-up": "^7.0.1",
  48. "redent": "^3.0.0",
  49. "trim-newlines": "^3.0.0",
  50. "type-fest": "^0.18.0",
  51. "yargs-parser": "^20.2.3"
  52. },
  53. "deprecated": false,
  54. "description": "CLI app helper",
  55. "devDependencies": {
  56. "ava": "^2.4.0",
  57. "execa": "^4.1.0",
  58. "indent-string": "^4.0.0",
  59. "tsd": "^0.13.1",
  60. "xo": "^0.34.1"
  61. },
  62. "engines": {
  63. "node": ">=10"
  64. },
  65. "files": [
  66. "index.js",
  67. "index.d.ts"
  68. ],
  69. "funding": "https://github.com/sponsors/sindresorhus",
  70. "homepage": "https://github.com/sindresorhus/meow#readme",
  71. "keywords": [
  72. "cli",
  73. "bin",
  74. "util",
  75. "utility",
  76. "helper",
  77. "argv",
  78. "command",
  79. "line",
  80. "meow",
  81. "cat",
  82. "kitten",
  83. "parser",
  84. "option",
  85. "flags",
  86. "input",
  87. "cmd",
  88. "console"
  89. ],
  90. "license": "MIT",
  91. "name": "meow",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/sindresorhus/meow.git"
  95. },
  96. "scripts": {
  97. "test": "xo && ava && tsd"
  98. },
  99. "version": "8.1.2",
  100. "xo": {
  101. "rules": {
  102. "unicorn/no-process-exit": "off",
  103. "node/no-unsupported-features/es-syntax": "off"
  104. },
  105. "ignores": [
  106. "estest/index.js"
  107. ]
  108. }
  109. }