{
  "_args": [
    [
      {
        "raw": "matcher-collection@^1.0.0",
        "scope": null,
        "escapedName": "matcher-collection",
        "name": "matcher-collection",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/travis/build/lukesargeant/ember-sparkline/node_modules/walk-sync"
    ]
  ],
  "_from": "matcher-collection@>=1.0.0 <2.0.0",
  "_id": "matcher-collection@1.0.5",
  "_inCache": true,
  "_location": "/matcher-collection",
  "_nodeVersion": "8.1.3",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/matcher-collection-1.0.5.tgz_1505492115560_0.07769000972621143"
  },
  "_npmUser": {
    "name": "stefanpenner",
    "email": "stefan.penner@gmail.com"
  },
  "_npmVersion": "5.1.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "matcher-collection@^1.0.0",
    "scope": null,
    "escapedName": "matcher-collection",
    "name": "matcher-collection",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/broccoli-sri-hash/walk-sync",
    "/broccoli-uglify-sourcemap",
    "/qunit/walk-sync",
    "/tree-sync/walk-sync",
    "/walk-sync"
  ],
  "_resolved": "https://registry.npmjs.org/matcher-collection/-/matcher-collection-1.0.5.tgz",
  "_shasum": "2ee095438372cb8884f058234138c05c644ec339",
  "_shrinkwrap": null,
  "_spec": "matcher-collection@^1.0.0",
  "_where": "/home/travis/build/lukesargeant/ember-sparkline/node_modules/walk-sync",
  "author": {
    "name": "Stefan Penner"
  },
  "bugs": {
    "url": "https://github.com/stefanpenner/matcher-collection/issues"
  },
  "dependencies": {
    "minimatch": "^3.0.2"
  },
  "description": "Minimatch but for collections of minimatcher matchers.",
  "devDependencies": {
    "tap": "^1.4.1"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-nUCmzKipcJEwYsBVAFh5P+d7JBuhJaW1xs85Hara9xuMLqtCVUrW6DSC0JVIkluxEH2W45nPBM/wjHtBXa/tYA==",
    "shasum": "2ee095438372cb8884f058234138c05c644ec339",
    "tarball": "https://registry.npmjs.org/matcher-collection/-/matcher-collection-1.0.5.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "4396d9bbd0cbbfac4710775e802c7453e31adef9",
  "homepage": "https://github.com/stefanpenner/matcher-collection#readme",
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "stefanpenner",
      "email": "stefan.penner@gmail.com"
    }
  ],
  "name": "matcher-collection",
  "optionalDependencies": {},
  "readme": "# MatcherCollection [![Build Status](https://travis-ci.org/stefanpenner/matcher-collection.svg?branch=master)](https://travis-ci.org/stefanpenner/matcher-collection)\n\nMinimatch but for collections of minimatcher matchers.\n\n## Install\n\n```sh\nnpm install matcher-collection\n```\n\n## Examples\n\n```js\nconst MatcherCollection = require('matcher-collection')\n\nlet m = new MatcherCollection([\n  'tests/',\n  '**/*.js',\n]);\n\nm.match('tests/foo.js') // => true\nm.match('foo.js')       // => false\n\nm.mayContain('tests') // => true\nm.mayContain('foo')   // => false\n```\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stefanpenner/matcher-collection.git"
  },
  "scripts": {
    "test": "tap --timeout 2 test.js",
    "test:debug": "tap --debug-brk --timeout 9999 test.js"
  },
  "version": "1.0.5"
}
