{
  "_from": "minimatch@^10.1.1",
  "_id": "minimatch@10.2.5",
  "_inBundle": false,
  "_integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  "_location": "/minimatch",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "minimatch@^10.1.1",
    "name": "minimatch",
    "escapedName": "minimatch",
    "rawSpec": "^10.1.1",
    "saveSpec": null,
    "fetchSpec": "^10.1.1"
  },
  "_requiredBy": [
    "/@types/minimatch",
    "/glob"
  ],
  "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  "_shasum": "bd48687a0be38ed2961399105600f832095861d1",
  "_spec": "minimatch@^10.1.1",
  "_where": "/var/www/html/moro/node_modules/glob",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/minimatch/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "brace-expansion": "^5.0.5"
  },
  "deprecated": false,
  "description": "a glob matcher in javascript",
  "devDependencies": {
    "@types/node": "^25.5.0",
    "mkdirp": "^3.0.1",
    "oxlint": "^1.57.0",
    "oxlint-tsgolint": "^0.18.1",
    "prettier": "^3.8.1",
    "tap": "^21.6.2",
    "tshy": "^4.0.0",
    "typedoc": "^0.28.18"
  },
  "engines": {
    "node": "18 || 20 || >=22"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "files": [
    "dist"
  ],
  "funding": {
    "url": "https://github.com/sponsors/isaacs"
  },
  "homepage": "https://github.com/isaacs/minimatch#readme",
  "license": "BlueOak-1.0.0",
  "main": "./dist/commonjs/index.js",
  "module": "./dist/esm/index.js",
  "name": "minimatch",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/isaacs/minimatch.git"
  },
  "scripts": {
    "benchmark": "node benchmark/index.js",
    "format": "prettier --write .",
    "lint": "oxlint --fix src test",
    "postlint": "npm run format",
    "postsnap": "npm run lint",
    "postversion": "npm publish",
    "prepare": "tshy",
    "prepublishOnly": "git push origin --follow-tags",
    "presnap": "npm run prepare",
    "pretest": "npm run prepare",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap",
    "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
  },
  "tshy": {
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    },
    "selfLink": false
  },
  "type": "module",
  "types": "./dist/commonjs/index.d.ts",
  "version": "10.2.5"
}
