{"name":"webpack","version":"4.42.0","author":{"name":"Tobias Koppers @sokra"},"license":"MIT","_id":"webpack@4.42.0","maintainers":[{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"thelarkinn","email":"sean.larkin@cuw.edu"}],"homepage":"https://github.com/webpack/webpack","bugs":{"url":"https://github.com/webpack/webpack/issues"},"bin":{"webpack":"bin/webpack.js"},"web":"lib/webpack.web.js","dist":{"shasum":"b901635dd6179391d90740a63c93f76f39883eb8","tarball":"https://registry.npmjs.org/webpack/-/webpack-4.42.0.tgz","fileCount":358,"integrity":"sha512-EzJRHvwQyBiYrYqhyjW9AqM90dE4+s1/XtCfn7uWg6cS72zH+2VPFAlsnW0+W0cDi0XRjNKUMoJtpSi50+Ph6w==","signatures":[{"sig":"MEUCIAFMVhwOzoUToh85l5d0Y2oI/iT06SzdSW6YGIWlUNg/AiEA5L0GvbvjEwfYoH3Bw/lafNoCXHhI5R6UoSVwjSOgT9g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1465649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXMbsCRA9TVsSAnZWagAAk8YQAJAGyWa+Xpu3Pw40S0U8\ndxS1m0hJ8t//nvVAQS6z2TBu5MJd2Xln9QD5ng2BeSJrLDGgZ3zIfEa6ksg9\nnfqe9c5epylPRBaRLlOMj6VdXLOm2KUuUvWXfmOPLDqNruJNfQMuur7ouuex\nLG5N08giqNh5WKEyRrJethkhfmKwANYqfRK+w7ibaJ9LAiwnvazz6THfUTyI\n3z6gKIVrxE5mDsJX/cjtnwuc7oWgUM8LeJDGmjw8gpuAVsz4+svM8R45ZyRb\nUPdLXzmyzal2D6gXJjXdi2dalI8eAsOJJplK6wULxMC5/boDuPFH1QxyuR+u\nL6Uwaw3qLUGVbK7NK1O08o/5wq2uSlZGOqfdNAecuY3JQeMlvfeDmGyQklva\naBUmmJLpmqrEGCMqOPUgV4MbJ8r+5tfG7YJkzqPyOHwcB8I/h+YTzner+Yel\nYT7B3Qh6UtyJm2bDe/59RrhcDto8TC6wSypVwQJJsHUBeJsrW1NhpIaGtR4I\nHS9nsX9mtR8p03K0qazVKaqYiKgqqUByjRzupW4sVNClOG7OYwVbGiEIJu/x\n6MhokJdekHq+awzxd4ttiE07JEZU5sseT+zQ+Zb9pukYFkihroxqa9g/jQa4\nOkYbPbTb1bnFTbVJ0j7v2FH/pP8j4mWdFqE/5F0KR+8JKBLOiLdq4UpCu9JE\nclWz\r\n=VXbk\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"forceExit":true,"testMatch":["<rootDir>/test/*.test.js","<rootDir>/test/*.unittest.js"],"testEnvironment":"node","coverageDirectory":"<rootDir>/coverage","coverageReporters":["json"],"setupFilesAfterEnv":["<rootDir>/test/setupTestFramework.js"],"transformIgnorePatterns":["<rootDir>"],"watchPathIgnorePatterns":["<rootDir>/.git","<rootDir>/node_modules","<rootDir>/test/js","<rootDir>/test/browsertest/js","<rootDir>/test/fixtures/temp-cache-fixture","<rootDir>/test/fixtures/temp-","<rootDir>/benchmark","<rootDir>/examples/*/dist","<rootDir>/coverage","<rootDir>/.eslintcache"],"modulePathIgnorePatterns":["<rootDir>/.git","<rootDir>/node_modules/webpack/node_modules","<rootDir>/test/js","<rootDir>/test/browsertest/js","<rootDir>/test/fixtures/temp-cache-fixture","<rootDir>/test/fixtures/temp-","<rootDir>/benchmark","<rootDir>/examples/*/dist","<rootDir>/coverage","<rootDir>/.eslintcache"],"coveragePathIgnorePatterns":["\\.runtime\\.js$","<rootDir>/test","<rootDir>/schemas","<rootDir>/node_modules"]},"main":"lib/webpack.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"engines":{"node":">=6.11.5"},"funding":{"url":"https://opencollective.com/webpack","type":"opencollective"},"gitHead":"29d851bf6d1e5d59eafb688d51396e70d12057c9","scripts":{"fix":"yarn code-lint --fix && yarn special-lint-fix","lint":"yarn code-lint && yarn jest-lint && yarn type-lint && yarn special-lint","test":"node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest","cover":"yarn cover:all && yarn cover:report","setup":"node ./setup/setup.js","pretty":"prettier --loglevel warn --write \"*.{ts,js,json,yml,yaml}\" \"{setup,lib,bin,hot,buildin,benchmark,tooling,schemas}/**/*.{js,json}\" \"test/*.js\" \"test/helpers/*.js\" \"test/{configCases,watchCases,statsCases,hotCases}/**/webpack.config.js\" \"examples/**/webpack.config.js\"","prelint":"yarn setup","pretest":"yarn lint","benchmark":"node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand","code-lint":"eslint . --ext '.js' --cache","cover:all":"node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --coverage","jest-lint":"node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.lint.js\" --no-verbose","test:unit":"node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"","type-lint":"tsc --pretty","cover:unit":"node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\" --coverage","test:basic":"node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/te{st/TestCasesNormal,st/StatsTestCases,st/ConfigTestCases}.test.js\"","cover:basic":"node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/te{st/TestCasesNormal,st/StatsTestCases,st/ConfigTestCases}.test.js\" --coverage","cover:report":"istanbul report","special-lint":"node tooling/inherit-types && node tooling/format-schemas && node tooling/compile-to-definitions","travis:basic":"yarn cover:basic --ci $JEST","appveyor:unit":"yarn cover:unit --ci %JEST%","build:examples":"cd examples && node buildAll.js","travis:lintunit":"yarn lint && yarn cover:unit --ci $JEST","special-lint-fix":"node tooling/inherit-types --write --override && node tooling/format-schemas --write && node tooling/compile-to-definitions --write","test:integration":"node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"","travis:benchmark":"yarn benchmark --ci","cover:integration":"node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\" --coverage","appveyor:benchmark":"yarn benchmark --ci","travis:integration":"yarn cover:integration --ci $JEST","appveyor:integration":"yarn cover:integration --ci %JEST%","test:update-snapshots":"yarn jest -u"},"_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"repository":{"url":"git+https://github.com/webpack/webpack.git","type":"git"},"_npmVersion":"6.13.6","description":"Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.","directories":{},"lint-staged":{"*.js|{lib,setup,bin,hot,buildin,tooling,schemas}/**/*.js|test/*.js|{test,examples}/**/webpack.config.js}":["eslint --cache"]},"_nodeVersion":"13.7.0","dependencies":{"ajv":"^6.10.2","acorn":"^6.2.1","mkdirp":"^0.5.1","tapable":"^1.1.3","memory-fs":"^0.4.1","neo-async":"^2.6.1","watchpack":"^1.6.0","micromatch":"^3.1.10","ajv-keywords":"^3.4.1","eslint-scope":"^4.0.3","loader-utils":"^1.2.3","schema-utils":"^1.0.0","loader-runner":"^2.4.0","webpack-sources":"^1.4.1","enhanced-resolve":"^4.1.0","node-libs-browser":"^2.2.1","@webassemblyjs/ast":"1.8.5","chrome-trace-event":"^1.0.2","terser-webpack-plugin":"^1.4.3","@webassemblyjs/wasm-edit":"1.8.5","json-parse-better-errors":"^1.0.2","@webassemblyjs/wasm-parser":"1.8.5","@webassemblyjs/helper-module-context":"1.8.5"},"_hasShrinkwrap":false,"devDependencies":{"pug":"^2.0.4","glob":"^7.1.3","jest":"^24.9.0","less":"^3.9.0","husky":"^1.1.3","react":"^16.8.0","eslint":"^5.8.0","lodash":"^4.17.4","rimraf":"^2.6.2","express":"~4.16.4","istanbul":"^0.4.5","prettier":"^1.14.3","xxhashjs":"^0.2.1","benchmark":"^2.1.1","coveralls":"^3.0.2","react-dom":"^16.8.0","css-loader":"^2.1.0","jest-junit":"^8.0.0","pug-loader":"^2.4.0","raw-loader":"^1.0.0","simple-git":"^1.65.0","strip-ansi":"^5.2.0","typescript":"^3.0.0-rc","url-loader":"^1.1.2","val-loader":"^1.0.2","@babel/core":"^7.7.2","@types/node":"^10.12.21","file-loader":"^3.0.1","json-loader":"^0.5.7","less-loader":"^4.0.3","lint-staged":"^8.0.4","wast-loader":"^1.5.5","babel-loader":"^8.0.6","coffeescript":"^2.3.2","style-loader":"^0.23.1","bundle-loader":"~0.5.0","coffee-loader":"^0.9.0","script-loader":"~0.7.0","vm-browserify":"~1.1.0","worker-loader":"^2.0.0","@types/tapable":"^1.0.1","@yarnpkg/lockfile":"^1.1.0","eslint-plugin-jest":"^22.2.2","eslint-plugin-node":"^8.0.0","eslint-plugin-jsdoc":"^15.3.2","i18n-webpack-plugin":"^1.0.0","es6-promise-polyfill":"^1.1.1","@types/webpack-sources":"^0.1.4","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","webpack-dev-middleware":"^3.5.1","json-schema-to-typescript":"^6.0.1"},"_npmOperationalInternal":{"tmp":"tmp/webpack_4.42.0_1583138539118_0.3958289081633095","host":"s3://npm-registry-packages"}}