package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "unplugin@^1.5.0",
  3. "_id": "unplugin@1.16.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==",
  6. "_location": "/unplugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unplugin@^1.5.0",
  12. "name": "unplugin",
  13. "escapedName": "unplugin",
  14. "rawSpec": "^1.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.0"
  17. },
  18. "_requiredBy": [
  19. "/unimport",
  20. "/unplugin-auto-import",
  21. "/unplugin-icons",
  22. "/unplugin-vue-components"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.16.0.tgz",
  25. "_shasum": "ca0f248bf8798cd752dd02e5b381223b737cef72",
  26. "_spec": "unplugin@^1.5.0",
  27. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\unplugin-auto-import",
  28. "bugs": {
  29. "url": "https://github.com/unjs/unplugin/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "acorn": "^8.14.0",
  34. "webpack-virtual-modules": "^0.6.2"
  35. },
  36. "deprecated": false,
  37. "description": "Unified plugin system for build tools",
  38. "devDependencies": {
  39. "@ampproject/remapping": "^2.3.0",
  40. "@antfu/eslint-config": "^3.8.0",
  41. "@antfu/ni": "^0.23.0",
  42. "@farmfe/cli": "1.0.3",
  43. "@farmfe/core": "1.3.12",
  44. "@rspack/cli": "^1.0.14",
  45. "@rspack/core": "^1.0.14",
  46. "@types/fs-extra": "^11.0.4",
  47. "@types/node": "^22.8.1",
  48. "@types/webpack-sources": "^3.2.3",
  49. "bumpp": "^9.7.1",
  50. "conventional-changelog-cli": "^5.0.0",
  51. "esbuild": "^0.24.0",
  52. "esbuild-plugin-copy": "^2.1.1",
  53. "eslint": "^9.13.0",
  54. "fast-glob": "^3.3.2",
  55. "fs-extra": "^11.2.0",
  56. "jiti": "^2.3.3",
  57. "lint-staged": "^15.2.10",
  58. "magic-string": "^0.30.12",
  59. "picocolors": "^1.1.1",
  60. "rolldown": "^0.13.2",
  61. "rollup": "^4.24.2",
  62. "simple-git-hooks": "^2.11.1",
  63. "tsup": "^8.3.5",
  64. "typescript": "^5.6.3",
  65. "unplugin": "workspace:*",
  66. "unplugin-unused": "^0.2.3",
  67. "vite": "^5.4.10",
  68. "vitest": "^2.1.4",
  69. "webpack": "^5.95.0",
  70. "webpack-cli": "4.10.0"
  71. },
  72. "engines": {
  73. "node": ">=14.0.0"
  74. },
  75. "exports": {
  76. ".": {
  77. "types": {
  78. "import": "./dist/index.d.mts",
  79. "require": "./dist/index.d.ts"
  80. },
  81. "import": "./dist/index.mjs",
  82. "require": "./dist/index.js"
  83. },
  84. "./dist/webpack/loaders/*": "./dist/webpack/loaders/*.js",
  85. "./dist/rspack/loaders/*": "./dist/rspack/loaders/*.js"
  86. },
  87. "files": [
  88. "dist"
  89. ],
  90. "homepage": "https://github.com/unjs/unplugin#readme",
  91. "license": "MIT",
  92. "lint-staged": {
  93. "*": "eslint --fix"
  94. },
  95. "main": "dist/index.js",
  96. "module": "dist/index.mjs",
  97. "name": "unplugin",
  98. "packageManager": "pnpm@8.15.9",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/unjs/unplugin.git"
  102. },
  103. "scripts": {
  104. "build": "tsup",
  105. "dev": "tsup --watch src",
  106. "docs:build": "pnpm -C docs run build",
  107. "docs:dev": "pnpm -C docs run dev",
  108. "docs:gen-files": "pnpm -C docs run gen-files",
  109. "lint": "eslint --cache .",
  110. "lint:fix": "nr lint --fix",
  111. "prepublishOnly": "nr build",
  112. "release": "bumpp --all -x 'npx conventional-changelog -p angular -i CHANGELOG.md -s' && npm publish",
  113. "test": "nr test:build && vitest run --pool=forks",
  114. "test:build": "jiti scripts/buildFixtures.ts",
  115. "typecheck": "tsc --noEmit"
  116. },
  117. "sideEffects": false,
  118. "simple-git-hooks": {
  119. "pre-commit": "pnpm lint-staged"
  120. },
  121. "type": "commonjs",
  122. "types": "dist/index.d.ts",
  123. "version": "1.16.0"
  124. }