{
  "_id": "minimatch@5.1.0",
  "_inBundle": true,
  "_location": "/npm/minimatch",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm/@npmcli/map-workspaces",
    "/npm/glob",
    "/npm/ignore-walk",
    "/npm/libnpmdiff"
  ],
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/minimatch/issues"
  },
  "dependencies": {
    "brace-expansion": "^2.0.1"
  },
  "description": "a glob matcher in javascript",
  "devDependencies": {
    "tap": "^15.1.6"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "minimatch.js",
    "lib"
  ],
  "homepage": "https://github.com/isaacs/minimatch#readme",
  "license": "ISC",
  "main": "minimatch.js",
  "name": "minimatch",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/minimatch.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "version": "5.1.0"
}
