package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "minimatch@^9.0.3",
  3. "_id": "minimatch@9.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  6. "_location": "/minimatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minimatch@^9.0.3",
  12. "name": "minimatch",
  13. "escapedName": "minimatch",
  14. "rawSpec": "^9.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^9.0.3"
  17. },
  18. "_requiredBy": [
  19. "/unplugin-auto-import",
  20. "/unplugin-vue-components"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  23. "_shasum": "d74f9dd6b57d83d8e98cfb82133b03978bc929e5",
  24. "_spec": "minimatch@^9.0.3",
  25. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\unplugin-auto-import",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/minimatch/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "brace-expansion": "^2.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "a glob matcher in javascript",
  40. "devDependencies": {
  41. "@types/brace-expansion": "^1.1.0",
  42. "@types/node": "^18.15.11",
  43. "@types/tap": "^15.0.8",
  44. "eslint-config-prettier": "^8.6.0",
  45. "mkdirp": "1",
  46. "prettier": "^2.8.2",
  47. "tap": "^18.7.2",
  48. "ts-node": "^10.9.1",
  49. "tshy": "^1.12.0",
  50. "typedoc": "^0.23.21",
  51. "typescript": "^4.9.3"
  52. },
  53. "engines": {
  54. "node": ">=16 || 14 >=14.17"
  55. },
  56. "exports": {
  57. "./package.json": "./package.json",
  58. ".": {
  59. "import": {
  60. "types": "./dist/esm/index.d.ts",
  61. "default": "./dist/esm/index.js"
  62. },
  63. "require": {
  64. "types": "./dist/commonjs/index.d.ts",
  65. "default": "./dist/commonjs/index.js"
  66. }
  67. }
  68. },
  69. "files": [
  70. "dist"
  71. ],
  72. "funding": {
  73. "url": "https://github.com/sponsors/isaacs"
  74. },
  75. "homepage": "https://github.com/isaacs/minimatch#readme",
  76. "license": "ISC",
  77. "main": "./dist/commonjs/index.js",
  78. "name": "minimatch",
  79. "prettier": {
  80. "semi": false,
  81. "printWidth": 80,
  82. "tabWidth": 2,
  83. "useTabs": false,
  84. "singleQuote": true,
  85. "jsxSingleQuote": false,
  86. "bracketSameLine": true,
  87. "arrowParens": "avoid",
  88. "endOfLine": "lf"
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/isaacs/minimatch.git"
  93. },
  94. "scripts": {
  95. "benchmark": "node benchmark/index.js",
  96. "format": "prettier --write . --loglevel warn",
  97. "postversion": "npm publish",
  98. "prepare": "tshy",
  99. "prepublishOnly": "git push origin --follow-tags",
  100. "presnap": "npm run prepare",
  101. "pretest": "npm run prepare",
  102. "preversion": "npm test",
  103. "snap": "tap",
  104. "test": "tap",
  105. "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts"
  106. },
  107. "tshy": {
  108. "exports": {
  109. "./package.json": "./package.json",
  110. ".": "./src/index.ts"
  111. }
  112. },
  113. "type": "module",
  114. "types": "./dist/commonjs/index.d.ts",
  115. "version": "9.0.5"
  116. }