2017-05-03 15:35:00 +02:00
{
"name" : "webpack" ,
2018-09-20 02:56:13 +02:00
"version" : "4.19.1" ,
2017-05-03 15:35:00 +02:00
"author" : "Tobias Koppers @sokra" ,
"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." ,
2018-09-20 02:56:13 +02:00
"license" : "MIT" ,
2017-05-03 15:35:00 +02:00
"dependencies" : {
2018-09-20 02:56:13 +02:00
"@webassemblyjs/ast" : "1.7.6" ,
"@webassemblyjs/helper-module-context" : "1.7.6" ,
"@webassemblyjs/wasm-edit" : "1.7.6" ,
"@webassemblyjs/wasm-parser" : "1.7.6" ,
"acorn" : "^5.6.2" ,
"acorn-dynamic-import" : "^3.0.0" ,
"ajv" : "^6.1.0" ,
"ajv-keywords" : "^3.1.0" ,
"chrome-trace-event" : "^1.0.0" ,
"enhanced-resolve" : "^4.1.0" ,
"eslint-scope" : "^4.0.0" ,
"json-parse-better-errors" : "^1.0.2" ,
2017-05-03 15:35:00 +02:00
"loader-runner" : "^2.3.0" ,
2017-08-14 05:01:11 +02:00
"loader-utils" : "^1.1.0" ,
2017-05-03 15:35:00 +02:00
"memory-fs" : "~0.4.1" ,
2018-09-20 02:56:13 +02:00
"micromatch" : "^3.1.8" ,
2017-05-03 15:35:00 +02:00
"mkdirp" : "~0.5.0" ,
2018-09-20 02:56:13 +02:00
"neo-async" : "^2.5.0" ,
2017-05-03 15:35:00 +02:00
"node-libs-browser" : "^2.0.0" ,
2018-09-20 02:56:13 +02:00
"schema-utils" : "^0.4.4" ,
"tapable" : "^1.1.0" ,
"uglifyjs-webpack-plugin" : "^1.2.4" ,
"watchpack" : "^1.5.0" ,
"webpack-sources" : "^1.2.0"
2017-05-03 15:35:00 +02:00
} ,
"devDependencies" : {
2018-09-20 02:56:13 +02:00
"@types/node" : "^9.6.4" ,
"@types/tapable" : "^1.0.1" ,
"@types/webpack-sources" : "^0.1.4" ,
2017-05-03 15:35:00 +02:00
"benchmark" : "^2.1.1" ,
"bundle-loader" : "~0.5.0" ,
"codacy-coverage" : "^2.0.1" ,
2018-09-20 02:56:13 +02:00
"coffee-loader" : "^0.9.0" ,
"coffeescript" : "^1.10.0" ,
2017-05-03 15:35:00 +02:00
"coveralls" : "^2.11.2" ,
2017-08-14 05:01:11 +02:00
"css-loader" : "^0.28.3" ,
2017-05-03 15:35:00 +02:00
"es6-promise-polyfill" : "^1.1.1" ,
2018-09-20 02:56:13 +02:00
"eslint" : "^5.2.0" ,
"eslint-config-prettier" : "^2.9.0" ,
"eslint-plugin-jest" : "^21.18.0" ,
"eslint-plugin-node" : "^7.0.1" ,
"eslint-plugin-prettier" : "^2.6.2" ,
2017-05-03 15:35:00 +02:00
"express" : "~4.13.1" ,
2018-09-20 02:56:13 +02:00
"file-loader" : "^1.1.6" ,
2017-12-10 21:51:33 +01:00
"glob" : "^7.1.2" ,
2018-09-20 02:56:13 +02:00
"husky" : "^1.0.0-rc.6" ,
2017-08-14 05:01:11 +02:00
"i18n-webpack-plugin" : "^1.0.0" ,
2017-05-03 15:35:00 +02:00
"istanbul" : "^0.4.5" ,
"jade" : "^1.11.0" ,
"jade-loader" : "~0.8.0" ,
2018-09-20 02:56:13 +02:00
"jest" : "^23.4.1" ,
"jest-silent-reporter" : "^0.0.5" ,
"json-loader" : "^0.5.7" ,
2017-05-03 15:35:00 +02:00
"less" : "^2.5.1" ,
2017-08-14 05:01:11 +02:00
"less-loader" : "^4.0.3" ,
2018-09-20 02:56:13 +02:00
"lint-staged" : "^7.2.0" ,
2017-05-03 15:35:00 +02:00
"lodash" : "^4.17.4" ,
2018-09-20 02:56:13 +02:00
"prettier" : "^1.14.0" ,
"pug" : "^2.0.3" ,
"pug-loader" : "^2.4.0" ,
2017-05-03 15:35:00 +02:00
"raw-loader" : "~0.5.0" ,
"react" : "^15.2.1" ,
"react-dom" : "^15.2.1" ,
2017-12-10 21:51:33 +01:00
"rimraf" : "^2.6.2" ,
2017-05-03 15:35:00 +02:00
"script-loader" : "~0.7.0" ,
"simple-git" : "^1.65.0" ,
2018-09-20 02:56:13 +02:00
"style-loader" : "^0.19.1" ,
"typescript" : "^3.0.0-rc" ,
"url-loader" : "^0.6.2" ,
2017-08-14 05:01:11 +02:00
"val-loader" : "^1.0.2" ,
2017-05-03 15:35:00 +02:00
"vm-browserify" : "~0.0.0" ,
2018-09-20 02:56:13 +02:00
"wast-loader" : "^1.5.5" ,
2017-05-03 15:35:00 +02:00
"webpack-dev-middleware" : "^1.9.0" ,
2018-09-20 02:56:13 +02:00
"worker-loader" : "^1.1.1" ,
"xxhashjs" : "^0.2.1"
2017-05-03 15:35:00 +02:00
} ,
"engines" : {
2018-09-20 02:56:13 +02:00
"node" : ">=6.11.5"
2017-05-03 15:35:00 +02:00
} ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/webpack/webpack.git"
} ,
"homepage" : "https://github.com/webpack/webpack" ,
"main" : "lib/webpack.js" ,
"web" : "lib/webpack.web.js" ,
"bin" : "./bin/webpack.js" ,
"files" : [
"lib/" ,
"bin/" ,
"buildin/" ,
"hot/" ,
"web_modules/" ,
2018-09-20 02:56:13 +02:00
"schemas/" ,
"SECURITY.md"
2017-05-03 15:35:00 +02:00
] ,
"scripts" : {
2018-09-20 02:56:13 +02:00
"setup" : "node ./setup/setup.js" ,
"test" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest" ,
"test:update-snapshots" : "yarn jest -u" ,
"test:integration" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"" ,
"test:basic" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/{TestCasesNormal,StatsTestCases,ConfigTestCases}.test.js\"" ,
"test:unit" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"" ,
"travis:integration" : "yarn cover:init && yarn cover:integration \"test/(?!TestCases)\" --ci $JEST && mv coverage/coverage-final.json coverage/coverage-final-1.json && yarn cover:integration \"test/TestCasesD\" --ci $JEST && mv coverage/coverage-final.json coverage/coverage-final-2.json && yarn cover:integration \"test/TestCases(?!D)\" --ci $JEST && mv coverage/coverage-final.json coverage/coverage-final-3.json" ,
"travis:basic" : "yarn test:basic --ci $JEST" ,
"travis:lint-unit" : "yarn lint && yarn cover:init && yarn cover:unit --ci $JEST" ,
"travis:benchmark" : "yarn benchmark --ci" ,
"appveyor:integration" : "yarn cover:init && yarn cover:integration \"test/(?!TestCases)\" --ci %JEST% && move coverage\\coverage-final.json coverage\\coverage-final-1.json&& yarn cover:integration \"test/TestCasesD\" --ci %JEST% && move coverage\\coverage-final.json coverage\\coverage-final-2.json && yarn cover:integration \"test/TestCases(?!D)\" --ci %JEST% && move coverage\\coverage-final.json coverage\\coverage-final-3.json" ,
"appveyor:unit" : "yarn cover:init && yarn cover:unit --ci %JEST%" ,
"appveyor:benchmark" : "yarn benchmark --ci" ,
2017-05-03 15:35:00 +02:00
"build:examples" : "cd examples && node buildAll.js" ,
2018-09-20 02:56:13 +02:00
"pretest" : "yarn lint" ,
"prelint" : "yarn setup" ,
"lint" : "yarn code-lint && yarn schema-lint && yarn type-lint" ,
"code-lint" : "eslint --cache \"{setup,lib,bin,hot,buildin,benchmark,tooling,schemas}/**/*.js\" \"test/*.js\" \"test/{configCases,watchCases,statsCases,hotCases}/**/webpack.config.js\" \"examples/**/webpack.config.js\"" ,
"type-lint" : "tsc --pretty" ,
"fix" : "yarn code-lint --fix" ,
"pretty" : "prettier --loglevel warn --write \"*.{ts,js,json}\" \"{setup,lib,bin,hot,buildin,benchmark,tooling,schemas}/**/*.{js,json}\" \"test/*.js\" \"test/{configCases,watchCases,statsCases,hotCases}/**/webpack.config.js\" \"examples/**/webpack.config.js\"" ,
"schema-lint" : "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.lint.js\" --no-verbose" ,
"benchmark" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand" ,
"cover" : "yarn cover:init && yarn cover:all && yarn cover:report" ,
2017-12-10 21:51:33 +01:00
"cover:init" : "rimraf coverage" ,
2018-09-20 02:56:13 +02:00
"cover:all" : "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --coverage" ,
"cover:integration" : "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\" --coverage" ,
"cover:unit" : "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\" --coverage" ,
"cover:report" : "istanbul report"
} ,
"husky" : {
"hooks" : {
"pre-commit" : "lint-staged"
}
} ,
"lint-staged" : {
"*.js|{lib,setup,bin,hot,buildin,tooling,schemas}/**/*.js|test/*.js|{test,examples}/**/webpack.config.js}" : [
"eslint --cache"
]
} ,
"jest" : {
"forceExit" : true ,
"setupTestFrameworkScriptFile" : "<rootDir>/test/setupTestFramework.js" ,
"testMatch" : [
"<rootDir>/test/*.test.js" ,
"<rootDir>/test/*.unittest.js"
] ,
"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"
] ,
"transformIgnorePatterns" : [
"<rootDir>"
] ,
"coverageDirectory" : "<rootDir>/coverage" ,
"coveragePathIgnorePatterns" : [
"\\.runtime\\.js$" ,
"<rootDir>/test" ,
"<rootDir>/schemas" ,
"<rootDir>/node_modules"
] ,
"testEnvironment" : "node" ,
"coverageReporters" : [
"json"
]
2017-05-03 15:35:00 +02:00
}
}