{
  "_from": "@rolldown/pluginutils@1.0.0-rc.17",
  "_id": "@rolldown/pluginutils@1.0.0-rc.17",
  "_inBundle": false,
  "_integrity": "sha512-n8iosDOt6Ig1UhJ2AYqoIhHWh/isz0xpicHTzpKBeotdVsTEcxsSA/i3EVM7gQAj0rU27OLAxCjzlj15IWY7bg==",
  "_location": "/@rolldown/pluginutils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@rolldown/pluginutils@1.0.0-rc.17",
    "name": "@rolldown/pluginutils",
    "escapedName": "@rolldown%2fpluginutils",
    "scope": "@rolldown",
    "rawSpec": "1.0.0-rc.17",
    "saveSpec": null,
    "fetchSpec": "1.0.0-rc.17"
  },
  "_requiredBy": [
    "/rolldown"
  ],
  "_resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.17.tgz",
  "_shasum": "a89b30833fb628bc834fe2e89fea93a2da9fa69a",
  "_spec": "@rolldown/pluginutils@1.0.0-rc.17",
  "_where": "/home/demoaccessworld/public_html/projects/goodwill-lms/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": "^6.0.0",
    "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.17"
}
