package.json 2.4 KB

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