package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "unimport@^3.4.0",
  3. "_id": "unimport@3.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tn890SwFFZxqaJSKQPPd+yygfKSATbM8BZWW1aCR2TJBTs1SDrmLamBueaFtYsGjHtQaRgqEbQflOjN2iW12gA==",
  6. "_location": "/unimport",
  7. "_phantomChildren": {
  8. "@types/estree": "1.0.6"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "unimport@^3.4.0",
  14. "name": "unimport",
  15. "escapedName": "unimport",
  16. "rawSpec": "^3.4.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^3.4.0"
  19. },
  20. "_requiredBy": [
  21. "/unplugin-auto-import"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/unimport/-/unimport-3.14.5.tgz",
  24. "_shasum": "6433dd21423edad6e225e61fbf8ea969bcc8bde1",
  25. "_spec": "unimport@^3.4.0",
  26. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\unplugin-auto-import",
  27. "bugs": {
  28. "url": "https://github.com/unjs/unimport/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@rollup/pluginutils": "^5.1.3",
  33. "acorn": "^8.14.0",
  34. "escape-string-regexp": "^5.0.0",
  35. "estree-walker": "^3.0.3",
  36. "fast-glob": "^3.3.2",
  37. "local-pkg": "^0.5.1",
  38. "magic-string": "^0.30.14",
  39. "mlly": "^1.7.3",
  40. "pathe": "^1.1.2",
  41. "picomatch": "^4.0.2",
  42. "pkg-types": "^1.2.1",
  43. "scule": "^1.3.0",
  44. "strip-literal": "^2.1.1",
  45. "unplugin": "^1.16.0"
  46. },
  47. "deprecated": false,
  48. "description": "Unified utils for auto importing APIs in modules",
  49. "devDependencies": {
  50. "@antfu/eslint-config": "^3.11.2",
  51. "@types/estree": "^1.0.6",
  52. "@types/node": "^22.10.1",
  53. "@types/picomatch": "^3.0.1",
  54. "@vitest/coverage-v8": "^2.1.8",
  55. "bumpp": "^9.8.1",
  56. "conventional-changelog-cli": "^5.0.0",
  57. "eslint": "^9.16.0",
  58. "h3": "^1.13.0",
  59. "jquery": "^3.7.1",
  60. "lit": "^3.2.1",
  61. "typescript": "~5.6.3",
  62. "unbuild": "^2.0.0",
  63. "vitest": "^2.1.8",
  64. "vue-tsc": "^2.1.10"
  65. },
  66. "exports": {
  67. ".": {
  68. "types": "./dist/index.d.ts",
  69. "import": "./dist/index.mjs",
  70. "require": "./dist/index.cjs"
  71. },
  72. "./unplugin": {
  73. "types": "./dist/unplugin.d.ts",
  74. "import": "./dist/unplugin.mjs",
  75. "require": "./dist/unplugin.cjs"
  76. },
  77. "./addons": {
  78. "types": "./dist/addons.d.ts",
  79. "import": "./dist/addons.mjs",
  80. "require": "./dist/addons.cjs"
  81. },
  82. "./*": "./*"
  83. },
  84. "files": [
  85. "*.d.ts",
  86. "dist"
  87. ],
  88. "homepage": "https://github.com/unjs/unimport#readme",
  89. "license": "MIT",
  90. "main": "./dist/index.cjs",
  91. "module": "./dist/index.mjs",
  92. "name": "unimport",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/unjs/unimport.git"
  96. },
  97. "scripts": {
  98. "build": "unbuild",
  99. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  100. "dev": "vitest dev",
  101. "lint": "eslint .",
  102. "play": "pnpm -C playground run dev",
  103. "play:build": "pnpm -C playground run build",
  104. "release": "pnpm run test --run && bumpp -x \"pnpm run changelog\" --all && pnpm publish",
  105. "test": "vitest --coverage",
  106. "typecheck": "vue-tsc --noEmit"
  107. },
  108. "sideEffects": false,
  109. "type": "module",
  110. "types": "./dist/index.d.ts",
  111. "version": "3.14.5"
  112. }