{
  "_args": [
    [
      "ignore@5.0.6",
      "/var/www/html"
    ]
  ],
  "_from": "ignore@5.0.6",
  "_id": "ignore@5.0.6",
  "_inBundle": false,
  "_integrity": "sha512-/+hp3kUf/Csa32ktIaj0OlRqQxrgs30n62M90UBpNd9k+ENEch5S+hmbW3DtcJGz3sYFTh4F3A6fQ0q7KWsp4w==",
  "_location": "/ignore",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ignore@5.0.6",
    "name": "ignore",
    "escapedName": "ignore",
    "rawSpec": "5.0.6",
    "saveSpec": null,
    "fetchSpec": "5.0.6"
  },
  "_requiredBy": [
    "/@nuxt/builder"
  ],
  "_resolved": "https://registry.npmjs.org/ignore/-/ignore-5.0.6.tgz",
  "_spec": "5.0.6",
  "_where": "/var/www/html",
  "author": {
    "name": "kael"
  },
  "bugs": {
    "url": "https://github.com/kaelzhang/node-ignore/issues"
  },
  "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "codecov": "^3.2.0",
    "debug": "^4.1.1",
    "eslint": "^5.15.2",
    "eslint-config-ostai": "^2.0.0",
    "eslint-plugin-import": "^2.16.0",
    "mkdirp": "^0.5.1",
    "pre-suf": "^1.1.1",
    "rimraf": "^2.6.3",
    "spawn-sync": "^2.0.0",
    "tap": "^12.6.0",
    "tmp": "0.0.33",
    "typescript": "^3.3.3333"
  },
  "engines": {
    "node": ">= 4"
  },
  "files": [
    "legacy.js",
    "index.js",
    "index.d.ts",
    "LICENSE-MIT"
  ],
  "homepage": "https://github.com/kaelzhang/node-ignore#readme",
  "keywords": [
    "ignore",
    ".gitignore",
    "gitignore",
    "npmignore",
    "rules",
    "manager",
    "filter",
    "regexp",
    "regex",
    "fnmatch",
    "glob",
    "asterisks",
    "regular-expression"
  ],
  "license": "MIT",
  "name": "ignore",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
  },
  "scripts": {
    "build": "babel -o legacy.js index.js",
    "posttest": "tap --coverage-report=html && codecov",
    "prepublishOnly": "npm run build",
    "test": "npm run test-no-report",
    "test-no-report": "npm run test:lint && npm run test:tsc && npm run test:ts && npm run test:cases",
    "test:cases": "tap test/*.js --coverage",
    "test:git": "tap test/git-check-ignore.js",
    "test:ignore": "tap test/ignore.js",
    "test:lint": "eslint .",
    "test:others": "tap test/others.js",
    "test:ts": "node ./test/ts/simple.js",
    "test:tsc": "tsc ./test/ts/simple.ts"
  },
  "version": "5.0.6"
}
