webpack/package.json

198 lines
7.5 KiB
JSON
Raw Normal View History

2012-03-10 13:11:23 +01:00
{
"name": "webpack",
2019-02-15 16:09:53 +01:00
"version": "4.29.4",
"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-01-06 17:44:20 +01:00
"license": "MIT",
"dependencies": {
2019-02-18 09:39:05 +01:00
"@webassemblyjs/ast": "1.8.3",
"@webassemblyjs/helper-module-context": "1.8.3",
"@webassemblyjs/wasm-edit": "1.8.3",
"@webassemblyjs/wasm-parser": "1.8.3",
"acorn": "^6.0.5",
"acorn-dynamic-import": "^4.0.0",
"ajv": "^6.1.0",
"ajv-keywords": "^3.1.0",
"chrome-trace-event": "^1.0.0",
2018-06-28 15:20:23 +02:00
"enhanced-resolve": "^4.1.0",
2018-07-14 22:57:48 +02:00
"eslint-scope": "^4.0.0",
2018-05-19 11:09:30 +02:00
"json-parse-better-errors": "^1.0.2",
"loader-runner": "^2.3.0",
2017-05-29 00:15:18 +02:00
"loader-utils": "^1.1.0",
"memory-fs": "~0.4.1",
"micromatch": "^3.1.8",
"mkdirp": "~0.5.0",
2018-02-11 05:27:09 +01:00
"neo-async": "^2.5.0",
2016-11-22 17:58:24 +01:00
"node-libs-browser": "^2.0.0",
2019-02-06 14:05:16 +01:00
"schema-utils": "^1.0.0",
2018-09-12 13:07:13 +02:00
"tapable": "^1.1.0",
"terser-webpack-plugin": "^1.1.0",
2018-03-02 10:02:53 +01:00
"watchpack": "^1.5.0",
2018-09-20 11:10:10 +02:00
"webpack-sources": "^1.3.0"
},
"devDependencies": {
2019-02-06 09:43:13 +01:00
"@types/node": "^10.12.21",
2018-03-28 07:17:50 +02:00
"@types/tapable": "^1.0.1",
"@types/webpack-sources": "^0.1.4",
"@yarnpkg/lockfile": "^1.1.0",
"benchmark": "^2.1.1",
"bundle-loader": "~0.5.0",
2018-01-04 14:05:27 +01:00
"coffee-loader": "^0.9.0",
2019-02-06 09:48:46 +01:00
"coffeescript": "^2.3.2",
2018-10-03 14:36:37 +02:00
"coveralls": "^3.0.2",
2019-02-06 09:48:46 +01:00
"css-loader": "^2.1.0",
2015-10-24 11:38:00 +02:00
"es6-promise-polyfill": "^1.1.1",
2018-11-02 11:04:02 +01:00
"eslint": "^5.8.0",
2019-02-06 09:43:13 +01:00
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-jest": "^22.2.2",
2018-11-02 11:04:02 +01:00
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
2019-02-06 13:57:17 +01:00
"express": "~4.16.4",
2019-02-06 09:48:46 +01:00
"file-loader": "^3.0.1",
2018-11-02 11:04:02 +01:00
"glob": "^7.1.3",
"husky": "^1.1.3",
2017-07-24 12:28:20 +02:00
"i18n-webpack-plugin": "^1.0.0",
2016-12-28 21:31:33 +01:00
"istanbul": "^0.4.5",
"jade": "^1.11.0",
"jade-loader": "~0.8.0",
2019-02-06 10:51:34 +01:00
"jest": "24.1.0",
"jest-junit": "^6.2.1",
"json-loader": "^0.5.7",
"json-schema-to-typescript": "^6.0.1",
2019-02-06 09:48:46 +01:00
"less": "^3.9.0",
2017-05-29 00:15:18 +02:00
"less-loader": "^4.0.3",
2018-11-02 11:04:02 +01:00
"lint-staged": "^8.0.4",
2017-01-17 22:26:38 +01:00
"lodash": "^4.17.4",
2018-11-02 11:04:02 +01:00
"prettier": "^1.14.3",
2018-05-10 09:13:17 +02:00
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
2019-02-06 09:48:46 +01:00
"raw-loader": "^1.0.0",
2019-02-06 13:57:17 +01:00
"react": "^16.8.0",
"react-dom": "^16.8.0",
"rimraf": "^2.6.2",
"script-loader": "~0.7.0",
2017-01-17 22:26:38 +01:00
"simple-git": "^1.65.0",
2019-02-06 09:48:46 +01:00
"style-loader": "^0.23.1",
2018-07-13 03:09:50 +02:00
"typescript": "^3.0.0-rc",
2019-02-06 09:48:46 +01:00
"url-loader": "^1.1.2",
2017-05-29 00:15:18 +02:00
"val-loader": "^1.0.2",
2019-02-06 13:57:17 +01:00
"vm-browserify": "~1.1.0",
2018-05-24 14:12:11 +02:00
"wast-loader": "^1.5.5",
2019-02-06 13:57:17 +01:00
"webpack-dev-middleware": "^3.5.1",
"worker-loader": "^2.0.0",
"xxhashjs": "^0.2.1"
},
"engines": {
"node": ">=6.11.5"
},
"repository": {
"type": "git",
2015-07-23 01:26:50 +02:00
"url": "https://github.com/webpack/webpack.git"
},
2015-07-23 01:26:50 +02:00
"homepage": "https://github.com/webpack/webpack",
"main": "lib/webpack.js",
"web": "lib/webpack.web.js",
"bin": "./bin/webpack.js",
2015-04-21 08:57:51 +02:00
"files": [
"lib/",
"bin/",
"buildin/",
"declarations/",
2015-04-21 08:57:51 +02:00
"hot/",
2016-09-19 16:50:22 +02:00
"web_modules/",
2018-04-24 20:59:43 +02:00
"schemas/",
"SECURITY.md"
2015-04-21 08:57:51 +02:00
],
"scripts": {
"setup": "node ./setup/setup.js",
"test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest",
2018-06-27 15:47:45 +02:00
"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\"",
2019-02-06 12:07:23 +01: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\"",
"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 --ci $JEST",
"travis:basic": "yarn test:basic --ci $JEST",
2018-05-24 13:24:43 +02:00
"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 --ci %JEST%",
2018-05-24 13:24:43 +02:00
"appveyor:unit": "yarn cover:init && yarn cover:unit --ci %JEST%",
"appveyor:benchmark": "yarn benchmark --ci",
"build:examples": "cd examples && node buildAll.js",
"pretest": "yarn lint",
"prelint": "yarn setup",
"lint": "yarn code-lint && yarn jest-lint && yarn type-lint && yarn special-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",
2018-09-19 10:17:33 +02: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",
2018-09-18 13:59:06 +02:00
"fix": "yarn code-lint --fix && yarn special-lint-fix",
2018-10-24 10:52:20 +02: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\"",
"jest-lint": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.lint.js\" --no-verbose",
2018-04-19 00:41:03 +02:00
"benchmark": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand",
2018-04-11 23:31:15 +02:00
"cover": "yarn cover:init && yarn cover:all && yarn cover:report",
"cover:init": "rimraf coverage",
"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",
2018-05-24 13:24:43 +02:00
"cover:report": "istanbul report"
2018-01-24 13:17:21 +01:00
},
2018-05-16 13:43:54 +02:00
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js|{lib,setup,bin,hot,buildin,tooling,schemas}/**/*.js|test/*.js|{test,examples}/**/webpack.config.js}": [
2018-06-23 16:55:48 +02:00
"eslint --cache"
2018-05-16 13:43:54 +02:00
]
},
2018-01-24 13:17:21 +01:00
"jest": {
2018-05-04 09:27:47 +02:00
"forceExit": true,
"setupFilesAfterEnv": [
"<rootDir>/test/setupTestFramework.js"
],
"testMatch": [
"<rootDir>/test/*.test.js",
"<rootDir>/test/*.unittest.js"
2018-02-25 01:15:37 +01:00
],
"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"
2018-02-25 01:15:37 +01:00
],
"transformIgnorePatterns": [
"<rootDir>"
2018-02-25 01:46:21 +01:00
],
"coverageDirectory": "<rootDir>/coverage",
2018-03-05 22:48:18 +01:00
"coveragePathIgnorePatterns": [
2018-04-11 23:31:15 +02:00
"\\.runtime\\.js$",
"<rootDir>/test",
"<rootDir>/schemas",
"<rootDir>/node_modules"
2018-03-07 01:15:41 +01:00
],
2018-04-11 23:31:15 +02:00
"testEnvironment": "node",
"coverageReporters": [
2018-04-18 22:58:36 +02:00
"json"
2018-04-11 23:31:15 +02:00
]
}
2014-06-05 09:31:47 +02:00
}