{
  "_args": [
    [
      "ignore@^3.3.5",
      "/var/www/html/isbn/resources/angular-app/node_modules/globby"
    ]
  ],
  "_from": "ignore@>=3.3.5 <4.0.0",
  "_hasShrinkwrap": false,
  "_id": "ignore@3.3.10",
  "_inCache": true,
  "_installable": true,
  "_location": "/ignore",
  "_nodeVersion": "10.4.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/ignore_3.3.10_1529546817916_0.8578310196983732"
  },
  "_npmUser": {
    "email": "i@kael.me",
    "name": "kael"
  },
  "_npmVersion": "6.1.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "ignore",
    "raw": "ignore@^3.3.5",
    "rawSpec": "^3.3.5",
    "scope": null,
    "spec": ">=3.3.5 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/globby"
  ],
  "_resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz",
  "_shasum": "0a97fb876986e8081c631160f8f9f389157f0043",
  "_shrinkwrap": null,
  "_spec": "ignore@^3.3.5",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/globby",
  "author": {
    "name": "kael"
  },
  "bugs": {
    "url": "https://github.com/kaelzhang/node-ignore/issues"
  },
  "dependencies": {},
  "description": "Ignore is a manager and filter for .gitignore rules.",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "chai": "~1.7.2",
    "codecov": "^3.0.2",
    "istanbul": "^0.4.5",
    "mkdirp": "^0.5.1",
    "mocha": "~1.13.0",
    "pre-suf": "^1.0.4",
    "rimraf": "^2.6.2",
    "spawn-sync": "^1.0.15",
    "tmp": "0.0.33",
    "typescript": "^2.9.2"
  },
  "directories": {},
  "dist": {
    "fileCount": 4,
    "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbKwhICRA9TVsSAnZWagAAuwMP/0Rv62d2WHVVMxPQ+tRN\nxmlJ0WCU9qCoXE1PHbrO5ehoqCs3bM11fLiyDAvccCmqo7KqPMqbg4eDvHk/\nli0SZ/xu8sRVn4shTZp37iLuWRa9wYH9yo11bXgzvG4bqs+WR0kzrsOuB/XC\n2K0WsJl+auIZu7LoQQj2A3ImHq56g9yto97u7fLKHg4t5xd1ATH3LPPrEWm2\nKg9HSufS+SD0JNxmVN/SLCfrrNwHQXviAJQkrYm+tyCqkEfPZrSsqH5y+hVa\nxPxewTs279l+1R5VMUTeBjILMywPu5AlJbWDhRKUjIN/ZCWDtbdFidHUV1wQ\nb9UGs3z+2//qL9Ywlhj6aL0yT/NGg2D6FU8iXUhDfsk2+284kyzdDbcczri5\nOi8iW/vjGjknklwCKk+kZ5F5WJ1GoRjjKsj9PBfsb5Vd+bN59bAGr32W3wfO\n8AIRxQrytygjul+c9Lkb4yHj2DxefQUaNXpYUMkgpw25M1oa2bXYzhNi2UaB\nAXZURUWr6yCt//E5oeyHHKQb6bkHeSFe72wR/L8fR5P7z/eAB04Bu7dImRom\nIg0GyiQLuJjZs3+/kGKRae0ZZJ4UK8p5ge0BYjh9mxqk2yXOoNRrER7ioPEr\nlwy/ZtXmOKNKwM3X1QhsBA0fYsIL8P6R5fxbuBZpVHX+oqD5qLlzpOgQgSDW\nsdI7\r\n=ZTby\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "0a97fb876986e8081c631160f8f9f389157f0043",
    "tarball": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz",
    "unpackedSize": 21713
  },
  "files": [
    "ignore.js",
    "index.d.ts"
  ],
  "gitHead": "d01ef8d91497a771b5e3adf52b2ed19248a7c625",
  "homepage": "https://github.com/kaelzhang/node-ignore#readme",
  "keywords": [
    ".gitignore",
    "asterisks",
    "filter",
    "fnmatch",
    "gitignore",
    "glob",
    "ignore",
    "manager",
    "npmignore",
    "regex",
    "regexp",
    "regular-expression",
    "rules"
  ],
  "license": "MIT",
  "main": "./ignore.js",
  "maintainers": [
    {
      "name": "kael",
      "email": "i@kael.me"
    }
  ],
  "name": "ignore",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
  },
  "scripts": {
    "build": "babel -o ignore.js index.js",
    "cov-report": "istanbul report",
    "prepublish": "npm run build",
    "test": "npm run tsc && npm run build && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov",
    "test-no-cov": "npm run tsc && npm run build && mocha --reporter spec ./test/ignore.js",
    "tsc": "tsc ./test/ts/simple.ts"
  },
  "version": "3.3.10"
}
