{
  "_from": "multimatch@^3.0.0",
  "_id": "multimatch@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-22foS/gqQfANZ3o+W7ST2x25ueHDVNWl/b9OlGcLpy/iKxjCpvcNCM51YCenUi7Mt/jAjjqv8JwZRs8YP5sRjA==",
  "_location": "/multimatch",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "multimatch@^3.0.0",
    "name": "multimatch",
    "escapedName": "multimatch",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/@0x-lerna-fork/bootstrap",
    "/@0x-lerna-fork/filter-packages",
    "/@lerna/bootstrap",
    "/@lerna/filter-packages"
  ],
  "_resolved": "https://registry.npmjs.org/multimatch/-/multimatch-3.0.0.tgz",
  "_shasum": "0e2534cc6bc238d9ab67e1b9cd5fcd85a6dbf70b",
  "_spec": "multimatch@^3.0.0",
  "_where": "/mnt/c/Users/Administrator/source/repos/0x-monorepo-development/node_modules/@0x-lerna-fork/bootstrap",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/multimatch/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "array-differ": "^2.0.3",
    "array-union": "^1.0.2",
    "arrify": "^1.0.1",
    "minimatch": "^3.0.4"
  },
  "deprecated": false,
  "description": "Extends `minimatch.match()` with support for multiple patterns",
  "devDependencies": {
    "ava": "^1.0.1",
    "xo": "^0.23.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/multimatch#readme",
  "keywords": [
    "expand",
    "find",
    "glob",
    "globbing",
    "globs",
    "match",
    "matcher",
    "minimatch",
    "pattern",
    "patterns",
    "wildcard"
  ],
  "license": "MIT",
  "name": "multimatch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/multimatch.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "3.0.0"
}
