{
  "_from": "globby@^16.2.0",
  "_id": "globby@16.2.0",
  "_inBundle": false,
  "_integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==",
  "_location": "/globby",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "globby@^16.2.0",
    "name": "globby",
    "escapedName": "globby",
    "rawSpec": "^16.2.0",
    "saveSpec": null,
    "fetchSpec": "^16.2.0"
  },
  "_requiredBy": [
    "/nitropack"
  ],
  "_resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz",
  "_shasum": "6ab1351fbac1d9b9e47ed423814c2ad41af308ea",
  "_spec": "globby@^16.2.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nitropack",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "ava": {
    "files": [
      "!tests/utilities.js"
    ],
    "workerThreads": false
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/globby/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@sindresorhus/merge-streams": "^4.0.0",
    "fast-glob": "^3.3.3",
    "ignore": "^7.0.5",
    "is-path-inside": "^4.0.0",
    "slash": "^5.1.0",
    "unicorn-magic": "^0.4.0"
  },
  "deprecated": false,
  "description": "User-friendly glob matching",
  "devDependencies": {
    "@globby/main-branch": "github:sindresorhus/globby#main",
    "@types/node": "^24.5.2",
    "ava": "^6.4.1",
    "benchmark": "2.1.4",
    "glob-stream": "^8.0.3",
    "tempy": "^3.1.0",
    "tsd": "^0.33.0",
    "xo": "^1.2.2"
  },
  "engines": {
    "node": ">=20"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "ignore.js",
    "utilities.js"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/globby#readme",
  "keywords": [
    "all",
    "array",
    "directories",
    "expand",
    "files",
    "filesystem",
    "filter",
    "find",
    "fnmatch",
    "folders",
    "fs",
    "glob",
    "globbing",
    "globs",
    "gulpfriendly",
    "match",
    "matcher",
    "minimatch",
    "multi",
    "multiple",
    "paths",
    "pattern",
    "patterns",
    "traverse",
    "util",
    "utility",
    "wildcard",
    "wildcards",
    "promise",
    "gitignore",
    "git"
  ],
  "license": "MIT",
  "name": "globby",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/globby.git"
  },
  "scripts": {
    "bench": "npm update @globby/main-branch glob-stream fast-glob && node bench.js",
    "test": "xo && ava && tsd"
  },
  "sideEffects": false,
  "type": "module",
  "version": "16.2.0",
  "xo": {
    "ignores": [
      "fixtures"
    ]
  }
}
