{ "_from": "unimport@^3.4.0", "_id": "unimport@3.14.5", "_inBundle": false, "_integrity": "sha512-tn890SwFFZxqaJSKQPPd+yygfKSATbM8BZWW1aCR2TJBTs1SDrmLamBueaFtYsGjHtQaRgqEbQflOjN2iW12gA==", "_location": "/unimport", "_phantomChildren": { "@types/estree": "1.0.6" }, "_requested": { "type": "range", "registry": true, "raw": "unimport@^3.4.0", "name": "unimport", "escapedName": "unimport", "rawSpec": "^3.4.0", "saveSpec": null, "fetchSpec": "^3.4.0" }, "_requiredBy": [ "/unplugin-auto-import" ], "_resolved": "https://registry.npmmirror.com/unimport/-/unimport-3.14.5.tgz", "_shasum": "6433dd21423edad6e225e61fbf8ea969bcc8bde1", "_spec": "unimport@^3.4.0", "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\unplugin-auto-import", "bugs": { "url": "https://github.com/unjs/unimport/issues" }, "bundleDependencies": false, "dependencies": { "@rollup/pluginutils": "^5.1.3", "acorn": "^8.14.0", "escape-string-regexp": "^5.0.0", "estree-walker": "^3.0.3", "fast-glob": "^3.3.2", "local-pkg": "^0.5.1", "magic-string": "^0.30.14", "mlly": "^1.7.3", "pathe": "^1.1.2", "picomatch": "^4.0.2", "pkg-types": "^1.2.1", "scule": "^1.3.0", "strip-literal": "^2.1.1", "unplugin": "^1.16.0" }, "deprecated": false, "description": "Unified utils for auto importing APIs in modules", "devDependencies": { "@antfu/eslint-config": "^3.11.2", "@types/estree": "^1.0.6", "@types/node": "^22.10.1", "@types/picomatch": "^3.0.1", "@vitest/coverage-v8": "^2.1.8", "bumpp": "^9.8.1", "conventional-changelog-cli": "^5.0.0", "eslint": "^9.16.0", "h3": "^1.13.0", "jquery": "^3.7.1", "lit": "^3.2.1", "typescript": "~5.6.3", "unbuild": "^2.0.0", "vitest": "^2.1.8", "vue-tsc": "^2.1.10" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./unplugin": { "types": "./dist/unplugin.d.ts", "import": "./dist/unplugin.mjs", "require": "./dist/unplugin.cjs" }, "./addons": { "types": "./dist/addons.d.ts", "import": "./dist/addons.mjs", "require": "./dist/addons.cjs" }, "./*": "./*" }, "files": [ "*.d.ts", "dist" ], "homepage": "https://github.com/unjs/unimport#readme", "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "name": "unimport", "repository": { "type": "git", "url": "git+https://github.com/unjs/unimport.git" }, "scripts": { "build": "unbuild", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "dev": "vitest dev", "lint": "eslint .", "play": "pnpm -C playground run dev", "play:build": "pnpm -C playground run build", "release": "pnpm run test --run && bumpp -x \"pnpm run changelog\" --all && pnpm publish", "test": "vitest --coverage", "typecheck": "vue-tsc --noEmit" }, "sideEffects": false, "type": "module", "types": "./dist/index.d.ts", "version": "3.14.5" }