{"_id":"karma-webpack","_rev":"347927","name":"karma-webpack","description":"Use webpack with karma","dist-tags":{"dev":"5.0.0-alpha.3.0","latest":"5.0.0","next":"5.0.0-alpha.6"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"time":{"modified":"2021-07-07T06:31:26.000Z","created":"2014-01-19T11:19:11.047Z","5.0.0":"2021-02-02T11:54:54.710Z","5.0.0-alpha.6":"2021-01-30T19:51:07.079Z","5.0.0-alpha.5":"2020-12-06T14:20:37.460Z","5.0.0-alpha.4":"2020-12-06T14:17:05.667Z","4.0.2":"2019-06-08T14:56:45.289Z","4.0.1":"2019-06-07T17:25:18.726Z","4.0.0":"2019-06-07T16:06:36.636Z","5.0.0-alpha.3.0":"2019-03-07T00:34:21.705Z","5.0.0-alpha.2":"2019-02-13T02:08:06.464Z","4.0.0-rc.6":"2019-01-31T15:56:41.814Z","5.0.0-alpha.1":"2019-01-01T21:12:04.675Z","5.0.0-alpha.0":"2018-12-13T03:55:41.919Z","4.0.0-rc.5":"2018-11-30T18:13:14.157Z","4.0.0-rc.4":"2018-11-28T16:06:00.894Z","4.0.0-rc.3":"2018-11-20T19:03:41.035Z","3.0.5":"2018-09-14T14:37:21.385Z","4.0.0-rc.2":"2018-09-07T15:18:22.676Z","3.0.4":"2018-09-07T15:03:21.243Z","3.0.3":"2018-09-07T12:02:12.507Z","4.0.0-rc.1":"2018-09-03T02:37:53.724Z","3.0.2":"2018-09-03T02:29:19.586Z","4.0.0-rc.0":"2018-09-01T04:38:44.547Z","3.0.1":"2018-09-01T04:23:52.451Z","4.0.0-beta.0":"2018-03-19T19:29:08.641Z","3.0.0":"2018-03-19T18:59:58.859Z","2.0.13":"2018-02-27T20:49:23.127Z","2.0.12":"2018-02-26T21:36:56.564Z","2.0.11":"2018-02-25T23:24:00.007Z","2.0.10":"2018-02-25T21:18:17.520Z","2.0.9":"2017-12-14T20:08:19.753Z","2.0.8":"2017-12-14T12:08:25.021Z","2.0.7":"2017-12-14T03:02:17.003Z","2.0.6":"2017-11-10T19:59:20.286Z","2.0.5":"2017-10-08T23:53:57.488Z","2.0.4":"2017-07-07T16:35:39.839Z","2.0.3":"2017-03-15T05:23:47.581Z","2.0.2":"2017-01-26T08:50:22.591Z","2.0.1":"2017-01-11T22:13:02.100Z","2.0.0":"2017-01-11T21:34:21.849Z","1.8.1":"2016-12-22T00:18:36.902Z","1.8.0":"2016-08-07T19:48:38.372Z","1.7.0":"2015-07-31T09:43:05.713Z","1.6.0":"2015-07-14T16:42:08.191Z","1.5.1":"2015-05-04T19:00:22.061Z","1.5.0":"2015-01-06T21:21:41.476Z","1.4.0":"2015-01-02T20:36:00.758Z","1.3.1":"2014-10-15T13:06:33.788Z","1.3.0":"2014-10-15T07:49:07.055Z","1.2.2":"2014-08-20T11:07:32.078Z","1.2.1":"2014-05-27T05:37:18.920Z","1.1.0":"2014-03-27T08:09:23.069Z","1.0.2":"2014-03-27T07:18:55.274Z","1.0.1":"2014-01-20T00:38:19.826Z","1.0.0":"2014-01-19T11:19:11.047Z"},"users":{"ridermansb":true,"nhz.io":true,"pillar0514":true,"thotk":true,"pstoeckle":true,"panos277":true,"andrej-k":true,"tiggem1993":true,"yeming":true,"fakefarm":true,"lomocc":true,"renishskills":true,"debashish":true},"author":{"name":"Tobias Koppers @sokra"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"versions":{"5.0.0":{"name":"karma-webpack","version":"5.0.0","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache lib test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"glob":"^7.1.3","minimatch":"^3.0.4","webpack-merge":"^4.1.5"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^6.0.3","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","puppeteer":"^5.5.0","standard-version":"^4.4.0","webpack":"^5.10.0"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"gitHead":"46a5505f9bf976d386eb651fafe4b1284cb2f04f","_id":"karma-webpack@5.0.0","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"shasum":"2a2c7b80163fe7ffd1010f83f5507f95ef39f840","size":10507,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-5.0.0.tgz"},"_npmUser":{"name":"ryanclark","email":"ryan@ryanclark.me"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_5.0.0_1612266894550_0.9917093856646158"},"_hasShrinkwrap":false,"publish_time":1612266894710,"_cnpm_publish_time":1612266894710},"5.0.0-alpha.6":{"name":"karma-webpack","version":"5.0.0-alpha.6","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache lib test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"glob":"^7.1.3","minimatch":"^3.0.4","webpack-merge":"^4.1.5"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^6.0.3","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","puppeteer":"^5.5.0","standard-version":"^4.4.0","webpack":"^5.10.0"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"gitHead":"da8676611c07cb289473cca189a2019c100042a8","_id":"karma-webpack@5.0.0-alpha.6","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"shasum":"9bce5008b2a9a42a07dd9acbc8a7a72ed5c64986","size":9928,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-5.0.0-alpha.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-5.0.0-alpha.6.tgz"},"_npmUser":{"name":"ryanclark","email":"ryan@ryanclark.me"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_5.0.0-alpha.6_1612036266947_0.1480657977501325"},"_hasShrinkwrap":false,"publish_time":1612036267079,"_cnpm_publish_time":1612036267079},"5.0.0-alpha.5":{"name":"karma-webpack","version":"5.0.0-alpha.5","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache lib test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^5.0.0"},"dependencies":{"glob":"^7.1.3","minimatch":"^3.0.4","webpack-merge":"^4.1.5"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^2.0.4","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^3.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","standard-version":"^4.4.0","webpack":"^5.10.0"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"gitHead":"2e0ca74c75b173abd5af9f2766b62463252a83e5","_id":"karma-webpack@5.0.0-alpha.5","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"shasum":"8776906b8c9bef44c24f2ce35061002298d7bc55","size":9441,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-5.0.0-alpha.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-5.0.0-alpha.5.tgz"},"_npmUser":{"name":"ryanclark","email":"ryan@ryanclark.me"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_5.0.0-alpha.5_1607264437264_0.8265169282461973"},"_hasShrinkwrap":false,"publish_time":1607264437460,"_cnpm_publish_time":1607264437460},"5.0.0-alpha.4":{"name":"karma-webpack","version":"5.0.0-alpha.4","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache lib test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"glob":"^7.1.3","minimatch":"^3.0.4","webpack-merge":"^4.1.5"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^2.0.4","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^3.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","standard-version":"^4.4.0","webpack":"^5.10.0"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"gitHead":"4fe1f6093fc6ff25503f1422123b2b3944a4145a","_id":"karma-webpack@5.0.0-alpha.4","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"shasum":"8363df7b449439b1f706c61516377b960a596a17","size":9369,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-5.0.0-alpha.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-5.0.0-alpha.4.tgz"},"_npmUser":{"name":"ryanclark","email":"ryan@ryanclark.me"},"directories":{},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_5.0.0-alpha.4_1607264225497_0.9658211196656048"},"_hasShrinkwrap":false,"publish_time":1607264225667,"_cnpm_publish_time":1607264225667},"4.0.2":{"name":"karma-webpack","version":"4.0.2","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"dist","engines":{"node":">= 8.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different","lint:js":"eslint --cache src test","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"cross-env NODE_ENV=test jest --watch","test:coverage":"cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"neo-async":"^2.6.1","clone-deep":"^4.0.1","loader-utils":"^1.1.0","schema-utils":"^1.0.0","source-map":"^0.7.3","webpack-dev-middleware":"^3.7.0"},"devDependencies":{"@babel/cli":"^7.4.4","@babel/core":"^7.4.5","@babel/preset-env":"^7.4.5","@commitlint/cli":"^8.0.0","@commitlint/config-conventional":"^8.0.0","@webpack-contrib/defaults":"^5.0.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^24.8.0","chai":"^4.2.0","chai-as-promised":"^7.1.1","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^5.2.0","del":"^4.1.1","del-cli":"^2.0.0","eslint":"^5.16.0","eslint-config-prettier":"^4.3.0","eslint-plugin-import":"^2.17.3","husky":"^2.4.0","istanbul":"^0.4.5","jest":"^24.8.0","jest-junit":"^6.4.0","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^8.2.0","memory-fs":"^0.4.1","mocha":"^6.1.4","npm-run-all":"^4.1.5","prettier":"^1.18.2","standard-version":"^6.0.1","webpack":"^4.33.0"},"keywords":["karma","karma-plugin","karma-preprocessor","karma-webpack","webpack"],"gitHead":"48878ebc119df35d91da2f9ecf4c8b797ecc4a45","_id":"karma-webpack@4.0.2","_nodeVersion":"10.15.2","_npmVersion":"6.9.0","dist":{"shasum":"23219bd95bdda853e3073d3874d34447c77bced0","size":10721,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-4.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-4.0.2.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_4.0.2_1560005805073_0.6849194571966721"},"_hasShrinkwrap":false,"publish_time":1560005805289,"_cnpm_publish_time":1560005805289},"4.0.1":{"name":"karma-webpack","version":"4.0.1","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"dist","engines":{"node":">= 8.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different","lint:js":"eslint --cache src test","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"cross-env NODE_ENV=test jest --watch","test:coverage":"cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"neo-async":"^2.6.1","clone-deep":"^4.0.1","loader-utils":"^1.1.0","schema-utils":"^1.0.0","source-map":"^0.7.3","webpack-dev-middleware":"^3.7.0"},"devDependencies":{"@babel/cli":"^7.4.4","@babel/core":"^7.4.5","@babel/preset-env":"^7.4.5","@commitlint/cli":"^8.0.0","@commitlint/config-conventional":"^8.0.0","@webpack-contrib/defaults":"^5.0.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^24.8.0","chai":"^4.2.0","chai-as-promised":"^7.1.1","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^5.2.0","del":"^4.1.1","del-cli":"^2.0.0","eslint":"^5.16.0","eslint-config-prettier":"^4.3.0","eslint-plugin-import":"^2.17.3","husky":"^2.4.0","istanbul":"^0.4.5","jest":"^24.8.0","jest-junit":"^6.4.0","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^8.2.0","memory-fs":"^0.4.1","mocha":"^6.1.4","npm-run-all":"^4.1.5","prettier":"^1.18.2","standard-version":"^6.0.1","webpack":"^4.33.0"},"keywords":["karma","karma-plugin","karma-preprocessor","karma-webpack","webpack"],"gitHead":"0155062394c13ec3facbd31e287f596a345b873e","_id":"karma-webpack@4.0.1","_nodeVersion":"10.15.2","_npmVersion":"6.9.0","dist":{"shasum":"090823685cb0d7fc080d3e38beec56e4e7e1f472","size":10676,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-4.0.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_4.0.1_1559928318616_0.7325242591023655"},"_hasShrinkwrap":false,"publish_time":1559928318726,"_cnpm_publish_time":1559928318726},"4.0.0":{"name":"karma-webpack","version":"4.0.0","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 8.9.0"},"scripts":{"start":"npm run build -- -w","prebuild":"npm run clean","build":"cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files","clean":"del-cli dist","commitlint":"commitlint --from=master","lint:prettier":"prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different","lint:js":"eslint --cache src test","lint":"npm-run-all -l -p \"lint:**\"","prepare":"npm run build","release":"standard-version","security":"npm audit","test:only":"cross-env NODE_ENV=test jest","test:watch":"cross-env NODE_ENV=test jest --watch","test:coverage":"cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage","pretest":"npm run lint","test":"cross-env NODE_ENV=test npm run test:coverage","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"neo-async":"^2.6.1","clone-deep":"^4.0.1","loader-utils":"^1.1.0","schema-utils":"^1.0.0","source-map":"^0.7.3","webpack-dev-middleware":"^3.7.0"},"devDependencies":{"@babel/cli":"^7.4.4","@babel/core":"^7.4.5","@babel/preset-env":"^7.4.5","@commitlint/cli":"^8.0.0","@commitlint/config-conventional":"^8.0.0","@webpack-contrib/defaults":"^5.0.0","@webpack-contrib/eslint-config-webpack":"^3.0.0","babel-jest":"^24.8.0","chai":"^4.2.0","chai-as-promised":"^7.1.1","commitlint-azure-pipelines-cli":"^1.0.2","cross-env":"^5.2.0","del":"^4.1.1","del-cli":"^2.0.0","eslint":"^5.16.0","eslint-config-prettier":"^4.3.0","eslint-plugin-import":"^2.17.3","husky":"^2.4.0","istanbul":"^0.4.5","jest":"^24.8.0","jest-junit":"^6.4.0","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^8.2.0","memory-fs":"^0.4.1","mocha":"^6.1.4","npm-run-all":"^4.1.5","prettier":"^1.18.2","standard-version":"^6.0.1","webpack":"^4.33.0"},"keywords":["karma","karma-plugin","karma-preprocessor","karma-webpack","webpack"],"gitHead":"9138b1379e85b6cc048e342ff8c9d448ee39046e","_id":"karma-webpack@4.0.0","_nodeVersion":"10.15.2","_npmVersion":"6.9.0","dist":{"shasum":"0a4e2e265c16cbe4a4fafb58fc1491305081d650","size":6602,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-4.0.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_4.0.0_1559923596523_0.6200065184493435"},"_hasShrinkwrap":false,"publish_time":1559923596636,"_cnpm_publish_time":1559923596636},"5.0.0-alpha.3.0":{"name":"karma-webpack","version":"5.0.0-alpha.3.0","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache lib test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"glob":"^7.1.3","minimatch":"^3.0.4","webpack-merge":"^4.1.5"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^2.0.4","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^3.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","standard-version":"^4.4.0","webpack":"^4.17.2"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"readmeFilename":"README.md","gitHead":"eec6dfc9e80413fe957136975034757bdffe9e8e","_id":"karma-webpack@5.0.0-alpha.3.0","_nodeVersion":"6.11.5","_npmVersion":"6.9.0","dist":{"shasum":"896817100d4ab917e3e3035cb735de8471aab865","size":9129,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-5.0.0-alpha.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-5.0.0-alpha.3.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmUser":{"name":"matthieu-foucault","email":"foucault.matthieu@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_5.0.0-alpha.3.0_1551918861540_0.13778504094857102"},"_hasShrinkwrap":false,"publish_time":1551918861705,"_cnpm_publish_time":1551918861705},"5.0.0-alpha.2":{"name":"karma-webpack","version":"5.0.0-alpha.2","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache lib test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"glob":"^7.1.3","minimatch":"^3.0.4","webpack-merge":"^4.1.5"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^2.0.4","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^3.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","standard-version":"^4.4.0","webpack":"^4.17.2"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"readmeFilename":"README.md","gitHead":"2e9720ab7f96fc8ece1eaef92fbd13fa082b2f15","_id":"karma-webpack@5.0.0-alpha.2","_npmVersion":"6.5.0","_nodeVersion":"8.11.4","_npmUser":{"name":"matthieu-foucault","email":"foucault.matthieu@gmail.com"},"dist":{"shasum":"3b0584839a4eb51dc96c77b3829430e87fe09cf0","size":8807,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-5.0.0-alpha.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-5.0.0-alpha.2.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_5.0.0-alpha.2_1550023686279_0.5590763751174372"},"_hasShrinkwrap":false,"publish_time":1550023686464,"_cnpm_publish_time":1550023686464},"4.0.0-rc.6":{"name":"karma-webpack","version":"4.0.0-rc.6","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli lib","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepare":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"async":"^2.0.0","loader-utils":"^1.1.0","source-map":"^0.5.6","webpack-dev-middleware":"^3.2.0"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^2.0.4","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^3.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","standard-version":"^4.4.0","webpack":"^4.17.2"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"readmeFilename":"README.md","gitHead":"78d52c85104f4b0c0aacd87d752bcd31154fbd9a","_id":"karma-webpack@4.0.0-rc.6","_npmVersion":"6.5.0","_nodeVersion":"8.11.4","_npmUser":{"name":"matthieu-foucault","email":"foucault.matthieu@gmail.com"},"dist":{"shasum":"02ac6a47c7fc166c8b208446069a424698082405","size":10635,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-4.0.0-rc.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-4.0.0-rc.6.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_4.0.0-rc.6_1548950201696_0.5776377776352268"},"_hasShrinkwrap":false,"publish_time":1548950201814,"_cnpm_publish_time":1548950201814},"5.0.0-alpha.1":{"name":"karma-webpack","version":"5.0.0-alpha.1","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache lib test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"glob":"^7.1.3","minimatch":"^3.0.4","webpack-merge":"^4.1.5"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^2.0.4","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^3.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","standard-version":"^4.4.0","webpack":"^4.17.2"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"readmeFilename":"README.md","gitHead":"ac7fe8b871d341a984478aec00e8ec04389aa095","_id":"karma-webpack@5.0.0-alpha.1","_npmVersion":"6.5.0","_nodeVersion":"8.11.4","_npmUser":{"name":"matthieu-foucault","email":"foucault.matthieu@gmail.com"},"dist":{"shasum":"160808796343f08acd80c85b1d1f8d5622e1bb97","size":8736,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-5.0.0-alpha.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-5.0.0-alpha.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_5.0.0-alpha.1_1546377124557_0.5931002903532325"},"_hasShrinkwrap":false,"publish_time":1546377124675,"_cnpm_publish_time":1546377124675},"5.0.0-alpha.0":{"name":"karma-webpack","version":"5.0.0-alpha.0","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache lib test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"glob":"^7.1.3","minimatch":"^3.0.4","webpack-merge":"^4.1.5"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^2.0.4","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^3.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","standard-version":"^4.4.0","webpack":"^4.17.2"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"readmeFilename":"README.md","gitHead":"8e69ed3c4ce3ec12ff2d86612f05566a704a9b52","_id":"karma-webpack@5.0.0-alpha.0","_npmVersion":"6.5.0","_nodeVersion":"8.11.4","_npmUser":{"name":"matthieu-foucault","email":"foucault.matthieu@gmail.com"},"dist":{"shasum":"a1a65295bb8861ae51a00a0d02548ef366166486","size":8579,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-5.0.0-alpha.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-5.0.0-alpha.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_5.0.0-alpha.0_1544673341752_0.23073547499997926"},"_hasShrinkwrap":false,"publish_time":1544673341919,"_cnpm_publish_time":1544673341919},"4.0.0-rc.5":{"name":"karma-webpack","version":"4.0.0-rc.5","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli lib","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepare":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"async":"^2.0.0","loader-utils":"^1.1.0","source-map":"^0.5.6","webpack-dev-middleware":"^3.2.0"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^2.0.4","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^3.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","standard-version":"^4.4.0","webpack":"^4.17.2"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"readmeFilename":"README.md","gitHead":"bbbc5dd5336b59160e38c574cbca2c3322a4716e","_id":"karma-webpack@4.0.0-rc.5","_npmVersion":"6.4.1","_nodeVersion":"11.2.0","_npmUser":{"name":"matthieu-foucault","email":"foucault.matthieu@gmail.com"},"dist":{"shasum":"7282945c9af56d9fc6e0bb053df9afc73dae1b15","size":10538,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-4.0.0-rc.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-4.0.0-rc.5.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_4.0.0-rc.5_1543601594025_0.7262452354634914"},"_hasShrinkwrap":false,"publish_time":1543601594157,"_cnpm_publish_time":1543601594157},"4.0.0-rc.4":{"name":"karma-webpack","version":"4.0.0-rc.4","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli lib","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepare":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"async":"^2.0.0","loader-utils":"^1.1.0","source-map":"^0.5.6","webpack-dev-middleware":"^3.2.0"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^2.0.4","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^3.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","standard-version":"^4.4.0","webpack":"^4.17.2"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"readmeFilename":"README.md","gitHead":"c7d6ca19a88df4660a2c269b635f1292a313647f","_id":"karma-webpack@4.0.0-rc.4","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"matthieu-foucault","email":"foucault.matthieu@gmail.com"},"dist":{"shasum":"d443b6efc669ec618449c026281edd90fc97dd7b","size":10432,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-4.0.0-rc.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-4.0.0-rc.4.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_4.0.0-rc.4_1543421160729_0.05846850912169499"},"_hasShrinkwrap":false,"publish_time":1543421160894,"_cnpm_publish_time":1543421160894},"4.0.0-rc.3":{"name":"karma-webpack","version":"4.0.0-rc.3","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli lib","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"async":"^2.0.0","loader-utils":"^1.1.0","lodash":"^4.17.10","source-map":"^0.5.6","webpack-dev-middleware":"^3.2.0"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^2.0.4","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^3.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","standard-version":"^4.4.0","webpack":"^4.17.2"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"gitHead":"768ed166c4b1ff72a14cdcdc3b543c63f55b4517","_id":"karma-webpack@4.0.0-rc.3","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},"dist":{"shasum":"f7b43f43064ddf3db6e2f13749b3e98220794ba3","size":10189,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-4.0.0-rc.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-4.0.0-rc.3.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_4.0.0-rc.3_1542740620901_0.38810596231612693"},"_hasShrinkwrap":false,"publish_time":1542740621035,"_cnpm_publish_time":1542740621035},"3.0.5":{"name":"karma-webpack","version":"3.0.5","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","engines":{"node":">= 4"},"main":"lib","scripts":{"start":"npm run build -- -w","lint":"eslint --cache src test","clean":"del-cli lib","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","test":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test:integration":"npm run build && karma start --single-run","travis":"npm run test && npm run test:integration","travis:lint":"npm run lint","travis:test":"npm run test","prepare":"npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^2.0.0 || ^3.0.0"},"dependencies":{"async":"^2.0.0","babel-runtime":"^6.0.0","loader-utils":"^1.0.0","lodash":"^4.0.0","source-map":"^0.5.6","webpack-dev-middleware":"^2.0.6"},"devDependencies":{"babel-cli":"^6.0.0","babel-core":"^6.0.0","babel-plugin-transform-runtime":"^6.0.0","babel-polyfill":"^6.0.0","babel-preset-env":"^1.0.0","babel-register":"^6.0.0","chai":"^4.0.0","chai-as-promised":"^7.0.0","cross-env":"^5.0.0","del-cli":"^1.0.0","eslint":"^4.0.0","eslint-plugin-babel":"^4.0.0","istanbul":"^0.4.4","karma":"^2.0.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.0.0","karma-spec-reporter":"^0.0.32","mocha":"^4.0.0","standard-version":"^4.0.0","webpack":"^3.12.0"},"bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"homepage":"https://github.com/webpack-contrib/karma-webpack","gitHead":"670f1534151feddeca8b493ae8d01be6a34e9d35","_id":"karma-webpack@3.0.5","_npmVersion":"6.4.1","_nodeVersion":"10.9.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"1ff1e3a690fb73ae95ee95f9ab58f341cfc7b40f","size":9450,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-3.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-3.0.5.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_3.0.5_1536935841247_0.059447201470109956"},"_hasShrinkwrap":false,"publish_time":1536935841385,"_cnpm_publish_time":1536935841385},"4.0.0-rc.2":{"name":"karma-webpack","version":"4.0.0-rc.2","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli lib","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"async":"^2.0.0","loader-utils":"^1.1.0","lodash":"^4.17.10","source-map":"^0.5.6","webpack-dev-middleware":"^3.2.0"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^2.0.4","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^3.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","standard-version":"^4.4.0","webpack":"^4.17.2"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"readmeFilename":"README.md","gitHead":"d42c5418d93508c94d40031c42ca7107dd6f1a73","_id":"karma-webpack@4.0.0-rc.2","_npmVersion":"6.4.0","_nodeVersion":"10.9.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"4c194e94789842af7f0ffa0de77ee7715739c7c1","size":10020,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-4.0.0-rc.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-4.0.0-rc.2.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_4.0.0-rc.2_1536333502443_0.02039589676638065"},"_hasShrinkwrap":false,"publish_time":1536333502676,"_cnpm_publish_time":1536333502676},"3.0.4":{"name":"karma-webpack","version":"3.0.4","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","engines":{"node":">= 4"},"main":"lib","scripts":{"start":"npm run build -- -w","lint":"eslint --cache src test","clean":"del-cli lib","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","test":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test:integration":"npm run build && karma start --single-run","travis":"npm run test && npm run test:integration","travis:lint":"npm run lint","travis:test":"npm run test","prepare":"npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^2.0.0 || ^3.0.0"},"dependencies":{"async":"^2.0.0","babel-runtime":"^6.0.0","loader-utils":"^1.0.0","lodash":"^4.0.0","source-map":"^0.5.6","webpack-dev-middleware":"^2.0.6"},"devDependencies":{"babel-cli":"^6.0.0","babel-core":"^6.0.0","babel-plugin-transform-runtime":"^6.0.0","babel-polyfill":"^6.0.0","babel-preset-env":"^1.0.0","babel-register":"^6.0.0","chai":"^4.0.0","chai-as-promised":"^7.0.0","cross-env":"^5.0.0","del-cli":"^1.0.0","eslint":"^4.0.0","eslint-plugin-babel":"^4.0.0","istanbul":"^0.4.4","karma":"^2.0.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.0.0","karma-spec-reporter":"^0.0.32","mocha":"^4.0.0","standard-version":"^4.0.0","webpack":"^3.12.0"},"bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"homepage":"https://github.com/webpack-contrib/karma-webpack","gitHead":"9807b060f870fdf00a94a566929140fbd67acd1a","_id":"karma-webpack@3.0.4","_npmVersion":"6.4.0","_nodeVersion":"10.9.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"c16b57d6b20afc00de11b04865b902015844ab34","size":9343,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-3.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-3.0.4.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_3.0.4_1536332601040_0.7164790196716735"},"_hasShrinkwrap":false,"publish_time":1536332601243,"_cnpm_publish_time":1536332601243},"3.0.3":{"name":"karma-webpack","version":"3.0.3","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","engines":{"node":">= 4"},"main":"lib","scripts":{"start":"npm run build -- -w","lint":"eslint --cache src test","clean":"del-cli lib","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","test":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test:integration":"npm run build && karma start --single-run","travis":"npm run test && npm run test:integration","travis:lint":"npm run lint","travis:test":"npm run test","prepare":"npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^2.0.0 || ^3.0.0"},"dependencies":{"async":"^2.0.0","babel-runtime":"^6.0.0","loader-utils":"^1.0.0","lodash":"^4.0.0","source-map":"^0.5.6","webpack-dev-middleware":"^2.0.6"},"devDependencies":{"babel-cli":"^6.0.0","babel-core":"^6.0.0","babel-plugin-transform-runtime":"^6.0.0","babel-polyfill":"^6.0.0","babel-preset-env":"^1.0.0","babel-register":"^6.0.0","chai":"^4.0.0","chai-as-promised":"^7.0.0","cross-env":"^5.0.0","del-cli":"^1.0.0","eslint":"^4.0.0","eslint-plugin-babel":"^4.0.0","istanbul":"^0.4.4","karma":"^2.0.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.0.0","karma-spec-reporter":"^0.0.32","mocha":"^4.0.0","standard-version":"^4.0.0","webpack":"^3.12.0"},"bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"homepage":"https://github.com/webpack-contrib/karma-webpack","gitHead":"46468f1bd5a0d2c5b31fe7bb69ed3093d7b5059a","_id":"karma-webpack@3.0.3","_npmVersion":"6.4.0","_nodeVersion":"10.9.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"a683ab2cc600ee0f43bfa5e39b4590863f41733d","size":9302,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-3.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-3.0.3.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_3.0.3_1536321732410_0.5251416705673311"},"_hasShrinkwrap":false,"publish_time":1536321732507,"_cnpm_publish_time":1536321732507},"4.0.0-rc.1":{"name":"karma-webpack","version":"4.0.0-rc.1","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli lib","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"async":"^2.0.0","loader-utils":"^1.1.0","lodash":"^4.17.10","source-map":"^0.5.6","webpack-dev-middleware":"^3.2.0"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^2.0.4","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^3.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","standard-version":"^4.4.0","webpack":"^4.17.1"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"readmeFilename":"README.md","gitHead":"e9ef67204440b71520365c4830b19a0f22d11645","_id":"karma-webpack@4.0.0-rc.1","_npmVersion":"6.4.0","_nodeVersion":"10.9.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"0c2d7bb8b175bfbfb0317ac902efe844fd11986c","size":9837,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-4.0.0-rc.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-4.0.0-rc.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_4.0.0-rc.1_1535942273580_0.4462893165918631"},"_hasShrinkwrap":false,"publish_time":1535942273724,"_cnpm_publish_time":1535942273724},"3.0.2":{"name":"karma-webpack","version":"3.0.2","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","engines":{"node":">= 4"},"main":"lib","scripts":{"start":"npm run build -- -w","lint":"eslint --cache src test","clean":"del-cli lib","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","test":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test:integration":"npm run build && karma start --single-run","travis":"npm run test && npm run test:integration","travis:lint":"npm run lint","travis:test":"npm run test","prepare":"npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^2.0.0 || ^3.0.0"},"dependencies":{"async":"^2.0.0","babel-runtime":"^6.0.0","loader-utils":"^1.0.0","lodash":"^4.0.0","source-map":"^0.5.6","webpack-dev-middleware":"^2.0.6"},"devDependencies":{"babel-cli":"^6.0.0","babel-core":"^6.0.0","babel-plugin-transform-runtime":"^6.0.0","babel-polyfill":"^6.0.0","babel-preset-env":"^1.0.0","babel-register":"^6.0.0","chai":"^4.0.0","chai-as-promised":"^7.0.0","cross-env":"^5.0.0","del-cli":"^1.0.0","eslint":"^4.0.0","eslint-plugin-babel":"^4.0.0","istanbul":"^0.4.4","karma":"^2.0.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.0.0","karma-spec-reporter":"^0.0.32","mocha":"^4.0.0","standard-version":"^4.0.0","webpack":"^3.12.0"},"bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"homepage":"https://github.com/webpack-contrib/karma-webpack","gitHead":"e2b444b950b0b469f10f22463f78a177e5ac87ed","_id":"karma-webpack@3.0.2","_npmVersion":"6.4.0","_nodeVersion":"10.9.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"1cc2bce45df3a8d0bc6cc3f7ee8f3f979eeff91d","size":9223,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-3.0.2.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_3.0.2_1535941759455_0.5018655492721045"},"_hasShrinkwrap":false,"publish_time":1535941759586,"_cnpm_publish_time":1535941759586},"4.0.0-rc.0":{"name":"karma-webpack","version":"4.0.0-rc.0","description":"Use webpack with karma","license":"MIT","repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"author":{"name":"Tobias Koppers @sokra"},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"main":"lib","engines":{"node":">= 6"},"scripts":{"start":"npm run build -- -w","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","clean":"del-cli lib","commitlint":"commitlint","commitmsg":"commitlint -e $GIT_PARAMS","lint":"eslint --cache src test","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","lint-staged":"lint-staged","prebuild":"npm run clean","prepublish":"npm run build","release":"standard-version","release:ci":"conventional-github-releaser -p angular","release:validate":"commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)","security":"nsp check","test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","ci:lint":"npm run lint && npm run security","ci:test":"npm run test -- --runInBand","ci:coverage":"npm run test:coverage -- --runInBand","defaults":"webpack-defaults"},"peerDependencies":{"webpack":"^4.0.0"},"dependencies":{"async":"^2.0.0","loader-utils":"^1.1.0","lodash":"^4.17.10","source-map":"^0.5.6","webpack-dev-middleware":"^3.2.0"},"devDependencies":{"@commitlint/cli":"^7.1.1","@commitlint/config-conventional":"^7.1.1","@webpack-contrib/defaults":"^2.5.0","@webpack-contrib/eslint-config-webpack":"^2.0.4","babel-cli":"^6.26.0","babel-jest":"^23.4.2","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.7.0","chai":"^4.1.2","chai-as-promised":"^7.1.1","conventional-github-releaser":"^3.1.2","cross-env":"^5.2.0","del":"^3.0.0","del-cli":"^1.1.0","eslint":"^5.4.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","husky":"^0.14.3","istanbul":"^0.4.5","jest":"^23.5.0","karma":"^3.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-spec-reporter":"^0.0.32","lint-staged":"^7.2.2","memory-fs":"^0.4.1","mocha":"^5.2.0","nsp":"^3.2.1","pre-commit":"^1.2.2","prettier":"^1.14.2","standard-version":"^4.4.0","webpack":"^4.17.1"},"keywords":["webpack"],"jest":{"testEnvironment":"node"},"pre-commit":"lint-staged","lint-staged":{"*.js":["eslint --fix","git add"]},"readmeFilename":"README.md","gitHead":"f470815207adbe14f3d1a70ea09e071606a7c045","_id":"karma-webpack@4.0.0-rc.0","_npmVersion":"6.4.0","_nodeVersion":"10.9.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"81477cf7d8d5287676d0341fed942e8adc550b2f","size":9563,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-4.0.0-rc.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-4.0.0-rc.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_4.0.0-rc.0_1535776724436_0.9340534822890485"},"_hasShrinkwrap":false,"publish_time":1535776724547,"_cnpm_publish_time":1535776724547},"3.0.1":{"name":"karma-webpack","version":"3.0.1","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","engines":{"node":">= 4"},"main":"lib","scripts":{"start":"npm run build -- -w","lint":"eslint --cache src test","clean":"del-cli lib","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","test":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test:integration":"npm run build && karma start --single-run","travis":"npm run test && npm run test:integration","travis:lint":"npm run lint","travis:test":"npm run test","prepare":"npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^2.0.0 || ^3.0.0"},"dependencies":{"async":"^2.0.0","babel-runtime":"^6.0.0","loader-utils":"^1.0.0","lodash":"^4.0.0","source-map":"^0.5.6","webpack-dev-middleware":"^2.0.6"},"devDependencies":{"babel-cli":"^6.0.0","babel-core":"^6.0.0","babel-plugin-transform-runtime":"^6.0.0","babel-polyfill":"^6.0.0","babel-preset-env":"^1.0.0","babel-register":"^6.0.0","chai":"^4.0.0","chai-as-promised":"^7.0.0","cross-env":"^5.0.0","del-cli":"^1.0.0","eslint":"^4.0.0","eslint-plugin-babel":"^4.0.0","istanbul":"^0.4.4","karma":"^2.0.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.0.0","karma-spec-reporter":"^0.0.32","mocha":"^4.0.0","standard-version":"^4.0.0","webpack":"^3.12.0"},"bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"homepage":"https://github.com/webpack-contrib/karma-webpack","gitHead":"23094012235040fe7d732e09184aca15cc71bf1c","_id":"karma-webpack@3.0.1","_npmVersion":"6.4.0","_nodeVersion":"10.9.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"18805220b57a114d3a7ce4676439aef5529c156b","size":8934,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-3.0.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_3.0.1_1535775832180_0.28886084532140033"},"_hasShrinkwrap":false,"publish_time":1535775832451,"_cnpm_publish_time":1535775832451},"4.0.0-beta.0":{"name":"karma-webpack","version":"4.0.0-beta.0","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","engines":{"node":">= 6.9.0"},"main":"lib","files":["lib"],"scripts":{"start":"npm run build -- -w","lint":"eslint --cache src test","clean":"del-cli lib","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","test":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test:integration":"npm run build && karma start --single-run","travis":"npm run test && npm run test:integration","travis:lint":"npm run lint","travis:test":"npm run test","prepare":"npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^2.2.0 || ^3.0.0 || ^4.0.0"},"dependencies":{"async":"^2.0.0","babel-runtime":"^6.0.0","loader-utils":"^1.0.0","lodash":"^4.0.0","source-map":"^0.5.6","webpack-dev-middleware":"^3.0.1"},"devDependencies":{"babel-cli":"^6.0.0","babel-core":"^6.0.0","babel-plugin-transform-runtime":"^6.0.0","babel-polyfill":"^6.0.0","babel-preset-env":"^1.0.0","babel-register":"^6.0.0","chai":"^4.0.0","chai-as-promised":"^7.0.0","cross-env":"^5.0.0","del-cli":"^1.0.0","eslint":"^4.0.0","eslint-plugin-babel":"^4.0.0","istanbul":"^0.4.4","karma":"^2.0.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.0.0","karma-spec-reporter":"^0.0.32","mocha":"^4.0.0","standard-version":"^4.0.0","webpack":"^4.1.1"},"bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"homepage":"https://github.com/webpack-contrib/karma-webpack","readmeFilename":"README.md","gitHead":"9ca87d4d33200aff44a83cbbca7f1f1b99e08361","_id":"karma-webpack@4.0.0-beta.0","_npmVersion":"5.7.1","_nodeVersion":"9.8.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"2b386df6c364f588f896ffbdae57c2e51513d1ba","size":9162,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-4.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-4.0.0-beta.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_4.0.0-beta.0_1521487748521_0.9475024491365538"},"_hasShrinkwrap":false,"publish_time":1521487748641,"_cnpm_publish_time":1521487748641},"3.0.0":{"name":"karma-webpack","version":"3.0.0","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","engines":{"node":">= 4"},"main":"lib","files":["lib"],"scripts":{"start":"npm run build -- -w","lint":"eslint --cache src test","clean":"del-cli lib","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","test":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test:integration":"npm run build && karma start --single-run","travis":"npm run test && npm run test:integration","travis:lint":"npm run lint","travis:test":"npm run test","prepare":"npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^2.2.0 || ^3.0.0 || ^4.0.0"},"dependencies":{"async":"^2.0.0","babel-runtime":"^6.0.0","loader-utils":"^1.0.0","lodash":"^4.0.0","source-map":"^0.5.6","webpack-dev-middleware":"^2.0.6"},"devDependencies":{"babel-cli":"^6.0.0","babel-core":"^6.0.0","babel-plugin-transform-runtime":"^6.0.0","babel-polyfill":"^6.0.0","babel-preset-env":"^1.0.0","babel-register":"^6.0.0","chai":"^4.0.0","chai-as-promised":"^7.0.0","cross-env":"^5.0.0","del-cli":"^1.0.0","eslint":"^4.0.0","eslint-plugin-babel":"^4.0.0","istanbul":"^0.4.4","karma":"^2.0.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.0.0","karma-spec-reporter":"^0.0.32","mocha":"^4.0.0","standard-version":"^4.0.0","webpack":"^4.0.0"},"bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"homepage":"https://github.com/webpack-contrib/karma-webpack","gitHead":"1ac16eaa7b11ee154a2127d4f03cbfd1a81533f6","_id":"karma-webpack@3.0.0","_npmVersion":"5.7.1","_nodeVersion":"9.8.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"bf009c5b73c667c11c015717e9e520f581317c44","size":8802,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-3.0.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_3.0.0_1521485998721_0.7835187157840298"},"_hasShrinkwrap":false,"publish_time":1521485998859,"_cnpm_publish_time":1521485998859},"2.0.13":{"name":"karma-webpack","version":"2.0.13","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","engines":{"node":">= 4"},"main":"lib","files":["lib"],"scripts":{"start":"npm run build -- -w","lint":"eslint --cache src test","clean":"del-cli lib","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","test":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test:integration":"npm run build && karma start --single-run","travis":"npm run test && npm run test:integration","travis:lint":"npm run lint","travis:test":"npm run test","prepare":"npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"},"dependencies":{"async":"^2.0.0","babel-runtime":"^6.0.0","loader-utils":"^1.0.0","lodash":"^4.0.0","source-map":"^0.5.6","webpack-dev-middleware":"^1.12.0"},"devDependencies":{"babel-cli":"^6.0.0","babel-core":"^6.0.0","babel-plugin-transform-runtime":"^6.0.0","babel-polyfill":"^6.0.0","babel-preset-env":"^1.0.0","babel-register":"^6.0.0","chai":"^4.0.0","chai-as-promised":"^7.0.0","cross-env":"^5.0.0","del-cli":"^1.0.0","eslint":"^4.0.0","eslint-plugin-babel":"^4.0.0","istanbul":"^0.4.4","karma":"^2.0.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.0.0","karma-spec-reporter":"^0.0.32","mocha":"^4.0.0","standard-version":"^4.0.0","webpack":"^4.0.0"},"bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"homepage":"https://github.com/webpack-contrib/karma-webpack","gitHead":"316c6f2d42df0be5b251eb0ff605307a371c480b","_id":"karma-webpack@2.0.13","_npmVersion":"5.7.1","_nodeVersion":"9.6.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"cf56e3056c15b7747a0bb2140fc9a6be41dd9f02","size":8721,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.13.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_2.0.13_1519764563060_0.5861857603546892"},"_hasShrinkwrap":false,"publish_time":1519764563127,"_cnpm_publish_time":1519764563127},"2.0.12":{"name":"karma-webpack","version":"2.0.12","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","engines":{"node":">= 4"},"main":"lib","files":["lib"],"scripts":{"start":"npm run build -- -w","lint":"eslint --cache src test","clean":"del-cli lib","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","test":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test:integration":"npm run build && karma start --single-run","travis":"npm run test && npm run test:integration","travis:lint":"npm run lint","travis:test":"npm run test","prepare":"npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"},"dependencies":{"async":"^2.0.0","loader-utils":"^1.0.0","lodash":"^4.0.0","source-map":"^0.5.6","webpack-dev-middleware":"^1.12.0"},"devDependencies":{"babel-cli":"^6.0.0","babel-core":"^6.0.0","babel-plugin-transform-runtime":"^6.0.0","babel-polyfill":"^6.0.0","babel-preset-env":"^1.0.0","babel-register":"^6.0.0","babel-runtime":"^6.0.0","chai":"^4.0.0","chai-as-promised":"^7.0.0","cross-env":"^5.0.0","del-cli":"^1.0.0","eslint":"^4.0.0","eslint-plugin-babel":"^4.0.0","istanbul":"^0.4.4","karma":"^2.0.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.0.0","karma-spec-reporter":"^0.0.32","mocha":"^4.0.0","standard-version":"^4.0.0","webpack":"^4.0.0"},"bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"homepage":"https://github.com/webpack-contrib/karma-webpack","gitHead":"933c54ddf5464d8ee7a5c82c06327f9b899ba4c4","_id":"karma-webpack@2.0.12","_npmVersion":"5.7.1","_nodeVersion":"9.6.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"6cc0a81706dd7b091cfd436e50c28f57f49902e4","size":8663,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.12.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_2.0.12_1519681016518_0.6107375587508934"},"_hasShrinkwrap":false,"publish_time":1519681016564,"_cnpm_publish_time":1519681016564},"2.0.11":{"name":"karma-webpack","version":"2.0.11","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","engines":{"node":">= 4"},"main":"lib","files":["lib"],"scripts":{"start":"npm run build -- -w","lint":"eslint --cache src test","clean":"del-cli lib","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","test":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test:integration":"npm run build && karma start --single-run","travis":"npm run test && npm run test:integration","travis:lint":"npm run lint","travis:test":"npm run test","prepare":"npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"},"dependencies":{"async":"^2.0.0","loader-utils":"^1.0.0","lodash":"^4.0.0","source-map":"^0.7.0","webpack-dev-middleware":"^1.12.0"},"devDependencies":{"babel-cli":"^6.0.0","babel-core":"^6.0.0","babel-plugin-transform-runtime":"^6.0.0","babel-polyfill":"^6.0.0","babel-preset-env":"^1.0.0","babel-register":"^6.0.0","chai":"^4.0.0","chai-as-promised":"^7.0.0","cross-env":"^5.0.0","del-cli":"^1.0.0","eslint":"^4.0.0","eslint-plugin-babel":"^4.0.0","istanbul":"^0.4.4","karma":"^2.0.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.0.0","karma-spec-reporter":"^0.0.32","mocha":"^4.0.0","standard-version":"^4.0.0","webpack":"^4.0.0"},"bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"repository":{"type":"git","url":"git+https://github.com/webpack-contrib/karma-webpack.git"},"homepage":"https://github.com/webpack-contrib/karma-webpack","gitHead":"4c7c5f33fa17f57ed91100cf20d3e4a46caedf42","_id":"karma-webpack@2.0.11","_npmVersion":"5.7.1","_nodeVersion":"9.6.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"c699e8ad7cedfb045573e161ffe1d12bde181f07","size":8558,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.11.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_2.0.11_1519601039908_0.5882053233405589"},"_hasShrinkwrap":false,"publish_time":1519601040007,"_cnpm_publish_time":1519601040007},"2.0.10":{"name":"karma-webpack","version":"2.0.10","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","engines":{"node":">= 4"},"files":["lib"],"scripts":{"start":"npm run build -- -w","lint":"eslint --cache src test","clean":"del-cli lib","build":"cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files","test":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test:integration":"npm run build && karma start --single-run","travis":"npm run test && npm run test:integration","travis:lint":"npm run lint","travis:test":"npm run test","prepare":"npm run build","release":"standard-version"},"peerDependencies":{"webpack":"^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"},"dependencies":{"async":"^2.0.0","loader-utils":"^1.0.0","lodash":"^4.0.0","source-map":"^0.7.0","webpack-dev-middleware":"^1.12.0"},"devDependencies":{"babel-cli":"^6.0.0","babel-core":"^6.0.0","babel-plugin-transform-runtime":"^6.0.0","babel-polyfill":"^6.0.0","babel-preset-env":"^1.0.0","babel-register":"^6.0.0","chai":"^4.0.0","chai-as-promised":"^7.0.0","cross-env":"^5.0.0","del-cli":"^1.0.0","eslint":"^4.0.0","eslint-plugin-babel":"^4.0.0","istanbul":"^0.4.4","karma":"^2.0.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.0.0","karma-spec-reporter":"^0.0.32","mocha":"^4.0.0","standard-version":"^4.0.0","webpack":"^4.0.0"},"bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"repository":{"type":"git","url":"git+https://github.com/webpac-contrib/karma-webpack.git"},"homepage":"https://github.com/webpack-contrib/karma-webpack","gitHead":"db43093e6729443ef6aae7c7b98a66ac2bc0ee24","_id":"karma-webpack@2.0.10","_npmVersion":"5.7.1","_nodeVersion":"9.6.0","_npmUser":{"name":"michael-ciniawsky","email":"michael.ciniawsky@gmail.com"},"dist":{"shasum":"15162cfc8ae0cf288c414fb23b51f7f1ad8cae94","size":8472,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.10.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack_2.0.10_1519593497436_0.05606641641713761"},"_hasShrinkwrap":false,"publish_time":1519593497520,"_cnpm_publish_time":1519593497520},"2.0.9":{"name":"karma-webpack","version":"2.0.9","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","homepage":"http://github.com/webpack/karma-webpack","scripts":{"gulp":"gulp","lint":"gulp lint","clean":"gulp clean","pretest":"npm run lint","test":"npm run test.unit","test.unit":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test.integration":"npm run build && karma start --single-run","travis":"npm run test.unit && npm run test.integration","travis:test":"npm run test.unit","travis:lint":"npm run lint","release":"standard-version","release:publish":"npm run build:release && npm publish --access public","build:watch":"gulp build.watch","build:release":"gulp","build":"gulp build"},"files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"peerDependencies":{"webpack":"^1.0.0 || ^2.0.0 || ^3.0.0"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.5.6","webpack-dev-middleware":"^1.12.0"},"devDependencies":{"babel-cli":"^6.11.4","babel-core":"^6.11.4","babel-plugin-transform-runtime":"^6.12.0","babel-polyfill":"^6.9.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-2":"^6.11.0","babel-register":"^6.11.6","chai":"^3.5.0","chai-as-promised":"^5.3.0","del":"^2.2.1","eslint":"^3.1.1","eslint-plugin-babel":"^3.3.0","gulp":"github:gulpjs/gulp#4.0","gulp-babel":"^6.1.2","gulp-eslint":"^3.0.1","gulp-util":"^3.0.7","gulp-watch":"^4.3.9","istanbul":"^0.4.4","karma":"^1.x","karma-chrome-launcher":"~1.0.1","karma-mocha":"~1.1.1","karma-spec-reporter":"~0.0.22","mocha":"^2.5.3","standard-version":"^4.0.0"},"gitHead":"b361ff42a0b67b40bb4235082e23a7848c92e051","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@2.0.9","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"d3viant0ne","email":"wiens.joshua@gmail.com"},"dist":{"shasum":"61c88091f7dd910635134c032b266a465affb57f","size":18779,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.9.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack-2.0.9.tgz_1513282098528_0.3925133212469518"},"directories":{},"publish_time":1513282099753,"_cnpm_publish_time":1513282099753,"_hasShrinkwrap":false},"2.0.8":{"name":"karma-webpack","version":"2.0.8","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","homepage":"http://github.com/webpack/karma-webpack","scripts":{"gulp":"gulp","lint":"gulp lint","clean":"gulp clean","pretest":"npm run lint","test":"npm run test.unit","test.unit":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test.integration":"npm run build && karma start --single-run","travis":"npm run test.unit && npm run test.integration","travis:test":"npm run test.unit","travis:lint":"npm run lint","release":"standard-version","release:publish":"npm run build:release && npm publish --access public","build:watch":"gulp build.watch","build:release":"gulp","build":"gulp build"},"files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"peerDependencies":{"webpack":"^1.0.0 || ^2.0.0 || ^3.0.0"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.5.6","webpack-dev-middleware":"^1.12.0"},"devDependencies":{"babel-cli":"^6.11.4","babel-core":"^6.11.4","babel-plugin-transform-runtime":"^6.12.0","babel-polyfill":"^6.9.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-2":"^6.11.0","babel-register":"^6.11.6","chai":"^3.5.0","chai-as-promised":"^5.3.0","del":"^2.2.1","eslint":"^3.1.1","eslint-plugin-babel":"^3.3.0","gulp":"github:gulpjs/gulp#4.0","gulp-babel":"^6.1.2","gulp-eslint":"^3.0.1","gulp-util":"^3.0.7","gulp-watch":"^4.3.9","istanbul":"^0.4.4","karma":"^1.x","karma-chrome-launcher":"~1.0.1","karma-mocha":"~1.1.1","karma-spec-reporter":"~0.0.22","mocha":"^2.5.3","standard-version":"^4.0.0"},"gitHead":"c781f4eaec683095b632d0a24234deb14aecaa8e","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@2.0.8","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"d3viant0ne","email":"wiens.joshua@gmail.com"},"dist":{"shasum":"621b712f00ed16471239f1d56ffba6351f56a349","size":18671,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.8.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack-2.0.8.tgz_1513253304044_0.7049501654691994"},"directories":{},"publish_time":1513253305021,"_hasShrinkwrap":false,"_cnpm_publish_time":1513253305021},"2.0.7":{"name":"karma-webpack","version":"2.0.7","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","homepage":"http://github.com/webpack/karma-webpack","scripts":{"gulp":"gulp","lint":"gulp lint","clean":"gulp clean","pretest":"npm run lint","test":"npm run test.unit","test.unit":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test.integration":"npm run build && karma start --single-run","travis":"npm run test.unit && npm run test.integration","travis:test":"npm run test.unit","travis:lint":"npm run lint","release":"standard-version","release:publish":"npm run build:release && npm publish --access public","build:watch":"gulp build.watch","build:release":"gulp","build":"gulp build"},"files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"peerDependencies":{"webpack":"^1.0.0 || ^2.0.0 || ^3.0.0"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.5.6","webpack-dev-middleware":"^1.12.0"},"devDependencies":{"babel-cli":"^6.11.4","babel-core":"^6.11.4","babel-plugin-transform-runtime":"^6.12.0","babel-polyfill":"^6.9.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-2":"^6.11.0","babel-register":"^6.11.6","chai":"^3.5.0","chai-as-promised":"^5.3.0","del":"^2.2.1","eslint":"^3.1.1","eslint-plugin-babel":"^3.3.0","gulp":"github:gulpjs/gulp#4.0","gulp-babel":"^6.1.2","gulp-eslint":"^3.0.1","gulp-util":"^3.0.7","gulp-watch":"^4.3.9","istanbul":"^0.4.4","karma":"^1.x","karma-chrome-launcher":"~1.0.1","karma-mocha":"~1.1.1","karma-spec-reporter":"~0.0.22","mocha":"^2.5.3","standard-version":"^4.0.0"},"gitHead":"60c9616d45f6f36cfe56737c1d788ee29657d2ca","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@2.0.7","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"d3viant0ne","email":"wiens.joshua@gmail.com"},"dist":{"shasum":"dc3a492b478f10e8e3ccb9f58171b623f7070a1f","size":18280,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.7.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack-2.0.7.tgz_1513220536925_0.10763158369809389"},"directories":{},"publish_time":1513220537003,"_hasShrinkwrap":false,"_cnpm_publish_time":1513220537003,"deprecated":"Deprecated due to publishing issue, use 2.0.8"},"2.0.6":{"name":"karma-webpack","version":"2.0.6","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","homepage":"http://github.com/webpack/karma-webpack","scripts":{"gulp":"gulp","lint":"gulp lint","clean":"gulp clean","pretest":"npm run lint","test":"npm run test.unit","test.unit":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test.integration":"npm run build && karma start --single-run","travis":"npm run test.unit && npm run test.integration","travis:test":"npm run test.unit","travis:lint":"npm run lint","release":"standard-version","release:publish":"npm run build:release && npm publish --access public","build:watch":"gulp build.watch","build:release":"gulp","build":"gulp build"},"files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"peerDependencies":{"webpack":"^1.0.0 || ^2.0.0 || ^3.0.0"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.5.6","webpack-dev-middleware":"^1.12.0"},"devDependencies":{"babel-cli":"^6.11.4","babel-core":"^6.11.4","babel-plugin-transform-runtime":"^6.12.0","babel-polyfill":"^6.9.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-2":"^6.11.0","babel-register":"^6.11.6","chai":"^3.5.0","chai-as-promised":"^5.3.0","del":"^2.2.1","eslint":"^3.1.1","eslint-plugin-babel":"^3.3.0","gulp":"github:gulpjs/gulp#4.0","gulp-babel":"^6.1.2","gulp-eslint":"^3.0.1","gulp-util":"^3.0.7","gulp-watch":"^4.3.9","istanbul":"^0.4.4","karma":"^1.x","karma-chrome-launcher":"~1.0.1","karma-mocha":"~1.1.1","karma-spec-reporter":"~0.0.22","mocha":"^2.5.3","standard-version":"^4.0.0"},"gitHead":"68506b4857d1decc33a4ff92b742a5ef84013ffa","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@2.0.6","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"d3viant0ne","email":"wiens.joshua@gmail.com"},"dist":{"shasum":"967918e59750ebe0f40829263435fde7ac81bdb4","size":18197,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.6.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack-2.0.6.tgz_1510343960194_0.46792398812249303"},"directories":{},"publish_time":1510343960286,"_cnpm_publish_time":1510343960286,"_hasShrinkwrap":false},"2.0.5":{"name":"karma-webpack","version":"2.0.5","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","homepage":"http://github.com/webpack/karma-webpack","scripts":{"gulp":"gulp","lint":"gulp lint","clean":"gulp clean","pretest":"npm run lint","test":"npm run test.unit","test.unit":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test.integration":"npm run build && karma start --single-run","travis":"npm run test.unit && npm run test.integration","travis:test":"npm run test.unit","travis:lint":"npm run lint","release":"standard-version","release:publish":"npm run build:release && npm publish --access public","build:watch":"gulp build.watch","build:release":"gulp","build":"gulp build"},"files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"peerDependencies":{"webpack":"^1.0.0 || ^2.0.0 || ^3.0.0"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.1.41","webpack-dev-middleware":"^1.0.11"},"devDependencies":{"babel-cli":"^6.11.4","babel-core":"^6.11.4","babel-plugin-transform-runtime":"^6.12.0","babel-polyfill":"^6.9.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-2":"^6.11.0","babel-register":"^6.11.6","chai":"^3.5.0","chai-as-promised":"^5.3.0","del":"^2.2.1","eslint":"^3.1.1","eslint-plugin-babel":"^3.3.0","gulp":"github:gulpjs/gulp#4.0","gulp-babel":"^6.1.2","gulp-eslint":"^3.0.1","gulp-util":"^3.0.7","gulp-watch":"^4.3.9","istanbul":"^0.4.4","karma":"^1.x","karma-chrome-launcher":"~1.0.1","karma-mocha":"~1.1.1","karma-spec-reporter":"~0.0.22","mocha":"^2.5.3","standard-version":"^4.0.0"},"gitHead":"fd5d1e8d9eb4ab7108c5155d9973b5f69519cc77","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@2.0.5","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"d3viant0ne","email":"wiens.joshua@gmail.com"},"dist":{"shasum":"4f56887e32cf4f9583391c2388415de06af06efd","size":18076,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.5.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack-2.0.5.tgz_1507506836352_0.6817794155795127"},"directories":{},"publish_time":1507506837488,"_cnpm_publish_time":1507506837488,"_hasShrinkwrap":false},"2.0.4":{"name":"karma-webpack","version":"2.0.4","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","homepage":"http://github.com/webpack/karma-webpack","scripts":{"gulp":"gulp","lint":"gulp lint","clean":"gulp clean","pretest":"npm run lint","test":"npm run test.unit","test.unit":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test.integration":"npm run build && karma start --single-run","travis":"npm run test.unit && npm run test.integration","travis:test":"npm run test.unit","travis:lint":"npm run lint","release":"standard-version","release:publish":"npm run build:release && npm publish --access public","build:watch":"gulp build.watch","build:release":"gulp","build":"gulp build"},"files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"peerDependencies":{"webpack":"^1.0.0 || ^2.0.0 || ^3.0.0"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.1.41","webpack-dev-middleware":"^1.0.11"},"devDependencies":{"babel-cli":"^6.11.4","babel-core":"^6.11.4","babel-plugin-transform-runtime":"^6.12.0","babel-polyfill":"^6.9.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-2":"^6.11.0","babel-register":"^6.11.6","chai":"^3.5.0","chai-as-promised":"^5.3.0","del":"^2.2.1","eslint":"^3.1.1","eslint-plugin-babel":"^3.3.0","gulp":"github:gulpjs/gulp#4.0","gulp-babel":"^6.1.2","gulp-eslint":"^3.0.1","gulp-util":"^3.0.7","gulp-watch":"^4.3.9","istanbul":"^0.4.4","karma":"^1.x","karma-chrome-launcher":"~1.0.1","karma-mocha":"~1.1.1","karma-spec-reporter":"~0.0.22","mocha":"^2.5.3","standard-version":"^4.0.0"},"gitHead":"44918e4b56bf1e203b20d324cb1025c19125d7ff","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@2.0.4","_shasum":"3e2d4f48ba94a878e1c66bb8e1ae6128987a175b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"d3viant0ne","email":"wiens.joshua@gmail.com"},"dist":{"shasum":"3e2d4f48ba94a878e1c66bb8e1ae6128987a175b","size":17852,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.4.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-webpack-2.0.4.tgz_1499445338569_0.03326937649399042"},"directories":{},"publish_time":1499445339839,"_hasShrinkwrap":false,"_cnpm_publish_time":1499445339839},"2.0.3":{"name":"karma-webpack","version":"2.0.3","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","homepage":"http://github.com/webpack/karma-webpack","scripts":{"gulp":"gulp","lint":"gulp lint","clean":"gulp clean","pretest":"npm run lint","test":"npm run test.unit","test.unit":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test.integration":"npm run build && karma start --single-run","travis":"npm run test.unit && npm run test.integration","travis:test":"npm run test.unit","travis:lint":"npm run lint","release":"standard-version","release:tag:v2":"git push --follow-tags origin v2","release:publish":"npm run build:release && npm publish --access public","build:watch":"gulp build.watch","build:release":"gulp","build":"gulp build"},"files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"peerDependencies":{"webpack":"^1.1.0 || ^2 || ^2.1.0-beta.0 || ^2.2.0-rc.0"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.1.41","webpack-dev-middleware":"^1.0.11"},"devDependencies":{"babel-cli":"^6.11.4","babel-core":"^6.11.4","babel-plugin-transform-runtime":"^6.12.0","babel-polyfill":"^6.9.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-2":"^6.11.0","babel-register":"^6.11.6","chai":"^3.5.0","chai-as-promised":"^5.3.0","del":"^2.2.1","eslint":"^3.1.1","eslint-plugin-babel":"^3.3.0","gulp":"github:gulpjs/gulp#4.0","gulp-babel":"^6.1.2","gulp-eslint":"^3.0.1","gulp-util":"^3.0.7","gulp-watch":"^4.3.9","istanbul":"^0.4.4","karma":"^1.x","karma-chrome-launcher":"~1.0.1","karma-mocha":"~1.1.1","karma-spec-reporter":"~0.0.22","mocha":"^2.5.3","standard-version":"^4.0.0"},"gitHead":"4701b62d9e99caeb8497144743f9ec010538cf77","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@2.0.3","_shasum":"39cebf5ca2580139b27f9ae69b78816b9c82fae6","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"d3viant0ne","email":"wiens.joshua@gmail.com"},"dist":{"shasum":"39cebf5ca2580139b27f9ae69b78816b9c82fae6","size":17875,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.3.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/karma-webpack-2.0.3.tgz_1489555426913_0.9910861097741872"},"directories":{},"publish_time":1489555427581,"_cnpm_publish_time":1489555427581,"_hasShrinkwrap":false},"2.0.2":{"name":"karma-webpack","version":"2.0.2","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","homepage":"http://github.com/webpack/karma-webpack","scripts":{"gulp":"gulp","lint":"gulp lint","clean":"gulp clean","pretest":"npm run lint","test":"npm run test.unit","test.unit":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test.integration":"npm run build && karma start --single-run","travis":"npm run test.unit && npm run test.integration","travis:test":"npm run test.unit","travis:lint":"npm run lint","release":"standard-version","release:tag:v2":"git push --follow-tags origin v2","release:publish":"npm run build:release && npm publish --access public","build:watch":"gulp build.watch","build:release":"gulp","build":"gulp build"},"files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"peerDependencies":{"webpack":"^1.1.0 || ^2 || ^2.1.0-beta.0 || ^2.2.0-rc.0"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.1.41","webpack-dev-middleware":"^1.0.11"},"devDependencies":{"babel-cli":"^6.11.4","babel-core":"^6.11.4","babel-plugin-transform-runtime":"^6.12.0","babel-polyfill":"^6.9.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-2":"^6.11.0","babel-register":"^6.11.6","chai":"^3.5.0","chai-as-promised":"^5.3.0","del":"^2.2.1","eslint":"^3.1.1","eslint-plugin-babel":"^3.3.0","gulp":"github:gulpjs/gulp#4.0","gulp-babel":"^6.1.2","gulp-eslint":"^3.0.1","gulp-util":"^3.0.7","gulp-watch":"^4.3.9","istanbul":"^0.4.4","karma":"^1.x","karma-chrome-launcher":"~1.0.1","karma-mocha":"~1.1.1","karma-spec-reporter":"~0.0.22","mocha":"^2.5.3","standard-version":"^4.0.0"},"gitHead":"7f2724fbb9cc2d3672ddbbf181a7b2ef2ddb507c","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@2.0.2","_shasum":"bd38350af5645c9644090770939ebe7ce726f864","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"d3viant0ne","email":"wiens.joshua@gmail.com"},"dist":{"shasum":"bd38350af5645c9644090770939ebe7ce726f864","size":17338,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.2.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/karma-webpack-2.0.2.tgz_1485420619980_0.7121211080811918"},"directories":{},"publish_time":1485420622591,"_cnpm_publish_time":1485420622591,"_hasShrinkwrap":false},"2.0.1":{"name":"karma-webpack","version":"2.0.1","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","homepage":"http://github.com/webpack/karma-webpack","scripts":{"gulp":"gulp","lint":"gulp lint","clean":"gulp clean","pretest":"npm run lint","test":"npm run test.unit","test.unit":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test.integration":"npm run build && karma start --single-run","travis":"npm run test.unit && npm run test.integration","generate.changelog":"node scripts/release/generate-changelog.js","publish.version":"npm run build && sh scripts/release/npm-publish.sh","build:watch":"gulp build.watch","build":"gulp build"},"files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"peerDependencies":{"webpack":"^1.1.0 || ^2 || ^2.1.0-beta.0 || ^2.2.0-rc.0"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.1.41","webpack-dev-middleware":"^1.0.11"},"devDependencies":{"add-stream":"^1.0.0","babel-cli":"^6.11.4","babel-core":"^6.11.4","babel-plugin-transform-runtime":"^6.12.0","babel-polyfill":"^6.9.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-2":"^6.11.0","babel-register":"^6.11.6","chai":"^3.5.0","chai-as-promised":"^5.3.0","conventional-changelog":"^1.1.0","cross-env":"^2.0.0","cz-conventional-changelog":"^1.1.6","del":"^2.2.1","eslint":"^3.1.1","eslint-plugin-babel":"^3.3.0","gulp":"github:gulpjs/gulp#4.0","gulp-babel":"^6.1.2","gulp-eslint":"^3.0.1","gulp-util":"^3.0.7","gulp-watch":"^4.3.9","istanbul":"^0.4.4","karma":"^1.x","karma-chrome-launcher":"~1.0.1","karma-mocha":"~1.1.1","karma-spec-reporter":"~0.0.22","mocha":"^2.5.3"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"24b3f3cbb90c9b7c2bbcf51cc771fd3b49946fc0","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@2.0.1","_shasum":"271ac955685b9bd99365ef010ffc5655eac28ef6","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"thelarkinn","email":"sean.larkin@cuw.edu"},"dist":{"shasum":"271ac955685b9bd99365ef010ffc5655eac28ef6","size":19060,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/karma-webpack-2.0.1.tgz_1484172781320_0.38143045362085104"},"directories":{},"publish_time":1484172782100,"_cnpm_publish_time":1484172782100,"_hasShrinkwrap":false},"2.0.0":{"name":"karma-webpack","version":"2.0.0","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","homepage":"http://github.com/webpack/karma-webpack","scripts":{"gulp":"gulp","lint":"gulp lint","clean":"gulp clean","pretest":"npm run lint","test":"npm run test.unit","test.unit":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test.integration":"npm run build && karma start --single-run","travis":"npm run test.unit && npm run test.integration","generate.changelog":"node scripts/release/generate-changelog.js","publish.version":"npm run build && sh scripts/release/npm-publish.sh","build:watch":"gulp build.watch","build":"gulp build"},"files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"peerDependencies":{"webpack":"^1.1.0 || ^2 || ^2.1.0-beta.0 || ^2.2.0-rc.0"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.1.41","webpack-dev-middleware":"^1.0.11"},"devDependencies":{"add-stream":"^1.0.0","babel-cli":"^6.11.4","babel-core":"^6.11.4","babel-plugin-transform-runtime":"^6.12.0","babel-polyfill":"^6.9.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-2":"^6.11.0","babel-register":"^6.11.6","chai":"^3.5.0","chai-as-promised":"^5.3.0","conventional-changelog":"^1.1.0","cross-env":"^2.0.0","cz-conventional-changelog":"^1.1.6","del":"^2.2.1","eslint":"^3.1.1","eslint-plugin-babel":"^3.3.0","gulp":"github:gulpjs/gulp#4.0","gulp-babel":"^6.1.2","gulp-eslint":"^3.0.1","gulp-util":"^3.0.7","gulp-watch":"^4.3.9","istanbul":"^0.4.4","karma":"^1.x","karma-chrome-launcher":"~1.0.1","karma-mocha":"~1.1.1","karma-spec-reporter":"~0.0.22","mocha":"^2.5.3"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"1f13a865a00906d33c97a4784b8b57dcab60bea1","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@2.0.0","_shasum":"86ec6747fe64a7239ba2aaedd83b8e7ae0a6043c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"thelarkinn","email":"sean.larkin@cuw.edu"},"dist":{"shasum":"86ec6747fe64a7239ba2aaedd83b8e7ae0a6043c","size":5361,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-2.0.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/karma-webpack-2.0.0.tgz_1484170459706_0.6329736486077309"},"directories":{},"publish_time":1484170461849,"_cnpm_publish_time":1484170461849,"_hasShrinkwrap":false},"1.8.1":{"name":"karma-webpack","version":"1.8.1","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","homepage":"http://github.com/webpack/karma-webpack","scripts":{"gulp":"gulp","lint":"gulp lint","clean":"gulp clean","pretest":"npm run lint","test":"npm run test.unit","test.unit":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test.integration":"npm run build && karma start --single-run","travis":"npm run test.unit && npm run test.integration","generate.changelog":"node scripts/release/generate-changelog.js","publish.version":"npm run build && sh scripts/release/npm-publish.sh","build:watch":"gulp build.watch","build":"gulp build"},"files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"peerDependencies":{"webpack":"^1.1.0 || ^2 || ^2.1.0-beta || ^2.2.0-rc"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.1.41","webpack-dev-middleware":"^1.0.11"},"devDependencies":{"add-stream":"^1.0.0","babel-cli":"^6.11.4","babel-core":"^6.11.4","babel-plugin-transform-runtime":"^6.12.0","babel-polyfill":"^6.9.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-2":"^6.11.0","babel-register":"^6.11.6","chai":"^3.5.0","chai-as-promised":"^5.3.0","conventional-changelog":"^1.1.0","cross-env":"^2.0.0","cz-conventional-changelog":"^1.1.6","del":"^2.2.1","eslint":"^3.1.1","eslint-plugin-babel":"^3.3.0","gulp":"github:gulpjs/gulp#4.0","gulp-babel":"^6.1.2","gulp-eslint":"^3.0.1","gulp-util":"^3.0.7","gulp-watch":"^4.3.9","istanbul":"^0.4.4","karma":"^1.x","karma-chrome-launcher":"~1.0.1","karma-mocha":"~1.1.1","karma-spec-reporter":"~0.0.22","mocha":"^2.5.3"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"db1a2686b20972c108c7b220b7512d454c8d8b4d","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@1.8.1","_shasum":"39d5fd2edeea3cc3ef5b405989b37d5b0e6a3b4e","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"mikaak","email":"me@mikakalathil.ca"},"dist":{"shasum":"39d5fd2edeea3cc3ef5b405989b37d5b0e6a3b4e","size":16338,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.8.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.8.1.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/karma-webpack-1.8.1.tgz_1482365914724_0.36312207160517573"},"directories":{},"publish_time":1482365916902,"_cnpm_publish_time":1482365916902,"_hasShrinkwrap":false},"1.8.0":{"name":"karma-webpack","version":"1.8.0","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","license":"MIT","homepage":"http://github.com/webpack/karma-webpack","scripts":{"gulp":"gulp","lint":"gulp lint","clean":"gulp clean","pretest":"npm run lint","test":"npm run test.unit","test.unit":"mocha --compilers js:babel-register --full-trace --check-leaks test/unit","test.integration":"npm run build && karma start --single-run","travis":"npm run test.unit && npm run test.integration","generate.changelog":"node scripts/release/generate-changelog.js","publish.version":"npm run build && sh scripts/release/npm-publish.sh","build:watch":"gulp build.watch","build":"gulp build"},"files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"peerDependencies":{"webpack":"^1.1.0 || ^2 || ^2.1.0-beta"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.1.41","webpack-dev-middleware":"^1.0.11"},"devDependencies":{"add-stream":"^1.0.0","babel-cli":"^6.11.4","babel-core":"^6.11.4","babel-plugin-transform-runtime":"^6.12.0","babel-polyfill":"^6.9.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-2":"^6.11.0","babel-register":"^6.11.6","chai":"^3.5.0","chai-as-promised":"^5.3.0","conventional-changelog":"^1.1.0","cross-env":"^2.0.0","cz-conventional-changelog":"^1.1.6","del":"^2.2.1","eslint":"^3.1.1","eslint-plugin-babel":"^3.3.0","gulp":"github:gulpjs/gulp#4.0","gulp-babel":"^6.1.2","gulp-eslint":"^3.0.1","gulp-util":"^3.0.7","gulp-watch":"^4.3.9","istanbul":"^0.4.4","karma":"^1.x","karma-chrome-launcher":"~1.0.1","karma-mocha":"~1.1.1","karma-spec-reporter":"~0.0.22","mocha":"^2.5.3"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"a5120be7cd6f264a9eb0caa0ceec23f1a68b2020","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@1.8.0","_shasum":"340c7999eb3745b47becab47d0d304dac2c55257","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"mikaak","email":"me@mikakalathil.ca"},"dist":{"shasum":"340c7999eb3745b47becab47d0d304dac2c55257","size":14884,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.8.0.tgz"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/karma-webpack-1.8.0.tgz_1470599315232_0.5430170842446387"},"directories":{},"publish_time":1470599318372,"_cnpm_publish_time":1470599318372,"_hasShrinkwrap":false},"1.7.0":{"name":"karma-webpack","version":"1.7.0","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","peerDependencies":{"webpack":"^1.4.0"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.1.41","webpack-dev-middleware":"^1.0.11"},"devDependencies":{"karma":">=0.13.2 < 1","karma-mocha":"~0.1.9","karma-chrome-launcher":"~0.1.5","karma-spec-reporter":"~0.0.16","coffee-loader":"~0.7.2"},"license":"MIT","homepage":"http://github.com/webpack/karma-webpack","repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"main":"index.js","gitHead":"17018f3b17debc0b449e1ea023449a647780ac99","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@1.7.0","scripts":{},"_shasum":"7e5a4fb2ab68b0cc1c7a4fbfa72bb76eeb18cb2a","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"dist":{"shasum":"7e5a4fb2ab68b0cc1c7a4fbfa72bb76eeb18cb2a","size":3872,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.7.0.tgz"},"directories":{},"publish_time":1438335785713,"_cnpm_publish_time":1438335785713,"_hasShrinkwrap":false},"1.6.0":{"name":"karma-webpack","version":"1.6.0","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","peerDependencies":{"webpack":"^1.4.0"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.1.41","webpack-dev-middleware":"^1.0.11"},"devDependencies":{"karma":">=0.12 < 1","karma-mocha":"~0.1.9","karma-chrome-launcher":"~0.1.5","karma-spec-reporter":"~0.0.16","coffee-loader":"~0.7.2"},"license":"MIT","homepage":"http://github.com/webpack/karma-webpack","repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"main":"index.js","gitHead":"d4a6e2ec0f241950a549d50a4337809ded5dfc8b","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@1.6.0","scripts":{},"_shasum":"333db2f2e86e4b1dc39a81ed9eca8191bb52f92f","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"dist":{"shasum":"333db2f2e86e4b1dc39a81ed9eca8191bb52f92f","size":3900,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.6.0.tgz"},"directories":{},"publish_time":1436892128191,"_cnpm_publish_time":1436892128191,"_hasShrinkwrap":false},"1.5.1":{"name":"karma-webpack","version":"1.5.1","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","peerDependencies":{"webpack":"^1.4.0","karma":">=0.12 < 1"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","lodash":"^3.8.0","source-map":"^0.1.41","webpack-dev-middleware":"^1.0.11"},"devDependencies":{"karma-mocha":"~0.1.9","karma-chrome-launcher":"~0.1.5","karma-spec-reporter":"~0.0.16","coffee-loader":"~0.7.2"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"homepage":"http://github.com/webpack/karma-webpack","repository":{"type":"git","url":"git+https://github.com/webpack/karma-webpack.git"},"main":"index.js","gitHead":"53424a656cb6afc122510d5b072fdb97022c0722","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@1.5.1","scripts":{},"_shasum":"78442a06f9d8d9d79004a82a5b1522740673ee92","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.12.2","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"dist":{"shasum":"78442a06f9d8d9d79004a82a5b1522740673ee92","size":3920,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.5.1.tgz"},"directories":{},"publish_time":1430766022061,"_cnpm_publish_time":1430766022061,"_hasShrinkwrap":false},"1.5.0":{"name":"karma-webpack","version":"1.5.0","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","peerDependencies":{"webpack":"^1.4.0","karma":">=0.12 < 1"},"dependencies":{"async":"~0.9.0","loader-utils":"^0.2.5","source-map":"^0.1.41","webpack-dev-middleware":"^1.0.11"},"devDependencies":{"karma-mocha":"~0.1.9","karma-chrome-launcher":"~0.1.5","karma-spec-reporter":"~0.0.16","coffee-loader":"~0.7.2"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"homepage":"http://github.com/webpack/karma-webpack","repository":{"type":"git","url":"https://github.com/webpack/karma-webpack.git"},"main":"index.js","gitHead":"6f42763568521c23a3da65959ff73c8cbd461568","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@1.5.0","scripts":{},"_shasum":"ed1d851d79c77c4e28317187ce7437d2023dd22d","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"dist":{"shasum":"ed1d851d79c77c4e28317187ce7437d2023dd22d","size":3876,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.5.0.tgz"},"directories":{},"publish_time":1420579301476,"_cnpm_publish_time":1420579301476,"_hasShrinkwrap":false},"1.4.0":{"name":"karma-webpack","version":"1.4.0","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","peerDependencies":{"webpack":"^1.4.0","webpack-dev-server":"^1.0.0","karma":">=0.12 < 1"},"dependencies":{"async":"~0.9.0","source-map":"^0.1.41","loader-utils":"^0.2.5"},"devDependencies":{"karma-mocha":"~0.1.9","karma-chrome-launcher":"~0.1.5","karma-spec-reporter":"~0.0.16","coffee-loader":"~0.7.2"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"homepage":"http://github.com/webpack/karma-webpack","repository":{"type":"git","url":"https://github.com/webpack/karma-webpack.git"},"main":"index.js","gitHead":"05605702cd3c011756721d6298c92ee0277d9633","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@1.4.0","scripts":{},"_shasum":"be54b9d3f0226cc6eb5aebd92cc85677a8ffef1c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"dist":{"shasum":"be54b9d3f0226cc6eb5aebd92cc85677a8ffef1c","size":4633,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.4.0.tgz"},"directories":{},"publish_time":1420230960758,"_cnpm_publish_time":1420230960758,"_hasShrinkwrap":false},"1.3.1":{"name":"karma-webpack","version":"1.3.1","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","peerDependencies":{"webpack":"^1.2.0-beta5","webpack-dev-server":"^1.0.0","karma":">=0.12 < 1"},"dependencies":{"async":"~0.9.0"},"devDependencies":{"karma-mocha":"~0.1.9","karma-chrome-launcher":"~0.1.5","coffee-loader":"~0.7.2"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"homepage":"http://github.com/webpack/karma-webpack","repository":{"type":"git","url":"https://github.com/webpack/karma-webpack.git"},"main":"index.js","gitHead":"06dcf5d64f260e64bdee9f4e1bc58690ce98e4c4","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@1.3.1","scripts":{},"_shasum":"19e89c5f9d00a82a4cd3b71c3eb5645c0c2b8eb4","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"dist":{"shasum":"19e89c5f9d00a82a4cd3b71c3eb5645c0c2b8eb4","size":3400,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.3.1.tgz"},"directories":{},"publish_time":1413378393788,"_cnpm_publish_time":1413378393788,"_hasShrinkwrap":false},"1.3.0":{"name":"karma-webpack","version":"1.3.0","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","peerDependencies":{"webpack":"^1.2.0-beta5","webpack-dev-server":"^1.0.0","karma":">=0.12 < 1"},"dependencies":{"async":"~0.9.0"},"devDependencies":{"karma-mocha":"~0.1.9","karma-chrome-launcher":"~0.1.5","coffee-loader":"~0.7.2"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"homepage":"http://github.com/webpack/karma-webpack","repository":{"type":"git","url":"https://github.com/webpack/karma-webpack.git"},"main":"index.js","gitHead":"ec86277737f2f89b2b0eb5844be7b15727cacb06","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@1.3.0","scripts":{},"_shasum":"e94f59002d7637099991273c364f6c045afb5ffb","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"dist":{"shasum":"e94f59002d7637099991273c364f6c045afb5ffb","size":3396,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.3.0.tgz"},"directories":{},"publish_time":1413359347055,"_cnpm_publish_time":1413359347055,"_hasShrinkwrap":false},"1.2.2":{"name":"karma-webpack","version":"1.2.2","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","peerDependencies":{"webpack":"^1.2.0-beta5","webpack-dev-server":"1.x","karma":">=0.12 < 1"},"dependencies":{"async":"0.2.x"},"devDependencies":{"karma-mocha":"0.1.x","karma-chrome-launcher":"0.1.x","coffee-loader":"0.7.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"homepage":"http://github.com/webpack/karma-webpack","repository":{"type":"git","url":"https://github.com/webpack/karma-webpack.git"},"main":"index.js","bugs":{"url":"https://github.com/webpack/karma-webpack/issues"},"_id":"karma-webpack@1.2.2","dist":{"shasum":"270faf83ee276c76308ab40ffa1af6ea9320c03a","size":3831,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.2.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"publish_time":1408532852078,"_cnpm_publish_time":1408532852078,"_hasShrinkwrap":false},"1.2.1":{"name":"karma-webpack","version":"1.2.1","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","peerDependencies":{"webpack":"^1.2.0-beta5","webpack-dev-server":"1.x","karma":">=0.12 < 1"},"dependencies":{"async":"0.2.x"},"devDependencies":{"karma-mocha":"0.1.x","karma-chrome-launcher":"0.1.x","coffee-loader":"0.7.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"homepage":"http://github.com/webpack/karma-webpack","main":"index.js","_id":"karma-webpack@1.2.1","dist":{"shasum":"13303de0abb2e624471453528711eb88c1a68be3","size":3807,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.2.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"publish_time":1401169038920,"_cnpm_publish_time":1401169038920,"_hasShrinkwrap":false},"1.1.0":{"name":"karma-webpack","version":"1.1.0","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","peerDependencies":{"webpack":"1.x","webpack-dev-server":"1.x","karma":">=0.12 < 1"},"dependencies":{"async":"0.2.x"},"devDependencies":{"karma-mocha":"0.1.x","karma-chrome-launcher":"0.1.x","coffee-loader":"0.7.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"homepage":"http://github.com/webpack/karma-webpack","main":"index.js","_id":"karma-webpack@1.1.0","dist":{"shasum":"16a71e18b5d5cddfe662ce6d71475aaef6624165","size":2946,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.1.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"publish_time":1395907763069,"_cnpm_publish_time":1395907763069,"_hasShrinkwrap":false},"1.0.2":{"name":"karma-webpack","version":"1.0.2","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","peerDependencies":{"webpack":"1.x","webpack-dev-server":"1.x","karma":">=0.9 <0.12"},"dependencies":{"async":"0.2.x"},"devDependencies":{"karma-mocha":"0.1.x","coffee-loader":"0.5.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"homepage":"http://github.com/webpack/karma-webpack","main":"index.js","_id":"karma-webpack@1.0.2","dist":{"shasum":"1adf5bf6c1c99180b2d64acc631db6a672b283df","size":2902,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.0.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"publish_time":1395904735274,"_cnpm_publish_time":1395904735274,"_hasShrinkwrap":false},"1.0.1":{"name":"karma-webpack","version":"1.0.1","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","peerDependencies":{"webpack":"1.x","webpack-dev-server":"1.x","karma":">=0.9"},"dependencies":{"async":"0.2.x"},"devDependencies":{"karma-mocha":"0.1.x","coffee-loader":"0.5.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"homepage":"http://github.com/webpack/karma-webpack","main":"index.js","readmeFilename":"README.md","_id":"karma-webpack@1.0.1","dist":{"shasum":"4af5abe9e18fb23198d2c3be0d8c1d696879b8a7","size":2896,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.0.1.tgz"},"_from":".","_npmVersion":"1.3.17","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"publish_time":1390178299826,"_cnpm_publish_time":1390178299826,"_hasShrinkwrap":false},"1.0.0":{"name":"karma-webpack","version":"1.0.0","author":{"name":"Tobias Koppers @sokra"},"description":"Use webpack with karma","peerDependencies":{"webpack":"1.x","webpack-dev-server":"1.x","karma":">=0.9"},"dependencies":{"async":"0.2.x"},"devDependencies":{"karma-mocha":"0.1.x","coffee-loader":"0.5.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"homepage":"http://github.com/webpack/karma-webpack","main":"index.js","readmeFilename":"README.md","_id":"karma-webpack@1.0.0","dist":{"shasum":"eb226f9b9f204033134a87b61f63988794b2dd9c","size":2850,"noattachment":false,"key":"/karma-webpack/-/karma-webpack-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/karma-webpack/download/karma-webpack-1.0.0.tgz"},"_from":".","_npmVersion":"1.3.17","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"evilebottnawi","email":"sheo13666q@gmail.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"koaty","email":""},{"name":"sokra","email":""}],"directories":{},"publish_time":1390130351047,"_cnpm_publish_time":1390130351047,"_hasShrinkwrap":false}},"readme":"[![npm][npm]][npm-url]\n[![node][node]][node-url]\n[![coverage][cover]][cover-url]\n\n<div align=\"center\">\n  <a href='https://github.com/karma-runner/karma'>\n    <img width=\"180\" height=\"180\"\n      src=\"https://worldvectorlogo.com/logos/karma.svg\">\n  </a>\n  <a href=\"https://github.com/webpack/webpack\">\n    <img width=\"200\" height=\"200\"\n      src=\"https://cdn.rawgit.com/webpack/media/e7485eb2/logo/icon.svg\">\n  </a>\n  <h1>Karma Webpack</h1>\n  <p>Use webpack to preprocess files in karma<p>\n</div>\n\n<h2 align=\"center\">Install</h2>\n\nnpm `npm i -D karma-webpack`\n\nyarn `yarn add -D karma-webpack`\n\n<h2 align=\"center\">Usage</h2>\n\n**karma.conf.js**\n```js\nmodule.exports = (config) => {\n  config.set({\n    // ... normal karma configuration\n\n    // make sure to include webpack as a framework\n    frameworks: ['mocha', 'webpack'],\n    \n    plugins: [\n      'karma-webpack',\n      'karma-mocha',\n    ],\n\n    files: [\n      // all files ending in \".test.js\"\n      // !!! use watched: false as we use webpacks watch\n      { pattern: 'test/**/*.test.js', watched: false }\n    ],\n\n    preprocessors: {\n      // add webpack as preprocessor\n      'test/**/*.test.js': [ 'webpack' ]\n    },\n\n    webpack: {\n      // karma watches the test entry points\n      // Do NOT specify the entry option\n      // webpack watches dependencies\n\n      // webpack configuration\n    },\n  });\n}\n```\n\n### Default webpack configuration\n\nThis configuration will be merged with what gets provided via karma's config.webpack.\n\n```js\nconst defaultWebpackOptions = {\n  mode: 'development',\n  output: {\n    filename: '[name].js',\n    path: path.join(os.tmpdir(), '_karma_webpack_') + Math.floor(Math.random() * 1000000),\n  },\n  stats: {\n    modules: false,\n    colors: true,\n  },\n  watch: false,\n  optimization: {\n    runtimeChunk: 'single',\n    splitChunks: {\n      chunks: 'all',\n      minSize: 0,\n      cacheGroups: {\n        commons: {\n          name: 'commons',\n          chunks: 'initial',\n          minChunks: 1,\n        },\n      },\n    },\n  },\n  plugins: [],\n};\n```\n\n### How it works\n\nThis project is a framework and preprocessor for Karma that combines test files and dependencies into 2 shared bundles and 1 chunk per test file. It relies on webpack to generate the bundles/chunks and to keep it updated during `autoWatch=true`.\n\nThe first preproccessor triggers the build of all the bundles/chunks and all following files just return the output of this one build process.\n\n### Webpack typescript support\n\nBy default karma-webpack forces *.js files so if you test *.ts files and use webpack to build typescript to javascript it works out of the box.\n\nIf you have a different need you can override by settig `webpack.transformPath`\n\n```js\n// this is the by default applied transformPath\nwebpack: {\n  transformPath: (filepath) => {\n      // force *.js files by default\n      const info = path.parse(filepath);\n      return `${path.join(info.dir, info.name)}.js`;\n    },\n},\n```\n\n### `Source Maps`\n\nYou can use the `karma-sourcemap-loader` to get the source maps generated for your test bundle.\n\n```bash\nnpm i -D karma-sourcemap-loader\n```\n\nAnd then add it to your preprocessors.\n\n**karma.conf.js**\n```js\npreprocessors: {\n  'test/test_index.js': [ 'webpack', 'sourcemap' ]\n}\n```\n\nAnd tell `webpack` to generate sourcemaps.\n\n**webpack.config.js**\n```js\nwebpack: {\n  // ...\n  devtool: 'inline-source-map'\n}\n```\n\n<h2 align=\"center\">Current Maintainers</h2>\n\n<table>\n  <tbody>\n    <tr>\n      <td>\n        <img width=\"150\" height=\"150\"\n             src=\"https://avatars.githubusercontent.com/u/13606342?s=460&u=467cf9a106d2bb474cf627ffd4e0eac80d0b4705&v=4\">\n        <br>\n        <a href=\"http://codymikol.com\">Cody Mikol</a>\n      </td>\n    </tr>\n  <tbody>\n</table>\n\n<h2 align=\"center\">Previous Maintainers</h2>\n\nPrevious maintainers of the `karma-webpack` plugin that have done such amazing work to get it to where it is today.\n\n<table class=\"maintainers\">\n  <tbody>\n    <tr>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\"\n        src=\"https://avatars0.githubusercontent.com/u/7922109?v=4&s=150\">\n        <br>\n        <a href=\"https://github.com/ryanclark\">Ryan Clark</a>\n      </td>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\"\n        src=\"https://avatars3.githubusercontent.com/u/2045543?v=4&s=150\">\n        <br>\n        <a href=\"https://github.com/AprilArcus\">April Arcus</a>\n      </td>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\"\n        src=\"https://avatars.githubusercontent.com/u/4650931?v=3&s=150\">\n        </br>\n        <a href=\"https://github.com/MikaAK\">Mika Kalathil</a>\n      </td>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\"\n        src=\"https://avatars.githubusercontent.com/u/8420490?v=3&s=150\">\n        <a href=\"https://github.com/d3viant0ne\">Joshua Wiens</a>\n      </td>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\" src=\"https://avatars.githubusercontent.com/u/1919664?v=3&s=150\">\n        <a href=\"https://github.com/goldhand\">Will Farley</a>\n      </td>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\"\n        src=\"https://avatars.githubusercontent.com/u/1307954?v=3&s=150\">\n        <a href=\"https://github.com/DanielaValero\">Daniela Valero</a>\n      </td>\n    </tr>\n    <tr>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\"\n        src=\"https://avatars.githubusercontent.com/u/122108?v=3&s=150\">\n        <a href=\"https://github.com/jon301\">Jonathan Trang</a>\n      </td>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\"\n        src=\"https://avatars.githubusercontent.com/u/3285723?v=3&s=150\">\n        <a href=\"https://github.com/carlos-\">Carlos Morales</a>\n      </td>\n    </tr>\n  <tbody>\n</table>\n\n\n[npm]: https://img.shields.io/npm/v/karma-webpack.svg\n[npm-url]: https://npmjs.com/package/karma-webpack\n\n[node]: https://img.shields.io/node/v/karma-webpack.svg\n[node-url]: https://nodejs.org\n\n[cover]: https://codecov.io/gh/webpack-contrib/karma-webpack/branch/master/graph/badge.svg\n[cover-url]: https://codecov.io/gh/webpack-contrib/karma-webpack\n","_attachments":{},"homepage":"https://github.com/webpack-contrib/karma-webpack","bugs":{"url":"https://github.com/webpack-contrib/karma-webpack/issues"},"license":"MIT"}