{
  "_from": "@rolldown/pluginutils@1.0.0-rc.2",
  "_id": "@rolldown/pluginutils@1.0.0-rc.2",
  "_inBundle": false,
  "_integrity": "sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==",
  "_location": "/@rolldown/pluginutils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@rolldown/pluginutils@1.0.0-rc.2",
    "name": "@rolldown/pluginutils",
    "escapedName": "@rolldown%2fpluginutils",
    "scope": "@rolldown",
    "rawSpec": "1.0.0-rc.2",
    "saveSpec": null,
    "fetchSpec": "1.0.0-rc.2"
  },
  "_requiredBy": [
    "/@vitejs/plugin-vue"
  ],
  "_resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz",
  "_shasum": "10324e74cb3396cb7b616042ea7e9e6aa7d8d458",
  "_spec": "@rolldown/pluginutils@1.0.0-rc.2",
  "_where": "/home/devwebsite/public_html/loopra/node_modules/@vitejs/plugin-vue",
  "bugs": {
    "url": "https://github.com/rolldown/rolldown/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A utility library for building flexible, composable filter expressions that can be used in plugin hook filters of Rolldown/Vite/Rollup/Unplugin plugins.",
  "devDependencies": {
    "@types/picomatch": "^4.0.0",
    "picomatch": "^4.0.2",
    "typescript": "^5.8.3",
    "vitest": "^4.0.15"
  },
  "exports": {
    ".": "./dist/index.js",
    "./filter": "./dist/filter/index.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://rolldown.rs/",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "name": "@rolldown/pluginutils",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rolldown/rolldown.git",
    "directory": "packages/pluginutils"
  },
  "scripts": {
    "build": "tsc",
    "publint": "publint .",
    "test": "vitest --typecheck"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "1.0.0-rc.2"
}
