{
  "_from": "matcher@^1.0.0",
  "_id": "matcher@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-+BmqxWIubKTRKNWx/ahnCkk3mG8m7OturVlqq6HiojGJTd5hVYbgZm6WzcYPCoB+KBT4Vd6R7WSRG2OADNaCjg==",
  "_location": "/matcher",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "matcher@^1.0.0",
    "name": "matcher",
    "escapedName": "matcher",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/g-status"
  ],
  "_resolved": "https://registry.npmjs.org/matcher/-/matcher-1.1.1.tgz",
  "_shasum": "51d8301e138f840982b338b116bb0c09af62c1c2",
  "_spec": "matcher@^1.0.0",
  "_where": "/Users/admin/projects/dms/src/dealer_admin/node_modules/g-status",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/matcher/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "escape-string-regexp": "^1.0.4"
  },
  "deprecated": false,
  "description": "Simple wildcard matching",
  "devDependencies": {
    "ava": "*",
    "matcha": "^0.7.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/matcher#readme",
  "keywords": [
    "matcher",
    "matching",
    "match",
    "regex",
    "regexp",
    "regular",
    "expression",
    "wildcard",
    "pattern",
    "string",
    "filter",
    "glob",
    "globber",
    "globbing",
    "minimatch"
  ],
  "license": "MIT",
  "name": "matcher",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/matcher.git"
  },
  "scripts": {
    "bench": "matcha bench.js",
    "test": "xo && ava"
  },
  "version": "1.1.1"
}
