{
  "_from": "zeptomatch@2.1.0",
  "_id": "zeptomatch@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-KiGErG2J0G82LSpniV0CtIzjlJ10E04j02VOudJsPyPwNZgGnRKQy7I1R7GMyg/QswnE4l7ohSGrQbQbjXPPDA==",
  "_location": "/zeptomatch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "zeptomatch@2.1.0",
    "name": "zeptomatch",
    "escapedName": "zeptomatch",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/@prisma/dev"
  ],
  "_resolved": "https://registry.npmjs.org/zeptomatch/-/zeptomatch-2.1.0.tgz",
  "_shasum": "cca2cb2c61308d0c26f9689e6640f6335d0f2101",
  "_spec": "zeptomatch@2.1.0",
  "_where": "/var/www/html/node_modules/@prisma/dev",
  "bugs": {
    "url": "https://github.com/fabiospampinato/zeptomatch/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "grammex": "^3.1.11",
    "graphmatch": "^1.1.0"
  },
  "deprecated": false,
  "description": "An absurdly small glob matcher that packs a punch.",
  "devDependencies": {
    "benchloop": "^2.1.1",
    "fava": "^0.3.5",
    "tsex": "^4.0.2",
    "typescript": "^5.9.3"
  },
  "exports": "./dist/index.js",
  "homepage": "https://github.com/fabiospampinato/zeptomatch#readme",
  "keywords": [
    "tiny",
    "glob",
    "match",
    "matcher",
    "partial"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "zeptomatch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabiospampinato/zeptomatch.git"
  },
  "scripts": {
    "benchmark": "tsex benchmark",
    "benchmark:watch": "tsex benchmark --watch",
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "prepublishOnly": "tsex prepare",
    "test": "tsex test",
    "test:watch": "tsex test --watch"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "2.1.0"
}
