{"bin":{"webpack":"./bin/webpack.js"},"web":"lib/webpack.web.js","bugs":{"url":"https://github.com/webpack/webpack/issues"},"dist":{"shasum":"3f9e34360370602fcf639e97939db486f4ec0d74","tarball":"https://registry.npmjs.org/webpack/-/webpack-3.12.0.tgz","fileCount":282,"integrity":"sha512-Sw7MdIIOv/nkzPzee4o0EdvCuPmxT98+vVpIvwtcwcF1Q4SDSNp92vwcKc4REe7NItH9f1S4ra9FuQ7yuYZ8bQ==","signatures":[{"sig":"MEUCIHy5X1Ja6nccWzm08Bp96bnA7PyC3GjT7aA0C5XWBkVQAiEAkH7BSoVx5SWHxmQJwi3+nyw7ot/uFEG4xm4OB5Bo8e4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":919368,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9a35CRA9TVsSAnZWagAA/4cP/RGr4tqVls33hOUcd6Hp\n8iylE7qavTrYy4jzVL826BdgAMT92Kn3bjsJY8EbSORkBmyJeHpg0JMhPyhv\n/Bh0s/kFmoDcitaWRwEtT5UVyb8/u3hl8dvzGXxMQSpSi9C5OOxr3hc67f8C\n+Qz/R5olWLSzZhuqjTRiX3mw/8Ttsk6+FVSlhc6/eUHu6f1gUZyrSlRqR7Mf\nLNZxjRtyvyyV9N02msrigcgNRD8JDgoa1zZBzIPqx3Znal9CV6h7pkjqZML2\n+nyX6jA6bna52iZ5g/BpHKO9I/mnhQY8e39LktD5s1M5cPWweLRRhm01jWrj\nRYnXR/q7NwPy29UgmGic8zbTnfl/Gvxzi8cauGwAbGwC9PdciunKrjnfTq15\n13DoH9lNJa4ozfLxxiY3fs9KcMxkpsL+X9bT9mQzDQ454PqP+ESKQt+k1x6z\ndoHCB6bSqnOkUnBeaebOGlRrlY2B0bjRc681u0rf5QxrEfgYmuvx/NYejuAk\nIFJ32QgTrdfjTyFehqdHKcNe+n47IdbNWoW7sF3yIAR3KK3wJUl/fynMMEbp\nMowcWBEKpIdndG8HzQEPS8p1l5x7v5BWbqb34jWiYvfCVxcqDKKHPqT0UDAw\npUAy0WpcNyzouhf7lXERhxsCLix55DIUZqp+CDprNMHhXOozPn5H5oh9dnaT\nyqaE\r\n=JIX4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/webpack.js","name":"webpack","files":["lib/","bin/","buildin/","hot/","web_modules/","schemas/"],"author":{"name":"Tobias Koppers @sokra"},"engines":{"node":">=4.3.0 <5.0.0 || >=5.10"},"gitHead":"cce33c206abaeef26d06b62102adf74a989a4696","license":"MIT","scripts":{"fix":"npm run lint -- --fix","lint":"eslint lib bin hot buildin \"test/**/webpack.config.js\" \"test/binCases/**/test.js\" \"examples/**/webpack.config.js\"","test":"mocha test/*.test.js test/*.unittest.js --max-old-space-size=4096 --harmony --trace-deprecation --check-leaks","cover":"npm run cover:init && npm run cover:all && npm run cover:report","pretest":"npm run lint-files","benchmark":"mocha --max-old-space-size=4096 --harmony --trace-deprecation test/*.benchmark.js -R spec","cover:all":"node --max-old-space-size=4096 --harmony --trace-deprecation ./node_modules/istanbul/lib/cli.js cover --report none node_modules/mocha/bin/_mocha -- test/*.test.js test/*.unittest.js","test:unit":"mocha test/*.unittest.js --max-old-space-size=4096 --harmony --trace-deprecation --check-leaks","cover:init":"rimraf coverage","cover:unit":"node --max-old-space-size=4096 --harmony --trace-deprecation ./node_modules/istanbul/lib/cli.js cover --report none node_modules/mocha/bin/_mocha -- test/*.unittest.js","lint-files":"npm run lint && npm run beautify-lint && npm run schema-lint","schema-lint":"mocha test/*.lint.js --opts test/lint-mocha.opts","travis:lint":"npm run lint-files","travis:unit":"npm run cover:init && npm run cover:unit && npm run cover:report-min","cover:report":"istanbul report","appveyor:unit":"npm run cover:init && npm run cover:unit && npm run cover:report-min","beautify-lint":"beautify-lint \"lib/**/*.js\" \"hot/**/*.js\" \"bin/**/*.js\" \"benchmark/*.js\" \"test/*.js\"","circleci:lint":"npm run lint-files","circleci:test":"node node_modules/mocha/bin/mocha --max-old-space-size=4096 --harmony --trace-deprecation test/*.test.js test/*.unittest.js","publish-patch":"npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish","build:examples":"cd examples && node buildAll.js","cover:report-min":"istanbul report --report lcovonly","test:integration":"mocha test/*.test.js --max-old-space-size=4096 --harmony --trace-deprecation --check-leaks","travis:benchmark":"npm run benchmark","cover:integration":"node --max-old-space-size=4096 --harmony --trace-deprecation ./node_modules/istanbul/lib/cli.js cover --report none node_modules/mocha/bin/_mocha -- test/*.test.js","appveyor:benchmark":"npm run benchmark","travis:integration":"npm run cover:init && npm run cover:integration && npm run cover:report-min","appveyor:integration":"npm run cover:init && npm run cover:integration && npm run cover:report-min"},"_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"homepage":"https://github.com/webpack/webpack","repository":{"url":"git+https://github.com/webpack/webpack.git","type":"git"},"_npmVersion":"5.6.0","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":{},"maintainers":[{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"thelarkinn","email":"sean.larkin@cuw.edu"}],"_nodeVersion":"8.11.1","dependencies":{"ajv":"^6.1.0","acorn":"^5.0.0","async":"^2.1.2","json5":"^0.5.1","yargs":"^8.0.2","escope":"^3.6.0","mkdirp":"~0.5.0","tapable":"^0.2.7","interpret":"^1.0.0","memory-fs":"~0.4.1","watchpack":"^1.4.0","source-map":"^0.5.3","json-loader":"^0.5.4","ajv-keywords":"^3.1.0","loader-utils":"^1.1.0","loader-runner":"^2.3.0","supports-color":"^4.2.1","webpack-sources":"^1.0.1","enhanced-resolve":"^3.4.0","node-libs-browser":"^2.0.0","acorn-dynamic-import":"^2.0.0","uglifyjs-webpack-plugin":"^0.4.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^7.1.2","jade":"^1.11.0","less":"^2.5.1","mocha":"^3.2.0","react":"^15.2.1","sinon":"^2.3.2","eslint":"^4.3.0","lodash":"^4.17.4","rimraf":"^2.6.2","should":"^11.1.1","express":"~4.13.1","istanbul":"^0.4.5","benchmark":"^2.1.1","coveralls":"^2.11.2","react-dom":"^15.2.1","css-loader":"^0.28.3","raw-loader":"~0.5.0","simple-git":"^1.65.0","url-loader":"~0.5.0","val-loader":"^1.0.2","file-loader":"^0.11.2","jade-loader":"~0.8.0","js-beautify":"^1.5.10","less-loader":"^4.0.3","style-loader":"^0.18.1","beautify-lint":"^1.0.3","bundle-loader":"~0.5.0","coffee-loader":"~0.7.1","coffee-script":"^1.10.0","script-loader":"~0.7.0","vm-browserify":"~0.0.0","worker-loader":"^0.8.0","codacy-coverage":"^2.0.1","eslint-plugin-node":"^5.1.1","i18n-webpack-plugin":"^1.0.0","mocha-lcov-reporter":"^1.0.0","es6-promise-polyfill":"^1.1.1","webpack-dev-middleware":"^1.9.0","extract-text-webpack-plugin":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack_3.12.0_1526050296958_0.27947974454418567","host":"s3://npm-registry-packages"},"_id":"webpack@3.12.0","version":"3.12.0"}