{"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dist-tags":{"latest":"10.0.1"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"description":"Run Mocha tests","readme":"# gulp-mocha\n\n> Run [Mocha](https://github.com/mochajs/mocha) tests\n\n*Keep in mind that this is just a thin wrapper around Mocha and your issue is most likely with Mocha.*\n\n## Install\n\n```sh\nnpm install --save-dev gulp-mocha\n```\n\n## Usage\n\n```js\nimport gulp from 'gulp';\nimport mocha from 'gulp-mocha';\n\nexport default () => (\n\tgulp.src('test.js', {read: false})\n\t\t// `gulp-mocha` needs file paths so you cannot have any plugins before it.\n\t\t.pipe(mocha({reporter: 'nyan'}))\n);\n```\n\n## API\n\n### mocha(options?)\n\n#### options\n\nType: `object`\n\nOptions are passed directly to the `mocha` binary, so you can use any its [command-line options](http://mochajs.org/#usage) in a camelCased form. Arrays and key/value objects are correctly converted to the comma separated list format Mocha expects. Listed below are some of the more commonly used options:\n\n##### ui\n\nType: `string`\\\nDefault: `'bdd'`\\\nValues: `'bdd' | 'tdd' | 'qunit' | 'exports'`\n\nThe interface to use.\n\n##### reporter\n\nType: `string`\\\nDefault: `spec`\\\nValues: [Reporters](https://github.com/mochajs/mocha/tree/master/lib/reporters)\n\nThe reporter that will be used.\n\nThis option can also be used to utilize third-party reporters. For example, if you `npm install mocha-lcov-reporter` you can then do use `mocha-lcov-reporter` as value.\n\n##### reporterOptions\n\nType: `object`\\\nExample: `{reportFilename: 'index.html'}`\n\nReporter specific options.\n\n##### globals\n\nType: `string[]`\n\nList of accepted global variable names, example `['YUI']`. Accepts wildcards to match multiple global variables, e.g. `['gulp*']` or even `['*']`. See [Mocha globals option](http://mochajs.org/#globals-option).\n\n##### timeout\n\nType: `number`\\\nDefault: `2000`\n\nTest-case timeout in milliseconds.\n\n##### bail\n\nType: `boolean`\\\nDefault: `false`\n\nBail on the first test failure.\n\n##### checkLeaks\n\nType: `boolean`\\\nDefault: `false`\n\nCheck for global variable leaks.\n\n##### grep\n\nType: `string`\n\nOnly run tests matching the given pattern which is internally compiled to a RegExp.\n\n##### require\n\nType: `string[]`\n\nRequire custom modules before tests are run.\n\n##### compilers\n\nType: `string`\\\nExample: `js:babel-core/register`\n\nSpecify a compiler.\n\n## FAQ\n\n### Test suite not exiting\n\nIf your test suite is not exiting it might be because you still have a lingering callback, most often caused by an open database connection. You should close this connection or do the following:\n\n```js\nexport default () => (\n\tgulp.src('test.js')\n\t\t.pipe(mocha())\n\t\t.once('error', err => {\n\t\t\tconsole.error(err);\n\t\t\tprocess.exit(1);\n\t\t})\n\t\t.once('end', () => {\n\t\t\tprocess.exit();\n\t\t})\n);\n```\n\nOr you might just need to pass the `exit` option:\n\n```js\nexport const test = () => (\n\tgulp.src(['test/**/*.js'], {read: false})\n\t\t.pipe(mocha({reporter: 'list', exit: true}))\n\t\t.on('error', console.error)\n);\n```\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"users":{"pid":true,"matharden":true,"yoshuawuyts":true,"erikringsmuth":true,"cilindrox":true,"tunnckocore":true,"floatdrop":true,"bolerovt":true,"mahoutsuk.ai":true,"ivanoats":true,"itonyyo":true,"dennykuo":true,"ecomuere":true,"dbck":true,"nickpfisterer":true,"ehimimaru":true,"syossan27":true,"sopepos":true,"gollojs":true,"mjurincic":true,"curioussavage":true,"arttse":true,"silentcloud":true,"t1st3":true,"dpjayasekara":true,"rubiadias":true,"pablo.tavarez":true,"elussich":true,"jlagunas":true,"fabrianibrahim":true,"snowdream":true,"ua2004":true,"drewigg":true,"bluechili":true,"knoja4":true,"saisatik":true,"mr-smiley":true,"jetbug123":true,"caijf":true,"heartnett":true,"jhillacre":true,"mdecker":true,"iamninad":true,"ngpvnk":true,"tonyetro":true,"brave_cgx":true,"imaginegenesis":true,"flumpus-dev":true},"bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"license":"MIT","versions":{"0.1.0":{"name":"gulp-mocha","version":"0.1.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin"],"dependencies":{"event-stream":"~3.0.20","mocha":"~1.15.1"},"devDependencies":{"gulp-util":"~2.1.3"},"bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@0.1.0","dist":{"shasum":"1e0306f4ecc5f5a08b4ac541697b16cdffc1dd3e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-0.1.0.tgz","integrity":"sha512-njm3w9O6u1Qzrb521OZZ4fuMycvwfj8Y68eP6gcS4BA2TGsdq0F81qNaSsIAutIzRdeOh7lIP1fjIKS0l/iPNw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBfNv704mQlLQRLN7VzgxeHt+3J8iAkMpE5jK2IHYS7LAiEAxiLSXLulLYSZBLleySTtWw83tLP7+yix257S9xv7W+E="}]},"_from":".","_npmVersion":"1.3.17","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.1":{"name":"gulp-mocha","version":"0.1.1","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"event-stream":"~3.0.20","mocha":"~1.16.2"},"devDependencies":{"gulp-util":"~2.2.0"},"bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@0.1.1","dist":{"shasum":"73a972c16630480ab9595e7ccfe1123a851f3300","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-0.1.1.tgz","integrity":"sha512-W0cqY7sxbPKoUkmZZUu8Oe96QS4G05R+57SeZcaYdfUJ3kPEk+wM7ScxOR3sv0r8hP2KuQyLCp8BtFOmP4maMg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID65P+X/1V1NJkzb5jAXv+mdyg08sArAi4LMCbqPK6anAiEAkFGjEVqlZbSKQKDwZpwSU4yBjxvWN0sLpUZG7ENzjaI="}]},"_from":".","_npmVersion":"1.3.17","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.2":{"name":"gulp-mocha","version":"0.1.2","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"event-stream":"~3.0.20","mocha":"~1.16.2"},"devDependencies":{"gulp-util":"~2.2.0"},"bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@0.1.2","dist":{"shasum":"4ba3f2a36b7e2d46da1b699e321489a503c1cf20","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-0.1.2.tgz","integrity":"sha512-5fjy5814qXSBkdHCuVvVRGfGa7N/qL+Wd3pAwACMghgHilvwcohyK+jb9aqmEwLbum2oEWcqH87h22LNHGME4g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqVgNJJKyjhIlzjJvoPx+3TD23IiLs2UJYLFfd+TKKkwIhAMh0DHuN9bvpyf2+gNTdcuzFFWHTOHtNBxrJS0hegITD"}]},"_from":".","_npmVersion":"1.3.17","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.3":{"name":"gulp-mocha","version":"0.1.3","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"event-stream":"~3.0.20","mocha":"~1.16.2"},"devDependencies":{"gulp-util":"~2.2.0"},"bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@0.1.3","dist":{"shasum":"13f178197036bbb9816bdb687b29d970772ff196","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-0.1.3.tgz","integrity":"sha512-3wzjggOrzR3iCDt6tJSZE2DSyQ1fy/+vNfrz8UTzKrQo2SuqUxfXbfJ96yLQjwy62OjT7srU24NiLWA8LDF+4w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHX/kON908kbl1p+ECPL+yGp9WFBC3J/ap+Fk8LlZ5qbAiB91VjD4PsopLbW6FjGaz4uza8W3J6MwjtsgZ6XUtuslw=="}]},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"0.2.0":{"name":"gulp-mocha","version":"0.2.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"~2.2.0","through":"~2.3.0","mocha":"~1"},"bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@0.2.0","dist":{"shasum":"534471b8d94e1cbb8a122546c736c7fa91b48353","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-0.2.0.tgz","integrity":"sha512-B6hjqEnnUWDveXLyrOHzJgiI9/inidtVx5W4x7DX+yPkMkrsWYZLhrhQpVL8vHgnIfsybkk/kjQjPmxgXZQgdw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxqzFFi1lYKBKvK4MdHno4o4SNOjpAvOO0K5eJ535L3wIgAfjwwPVxt96HF94NQ9t6A79LHtFq9ffP0hzhG7GOBRI="}]},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"0.3.0":{"name":"gulp-mocha","version":"0.3.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"~2.2.0","mocha":"~1"},"bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@0.3.0","dist":{"shasum":"55dcc88cbf28d86a7c34d611bb9905c8c605156b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-0.3.0.tgz","integrity":"sha512-DAk6DFmzytlh3fEELDxIvLykwCEa/AceZwqNN19jWHS/BJoM+nqNmD6UZhj9ePMqhxifwrhNAwhZEtL35g6tQg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHzU+jgXhJdrpiuBIY1MAIQoh41bxkjArYisvzh+g7VFAiBbS98VHeJTc9426mx1tV3rDJ28bWzStFBdJudCU1692Q=="}]},"_from":".","_npmVersion":"1.3.23","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"0.4.0":{"name":"gulp-mocha","version":"0.4.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"~2.2.0","through2":"~0.4.0","mocha":"~1"},"bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@0.4.0","dist":{"shasum":"b49c2e00666d2c715e60212fe399457d894b9119","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-0.4.0.tgz","integrity":"sha512-URNEhFFoXehbkx8W6WEHL9Jw7kvmGkJmsx9QXRxIm4enMM+9ZIxVz1fyq9JbxN1u5dV/tUmHYQdkJ2dxXeEWrw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBTFrc2qBWgjTMZBJ3nFx4HSZW9YHe0igKbP4i9yPkjuAiAb6LbwSXR/fKsUeoalIDaCNC5khbZc6qof8BZ+9tDTfQ=="}]},"_from":".","_npmVersion":"1.3.23","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"0.4.1":{"name":"gulp-mocha","version":"0.4.1","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"~2.2.0","through2":"~0.4.0","mocha":"~1"},"bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@0.4.1","dist":{"shasum":"266d1de6c2acb88e959d068891bd771a85357d95","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-0.4.1.tgz","integrity":"sha512-h9Qc6lvlGytiw/5TS7n3tAqrMiBfvk6ZuzY0FumybqJvQOVUayRAyv++CI7SIQt+DVavwAmrxaxOWNssyZV4Gw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIETfNFR4yGJv1r29fpXpUXnX6ITZyjLtPjaemprPYVB5AiEAt+MbyOjX8nxcm68rg1TSCDbN9+b1oRXWJGbtYrJTamw="}]},"_from":".","_npmVersion":"1.3.23","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"0.5.0":{"name":"gulp-mocha","version":"0.5.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"~2.2.0","through2":"~0.4.0","mocha":"~1"},"bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@0.5.0","_shasum":"3bc4ee0027d47a81e4c85bf70a970706a8ccb31f","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"3bc4ee0027d47a81e4c85bf70a970706a8ccb31f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-0.5.0.tgz","integrity":"sha512-IowCRlvY/R/BjIMwDPqNutq4bJ4xu4rk80maEXoNpc19d+E/sZgFS9QndJZNIucJPV+uWOuqRfC308qq319pxg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA4y+i6dodmOt1OMVTSrwBnjUoTsQnq4ipESa/SIdWmYAiBZhs169cVVObB3hTkHVFNH5KNVUHpPEOLDmZBxdEMoWg=="}]},"directories":{}},"0.5.1":{"name":"gulp-mocha","version":"0.5.1","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"~2.2.0","through2":"~0.4.0","mocha":"~1"},"bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@0.5.1","_shasum":"89ce7c3d05e3642325c49a349f19f30203bed98a","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"89ce7c3d05e3642325c49a349f19f30203bed98a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-0.5.1.tgz","integrity":"sha512-ncUUpiJ9Oarxw9WJYbM9aIdK/6ULf1nu/9UNRtbIk1WQNXU0LOOLe75I4yC0fkX4+J/0cD+C6//XmwPUS3nuow==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFXkvf4Fj8R0bSyYqCewyojvbEU0tXzYOQVMIs6k/ttxAiA/oet0tRjMj4JplWN8x5c3UlDNqsKaxIOFYCrC7vuhrw=="}]},"directories":{}},"0.5.2":{"name":"gulp-mocha","version":"0.5.2","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^1","through2":"^0.5.1"},"gitHead":"8dd9bce971a461120b9acb2612b08d9899a2bb41","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@0.5.2","_shasum":"f53cc42698784a8734caa53e78ebe29681a8131f","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"f53cc42698784a8734caa53e78ebe29681a8131f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-0.5.2.tgz","integrity":"sha512-3niDHd4wOpB9N5BYaJhY35etgy6EEzs1A63aowYHOcPPe851mZ97Ni1julNArYlw1HB/MZLmUEysRwYM0kQC7Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCvcLTcJXfXhtzxP1oIedym+jlL72SVOtjlxRJnKIpjQIgUmho+paN+RvXkFbiuGmj81DX1JItfQHxBB5bZE5rQlU="}]},"directories":{}},"1.0.0":{"name":"gulp-mocha","version":"1.0.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^1","through2":"^0.6.1"},"gitHead":"02dc6457176ce1459f5b310d6a3d05252021d66c","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@1.0.0","_shasum":"4dfa771b476283604e08ce910f33f37b1370af28","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"4dfa771b476283604e08ce910f33f37b1370af28","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-1.0.0.tgz","integrity":"sha512-Y2QNcxdbl30Ldquj2ZHsp/L1B3THTGGfgJq5edFbq/AfrQoNS5ySFt93tGrpKpI8O02sMZa66PvMf3fqrMZqCA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICjiB4RnGpnglRKWXLdWlPE+8TU6MdY34TZYd41U4Q7vAiA7zhoVFU+RyALjJaNMzq7WsAIAFQXrOySc17QwG1CXYQ=="}]},"directories":{}},"1.1.0":{"name":"gulp-mocha","version":"1.1.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^1","through":"^2.3.4"},"gitHead":"1c59969d5895e6e9355cd1709ccb5992b97ae1bd","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@1.1.0","_shasum":"61707c5eecfaedc17eda7f9f45b50f0a2aad326f","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"61707c5eecfaedc17eda7f9f45b50f0a2aad326f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-1.1.0.tgz","integrity":"sha512-bQ42+VYDkTBD10XVwEr4L/c5q3IcJQXEPd3/+JMxwu0b4ULcFlIT+U96VpWnL1Yv8kRhJr4RhMwuI4HplwDvSg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDs6TYW6vgyWVSS6zk8lBAO516dWCBJ8ndqN6DznoyXQwIhAO3+fWDAqPO4RJ+EU3kp8BbJ7t36qt9SqbMfGSBAmECE"}]},"directories":{}},"1.1.1":{"name":"gulp-mocha","version":"1.1.1","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^1","through":"^2.3.4"},"gitHead":"319ea5bcb4169902e23676a88b89981d9d0be8eb","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@1.1.1","_shasum":"b486052efa569ac89a911387a115314b5be48bcc","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"b486052efa569ac89a911387a115314b5be48bcc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-1.1.1.tgz","integrity":"sha512-E0WAZIbsr8dAzsedR3bR4+iG6akgBtJMlToYS9+LTZIl86DOZ1aaKrBuNDThBPSdqQN5PsjtQC8Tk4frJZiDxg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRGKbqs517P0CzYBpJtyuE1b7Is4cJS1kwYRwjZHHqDwIhAKu1g03rWhs6mCbypXrXfnl+aSrXSjy4SbB20YfP582Q"}]},"directories":{}},"1.1.2":{"name":"gulp-mocha","version":"1.1.2","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^1","through":"^2.3.4"},"gitHead":"83443ef982c7f5927f089d74a03f83ad5d262261","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@1.1.2","_shasum":"b6bef7a0af86a13ddd7d7959f2a137a1a63e5865","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.32","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"b6bef7a0af86a13ddd7d7959f2a137a1a63e5865","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-1.1.2.tgz","integrity":"sha512-sdbjcH4+MRTrY8MzgO8+6gCP+agUNzhpKy4cfZDasJi61opb56KdPbILw8D9t7/sM1e6iMKTXb36FXW/3J1gWQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSvhEa8NRAN09lRaqf7z138jCmMEJYxSIZpehTQC3yxgIhAMXNydpVj27uB6aUNwCa1308ij7apkC+xl5D03nKBBS1"}]},"directories":{}},"2.0.0":{"name":"gulp-mocha","version":"2.0.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^2.0.1","through":"^2.3.4"},"gitHead":"69abb746a64f36bcb625220913028113f4e705ab","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@2.0.0","_shasum":"2cdb3204649d501d3ef6cd5923d45dce63ff3294","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.32","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"2cdb3204649d501d3ef6cd5923d45dce63ff3294","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-2.0.0.tgz","integrity":"sha512-IEvodiDqk5pzyD1aTaPSTq3pT/WWnlUI7Umy1a/HXXKPO+PP/dotI9wQY3PpFLryi23/w2rbR25ECaFavP8FFg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICuB//8Z2j1E2AZYQ/nVvqk3QiJUNBmKHsaznzFXSi75AiEAjux8nu/5rmY7iQ0OayZhLLLukMNcFpC+ANqKEXHgqWs="}]},"directories":{}},"2.0.1":{"name":"gulp-mocha","version":"2.0.1","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^2.0.1","through":"^2.3.4"},"gitHead":"9be1806ad70ae9fcc5f0d338cdbc6701162fcc08","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@2.0.1","_shasum":"5f03fabef3f65d9e980252721a57cd476068fb92","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.0","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"5f03fabef3f65d9e980252721a57cd476068fb92","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-2.0.1.tgz","integrity":"sha512-vSoKqS8boWvuoqhFWYmgakXpiTtaSYYFIQrURBoXLFteVlddSzt65/Cg1F8P+R504StvJpovvY0xA7MJJfUu7w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEkWpvDWBdZmUlz3JVDFZZGzuu7EYaapx/7Fl1nVfAGSAiALeFftzPgmu3QMhE4WP4SUzRFt/1TMHEQjN+r4d+rmpw=="}]},"directories":{}},"2.1.0":{"name":"gulp-mocha","version":"2.1.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^2.0.1","through":"^2.3.4"},"gitHead":"7f6a40e15aa9ebf000d28174a8998a0ea5b06068","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@2.1.0","_shasum":"ddaad7f6671d811bface7b47e14ec01e118fea8e","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.3","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"ddaad7f6671d811bface7b47e14ec01e118fea8e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-2.1.0.tgz","integrity":"sha512-RgSa4r5i6PpfY4ODXXpZlzarVDxxvRlUC4WL4/m0r6tqwnLG51lb0RVAvSsQv3kA1A3JiB/w/7olBg0nfe6paA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHuligaFMjvr3OgOROPOaRspi9Qh2zJCuBC9nNZXHSOxAiBnuGe2rus8sdmb5P80ZoBEwn7hQwgaJQIgQ5/6NhxdbA=="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"2.1.1":{"name":"gulp-mocha","version":"2.1.1","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^2.0.1","through":"^2.3.4"},"gitHead":"57983ab8ccc6a1272e7a822932e5d5c9264b8230","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@2.1.1","_shasum":"a6f8d6f609d2eff33ae73c9a5d88b5ae9f0d5e66","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"a6f8d6f609d2eff33ae73c9a5d88b5ae9f0d5e66","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-2.1.1.tgz","integrity":"sha512-eoG8ohPUO/OhT/W5h44te36WGrOeu1jPkwuEMmZ7iKnpcc9bXcBWGKh0DYTlZOLqWZYIfWjmoXONjN5x8QvUUg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDF5A1QvwH3JeQTs3YZw6EcSjznSSu4v62J9O7+nuWkzgIhALF9AXDuar7Jr8wVLVKXZnwHipGmBUW16lRwXgIivRTV"}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"directories":{}},"2.1.2":{"name":"gulp-mocha","version":"2.1.2","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^2.0.1","plur":"^1.0.0","through":"^2.3.4"},"gitHead":"cf8e302f12a704e2d3cb4024b7437bfa8880bf8e","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@2.1.2","_shasum":"b3b106716502f1c80451a999fa5f486b3bb6d7cf","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"b3b106716502f1c80451a999fa5f486b3bb6d7cf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-2.1.2.tgz","integrity":"sha512-IcVz/oxZfESlPyb5Iolv+yZGhYRc/K0/QfP24uoxvZGK1CgF0FnxKlAQAiG2AlhvDOITaxZh6RQLOfiOZKfcwQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID+ogR8ZHO9lBIdP+rOnqaybHIQhXxYHeqVXV10lQsEIAiEAi+sf5pXApya9JJzllZcydInYDmQhyx3Qa96TY8HDXtU="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"directories":{}},"2.1.3":{"name":"gulp-mocha","version":"2.1.3","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^2.0.1","plur":"^1.0.0","resolve-from":"^1.0.0","temp":"^0.8.3","through":"^2.3.4"},"gitHead":"3ca5413ff235f7cf433541a141035cc64ea6e5db","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@2.1.3","_shasum":"e906f2515ead1b273277003f60d584aceb94f362","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"e906f2515ead1b273277003f60d584aceb94f362","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-2.1.3.tgz","integrity":"sha512-lgTxEFd0ztIZybE3Bo6Vszd35RuV4GeAEkaq9ItopKWr0Swg0tBNaVLvvnM+uznIgrZDjo/MWCqS5mkEOmaeJA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAYzJkOikkrfpCrq3iZ5I9afkoviBvC96g9uIGQqwnQQIgRle9tW6Dko+VcyLXTwcnzlsOM/Xv6npchTcIHyIIPiQ="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"directories":{}},"2.2.0":{"name":"gulp-mocha","version":"2.2.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/gulp-mocha"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^2.0.1","plur":"^2.1.0","resolve-from":"^1.0.0","temp":"^0.8.3","through":"^2.3.4"},"gitHead":"c2009148546112158a1292eef3152faf9d8f9507","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha","_id":"gulp-mocha@2.2.0","_shasum":"1ce5eba4b94b40c7436afec3c4982c8eea894192","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"1ce5eba4b94b40c7436afec3c4982c8eea894192","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-2.2.0.tgz","integrity":"sha512-/ACFmkREbrGrDV91Rorp909s9qrMNMXQwBqpZg8DsTbYGYuihXbUzvg0/RMrneKZ51jom7c43Y0QpL6HgdM33w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6Apkuh5sX03gYzMftI2meQDmMiVsxZLXWejYWjcBtUwIgQkHApakN669Ue3RVAb8vLCmx8xESAnmh9qbyyYKH5Nw="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"directories":{}},"3.0.0":{"name":"gulp-mocha","version":"3.0.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^3.0.0","plur":"^2.1.0","req-cwd":"^1.0.1","temp":"^0.8.3","through":"^2.3.4"},"devDependencies":{"xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"de45b260bb8b774b5a1d948951d48578692f1c8a","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@3.0.0","_shasum":"69f0d0a66109f03b5450f90d16fb6c643117a8e6","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"69f0d0a66109f03b5450f90d16fb6c643117a8e6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-3.0.0.tgz","integrity":"sha512-lX9KQ4R1QD6XfFcgnOc+Ms+O2XRTH1JtwhekOKL18H8TwYTDcfiBVXtvELqPIVYbcyIPpkzY04omhoV/P9tQaQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYIkqL3WexcW1EgPjqnU2iL6z+dXWfAzWvbywApPiJugIhALkPibynbo2sN+VbLwhnzzH0iIhh36MFm/Ya/grxUgR5"}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/gulp-mocha-3.0.0.tgz_1470132083389_0.2521576043218374"},"directories":{}},"3.0.1":{"name":"gulp-mocha","version":"3.0.1","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"gulp-util":"^3.0.0","mocha":"^3.0.0","plur":"^2.1.0","req-cwd":"^1.0.1","temp":"^0.8.3","through":"^2.3.4"},"devDependencies":{"xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"212def2e520a120d901dd35f2c34b86316630f89","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@3.0.1","_shasum":"ab0ca2c39403718174dddad750e63a61be17e041","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"ab0ca2c39403718174dddad750e63a61be17e041","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-3.0.1.tgz","integrity":"sha512-0q7tFwJrNBOkpQLs8kxRWlANRRaLVFPpoRaHlp8JTwMqhC25K4FrZbKpt14HDkJXDnH4Bpb8Hrk2VTDAtOpPvg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpdoI3fwgLbRP67h7FZlFFlw1iweWW6REiYIxFzolO9gIgMlJx9OTGbThECjPBizBtsCkV8YoP3lmC1jYzOpesMMI="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/gulp-mocha-3.0.1.tgz_1471046810229_0.817590473452583"},"directories":{}},"4.0.0":{"name":"gulp-mocha","version":"4.0.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^5.1.0","execa":"^0.6.0","gulp-util":"^3.0.0","mocha":"^3.0.0","through2":"^2.0.3"},"devDependencies":{"xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"be439ff5aca864a35af6f5e9e30d59b51a4fb707","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@4.0.0","_shasum":"a19c1d1d5cac13874577441869a5644c275a14bb","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"a19c1d1d5cac13874577441869a5644c275a14bb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-4.0.0.tgz","integrity":"sha512-ewBEWwkTu8I8O3DMR28xGEp7v6RfoglJA17zmj5/RpkgsgycPq187x75rr+8j252s+qZGqTegpVx4JmJt0aFBQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhifjTz4yPI7n4Y97TtT7kKPQI/4u3lVnrsVGuoDsK+QIhANjAmMMBDNKoVgCX74AYDk8EpPHZYJVn/4nznpkm2lWp"}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/gulp-mocha-4.0.0.tgz_1487603236642_0.0885196274612099"},"directories":{}},"4.0.1":{"name":"gulp-mocha","version":"4.0.1","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^5.1.0","execa":"^0.6.0","gulp-util":"^3.0.0","mocha":"^3.0.0","through2":"^2.0.3"},"devDependencies":{"gulp":"^3.9.1","xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"32afe0d383f9af331e37cdd2b043daf685e8f461","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@4.0.1","_shasum":"304df59f17690338e49562ca613825ea5be68c47","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"304df59f17690338e49562ca613825ea5be68c47","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-4.0.1.tgz","integrity":"sha512-13IyeTLF//8/9N9amJKS0FKRpaQf37Xhjmm7yqrL8EzSc6EMIc96AaxtMyFvRwACL+xvFE6h/pwVEQFteFpXlQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYGYk0A9fXbSrZeBo8ZcGNxGMBr7CUnpStkYyLsgMhHQIge+hwC8n5jfJGgQAmgj0REXDJ717O1PJADLOR41Vomkk="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/gulp-mocha-4.0.1.tgz_1487617816286_0.9274568308610469"},"directories":{}},"4.1.0":{"name":"gulp-mocha","version":"4.1.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^5.1.0","execa":"^0.6.0","gulp-util":"^3.0.0","mocha":"^3.0.0","npm-run-path":"^2.0.2","through2":"^2.0.3"},"devDependencies":{"gulp":"^3.9.1","xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"92ec61967f9cff2a91d9931eebc5066ad10724dc","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@4.1.0","_shasum":"148be643650a08f11f460013752c0c6bc2752f9c","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"148be643650a08f11f460013752c0c6bc2752f9c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-4.1.0.tgz","integrity":"sha512-SEsn3E/g1+N36cUkNtseHXNWNqVqHBbt2lg8nOWmPiyI2WTKYOEcp+S/nSDUHLzqy4NAfnTM1rlAVRaQu5YALw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHQqGOp6YCUE9sFHyPGSJV0AZ7o2uAtOshFQMMKOkI4sAiEAv3+/yyOEtkICA54PyHtJJrLrzhxW0gTeqG8A0P4k/x4="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/gulp-mocha-4.1.0.tgz_1488885916326_0.6787499012425542"},"directories":{}},"4.2.0":{"name":"gulp-mocha","version":"4.2.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^5.1.0","execa":"^0.6.0","gulp-util":"^3.0.0","mocha":"^3.0.0","npm-run-path":"^2.0.2","through2":"^2.0.3"},"devDependencies":{"gulp":"^3.9.1","xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"43f4b4d8f872b6dc2d4356c5a0bfa2247b9169a4","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@4.2.0","_shasum":"d20bf50a0f3cfe03d9d30f92768ff1a281bfd503","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.2","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d20bf50a0f3cfe03d9d30f92768ff1a281bfd503","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-4.2.0.tgz","integrity":"sha512-PWOApgwQWzdGASfhSWKvlqsol88ZLpqgAw+ZTIgg7/HM+VIfRdD1wUZZTTZPzOsfwM/Xe5nACzNcMu7NtF8u0w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCP25OeI6zW7r5KYWrgcHmuLCVdc86uLVWEi51zZNa4AQIgbLC+dXLLpYtU0UfL38mx/zTsq0V9Y5t/rU8obFpSmAM="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/gulp-mocha-4.2.0.tgz_1490765261906_0.427649405086413"},"directories":{}},"4.3.0":{"name":"gulp-mocha","version":"4.3.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && mocha"},"files":["index.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^5.1.0","execa":"^0.6.0","gulp-util":"^3.0.0","mocha":"^3.0.0","npm-run-path":"^2.0.2","through2":"^2.0.3"},"devDependencies":{"gulp":"^3.9.1","xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"e8780864a9895fb8aa4d7b252852d8018d72a89c","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@4.3.0","_shasum":"de0a21c82443254e1fd128c3ab0bc568d120e2d9","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"de0a21c82443254e1fd128c3ab0bc568d120e2d9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-4.3.0.tgz","integrity":"sha512-+kvyHCOXqIwKzNHqdcC+O14Ih5LwV+WtCa96KBMiQCEEY9//sDpNAGneWmjUKdHVwRs/nVJgMZtMOx+4+hLWKA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIELFpwdXcSI3x4ct7V7UCwj423vs4nKw81mWXV7GGnMGAiBtkXh6MJBvbLo7V/k8uu/Jb98XdFVQOXSQ450szRNpBw=="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/gulp-mocha-4.3.0.tgz_1491021830225_0.05986149073578417"},"directories":{}},"4.3.1":{"name":"gulp-mocha","version":"4.3.1","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js","utils.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^5.1.0","execa":"^0.6.0","gulp-util":"^3.0.0","mocha":"^3.0.0","npm-run-path":"^2.0.2","through2":"^2.0.3"},"devDependencies":{"ava":"*","gulp":"^3.9.1","p-event":"^1.0.0","xo":"*"},"gitHead":"67b1e3e20ee4d986c99ac87095cf73ac28683228","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@4.3.1","_shasum":"77950b43bcff816595767c0734e0fda7d173dcd9","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"77950b43bcff816595767c0734e0fda7d173dcd9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-4.3.1.tgz","integrity":"sha512-yTWu2JQeJYTFgRL6UW5KShSxTkZfgHHG+VEELKb9ReUNYgm7UDWsWJvMgrRFR0qJe2ic5l6XIQjQSWgh432MNA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkoWJXxUlyh1Ow+IxlL0nayFZZKOdcDxC34fz9GyhzDAIhAMDTeqcRt97W/0NzSwvV9NzEJFTL7zdcbRcoFGXUuFpq"}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/gulp-mocha-4.3.1.tgz_1493269356901_0.5404071225784719"},"directories":{}},"5.0.0":{"name":"gulp-mocha","version":"5.0.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js","utils.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^5.1.0","execa":"^0.8.0","mocha":"^4.1.0","npm-run-path":"^2.0.2","plugin-error":"^0.1.2","through2":"^2.0.3"},"devDependencies":{"ava":"*","gulp":"^3.9.1","p-event":"^1.0.0","vinyl":"^2.1.0","xo":"*"},"gitHead":"983b0ac87b514855b4c3f23903d01678b348926b","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@5.0.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-NIjXZLqqcw9DXIEBcfm0sP1AUDlUJJeaK9EGCH2s6lSwo5NK/cEat0Vm7XelOkxZnWl0O5Za+aM6E4jyxWxTlw==","shasum":"ed70ebd5fadae6c98d87af13dbbad5a602e217b2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-5.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbybxXQqAvV+Xf4f066324bBre7qQNfzpL6yVUumAYWQIgL502USZaUv4Gl4+jka87Cs6uEh9VQ3e7U1gZuOrFFkQ="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-mocha-5.0.0.tgz_1514670294078_0.836255316156894"},"directories":{}},"6.0.0":{"name":"gulp-mocha","version":"6.0.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=6"},"scripts":{"test":"xo && ava"},"files":["index.js","utils.js"],"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^5.1.0","execa":"^0.10.0","mocha":"^5.2.0","npm-run-path":"^2.0.2","plugin-error":"^1.0.1","supports-color":"^5.4.0","through2":"^2.0.3"},"devDependencies":{"ava":"*","gulp":"^3.9.1","p-event":"^1.0.0","vinyl":"^2.1.0","xo":"*"},"gitHead":"cde8dc29af0caae213c690cb56eaae004555a305","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@6.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-FfBldW5ttnDpKf4Sg6/BLOOKCCbr5mbixDGK1t02/8oSrTCwNhgN/mdszG3cuQuYNzuouUdw4EH/mlYtgUscPg==","shasum":"80f32bc705ce30747f355ddb8ccd96a1c73bef13","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-6.0.0.tgz","fileCount":5,"unpackedSize":7632,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBaT4CRA9TVsSAnZWagAAT1UQAIqJsaZLALgvhlsjUFd5\nA4wxf6Xy+nnXWC7v8cdOtUSBfWzo/30fEZw3w4/IxCaPHcLauBxY1rwmQvGK\nL0JnFhD6DUHEPEaSdqveUCGr7hI914BUvlVzdHxonsRTIZuOHwTitfMWt2JA\nBTAUT/DPP/r0p4u616qpP5O5xOngAhusDp0gxPYI/3Xy1eSWaO7UuBkz9DWn\nPN1wY66M9ah5+mKC0I1n0MCFTUm6krx9kxOMAxBL/ZS/KLtNI1wNArOtfCwF\ny/FChRmE//77jqFiHNBec0STAGYlYHBDVloPG8Sp7xyOUm7WaaFzijo6+wnc\nyryjNJALMK82Noa3QJOft9jybKGlhzFIR2Wb/1CFYZMaON1406uFBwzGY0vq\nTz3h2e/AaZYHTBcL7Q8nX3lR7XNHRyWhB6adP7/jCEKiOoO/r9FX7TBOjTas\nZIQPR44151099TR37EYxuqeFtmag58Ao3gOL172f497E/OZXS+Ei2L8d4K0A\nzWpRcc7yDn4/plTCI8+rlQPJQ/QeSHG3Oq/LdAaRHd98aTspymmwd+F+XjfY\ngbLeML6npurtHJqG4jY0avmBIREDXPDO6Hl2DCY/S7A8/erRk9izkgSy1hZa\nT1TxKlJJvkJiYRTg+L7yuoGlFXchMRusaGFIzTsOYmGSW/iuSMijLJUH8DDG\nJrI4\r\n=5azl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFy7dAE8WAXQH/ane9BYSEvOTYW9YhaunS/T6ivDqP6wIhAJwzizWFQ/SBg4wq1VTpku1IINR25wit4YAzPIw7XjJ/"}]},"maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"},{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-mocha_6.0.0_1527096567075_0.2634256947687117"},"_hasShrinkwrap":false},"7.0.0":{"name":"gulp-mocha","version":"7.0.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=8"},"scripts":{"test":"xo && ava"},"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^7.0.0","execa":"^2.0.4","mocha":"^6.2.0","plugin-error":"^1.0.1","supports-color":"^7.0.0","through2":"^3.0.1"},"devDependencies":{"ava":"^2.3.0","gulp":"^4.0.2","p-event":"^4.1.0","vinyl":"^2.1.0","xo":"^0.24.0"},"peerDependencies":{"gulp":">=4"},"xo":{"ignores":["test/fixtures"],"rules":{"ava/no-ignored-test-files":"off"}},"ava":{"files":["test/test.js"]},"gitHead":"c1e272ec4aca7f3481b8a30bb864895793453d52","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@7.0.0","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-4lee+gj0E6a+QalkZhNovS//2NCriBonF6+6JRJ089Fx6m6bnf2OwdMQb2i1mFBQtQ214DwXdJ+cSfyIA490yg==","shasum":"d2ab2e16935d74cef9a2b3a8f6b86030401b6826","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-7.0.0.tgz","fileCount":5,"unpackedSize":7067,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdWcjgCRA9TVsSAnZWagAAnlkQAJaA8yXatU40YIz7fzeQ\nHig8xvbW221oWsEZSCSnP+CndQ9JBdhLod2wODehoIRnu+zkx4AQMdiu9WVj\nT8+rHNW4AQerJ5CW5t8INquTMImzZ1zig38+PprKnx5rGh/XDjhw/vWDbfNl\nNUI82J/oLhyZVU6uO5Gf1IbuRor9LUHYvC47dLaLt0w3XtVAkeIdK6Z+C5Bh\nNnq/ksS/c/rFRf6Od5zV/qOQWeiBPT4zFhfzULyczJaYkMuPGP7QvlU0u1Je\n/e43NDDKY/F94Zj2R18lOMG/2KCXSp+BJGTzZ1x7camJGjRRSNxFhNTEGPsC\n8prVux6u5QMOWhIAXg3eqHu+NASOHd17+3BRd9RQPzYHvBCRlzTqpNB32zu6\n6JbVCcgQs0jA6/lPOk14UvpH2ImgzOGRsjFPj51Hx5sPiwZmRg933UZk4Rtv\nuUPTMd7rRN+4jer7pATyE2aVdZ75Tl0JPyE2uawsJiz5oM9ukYniA+Qkfpx9\n5wGR0+awBhk9nHz2sve+7ztUKuTMBWHKPRYrGv4GG8+rQGf385PMXKUL55o+\nmoqpDCzUX4HWtaIz0VX1tllTj9YMzgJlt9W79XMEX0K4IF/TlgYUY/4imebF\nBCTDbxKJz3+WU0kbiwwBucJJM+feT+I9Z1XMIsVbkF9JkVdm7xKpmCKATcXs\nlaMV\r\n=T2hW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAl+T2MvEBLtxmEr0niaCS6/ru2bwSZda7jzyUvNNJbSAiEAuFAUFc//ImaC1/hupcxWD1INBjg/1EYrT209N7ZcXGo="}]},"maintainers":[{"email":"sindresorhus@gmail.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-mocha_7.0.0_1566165215998_0.2744125675965361"},"_hasShrinkwrap":false},"7.0.1":{"name":"gulp-mocha","version":"7.0.1","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=8"},"scripts":{"test":"xo && ava"},"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^7.0.0","execa":"^2.0.4","mocha":"^6.2.0","plugin-error":"^1.0.1","supports-color":"^7.0.0","through2":"^3.0.1"},"devDependencies":{"ava":"^2.3.0","gulp":"^4.0.2","p-event":"^4.1.0","vinyl":"^2.1.0","xo":"^0.24.0"},"peerDependencies":{"gulp":">=4"},"xo":{"ignores":["test/fixtures"],"rules":{"ava/no-ignored-test-files":"off"}},"ava":{"files":["test/test.js"]},"gitHead":"a939d38d309016981efdc9e66337d79ca7fe05d5","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@7.0.1","_nodeVersion":"10.16.0","_npmVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-LYBEWdOw52kvP+si91iR00LYX9iKXLTBjcKh9b3ChHvVmKtpoITjeRFslPEzDubEk+z6VI1ONEwn9ABqW9/tig==","shasum":"cd29f2fc214a8c08c7d96bf13927d539385a856d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-7.0.1.tgz","fileCount":5,"unpackedSize":7084,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXGK6CRA9TVsSAnZWagAAT+wQAIP42qmziVf+bMcTAs1T\nfZAWs8ugg5fznszR2udkFIh+2xiVZTFb4nL5xNMxvu/YJED8b8ZJgR3yA4Qf\nfHjBM2nUDYBRq2xU/boDw6Cof/+uNpn9t+Am3OB3X4J5IW2EgEPYNS+rejQ2\nGZ7D02qelqXg0sIKdMpcKQ2g5J9jrrOkougqSGdDdp4GXD3SbtMcGg5Oeuhv\n82rRFdz+vGL71mWhbO7VIWzLSb3iEky/QYbAYy8WcMEH2ngMerK33tJ+m0G5\nZ/LzHG34UWnzyUR8+ZJeUGu5cV/EFGZNPLyZHqcJRQrkSYjeTXnz3Ez2U0XO\nbVdd3aYSaxP0StXvCPKsYSVOKiyOLEWo2UdBk03/yWIameM7cghen09aSOw0\nzy7/lkzhJ622Yjok/Zhm96Dp+4PNiSaBbexAW8Bdrgg71DvEJsll8qlhYdvV\nMh+2QqgJYhIQW+wvCMkxgd/vYRf3JCbM4lX+9MipUjnf4a3WVreNAz9Bj/wK\nwa875SopP5+lUwkdO7wAcSYYwMrGVeZvQF72pSA/oiKj22uKoKww4aFeRyU7\nFUKB/K6zZ6Z2zLWmyewU8FTfcsBqw/CbkZqH++4yuMz0/kp82rZIswJBq/MA\nqJpJplYsPrCtyjU8kpLumSYHspkoeUMDAtzMNt76BhcXFllwcW21YmlNKCEb\n84wr\r\n=3Rwx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtc2UjA4C4MmB0OzHGhXLSLJ1FOC7m+NsxfzYh9R91tQIhAP7sYLBbyruZaZq/4AOLllaxkUTeb1uHAVwVWicakQ+q"}]},"maintainers":[{"email":"sindresorhus@gmail.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-mocha_7.0.1_1566335673738_0.7747234233466052"},"_hasShrinkwrap":false},"7.0.2":{"name":"gulp-mocha","version":"7.0.2","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=8"},"scripts":{"test":"xo && ava"},"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^7.0.0","execa":"^2.0.4","mocha":"^6.2.0","plugin-error":"^1.0.1","supports-color":"^7.0.0","through2":"^3.0.1"},"devDependencies":{"ava":"^2.3.0","gulp":"^4.0.2","p-event":"^4.1.0","vinyl":"^2.1.0","xo":"^0.24.0"},"peerDependencies":{"gulp":">=4"},"peerDependenciesMeta":{"gulp":{"optional":true}},"xo":{"ignores":["test/fixtures"],"rules":{"ava/no-ignored-test-files":"off"}},"ava":{"files":["test/test.js"]},"gitHead":"6ab007b4ab7ee15459c9b9dcd9cf7a8fbd3ae227","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@7.0.2","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-ZXBGN60TXYnFhttr19mfZBOtlHYGx9SvCSc+Kr/m2cMIGloUe176HBPwvPqlakPuQgeTGVRS47NmcdZUereKMQ==","shasum":"c7e13d133b3fde96d777e877f90b46225255e408","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-7.0.2.tgz","fileCount":5,"unpackedSize":7151,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlv/5CRA9TVsSAnZWagAApxIP/jhz7hIvEKweYWZls96H\nADzF9jOkUpcyCaJ3HMLMgpsab1HdqQTSH7Ez+snDrUZRHM8gLyd4tJS6gKtV\nmD18xtUE/T18h+K5bcmCRnPZ8fnknSWD49axbEvVQ2IlP1SeZHOlX9k+2TP/\nLh0nXDtD9ZenTsy6uR2kWcvNJ8m4L9wi2Ur4PB1QkHgW1BY9Zbqu5W+5NhZ1\nMF4kJJk76dCw+d8HW3sgOxaHFwuWEKPVbJUnaKa+fEINgUVUivwr3QijEjnt\nC0zuZre7SHjRj6QuGZhdb9HfTyKwTwUD/nCQ1TFRknkGWhr6XhIFOZFg2oH5\n+EsiMB142haPfy223fXQ3jk2/LumnSDZede0qKggZrMYySN6A1/udfnGeJHl\nAnMKyAc3X/YwvMHhq9AkMPWukvUyCgb186sxXh0d9tL42Qmsysd0ylIqade6\nVMogah3BCh2FlvhL78aefa5KdNSiAGCoXdjfnm+miPGXF1ju3Dfm7/peasEU\nGDavHMVDuE8bV+i73Rp5aLt32R5rwSSNxAgpKLp+y1cWwE20PtYafu6DuEs3\nOQZU9hmZerYS2kK6VEfbSbCFttj1NRR8EnLet3SFEUimWufBrtVorSKZBHJl\nuenZ0ifg+xpoxtE1jWs+8ek85prikqMqefn+zv4yrt/+D32rAIKjx5kne9e3\n9XMd\r\n=JJw5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2F1yqtV5cgFPeewfB2r3vT/9E+3b+w6dnQwrUIC1gGQIhAPV4bkRjQlNioszsvbUjiGU6Sz8G1UIyHjTl1GDMmfkD"}]},"maintainers":[{"email":"sindresorhus@gmail.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-mocha_7.0.2_1570177016873_0.8915946392947991"},"_hasShrinkwrap":false},"8.0.0":{"name":"gulp-mocha","version":"8.0.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"engines":{"node":">=10"},"scripts":{"test":"xo && ava"},"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^7.0.0","execa":"^5.0.0","mocha":"^8.3.0","plugin-error":"^1.0.1","supports-color":"^8.1.1","through2":"^4.0.2"},"devDependencies":{"ava":"^2.3.0","gulp":"^4.0.2","p-event":"^4.2.0","vinyl":"^2.2.1","xo":"^0.37.1"},"peerDependencies":{"gulp":">=4"},"peerDependenciesMeta":{"gulp":{"optional":true}},"xo":{"ignores":["test/fixtures"],"rules":{"ava/no-ignored-test-files":"off"}},"ava":{"files":["test/test.js"]},"gitHead":"2f0b8108fb7a892cb658e5fb15fb003e0c40545f","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@8.0.0","_nodeVersion":"14.15.1","_npmVersion":"6.14.10","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-FdbBydfzszaES/gXfwD6RFq1yJTj4Z6328R1yqsmhf+t7hW2aj9ZD9Hz8boQShjZ9J8/w6tQBM5mePb8K2pbqA==","shasum":"7e02677782573a9dc844a9ee1d6de89ebccff2d6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-8.0.0.tgz","fileCount":5,"unpackedSize":7092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLhY0CRA9TVsSAnZWagAA/scQAJz8KKHHHHV21Hf9Cvyb\nNmgraQWCu5Pr2I2YibKg6dlt5dZATQWOD1OFBt1yAnB6vmprUbIQw5NGGnYd\nRpiXoxm8PYJ/stjy0UQ8AfyuhuX4fvU02WPry9mwpAPL6e4/dDm1O6YxmFa5\nWsmUVh2xYVYh6TOB+tGohKj/6LwhvVxytm46QEthFutd3umfeoj0F0nFTueO\nlsocw3CWTJDa6ClUCe8s60UKZjA6mBtskOULOz75LDZqtNUurP/37HPAjdIy\nkQPcdGKyKyt9dN/Z8h2gLTJZ59lBOROOml9yuJIqXAAH0+7wE2B8vDw3nlVc\nM6fomnhSpBwZC21imlLmbvhZF87c+qBQeU5gQ18Q30H19FahdIAcheE/0pl8\nF/qduqoKo/141gc4NL5imWqonBRvq78qZNZ1SSYTytgnJAEKuFjsPxywr+1R\nCkEfpNqiN7Yr1d0Df99tLE5JaCl5WufYUenuTutfr5jmRfhES/dI5NATA39Y\nAEGq6oJIutv+2qrZW8NBTFs9O+er37xsz2uA8yfxa82Xi3TaxGfDN8TCA8aw\nkKEGMXqnfuqqa4KK+GMy/yaXh0coBnAEK6vmxJZkVnMnJYWmYR9s+EepIIb3\niybZ6bXbvnMoGWABkyNSz+ZXPtGkVh4Gl4DH4kzjthApMHN6VKfAC3VEFvTe\nwEmX\r\n=OAjj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDlrlkiyQk9yFiKu29zle7KJBERb7bU3w7w/q51rCwYYAiEAn3LZWW3C6q9pnkC40Y+YxNUzvW61tQMdbCV6hW+aVLs="}]},"directories":{},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-mocha_8.0.0_1613633076088_0.4623682463232748"},"_hasShrinkwrap":false},"9.0.0":{"name":"gulp-mocha","version":"9.0.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"exports":"./index.js","engines":{"node":">=18"},"scripts":{"test":"xo && ava"},"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^7.0.0","execa":"^5.0.0","mocha":"^10.2.0","plugin-error":"^1.0.1","supports-color":"^8.1.1","through2":"^4.0.2"},"devDependencies":{"ava":"^2.3.0","gulp":"^4.0.2","p-event":"^4.2.0","vinyl":"^3.0.0","xo":"^0.37.1"},"peerDependencies":{"gulp":">=4"},"peerDependenciesMeta":{"gulp":{"optional":true}},"xo":{"ignores":["test/fixtures"],"rules":{"ava/no-ignored-test-files":"off"}},"ava":{"files":["test/test.js"]},"gitHead":"e7211dfb24e2f6e78b12a95cbf507a551e0c5751","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@9.0.0","_nodeVersion":"18.17.1","_npmVersion":"9.2.0","dist":{"integrity":"sha512-JD6akb2k8SRTJLnjjdFo/HkPRXKZ0MKhGer/orwRaBkB+uAZgOVDydnOIH8Sds4VVd/z4ZNTQuExgEqf/c2UoQ==","shasum":"51df06264a6b676460d419e9d4df2258cd69fcf6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-9.0.0.tgz","fileCount":5,"unpackedSize":7122,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBkGvvAZC0Gcoy+BSFiSovZNcntBOA4j4zoExxgxbpBAAiEAl4HeM9pZVpKp0Wc2ywZlY4msoGudoGyIBCtDfrT5fNE="}]},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-mocha_9.0.0_1698341320659_0.055279070151161847"},"_hasShrinkwrap":false},"10.0.0":{"name":"gulp-mocha","version":"10.0.0","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=18"},"scripts":{"test":"xo && ava"},"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^8.1.0","execa":"^8.0.1","gulp-plugin-extras":"^0.3.0","mocha":"^10.2.0","supports-color":"^9.4.0"},"devDependencies":{"ava":"^5.3.1","gulp":"^4.0.2","p-event":"^6.0.0","vinyl":"^3.0.0","xo":"^0.56.0"},"peerDependencies":{"gulp":">=4"},"peerDependenciesMeta":{"gulp":{"optional":true}},"xo":{"ignores":["test/fixtures"],"rules":{"ava/no-ignored-test-files":"off"}},"ava":{"files":["test/test.js"]},"gitHead":"e52eb075bf0a001744e5e851b734392636f9c85c","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_id":"gulp-mocha@10.0.0","_nodeVersion":"18.18.2","_npmVersion":"9.2.0","dist":{"integrity":"sha512-scpNKztpN1EmrqakNuyw8/otee6NvCceiQ0sCf5stiubI/HOconX6KJoFC6/mDcU1pYVJJb7PcxvX9T56jhtnQ==","shasum":"54df34b39a7364b3b2c84b2e26f713f45a1c216f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-10.0.0.tgz","fileCount":4,"unpackedSize":6922,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCsPZo+80L7TDdHvXMoY0hpQdWzdH7DMqdkJGz2x5e0qgIgFHxP4monn5MBZvGPJ0tq2ODaBipjp1xfr7Zu81wtJbk="}]},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-mocha_10.0.0_1699019472149_0.309519120314816"},"_hasShrinkwrap":false},"10.0.1":{"name":"gulp-mocha","version":"10.0.1","description":"Run Mocha tests","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/gulp-mocha.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","sideEffects":false,"engines":{"node":">=18"},"scripts":{"test":"xo && ava"},"keywords":["gulpplugin","mocha","test","testing","unit","framework","runner","tdd","bdd","qunit","spec","tap"],"dependencies":{"dargs":"^8.1.0","execa":"^8.0.1","gulp-plugin-extras":"^0.3.0","mocha":"^10.2.0","supports-color":"^9.4.0"},"devDependencies":{"ava":"^5.3.1","gulp":"^4.0.2","p-event":"^6.0.0","vinyl":"^3.0.0","xo":"^0.56.0"},"peerDependencies":{"gulp":">=4"},"peerDependenciesMeta":{"gulp":{"optional":true}},"xo":{"ignores":["test/fixtures"],"rules":{"ava/no-ignored-test-files":"off"}},"ava":{"files":["test/test.js"]},"_id":"gulp-mocha@10.0.1","gitHead":"61a01800e50cecf984035d4043a205840f2c2646","bugs":{"url":"https://github.com/sindresorhus/gulp-mocha/issues"},"homepage":"https://github.com/sindresorhus/gulp-mocha#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.2","dist":{"integrity":"sha512-BGo+sDMXHxNfgxYqc7Vq0W4Na8J1nBwjR91BwrhIHVm0mR6UklWIvNOk8Ql086XBVGbhIQ8u+b1XlSzZoBtLXg==","shasum":"b8d9959f4278b63b4064a3d7092d2bfe763ebc9b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-mocha/-/gulp-mocha-10.0.1.tgz","fileCount":4,"unpackedSize":6978,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7+6uONv5yWozkWJdBBWuAeSZC5HjmRVsZkrx2F/6hMgIhAKumMWChR3Jx+VN1VyhFyUO6FJMnKvbIQe0obuwo2xG7"}]},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-mocha_10.0.1_1713560933178_0.8528593041469066"},"_hasShrinkwrap":false}},"name":"gulp-mocha","time":{"modified":"2024-04-19T21:08:53.517Z","created":"2013-12-14T23:52:15.755Z","0.1.0":"2013-12-14T23:52:18.721Z","0.1.1":"2013-12-28T00:55:52.321Z","0.1.2":"2013-12-29T01:31:02.477Z","0.1.3":"2014-01-02T21:00:55.378Z","0.2.0":"2014-01-03T16:21:46.426Z","0.3.0":"2014-01-09T12:56:53.557Z","0.4.0":"2014-01-19T15:06:22.685Z","0.4.1":"2014-01-21T21:14:48.367Z","0.5.0":"2014-07-08T16:35:33.128Z","0.5.1":"2014-07-12T08:07:05.853Z","0.5.2":"2014-07-25T23:13:12.389Z","1.0.0":"2014-08-14T17:39:54.411Z","1.1.0":"2014-09-10T11:14:16.635Z","1.1.1":"2014-10-05T14:16:22.774Z","1.1.2":"2014-11-17T17:03:27.275Z","2.0.0":"2014-11-17T17:04:51.777Z","2.0.1":"2015-03-30T06:31:59.834Z","2.1.0":"2015-05-22T14:30:00.944Z","2.1.1":"2015-06-04T12:10:18.290Z","2.1.2":"2015-06-21T00:54:09.329Z","2.1.3":"2015-07-12T12:01:57.628Z","2.2.0":"2015-11-14T13:19:30.599Z","3.0.0":"2016-08-02T10:01:25.054Z","3.0.1":"2016-08-13T00:06:52.026Z","4.0.0":"2017-02-20T15:07:18.544Z","4.0.1":"2017-02-20T19:10:18.266Z","4.1.0":"2017-03-07T11:25:16.607Z","4.2.0":"2017-03-29T05:27:43.871Z","4.3.0":"2017-04-01T04:43:50.491Z","4.3.1":"2017-04-27T05:02:37.213Z","5.0.0":"2017-12-30T21:44:55.042Z","6.0.0":"2018-05-23T17:29:27.271Z","7.0.0":"2019-08-18T21:53:36.134Z","7.0.1":"2019-08-20T21:14:33.836Z","7.0.2":"2019-10-04T08:16:56.993Z","8.0.0":"2021-02-18T07:24:36.244Z","9.0.0":"2023-10-26T17:28:40.874Z","10.0.0":"2023-11-03T13:51:12.354Z","10.0.1":"2024-04-19T21:08:53.337Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/gulp-mocha#readme"}