{ "_from": "unplugin-utils@^0.2.4", "_id": "unplugin-utils@0.2.5", "_inBundle": false, "_integrity": "sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==", "_location": "/unplugin-utils", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "unplugin-utils@^0.2.4", "name": "unplugin-utils", "escapedName": "unplugin-utils", "rawSpec": "^0.2.4", "saveSpec": null, "fetchSpec": "^0.2.4" }, "_requiredBy": [ "/unimport", "/unplugin-auto-import", "/unplugin-vue-components" ], "_resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.5.tgz", "_shasum": "d2fe44566ffffd7f216579bbb01184f6702e379b", "_spec": "unplugin-utils@^0.2.4", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\unplugin-auto-import", "author": { "name": "三咲智子 Kevin Deng", "email": "sxzz@sxzz.moe" }, "bugs": { "url": "https://github.com/sxzz/unplugin-utils/issues" }, "bundleDependencies": false, "dependencies": { "pathe": "^2.0.3", "picomatch": "^4.0.3" }, "deprecated": false, "description": "A set of utility functions commonly used by unplugins.", "devDependencies": { "@sxzz/eslint-config": "^7.1.2", "@sxzz/prettier-config": "^2.2.3", "@types/node": "^24.2.0", "@types/picomatch": "^4.0.2", "@vitest/coverage-v8": "3.2.4", "bumpp": "^10.2.2", "eslint": "^9.32.0", "oxc-transform": "^0.80.0", "prettier": "^3.6.2", "tsdown": "^0.13.3", "tsx": "^4.20.3", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "engines": { "node": ">=18.12.0" }, "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist" ], "funding": "https://github.com/sponsors/sxzz", "homepage": "https://github.com/sxzz/unplugin-utils#readme", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.js", "name": "unplugin-utils", "prettier": "@sxzz/prettier-config", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/sxzz/unplugin-utils.git" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "format": "prettier --cache --write .", "lint": "eslint --cache .", "lint:fix": "pnpm run lint --fix", "release": "bumpp", "test": "vitest", "typecheck": "tsc --noEmit" }, "type": "module", "types": "./dist/index.d.ts", "version": "0.2.5" }