package.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. {
  2. "_from": "webpack-cli",
  3. "_id": "webpack-cli@3.3.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dXlfuml7xvAFwYUPsrtQAA9e4DOe58gnzSxhgrO/ZM/gyXTBowrsYeubyN4mqGhYdpXMFNyQ6emjJS9M7OBd4g==",
  6. "_location": "/webpack-cli",
  7. "_phantomChildren": {
  8. "big.js": "5.2.2",
  9. "graceful-fs": "4.2.3",
  10. "json5": "1.0.1",
  11. "memory-fs": "0.4.1",
  12. "tapable": "1.1.3"
  13. },
  14. "_requested": {
  15. "type": "tag",
  16. "registry": true,
  17. "raw": "webpack-cli",
  18. "name": "webpack-cli",
  19. "escapedName": "webpack-cli",
  20. "rawSpec": "",
  21. "saveSpec": null,
  22. "fetchSpec": "latest"
  23. },
  24. "_requiredBy": [
  25. "#DEV:/",
  26. "#USER"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.11.tgz",
  29. "_shasum": "3bf21889bf597b5d82c38f215135a411edfdc631",
  30. "_spec": "webpack-cli",
  31. "_where": "G:\\micro\\react\\cld2",
  32. "bin": {
  33. "webpack-cli": "./bin/cli.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack/webpack-cli/issues"
  37. },
  38. "bundleDependencies": false,
  39. "config": {
  40. "commitizen": {
  41. "path": "./node_modules/cz-customizable"
  42. },
  43. "cz-customizable": {
  44. "config": "./.cz-config.js"
  45. }
  46. },
  47. "dependencies": {
  48. "chalk": "2.4.2",
  49. "cross-spawn": "6.0.5",
  50. "enhanced-resolve": "4.1.0",
  51. "findup-sync": "3.0.0",
  52. "global-modules": "2.0.0",
  53. "import-local": "2.0.0",
  54. "interpret": "1.2.0",
  55. "loader-utils": "1.2.3",
  56. "supports-color": "6.1.0",
  57. "v8-compile-cache": "2.0.3",
  58. "yargs": "13.2.4"
  59. },
  60. "deprecated": false,
  61. "description": "CLI for webpack & friends",
  62. "devDependencies": {
  63. "@babel/preset-env": "^7.8.3",
  64. "@babel/register": "7.8.3",
  65. "@commitlint/cli": "8.1.0",
  66. "@commitlint/config-lerna-scopes": "8.0.0",
  67. "@commitlint/travis-cli": "8.0.0",
  68. "@strictsoftware/typedoc-plugin-monorepo": "0.2.1",
  69. "@types/jest": "24.9.1",
  70. "@types/node": "12.0.8",
  71. "@typescript-eslint/eslint-plugin": "1.10.2",
  72. "@typescript-eslint/parser": "1.10.2",
  73. "babel-preset-env": "^1.7.0",
  74. "babel-preset-jest": "24.9.0",
  75. "codecov": "3.5.0",
  76. "commitizen": "4.0.3",
  77. "commitlint": "^8.1.0",
  78. "commitlint-config-cz": "0.12.0",
  79. "conventional-changelog-cli": "2.0.21",
  80. "cz-customizable": "6.2.0",
  81. "eslint": "5.16.0",
  82. "eslint-config-prettier": "5.0.0",
  83. "eslint-plugin-node": "9.1.0",
  84. "eslint-plugin-prettier": "3.1.0",
  85. "esm": "3.2.25",
  86. "execa": "1.0.0",
  87. "husky": "2.4.1",
  88. "jest": "24.9.0",
  89. "jest-cli": "24.9.0",
  90. "jest-junit": "6.4.0",
  91. "lerna": "3.15.0",
  92. "lint-staged": "8.2.1",
  93. "nyc": "14.1.1",
  94. "prettier": "1.18.2",
  95. "prettier-eslint-cli": "5.0.0",
  96. "readable-stream": "3.4.0",
  97. "rimraf": "2.6.3",
  98. "schema-utils": "1.0.0",
  99. "ts-jest": "24.0.2",
  100. "ts-node": "8.3.0",
  101. "typescript": "3.5.2",
  102. "webpack": "4.x.x",
  103. "webpack-dev-server": "3.7.2"
  104. },
  105. "engines": {
  106. "node": ">=6.11.5"
  107. },
  108. "files": [
  109. "bin",
  110. "scripts"
  111. ],
  112. "homepage": "https://github.com/webpack/webpack-cli#readme",
  113. "husky": {
  114. "hooks": {
  115. "pre-commit": "lint-staged",
  116. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  117. }
  118. },
  119. "jest": {
  120. "testPathIgnorePatterns": [
  121. "/node_modules/"
  122. ],
  123. "testEnvironment": "node",
  124. "collectCoverage": true,
  125. "coverageReporters": [
  126. "json",
  127. "html",
  128. "cobertura"
  129. ],
  130. "transform": {
  131. "^.+\\.(ts)?$": "ts-jest"
  132. },
  133. "testRegex": [
  134. "/__tests__/.*\\.(test.js|test.ts)$",
  135. "/test/.*\\.(test.js|test.ts)$"
  136. ],
  137. "moduleFileExtensions": [
  138. "ts",
  139. "js",
  140. "json"
  141. ]
  142. },
  143. "keywords": [
  144. "webpack",
  145. "cli",
  146. "scaffolding",
  147. "module",
  148. "bundler",
  149. "web"
  150. ],
  151. "license": "MIT",
  152. "lint-staged": {
  153. "*.md": [
  154. "prettier --parser markdown --write",
  155. "git add"
  156. ],
  157. "{packages,bin}/**/!(__testfixtures__)/**.js": [
  158. "eslint --fix",
  159. "git add"
  160. ],
  161. "*.ts": [
  162. "npm run format:ts",
  163. "git add"
  164. ],
  165. "*.js": [
  166. "npm run format:js",
  167. "git add"
  168. ]
  169. },
  170. "main": "./bin/cli.js",
  171. "name": "webpack-cli",
  172. "nyc": {
  173. "include": [
  174. "bin/**.js",
  175. "packages/**/*.js"
  176. ],
  177. "reporter": [
  178. "lcov"
  179. ],
  180. "all": true
  181. },
  182. "peerDependencies": {
  183. "webpack": "4.x.x"
  184. },
  185. "repository": {
  186. "type": "git",
  187. "url": "git+https://github.com/webpack/webpack-cli.git"
  188. },
  189. "scripts": {
  190. "bootstrap": "npm run clean:all && npm install && lerna bootstrap",
  191. "build": "tsc",
  192. "changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
  193. "clean:all": "rimraf node_modules packages/*/{node_modules}",
  194. "format": "npm run format:js && npm run format:ts",
  195. "format:js": "prettier-eslint ./bin/*.js ./bin/**/*.js ./test/**/*.js ./packages/**/**/*.js ./packages/**/*.js --write",
  196. "format:ts": "prettier-eslint ./packages/**/**/*.ts ./packages/**/*.ts ./packages/**/**/**/*.ts --write",
  197. "lint": "eslint \"./bin/*.js\" \"./bin/**/*.js\" \"./test/**/*.js\" \"packages/**/!(node_modules)/*.ts\" \"packages/**/!(node_modules)/**/*.ts\"",
  198. "pretest": "npm run build && npm run lint",
  199. "publish:monorepo": "npm run format && npm run test && lerna publish -m \"chore: monorepo version update\"",
  200. "reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
  201. "test": "nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit",
  202. "test:ci": "nyc jest --maxWorkers=$(nproc) --reporters=default --reporters=jest-junit",
  203. "test:cli": "nyc jest test/ --maxWorkers=4 --reporters=default --reporters=jest-junit",
  204. "test:packages": "nyc jest packages/ --maxWorkers=4 --reporters=default --reporters=jest-junit",
  205. "travis:integration": "npm run build && npm run test && npm run reportCoverage",
  206. "travis:lint": "npm run build && npm run lint",
  207. "watch": "npm run build && tsc -w"
  208. },
  209. "version": "3.3.11"
  210. }