Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 5.8KB

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