{
  "_from": "@rolldown/pluginutils@1.0.0-rc.10",
  "_id": "@rolldown/pluginutils@1.0.0-rc.10",
  "_inBundle": false,
  "_integrity": "sha512-UkVDEFk1w3mveXeKgaTuYfKWtPbvgck1dT8TUG3bnccrH0XtLTuAyfCoks4Q/M5ZGToSVJTIQYCzy2g/atAOeg==",
  "_location": "/@rolldown/pluginutils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@rolldown/pluginutils@1.0.0-rc.10",
    "name": "@rolldown/pluginutils",
    "escapedName": "@rolldown%2fpluginutils",
    "scope": "@rolldown",
    "rawSpec": "1.0.0-rc.10",
    "saveSpec": null,
    "fetchSpec": "1.0.0-rc.10"
  },
  "_requiredBy": [
    "/rolldown"
  ],
  "_resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.10.tgz",
  "_shasum": "eed997f37f928a3300bbe2161f42687d8a3ae759",
  "_spec": "@rolldown/pluginutils@1.0.0-rc.10",
  "_where": "/Users/gastoenock/Desktop/Laravel/light-insurance-broker/node_modules/rolldown",
  "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.10"
}
