package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "meow@^9.0.0",
  3. "_id": "meow@9.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-zZUQvFysne59A8c+4fmtlZ9Oo2Q=",
  6. "_location": "/meow",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "meow@^9.0.0",
  12. "name": "meow",
  13. "escapedName": "meow",
  14. "rawSpec": "^9.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^9.0.0"
  17. },
  18. "_requiredBy": [
  19. "/node-sass"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/meow/download/meow-9.0.0.tgz?cache=0&sync_timestamp=1637477569022&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fmeow%2Fdownload%2Fmeow-9.0.0.tgz",
  22. "_shasum": "cd9510bc5cac9dee7d03c73ee1f9ad959f4ea364",
  23. "_spec": "meow@^9.0.0",
  24. "_where": "/Users/kiys/Desktop/parkService-wxapp/pet/node_modules/node-sass",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "ava": {
  31. "files": [
  32. "test/*"
  33. ]
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/meow/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "@types/minimist": "^1.2.0",
  41. "camelcase-keys": "^6.2.2",
  42. "decamelize": "^1.2.0",
  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": "9.0.0",
  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. }