{"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"},{"name":"jakxz","email":"jgkurian@me.com"}],"keywords":["exclude","include","glob","package","config"],"dist-tags":{"latest":"4.1.0"},"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"description":"test for inclusion or exclusion of paths using pkg-conf and globs","readme":"# test-exclude\n\nThe file include/exclude logic used by [nyc](https://github.com/istanbuljs/nyc).\n\n[![Build Status](https://travis-ci.org/istanbuljs/test-exclude.svg)](https://travis-ci.org/istanbuljs/test-exclude)\n[![Coverage Status](https://coveralls.io/repos/github/istanbuljs/test-exclude/badge.svg?branch=master)](https://coveralls.io/github/istanbuljs/test-exclude?branch=master)\n[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)\n\n## Usage\n\n```js\nconst exclude = require('test-exclude')\nif (exclude().shouldInstrument('./foo.js')) {\n  // let's instrument this file for test coverage!\n}\n```\n\n_you can load configuration from a key in package.json:_\n\n_package.json_\n\n```json\n{\n  \"name\": \"awesome-module\",\n  \"test\": {\n    \"include\": [\"**/index.js\"]\n  }\n}\n```\n\n_app.js_\n\n```js\nconst exclude = require('test-exclude')\nif (exclude({configKey: 'test'}).shouldInstrument('./index.js')) {\n  // let's instrument this file for test coverage!\n}\n```\n\n## Including node_modules folder\n\nby default the `node_modules` folder is added to all groups of\nexclude rules. In the rare case that you wish to instrument files\nstored in `node_modules`, a negative glob can be used:\n\n```js\nconst exclude = require('test-exclude')\nconst e = exclude({\n  exclude: ['!**/node_modules/**']\n})\n```\n\n## License\n\nISC\n","repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"license":"ISC","versions":{"1.0.0":{"name":"test-exclude","version":"1.0.0","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha ./test/*.js","coverage":"nyc report --reporter=text-lcov | coveralls","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/bcoe/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/bcoe/test-exclude/issues"},"homepage":"https://github.com/bcoe/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.9","mocha":"^2.5.3","nyc":"^6.4.4","standard":"^7.1.2","standard-version":"^2.3.0"},"dependencies":{"arrify":"^1.0.1","lodash.assign":"^4.0.9","micromatch":"^2.3.8","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"gitHead":"2a559630140a1ceb93487c29f6808d8cf4a1da3a","_id":"test-exclude@1.0.0","_shasum":"ced63b8463bf5a8df501d6f5ab9baaf9a7a2dd50","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"ced63b8463bf5a8df501d6f5ab9baaf9a7a2dd50","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-1.0.0.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/test-exclude-1.0.0.tgz_1465192578006_0.9678394263610244"},"directories":{}},"1.1.0":{"name":"test-exclude","version":"1.1.0","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha ./test/*.js","coverage":"nyc report --reporter=text-lcov | coveralls","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/bcoe/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/bcoe/test-exclude/issues"},"homepage":"https://github.com/bcoe/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.9","mocha":"^2.5.3","nyc":"^6.4.4","standard":"^7.1.2","standard-version":"^2.3.0"},"dependencies":{"arrify":"^1.0.1","lodash.assign":"^4.0.9","micromatch":"^2.3.8","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"gitHead":"d7406b0d00c7a651065e0be51ca83971e8282dfa","_id":"test-exclude@1.1.0","_shasum":"f5ddd718927b12fd02f270a0aa939ceb6eea4151","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"f5ddd718927b12fd02f270a0aa939ceb6eea4151","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-1.1.0.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/test-exclude-1.1.0.tgz_1465366832939_0.557329352479428"},"directories":{}},"2.0.0":{"name":"test-exclude","version":"2.0.0","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha ./test/*.js","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.12","mocha":"^2.5.3","nyc":"^7.1.0","standard":"^7.1.2","standard-version":"^2.4.0"},"dependencies":{"arrify":"^1.0.1","lodash.assign":"^4.1.0","micromatch":"^2.3.11","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"nyc":{"check-coverage":true,"statements":100,"branches":96,"lines":100,"functions":100,"reporter":["lcov","text"]},"gitHead":"99d58797d332b81cfbab9d58df5d97db5eadb84a","_id":"test-exclude@2.0.0","_shasum":"bacd36d3d37663ece201eb1fac115e45c79c782a","_from":".","_npmVersion":"3.10.6","_nodeVersion":"5.1.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"bacd36d3d37663ece201eb1fac115e45c79c782a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-2.0.0.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/test-exclude-2.0.0.tgz_1470975551394_0.7755239922553301"},"directories":{}},"2.1.0":{"name":"test-exclude","version":"2.1.0","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha ./test/*.js","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.12","mocha":"^2.5.3","nyc":"^7.1.0","standard":"^7.1.2","standard-version":"^2.4.0"},"dependencies":{"arrify":"^1.0.1","lodash.assign":"^4.1.0","micromatch":"^2.3.11","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"nyc":{"check-coverage":true,"statements":100,"branches":96,"lines":100,"functions":100,"reporter":["lcov","text"]},"gitHead":"cce8826fe7e443ae441804f1c8e6760138a8f14e","_id":"test-exclude@2.1.0","_shasum":"0c7c1b8de529ceaee717e545e03f1bf248521d82","_from":".","_npmVersion":"3.10.6","_nodeVersion":"5.1.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"0c7c1b8de529ceaee717e545e03f1bf248521d82","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-2.1.0.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/test-exclude-2.1.0.tgz_1470976679249_0.14984446042217314"},"directories":{}},"2.1.1":{"name":"test-exclude","version":"2.1.1","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha ./test/*.js","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.12","mocha":"^2.5.3","nyc":"^7.1.0","standard":"^7.1.2","standard-version":"^2.4.0"},"dependencies":{"arrify":"^1.0.1","lodash.assign":"^4.1.0","micromatch":"^2.3.11","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"nyc":{"check-coverage":true,"statements":100,"branches":96,"lines":100,"functions":100,"reporter":["lcov","text"]},"gitHead":"1b559af79cc1ac1504f9aca52cad911f95290451","_id":"test-exclude@2.1.1","_shasum":"4f5b7199a0e7da28212a3204f1e7b588278268b7","_from":".","_npmVersion":"3.10.6","_nodeVersion":"5.1.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"4f5b7199a0e7da28212a3204f1e7b588278268b7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-2.1.1.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/test-exclude-2.1.1.tgz_1470978128695_0.8322175100911409"},"directories":{}},"2.1.2":{"name":"test-exclude","version":"2.1.2","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha ./test/*.js","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.12","mocha":"^2.5.3","nyc":"^7.1.0","standard":"^7.1.2","standard-version":"^2.4.0"},"dependencies":{"arrify":"^1.0.1","lodash.assign":"^4.1.0","micromatch":"^2.3.11","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"nyc":{"check-coverage":true,"statements":100,"branches":96,"lines":100,"functions":100,"reporter":["lcov","text"]},"gitHead":"dae5ceb1d33e7f4555286013f197b865ae746a28","_id":"test-exclude@2.1.2","_shasum":"186d69b8d8f01e99868ef04f7332a5a1b7c1ae73","_from":".","_npmVersion":"3.10.6","_nodeVersion":"5.1.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"186d69b8d8f01e99868ef04f7332a5a1b7c1ae73","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-2.1.2.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/test-exclude-2.1.2.tgz_1472660287897_0.10232024267315865"},"directories":{}},"2.1.3":{"name":"test-exclude","version":"2.1.3","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha ./test/*.js","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.12","mocha":"^2.5.3","nyc":"^7.1.0","standard":"^7.1.2","standard-version":"^2.4.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.11","object-assign":"^4.1.0","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"nyc":{"check-coverage":true,"statements":100,"branches":96,"lines":100,"functions":100,"reporter":["lcov","text"]},"gitHead":"74533000658fe836a104c1d24e7bbd46129355f2","_id":"test-exclude@2.1.3","_shasum":"a8d8968e1da83266f9864f2852c55e220f06434a","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"a8d8968e1da83266f9864f2852c55e220f06434a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-2.1.3.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/test-exclude-2.1.3.tgz_1475270861719_0.9202085055876523"},"directories":{}},"3.0.0":{"name":"test-exclude","version":"3.0.0","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha ./test/*.js","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.12","mocha":"^3.1.2","nyc":"^8.4.0","standard":"^8.5.0","standard-version":"^3.0.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.11","object-assign":"^4.1.0","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"nyc":{"check-coverage":true,"statements":100,"branches":96,"lines":100,"functions":100,"reporter":["lcov","text"]},"gitHead":"6fd9dc1637ef2798b8123755238297ab122c743a","_id":"test-exclude@3.0.0","_shasum":"5168720da79677ea1f592dbe283d73d9d753671b","_from":".","_npmVersion":"4.0.0","_nodeVersion":"6.5.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"5168720da79677ea1f592dbe283d73d9d753671b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-3.0.0.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/test-exclude-3.0.0.tgz_1478996277129_0.8085760453250259"},"directories":{}},"3.1.0":{"name":"test-exclude","version":"3.1.0","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha ./test/*.js","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.12","mocha":"^3.1.2","nyc":"^8.4.0","standard":"^8.5.0","standard-version":"^3.0.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.11","object-assign":"^4.1.0","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"nyc":{"check-coverage":true,"statements":100,"branches":96,"lines":100,"functions":100,"reporter":["lcov","text"]},"gitHead":"346fb19f4876692b41156c9d10cc445779b16168","_id":"test-exclude@3.1.0","_shasum":"cc518622d89df646add69b062a494339da580d27","_from":".","_npmVersion":"4.0.0","_nodeVersion":"6.5.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"cc518622d89df646add69b062a494339da580d27","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-3.1.0.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/test-exclude-3.1.0.tgz_1479155656722_0.1710410218220204"},"directories":{}},"3.2.0":{"name":"test-exclude","version":"3.2.0","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha ./test/*.js","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.12","mocha":"^3.1.2","nyc":"^8.4.0","standard":"^8.5.0","standard-version":"^3.0.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.11","object-assign":"^4.1.0","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"nyc":{"check-coverage":true,"statements":100,"branches":96,"lines":100,"functions":100,"reporter":["lcov","text"]},"gitHead":"3d0bf786bdeb241b60b47b5cda9f743a93320698","_id":"test-exclude@3.2.0","_shasum":"40c4cf81e604a1869f8c2b161dd82e78e54aca58","_from":".","_npmVersion":"4.0.0","_nodeVersion":"6.5.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"40c4cf81e604a1869f8c2b161dd82e78e54aca58","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-3.2.0.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/test-exclude-3.2.0.tgz_1479158287285_0.6737476517446339"},"directories":{}},"3.2.1":{"name":"test-exclude","version":"3.2.1","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha ./test/*.js","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.12","mocha":"^3.1.2","nyc":"^8.4.0","standard":"^8.5.0","standard-version":"^3.0.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.11","object-assign":"^4.1.0","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"nyc":{"check-coverage":true,"statements":100,"branches":96,"lines":100,"functions":100,"reporter":["lcov","text"]},"gitHead":"e5f853a0e59c41ff9f8b1392c445b4dbec07572f","_id":"test-exclude@3.2.1","_shasum":"498020bb62274e36cc995182757bef42ac7137ba","_from":".","_npmVersion":"4.0.0","_nodeVersion":"6.5.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"498020bb62274e36cc995182757bef42ac7137ba","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-3.2.1.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/test-exclude-3.2.1.tgz_1479163027542_0.6193591663613915"},"directories":{}},"3.2.2":{"name":"test-exclude","version":"3.2.2","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha ./test/*.js","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.12","mocha":"^3.1.2","nyc":"^8.4.0","standard":"^8.5.0","standard-version":"^3.0.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.11","object-assign":"^4.1.0","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"nyc":{"check-coverage":true,"statements":100,"branches":96,"lines":100,"functions":100,"reporter":["lcov","text"]},"gitHead":"5205235b8ff08a08c5dd9d826e9c1fd46c6aad99","_id":"test-exclude@3.2.2","_shasum":"bce1e739b668c00d71f6cd2c0ef292b8d23c22ae","_from":".","_npmVersion":"4.0.0","_nodeVersion":"6.5.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"bce1e739b668c00d71f6cd2c0ef292b8d23c22ae","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-3.2.2.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/test-exclude-3.2.2.tgz_1479163955732_0.539127781521529"},"directories":{}},"3.3.0":{"name":"test-exclude","version":"3.3.0","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha ./test/*.js","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.12","mocha":"^3.1.2","nyc":"^8.4.0","standard":"^8.5.0","standard-version":"^3.0.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.11","object-assign":"^4.1.0","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"nyc":{"check-coverage":true,"statements":100,"branches":96,"lines":100,"functions":100,"reporter":["lcov","text"]},"gitHead":"cf979c7c259fa547755fdb0fbc6b4d8c8ad7d371","_id":"test-exclude@3.3.0","_shasum":"7a17ca1239988c98367b0621456dbb7d4bc38977","_from":".","_npmVersion":"4.0.0","_nodeVersion":"6.5.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"7a17ca1239988c98367b0621456dbb7d4bc38977","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-3.3.0.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/test-exclude-3.3.0.tgz_1479797602694_0.012697829864919186"},"directories":{}},"4.0.0":{"name":"test-exclude","version":"4.0.0","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"nyc mocha","release":"standard-version"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.12","mocha":"^3.1.2","nyc":"^10.1.2","standard":"^8.5.0","standard-version":"^4.0.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.11","object-assign":"^4.1.0","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"nyc":{"check-coverage":true,"statements":100,"branches":97,"lines":100,"functions":100,"reporter":["lcov","text"]},"greenkeeper":{"ignore":["read-pkg-up"]},"gitHead":"d07955b265f079726d75590848e430399c8a3a9c","_id":"test-exclude@4.0.0","_shasum":"0ddc0100b8ae7e88b34eb4fd98a907e961991900","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"jakxz","email":"jgkurian@me.com"},"dist":{"shasum":"0ddc0100b8ae7e88b34eb4fd98a907e961991900","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-4.0.0.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"},{"name":"jakxz","email":"jgkurian@me.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/test-exclude-4.0.0.tgz_1485078868609_0.3595972142647952"},"directories":{}},"4.0.1":{"name":"test-exclude","version":"4.0.1","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.12","mocha":"^3.1.2","standard":"^9.0.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.11","object-assign":"^4.1.0","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"greenkeeper":{"ignore":["read-pkg-up"]},"_id":"test-exclude@4.0.1","_shasum":"a8ea2f51ed15c7c458c279bd61391ca0a09b0a24","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"a8ea2f51ed15c7c458c279bd61391ca0a09b0a24","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-4.0.1.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"},{"name":"jakxz","email":"jgkurian@me.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/test-exclude-4.0.1.tgz_1489982003359_0.8693729802034795"},"directories":{}},"4.0.2":{"name":"test-exclude","version":"4.0.2","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","mocha":"^3.1.2","standard":"^9.0.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.11","object-assign":"^4.1.0","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"greenkeeper":{"ignore":["read-pkg-up"]},"_id":"test-exclude@4.0.2","_shasum":"a01b846705fbcbef1700618d2f3e37df36f85779","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.1.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"a01b846705fbcbef1700618d2f3e37df36f85779","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-4.0.2.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"},{"name":"jakxz","email":"jgkurian@me.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/test-exclude-4.0.2.tgz_1490076915686_0.7433674158528447"},"directories":{}},"4.0.3":{"name":"test-exclude","version":"4.0.3","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","scripts":{"pretest":"standard","test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","mocha":"^3.1.2","standard":"^9.0.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.11","object-assign":"^4.1.0","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"greenkeeper":{"ignore":["read-pkg-up"]},"_id":"test-exclude@4.0.3","_shasum":"86a13ce3effcc60e6c90403cf31a27a60ac6c4e7","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.1.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"86a13ce3effcc60e6c90403cf31a27a60ac6c4e7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-4.0.3.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"},{"name":"jakxz","email":"jgkurian@me.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/test-exclude-4.0.3.tgz_1490077602616_0.8311135193798691"},"directories":{}},"4.1.0":{"name":"test-exclude","version":"4.1.0","description":"test for inclusion or exclusion of paths using pkg-conf and globs","main":"index.js","files":["index.js"],"scripts":{"pretest":"standard","test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/istanbuljs/test-exclude.git"},"keywords":["exclude","include","glob","package","config"],"author":{"name":"Ben Coe","email":"ben@npmjs.com"},"license":"ISC","bugs":{"url":"https://github.com/istanbuljs/test-exclude/issues"},"homepage":"https://github.com/istanbuljs/test-exclude#readme","devDependencies":{"chai":"^3.5.0","mocha":"^3.1.2","standard":"^9.0.0"},"dependencies":{"arrify":"^1.0.1","micromatch":"^2.3.11","object-assign":"^4.1.0","read-pkg-up":"^1.0.1","require-main-filename":"^1.0.1"},"greenkeeper":{"ignore":["read-pkg-up"]},"_id":"test-exclude@4.1.0","_shasum":"04ca70b7390dd38c98d4a003a173806ca7991c91","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.1.0","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"04ca70b7390dd38c98d4a003a173806ca7991c91","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/test-exclude/-/test-exclude-4.1.0.tgz"},"maintainers":[{"name":"bcoe","email":"ben@npmjs.com"},{"name":"jakxz","email":"jgkurian@me.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/test-exclude-4.1.0.tgz_1493442004804_0.6866360483691096"},"directories":{}}},"name":"test-exclude","time":{"modified":"2017-04-29T05:00:47.503Z","created":"2016-06-06T05:56:20.333Z","1.0.0":"2016-06-06T05:56:20.333Z","1.1.0":"2016-06-08T06:20:33.455Z","2.0.0":"2016-08-12T04:19:13.720Z","2.1.0":"2016-08-12T04:37:59.503Z","2.1.1":"2016-08-12T05:02:10.625Z","2.1.2":"2016-08-31T16:18:09.793Z","2.1.3":"2016-09-30T21:27:43.998Z","3.0.0":"2016-11-13T00:17:57.690Z","3.1.0":"2016-11-14T20:34:16.949Z","3.2.0":"2016-11-14T21:18:09.014Z","3.2.1":"2016-11-14T22:37:08.099Z","3.2.2":"2016-11-14T22:52:37.504Z","3.3.0":"2016-11-22T06:53:23.257Z","4.0.0":"2017-01-22T09:54:28.842Z","4.0.1":"2017-03-20T03:53:23.625Z","4.0.2":"2017-03-21T06:15:17.619Z","4.0.3":"2017-03-21T06:26:44.668Z","4.1.0":"2017-04-29T05:00:06.995Z"},"readmeFilename":"README.md","homepage":"https://github.com/istanbuljs/test-exclude#readme"}