package.json 1.89 KB
{
  "_args": [
    [
      "matcher@2.1.0",
      "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
    ]
  ],
  "_development": true,
  "_from": "matcher@2.1.0",
  "_id": "matcher@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-o+nZr+vtJtgPNklyeUKkkH42OsK8WAfdgaJE2FNxcjLPg+5QbeEoT6vRj8Xq/iv18JlQ9cmKsEu0b94ixWf1YQ==",
  "_location": "/matcher",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "matcher@2.1.0",
    "name": "matcher",
    "escapedName": "matcher",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/global-agent"
  ],
  "_resolved": "https://registry.npmjs.org/matcher/-/matcher-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/matcher/issues"
  },
  "dependencies": {
    "escape-string-regexp": "^2.0.0"
  },
  "description": "Simple wildcard matching",
  "devDependencies": {
    "ava": "^2.4.0",
    "matcha": "^0.7.0",
    "tsd": "^0.11.0",
    "xo": "^0.25.3"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "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 && tsd"
  },
  "version": "2.1.0"
}