123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_from": "unplugin@^0.9.6",
- "_id": "unplugin@0.9.6",
- "_inBundle": false,
- "_integrity": "sha512-YYLtfoNiie/lxswy1GOsKXgnLJTE27la/PeCGznSItk+8METYZErO+zzV9KQ/hXhPwzIJsfJ4s0m1Rl7ZCWZ4Q==",
- "_location": "/unplugin",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "unplugin@^0.9.6",
- "name": "unplugin",
- "escapedName": "unplugin",
- "rawSpec": "^0.9.6",
- "saveSpec": null,
- "fetchSpec": "^0.9.6"
- },
- "_requiredBy": [
- "/unplugin-vue-components"
- ],
- "_resolved": "https://registry.npmjs.org/unplugin/-/unplugin-0.9.6.tgz",
- "_shasum": "f449173b619b9970bf3190d5419a66a727bb5d18",
- "_spec": "unplugin@^0.9.6",
- "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/unplugin-vue-components",
- "bugs": {
- "url": "https://github.com/unjs/unplugin/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "acorn": "^8.8.0",
- "chokidar": "^3.5.3",
- "webpack-sources": "^3.2.3",
- "webpack-virtual-modules": "^0.4.5"
- },
- "deprecated": false,
- "description": "Unified plugin system for build tools",
- "devDependencies": {
- "@ampproject/remapping": "^2.2.0",
- "@antfu/ni": "^0.18.0",
- "@nuxtjs/eslint-config-typescript": "^11.0.0",
- "@types/express": "^4.17.14",
- "@types/fs-extra": "^9.0.13",
- "@types/node": "^18.7.16",
- "@types/webpack-sources": "^3.2.0",
- "bumpp": "^8.2.1",
- "conventional-changelog-cli": "^2.2.2",
- "enhanced-resolve": "^5.10.0",
- "esbuild": "^0.15.7",
- "eslint": "^8.23.1",
- "fast-glob": "^3.2.12",
- "fs-extra": "^10.1.0",
- "jiti": "^1.15.0",
- "magic-string": "^0.26.3",
- "picocolors": "^1.0.0",
- "rollup": "^2.79.0",
- "tsup": "^6.2.3",
- "typescript": "^4.8.3",
- "vite": "^3.1.2",
- "vitest": "^0.23.4",
- "webpack": "^5.74.0",
- "webpack-cli": "^4.10.0"
- },
- "exports": {
- ".": {
- "import": "./dist/index.mjs",
- "require": "./dist/index.js"
- },
- "./dist/webpack/loaders/load": "./dist/webpack/loaders/load.js",
- "./dist/webpack/loaders/transform": "./dist/webpack/loaders/transform.js"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/unjs/unplugin#readme",
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/index.mjs",
- "name": "unplugin",
- "packageManager": "pnpm@7.11.0",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/unjs/unplugin.git"
- },
- "scripts": {
- "build": "tsup",
- "dev": "tsup --watch src",
- "lint": "eslint --ext ts .",
- "prepublishOnly": "nr build",
- "release": "bumpp --commit --push --tag --all -x 'npx conventional-changelog -p angular -i CHANGELOG.md -s' && npm publish",
- "test": "nr lint && nr test:build && vitest run",
- "test:build": "jiti scripts/buildFixtures.ts"
- },
- "sideEffects": false,
- "types": "dist/index.d.ts",
- "version": "0.9.6"
- }
|