Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 6.2KB

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