package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "unplugin@^0.9.6",
  3. "_id": "unplugin@0.9.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YYLtfoNiie/lxswy1GOsKXgnLJTE27la/PeCGznSItk+8METYZErO+zzV9KQ/hXhPwzIJsfJ4s0m1Rl7ZCWZ4Q==",
  6. "_location": "/unplugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unplugin@^0.9.6",
  12. "name": "unplugin",
  13. "escapedName": "unplugin",
  14. "rawSpec": "^0.9.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.9.6"
  17. },
  18. "_requiredBy": [
  19. "/unplugin-vue-components"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unplugin/-/unplugin-0.9.6.tgz",
  22. "_shasum": "f449173b619b9970bf3190d5419a66a727bb5d18",
  23. "_spec": "unplugin@^0.9.6",
  24. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/unplugin-vue-components",
  25. "bugs": {
  26. "url": "https://github.com/unjs/unplugin/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "acorn": "^8.8.0",
  31. "chokidar": "^3.5.3",
  32. "webpack-sources": "^3.2.3",
  33. "webpack-virtual-modules": "^0.4.5"
  34. },
  35. "deprecated": false,
  36. "description": "Unified plugin system for build tools",
  37. "devDependencies": {
  38. "@ampproject/remapping": "^2.2.0",
  39. "@antfu/ni": "^0.18.0",
  40. "@nuxtjs/eslint-config-typescript": "^11.0.0",
  41. "@types/express": "^4.17.14",
  42. "@types/fs-extra": "^9.0.13",
  43. "@types/node": "^18.7.16",
  44. "@types/webpack-sources": "^3.2.0",
  45. "bumpp": "^8.2.1",
  46. "conventional-changelog-cli": "^2.2.2",
  47. "enhanced-resolve": "^5.10.0",
  48. "esbuild": "^0.15.7",
  49. "eslint": "^8.23.1",
  50. "fast-glob": "^3.2.12",
  51. "fs-extra": "^10.1.0",
  52. "jiti": "^1.15.0",
  53. "magic-string": "^0.26.3",
  54. "picocolors": "^1.0.0",
  55. "rollup": "^2.79.0",
  56. "tsup": "^6.2.3",
  57. "typescript": "^4.8.3",
  58. "vite": "^3.1.2",
  59. "vitest": "^0.23.4",
  60. "webpack": "^5.74.0",
  61. "webpack-cli": "^4.10.0"
  62. },
  63. "exports": {
  64. ".": {
  65. "import": "./dist/index.mjs",
  66. "require": "./dist/index.js"
  67. },
  68. "./dist/webpack/loaders/load": "./dist/webpack/loaders/load.js",
  69. "./dist/webpack/loaders/transform": "./dist/webpack/loaders/transform.js"
  70. },
  71. "files": [
  72. "dist"
  73. ],
  74. "homepage": "https://github.com/unjs/unplugin#readme",
  75. "license": "MIT",
  76. "main": "dist/index.js",
  77. "module": "dist/index.mjs",
  78. "name": "unplugin",
  79. "packageManager": "pnpm@7.11.0",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/unjs/unplugin.git"
  83. },
  84. "scripts": {
  85. "build": "tsup",
  86. "dev": "tsup --watch src",
  87. "lint": "eslint --ext ts .",
  88. "prepublishOnly": "nr build",
  89. "release": "bumpp --commit --push --tag --all -x 'npx conventional-changelog -p angular -i CHANGELOG.md -s' && npm publish",
  90. "test": "nr lint && nr test:build && vitest run",
  91. "test:build": "jiti scripts/buildFixtures.ts"
  92. },
  93. "sideEffects": false,
  94. "types": "dist/index.d.ts",
  95. "version": "0.9.6"
  96. }