2012-03-10 20:11:23 +08:00
{
2015-04-15 01:57:37 +08:00
"name" : "webpack" ,
2019-08-14 01:45:46 +08:00
"version" : "4.39.2" ,
2015-04-15 01:57:37 +08:00
"author" : "Tobias Koppers @sokra" ,
2016-01-04 04:42:56 +08:00
"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-01-07 00:44:20 +08:00
"license" : "MIT" ,
2015-04-15 01:57:37 +08:00
"dependencies" : {
2019-02-26 19:33:25 +08:00
"@webassemblyjs/ast" : "1.8.5" ,
"@webassemblyjs/helper-module-context" : "1.8.5" ,
"@webassemblyjs/wasm-edit" : "1.8.5" ,
"@webassemblyjs/wasm-parser" : "1.8.5" ,
2019-08-01 22:51:20 +08:00
"acorn" : "^6.2.1" ,
"ajv" : "^6.10.2" ,
"ajv-keywords" : "^3.4.1" ,
"chrome-trace-event" : "^1.0.2" ,
2018-06-28 21:20:23 +08:00
"enhanced-resolve" : "^4.1.0" ,
2019-08-01 22:51:20 +08:00
"eslint-scope" : "^4.0.3" ,
2018-05-19 17:09:30 +08:00
"json-parse-better-errors" : "^1.0.2" ,
2019-08-01 22:51:20 +08:00
"loader-runner" : "^2.4.0" ,
"loader-utils" : "^1.2.3" ,
"memory-fs" : "^0.4.1" ,
"micromatch" : "^3.1.10" ,
"mkdirp" : "^0.5.1" ,
"neo-async" : "^2.6.1" ,
"node-libs-browser" : "^2.2.1" ,
2019-02-06 21:05:16 +08:00
"schema-utils" : "^1.0.0" ,
2019-08-01 22:51:20 +08:00
"tapable" : "^1.1.3" ,
"terser-webpack-plugin" : "^1.4.1" ,
"watchpack" : "^1.6.0" ,
"webpack-sources" : "^1.4.1"
2015-04-15 01:57:37 +08:00
} ,
"devDependencies" : {
2019-02-06 16:43:13 +08:00
"@types/node" : "^10.12.21" ,
2018-03-28 13:17:50 +08:00
"@types/tapable" : "^1.0.1" ,
2018-05-04 00:57:02 +08:00
"@types/webpack-sources" : "^0.1.4" ,
2019-02-18 16:22:43 +08:00
"@yarnpkg/lockfile" : "^1.1.0" ,
2016-10-26 11:36:00 +08:00
"benchmark" : "^2.1.1" ,
2015-04-15 01:57:37 +08:00
"bundle-loader" : "~0.5.0" ,
2018-01-04 21:05:27 +08:00
"coffee-loader" : "^0.9.0" ,
2019-02-06 16:48:46 +08:00
"coffeescript" : "^2.3.2" ,
2018-10-03 20:36:37 +08:00
"coveralls" : "^3.0.2" ,
2019-02-06 16:48:46 +08:00
"css-loader" : "^2.1.0" ,
2015-10-24 17:38:00 +08:00
"es6-promise-polyfill" : "^1.1.1" ,
2018-11-02 18:04:02 +08:00
"eslint" : "^5.8.0" ,
2019-02-06 16:43:13 +08:00
"eslint-config-prettier" : "^4.0.0" ,
"eslint-plugin-jest" : "^22.2.2" ,
2019-07-10 04:15:14 +08:00
"eslint-plugin-jsdoc" : "^15.3.2" ,
2018-11-02 18:04:02 +08:00
"eslint-plugin-node" : "^8.0.0" ,
"eslint-plugin-prettier" : "^3.0.0" ,
2019-02-06 20:57:17 +08:00
"express" : "~4.16.4" ,
2019-02-06 16:48:46 +08:00
"file-loader" : "^3.0.1" ,
2018-11-02 18:04:02 +08:00
"glob" : "^7.1.3" ,
"husky" : "^1.1.3" ,
2017-07-24 18:28:20 +08:00
"i18n-webpack-plugin" : "^1.0.0" ,
2016-12-29 04:31:33 +08:00
"istanbul" : "^0.4.5" ,
2019-02-06 17:51:34 +08:00
"jest" : "24.1.0" ,
"jest-junit" : "^6.2.1" ,
2017-11-12 01:48:29 +08:00
"json-loader" : "^0.5.7" ,
2018-09-21 20:58:06 +08:00
"json-schema-to-typescript" : "^6.0.1" ,
2019-02-06 16:48:46 +08:00
"less" : "^3.9.0" ,
2017-05-29 06:15:18 +08:00
"less-loader" : "^4.0.3" ,
2018-11-02 18:04:02 +08:00
"lint-staged" : "^8.0.4" ,
2017-01-18 05:26:38 +08:00
"lodash" : "^4.17.4" ,
2018-11-02 18:04:02 +08:00
"prettier" : "^1.14.3" ,
2019-07-23 18:01:36 +08:00
"pug" : "^2.0.4" ,
2018-05-10 15:13:17 +08:00
"pug-loader" : "^2.4.0" ,
2019-02-06 16:48:46 +08:00
"raw-loader" : "^1.0.0" ,
2019-02-06 20:57:17 +08:00
"react" : "^16.8.0" ,
"react-dom" : "^16.8.0" ,
2017-10-19 21:40:40 +08:00
"rimraf" : "^2.6.2" ,
2016-10-26 11:36:00 +08:00
"script-loader" : "~0.7.0" ,
2017-01-18 05:26:38 +08:00
"simple-git" : "^1.65.0" ,
2019-06-04 06:27:38 +08:00
"strip-ansi" : "^5.2.0" ,
2019-02-06 16:48:46 +08:00
"style-loader" : "^0.23.1" ,
2018-07-13 09:09:50 +08:00
"typescript" : "^3.0.0-rc" ,
2019-02-06 16:48:46 +08:00
"url-loader" : "^1.1.2" ,
2017-05-29 06:15:18 +08:00
"val-loader" : "^1.0.2" ,
2019-02-06 20:57:17 +08:00
"vm-browserify" : "~1.1.0" ,
2018-05-24 20:12:11 +08:00
"wast-loader" : "^1.5.5" ,
2019-02-06 20:57:17 +08:00
"webpack-dev-middleware" : "^3.5.1" ,
"worker-loader" : "^2.0.0" ,
2017-12-20 18:29:00 +08:00
"xxhashjs" : "^0.2.1"
2015-04-15 01:57:37 +08:00
} ,
"engines" : {
2017-11-04 16:35:19 +08:00
"node" : ">=6.11.5"
2015-04-15 01:57:37 +08:00
} ,
"repository" : {
"type" : "git" ,
2015-07-23 07:26:50 +08:00
"url" : "https://github.com/webpack/webpack.git"
2015-04-15 01:57:37 +08:00
} ,
2015-07-23 07:26:50 +08:00
"homepage" : "https://github.com/webpack/webpack" ,
2015-04-15 01:57:37 +08:00
"main" : "lib/webpack.js" ,
"web" : "lib/webpack.web.js" ,
"bin" : "./bin/webpack.js" ,
2015-04-21 14:57:51 +08:00
"files" : [
"lib/" ,
"bin/" ,
"buildin/" ,
2018-10-22 23:03:38 +08:00
"declarations/" ,
2015-04-21 14:57:51 +08:00
"hot/" ,
2016-09-19 22:50:22 +08:00
"web_modules/" ,
2018-04-25 02:59:43 +08:00
"schemas/" ,
"SECURITY.md"
2015-04-21 14:57:51 +08:00
] ,
2015-04-15 01:57:37 +08:00
"scripts" : {
2018-04-04 18:28:03 +08:00
"setup" : "node ./setup/setup.js" ,
2018-04-12 23:35:54 +08:00
"test" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest" ,
2018-06-27 21:47:45 +08:00
"test:update-snapshots" : "yarn jest -u" ,
2018-04-12 23:35:54 +08:00
"test:integration" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"" ,
2019-02-06 19:07:23 +08:00
"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\"" ,
2018-04-12 23:35:54 +08:00
"test:unit" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"" ,
2019-05-22 20:01:02 +08:00
"travis:integration" : "yarn cover:integration --ci $JEST" ,
"travis:basic" : "yarn cover:basic --ci $JEST" ,
"travis:lintunit" : "yarn lint && yarn cover:unit --ci $JEST" ,
2018-04-12 05:50:16 +08:00
"travis:benchmark" : "yarn benchmark --ci" ,
2019-05-22 20:01:02 +08:00
"appveyor:integration" : "yarn cover:integration --ci %JEST%" ,
"appveyor:unit" : "yarn cover:unit --ci %JEST%" ,
2018-04-12 05:50:16 +08:00
"appveyor:benchmark" : "yarn benchmark --ci" ,
2016-10-16 06:02:47 +08:00
"build:examples" : "cd examples && node buildAll.js" ,
2018-04-04 18:28:03 +08:00
"pretest" : "yarn lint" ,
"prelint" : "yarn setup" ,
2019-08-21 21:54:38 +08:00
"lint" : "yarn eslint && yarn jest-lint && yarn type-lint && yarn special-lint" ,
"eslint" : "eslint . --ext '.js'" ,
2018-04-12 15:40:12 +08:00
"type-lint" : "tsc --pretty" ,
2018-09-19 16:17:33 +08:00
"special-lint" : "node tooling/inherit-types && node tooling/format-schemas && node tooling/compile-to-definitions" ,
"special-lint-fix" : "node tooling/inherit-types --write --override && node tooling/format-schemas --write && node tooling/compile-to-definitions --write" ,
2019-08-21 21:54:38 +08:00
"fix" : "yarn eslint --fix && yarn special-lint-fix" ,
2018-10-24 16:52:20 +08:00
"pretty" : "prettier --loglevel warn --write \"*.{ts,js,json,yml,yaml}\" \"{setup,lib,bin,hot,buildin,benchmark,tooling,schemas}/**/*.{js,json}\" \"test/*.js\" \"test/{configCases,watchCases,statsCases,hotCases}/**/webpack.config.js\" \"examples/**/webpack.config.js\"" ,
2019-02-18 16:22:43 +08:00
"jest-lint" : "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.lint.js\" --no-verbose" ,
2018-04-19 06:41:03 +08:00
"benchmark" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand" ,
2019-05-22 20:01:02 +08:00
"cover" : "yarn cover:all && yarn cover:report" ,
2018-04-12 23:35:54 +08:00
"cover:all" : "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --coverage" ,
2019-05-22 20:01:02 +08:00
"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" ,
2018-04-12 23:35:54 +08:00
"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" ,
2018-05-24 19:24:43 +08:00
"cover:report" : "istanbul report"
2018-01-24 20:17:21 +08:00
} ,
2018-05-16 19:43:54 +08:00
"husky" : {
"hooks" : {
"pre-commit" : "lint-staged"
}
} ,
"lint-staged" : {
2018-08-23 22:00:17 +08:00
"*.js|{lib,setup,bin,hot,buildin,tooling,schemas}/**/*.js|test/*.js|{test,examples}/**/webpack.config.js}" : [
2018-06-23 22:55:48 +08:00
"eslint --cache"
2018-05-16 19:43:54 +08:00
]
} ,
2018-01-24 20:17:21 +08:00
"jest" : {
2018-05-04 15:27:47 +08:00
"forceExit" : true ,
2018-10-24 20:45:30 +08:00
"setupFilesAfterEnv" : [
"<rootDir>/test/setupTestFramework.js"
] ,
2018-01-27 23:35:04 +08:00
"testMatch" : [
"<rootDir>/test/*.test.js" ,
"<rootDir>/test/*.unittest.js"
2018-02-25 08:15:37 +08:00
] ,
"watchPathIgnorePatterns" : [
2018-08-23 22:00:17 +08:00
"<rootDir>/.git" ,
"<rootDir>/node_modules" ,
"<rootDir>/test/js" ,
"<rootDir>/test/browsertest/js" ,
"<rootDir>/test/fixtures/temp-cache-fixture" ,
2018-04-30 23:13:46 +08:00
"<rootDir>/test/fixtures/temp-" ,
2018-08-23 22:00:17 +08:00
"<rootDir>/benchmark" ,
2018-04-30 21:30:39 +08:00
"<rootDir>/examples/*/dist" ,
2018-08-23 22:00:17 +08:00
"<rootDir>/coverage" ,
"<rootDir>/.eslintcache"
2018-04-30 21:30:39 +08:00
] ,
"modulePathIgnorePatterns" : [
2018-08-23 22:00:17 +08:00
"<rootDir>/.git" ,
"<rootDir>/node_modules/webpack/node_modules" ,
"<rootDir>/test/js" ,
"<rootDir>/test/browsertest/js" ,
"<rootDir>/test/fixtures/temp-cache-fixture" ,
2018-04-30 23:13:46 +08:00
"<rootDir>/test/fixtures/temp-" ,
2018-08-23 22:00:17 +08:00
"<rootDir>/benchmark" ,
2018-04-30 21:30:39 +08:00
"<rootDir>/examples/*/dist" ,
2018-08-23 22:00:17 +08:00
"<rootDir>/coverage" ,
"<rootDir>/.eslintcache"
2018-02-25 08:15:37 +08:00
] ,
"transformIgnorePatterns" : [
2018-08-23 22:00:17 +08:00
"<rootDir>"
2018-02-25 08:46:21 +08:00
] ,
"coverageDirectory" : "<rootDir>/coverage" ,
2018-03-06 05:48:18 +08:00
"coveragePathIgnorePatterns" : [
2018-04-12 05:31:15 +08:00
"\\.runtime\\.js$" ,
2018-08-23 22:00:17 +08:00
"<rootDir>/test" ,
"<rootDir>/schemas" ,
"<rootDir>/node_modules"
2018-03-07 08:15:41 +08:00
] ,
2018-04-12 05:31:15 +08:00
"testEnvironment" : "node" ,
"coverageReporters" : [
2018-04-19 04:58:36 +08:00
"json"
2018-04-12 05:31:15 +08:00
]
2015-04-15 01:57:37 +08:00
}
2014-06-05 15:31:47 +08:00
}