| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "_from": "unplugin@^1.5.0",
- "_id": "unplugin@1.16.0",
- "_inBundle": false,
- "_integrity": "sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==",
- "_location": "/unplugin",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "unplugin@^1.5.0",
- "name": "unplugin",
- "escapedName": "unplugin",
- "rawSpec": "^1.5.0",
- "saveSpec": null,
- "fetchSpec": "^1.5.0"
- },
- "_requiredBy": [
- "/unimport",
- "/unplugin-auto-import",
- "/unplugin-icons",
- "/unplugin-vue-components"
- ],
- "_resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.16.0.tgz",
- "_shasum": "ca0f248bf8798cd752dd02e5b381223b737cef72",
- "_spec": "unplugin@^1.5.0",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\unplugin-auto-import",
- "bugs": {
- "url": "https://github.com/unjs/unplugin/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "acorn": "^8.14.0",
- "webpack-virtual-modules": "^0.6.2"
- },
- "deprecated": false,
- "description": "Unified plugin system for build tools",
- "devDependencies": {
- "@ampproject/remapping": "^2.3.0",
- "@antfu/eslint-config": "^3.8.0",
- "@antfu/ni": "^0.23.0",
- "@farmfe/cli": "1.0.3",
- "@farmfe/core": "1.3.12",
- "@rspack/cli": "^1.0.14",
- "@rspack/core": "^1.0.14",
- "@types/fs-extra": "^11.0.4",
- "@types/node": "^22.8.1",
- "@types/webpack-sources": "^3.2.3",
- "bumpp": "^9.7.1",
- "conventional-changelog-cli": "^5.0.0",
- "esbuild": "^0.24.0",
- "esbuild-plugin-copy": "^2.1.1",
- "eslint": "^9.13.0",
- "fast-glob": "^3.3.2",
- "fs-extra": "^11.2.0",
- "jiti": "^2.3.3",
- "lint-staged": "^15.2.10",
- "magic-string": "^0.30.12",
- "picocolors": "^1.1.1",
- "rolldown": "^0.13.2",
- "rollup": "^4.24.2",
- "simple-git-hooks": "^2.11.1",
- "tsup": "^8.3.5",
- "typescript": "^5.6.3",
- "unplugin": "workspace:*",
- "unplugin-unused": "^0.2.3",
- "vite": "^5.4.10",
- "vitest": "^2.1.4",
- "webpack": "^5.95.0",
- "webpack-cli": "4.10.0"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "exports": {
- ".": {
- "types": {
- "import": "./dist/index.d.mts",
- "require": "./dist/index.d.ts"
- },
- "import": "./dist/index.mjs",
- "require": "./dist/index.js"
- },
- "./dist/webpack/loaders/*": "./dist/webpack/loaders/*.js",
- "./dist/rspack/loaders/*": "./dist/rspack/loaders/*.js"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/unjs/unplugin#readme",
- "license": "MIT",
- "lint-staged": {
- "*": "eslint --fix"
- },
- "main": "dist/index.js",
- "module": "dist/index.mjs",
- "name": "unplugin",
- "packageManager": "pnpm@8.15.9",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/unjs/unplugin.git"
- },
- "scripts": {
- "build": "tsup",
- "dev": "tsup --watch src",
- "docs:build": "pnpm -C docs run build",
- "docs:dev": "pnpm -C docs run dev",
- "docs:gen-files": "pnpm -C docs run gen-files",
- "lint": "eslint --cache .",
- "lint:fix": "nr lint --fix",
- "prepublishOnly": "nr build",
- "release": "bumpp --all -x 'npx conventional-changelog -p angular -i CHANGELOG.md -s' && npm publish",
- "test": "nr test:build && vitest run --pool=forks",
- "test:build": "jiti scripts/buildFixtures.ts",
- "typecheck": "tsc --noEmit"
- },
- "sideEffects": false,
- "simple-git-hooks": {
- "pre-commit": "pnpm lint-staged"
- },
- "type": "commonjs",
- "types": "dist/index.d.ts",
- "version": "1.16.0"
- }
|