{
  "_from": "picomatch@4.0.4",
  "_id": "picomatch@4.0.4",
  "_inBundle": false,
  "_integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  "_location": "/picomatch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "picomatch@4.0.4",
    "name": "picomatch",
    "escapedName": "picomatch",
    "rawSpec": "4.0.4",
    "saveSpec": null,
    "fetchSpec": "4.0.4"
  },
  "_requiredBy": [
    "/@nuxt/icon",
    "/@nuxt/vite-builder/vite",
    "/@parcel/watcher",
    "/@parcel/watcher-wasm",
    "/@rollup/plugin-commonjs",
    "/@rollup/pluginutils",
    "/@vercel/nft",
    "/impound/unplugin",
    "/logs-sdk/unplugin",
    "/nuxt",
    "/nuxt/unplugin",
    "/rollup-plugin-visualizer",
    "/tinyglobby",
    "/unimport",
    "/unimport/unplugin",
    "/unplugin",
    "/unplugin-utils",
    "/vite-node/vite",
    "/vite-plugin-checker",
    "/vue-router",
    "/vue-router/unplugin"
  ],
  "_resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  "_shasum": "fd6f5e00a143086e074dffe4c924b8fb293b0589",
  "_spec": "picomatch@4.0.4",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/tinyglobby",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/micromatch/picomatch/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
  "devDependencies": {
    "eslint": "^8.57.0",
    "fill-range": "^7.0.1",
    "gulp-format-md": "^2.0.0",
    "mocha": "^10.4.0",
    "nyc": "^15.1.0"
  },
  "engines": {
    "node": ">=12"
  },
  "files": [
    "index.js",
    "posix.js",
    "lib"
  ],
  "funding": "https://github.com/sponsors/jonschlinkert",
  "homepage": "https://github.com/micromatch/picomatch",
  "keywords": [
    "glob",
    "match",
    "picomatch"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "picomatch",
  "nyc": {
    "reporter": [
      "html",
      "lcov",
      "text-summary"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/micromatch/picomatch.git"
  },
  "scripts": {
    "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
    "mocha": "mocha --reporter dot",
    "test": "npm run lint && npm run mocha",
    "test:ci": "npm run test:cover",
    "test:cover": "nyc npm run mocha"
  },
  "sideEffects": false,
  "verb": {
    "toc": {
      "render": true,
      "method": "preWrite",
      "maxdepth": 3
    },
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "lint": {
      "reflinks": true
    },
    "related": {
      "list": [
        "braces",
        "micromatch"
      ]
    },
    "reflinks": [
      "braces",
      "expand-brackets",
      "extglob",
      "fill-range",
      "micromatch",
      "minimatch",
      "nanomatch",
      "picomatch"
    ]
  },
  "version": "4.0.4"
}
