{
  "_from": "tinyglobby@^0.2.14",
  "_id": "tinyglobby@0.2.14",
  "_inBundle": false,
  "_integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
  "_location": "/tinyglobby",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tinyglobby@^0.2.14",
    "name": "tinyglobby",
    "escapedName": "tinyglobby",
    "rawSpec": "^0.2.14",
    "saveSpec": null,
    "fetchSpec": "^0.2.14"
  },
  "_requiredBy": [
    "/vite"
  ],
  "_resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
  "_shasum": "5280b0cf3f972b050e74ae88406c0a6a58f4079d",
  "_spec": "tinyglobby@^0.2.14",
  "_where": "/var/www/html/laravel_restaurante/node_modules/vite",
  "author": {
    "name": "Superchupu"
  },
  "bugs": {
    "url": "https://github.com/SuperchupuDev/tinyglobby/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fdir": "^6.4.4",
    "picomatch": "^4.0.2"
  },
  "deprecated": false,
  "description": "A fast and minimal alternative to globby and fast-glob",
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/node": "^22.15.21",
    "@types/picomatch": "^4.0.0",
    "fs-fixture": "^2.7.1",
    "tsdown": "^0.12.3",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "funding": {
    "url": "https://github.com/sponsors/SuperchupuDev"
  },
  "homepage": "https://github.com/SuperchupuDev/tinyglobby#readme",
  "keywords": [
    "glob",
    "patterns",
    "fast",
    "implementation"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "name": "tinyglobby",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SuperchupuDev/tinyglobby.git"
  },
  "scripts": {
    "build": "tsdown",
    "check": "biome check",
    "format": "biome format --write",
    "lint": "biome lint",
    "lint:fix": "biome lint --fix --unsafe",
    "test": "node --experimental-transform-types --test",
    "test:coverage": "node --experimental-transform-types --test --experimental-test-coverage",
    "test:only": "node --experimental-transform-types --test --test-only",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "0.2.14"
}
