{
  "_from": "unplugin-utils@^0.3.1",
  "_id": "unplugin-utils@0.3.1",
  "_inBundle": false,
  "_integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  "_location": "/unplugin-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "unplugin-utils@^0.3.1",
    "name": "unplugin-utils",
    "escapedName": "unplugin-utils",
    "rawSpec": "^0.3.1",
    "saveSpec": null,
    "fetchSpec": "^0.3.1"
  },
  "_requiredBy": [
    "/@vue-macros/common",
    "/vue-router"
  ],
  "_resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  "_shasum": "ef2873670a6a2a21bd2c9d31307257cc863a709c",
  "_spec": "unplugin-utils@^0.3.1",
  "_where": "C:\\xampp\\htdocs\\findworkspace\\findworkspace\\node_modules\\vue-router",
  "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.2.7",
    "@sxzz/prettier-config": "^2.2.4",
    "@types/node": "^24.7.0",
    "@types/picomatch": "^4.0.2",
    "@vitest/coverage-v8": "3.2.4",
    "bumpp": "^10.3.1",
    "eslint": "^9.37.0",
    "oxc-transform": "^0.94.0",
    "prettier": "^3.6.2",
    "tsdown": "^0.15.6",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "exports": {
    ".": "./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"
  },
  "tsdown": {
    "platform": "neutral",
    "exports": true
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.3.1"
}
