{ "_from": "unimport@^4.2.0", "_id": "unimport@4.2.0", "_inBundle": false, "_integrity": "sha512-mYVtA0nmzrysnYnyb3ALMbByJ+Maosee2+WyE0puXl+Xm2bUwPorPaaeZt0ETfuroPOtG8jj1g/qeFZ6buFnag==", "_location": "/unimport", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "unimport@^4.2.0", "name": "unimport", "escapedName": "unimport", "rawSpec": "^4.2.0", "saveSpec": null, "fetchSpec": "^4.2.0" }, "_requiredBy": [ "/unplugin-auto-import" ], "_resolved": "https://registry.npmmirror.com/unimport/-/unimport-4.2.0.tgz", "_shasum": "c25211d206d3430e9160cc7d458e9fa9ba828ac0", "_spec": "unimport@^4.2.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\unplugin-auto-import", "bugs": { "url": "https://github.com/unjs/unimport/issues" }, "bundleDependencies": false, "dependencies": { "acorn": "^8.14.1", "escape-string-regexp": "^5.0.0", "estree-walker": "^3.0.3", "local-pkg": "^1.1.1", "magic-string": "^0.30.17", "mlly": "^1.7.4", "pathe": "^2.0.3", "picomatch": "^4.0.2", "pkg-types": "^2.1.0", "scule": "^1.3.0", "strip-literal": "^3.0.0", "tinyglobby": "^0.2.12", "unplugin": "^2.2.2", "unplugin-utils": "^0.2.4" }, "deprecated": false, "description": "Unified utils for auto importing APIs in modules", "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@types/estree": "^1.0.7", "@types/node": "^22.14.0", "@types/picomatch": "^4.0.0", "@vitest/coverage-v8": "^3.1.1", "bumpp": "^10.1.0", "conventional-changelog-cli": "^5.0.0", "eslint": "^9.24.0", "h3": "^1.15.1", "jquery": "^3.7.1", "lit": "^3.2.1", "typescript": "^5.8.3", "unbuild": "^3.5.0", "vitest": "^3.1.1", "vue-tsc": "^2.2.8" }, "engines": { "node": ">=18.12.0" }, "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./unplugin": { "import": "./dist/unplugin.mjs", "require": "./dist/unplugin.cjs" }, "./addons": { "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": "4.2.0" }