Dashboard sipadu mbip
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 8.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. {
  2. "_from": "webpack@^4.27.1",
  3. "_id": "webpack@4.41.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Zhw69edTGfbz9/8JJoyRQ/pq8FYUoY0diOXqW0T6yhgdhCv6wr0hra5DwwWexNRns2Z2+gsnrNcbe9hbGBgk/A==",
  6. "_location": "/webpack",
  7. "_phantomChildren": {
  8. "ajv": "6.10.2",
  9. "ajv-errors": "1.0.1",
  10. "ajv-keywords": "3.4.1"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "webpack@^4.27.1",
  16. "name": "webpack",
  17. "escapedName": "webpack",
  18. "rawSpec": "^4.27.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^4.27.1"
  21. },
  22. "_requiredBy": [
  23. "/laravel-mix"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/webpack/-/webpack-4.41.2.tgz",
  26. "_shasum": "c34ec76daa3a8468c9b61a50336d8e3303dce74e",
  27. "_spec": "webpack@^4.27.1",
  28. "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
  29. "author": {
  30. "name": "Tobias Koppers @sokra"
  31. },
  32. "bin": {
  33. "webpack": "./bin/webpack.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack/webpack/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "@webassemblyjs/ast": "1.8.5",
  41. "@webassemblyjs/helper-module-context": "1.8.5",
  42. "@webassemblyjs/wasm-edit": "1.8.5",
  43. "@webassemblyjs/wasm-parser": "1.8.5",
  44. "acorn": "^6.2.1",
  45. "ajv": "^6.10.2",
  46. "ajv-keywords": "^3.4.1",
  47. "chrome-trace-event": "^1.0.2",
  48. "enhanced-resolve": "^4.1.0",
  49. "eslint-scope": "^4.0.3",
  50. "json-parse-better-errors": "^1.0.2",
  51. "loader-runner": "^2.4.0",
  52. "loader-utils": "^1.2.3",
  53. "memory-fs": "^0.4.1",
  54. "micromatch": "^3.1.10",
  55. "mkdirp": "^0.5.1",
  56. "neo-async": "^2.6.1",
  57. "node-libs-browser": "^2.2.1",
  58. "schema-utils": "^1.0.0",
  59. "tapable": "^1.1.3",
  60. "terser-webpack-plugin": "^1.4.1",
  61. "watchpack": "^1.6.0",
  62. "webpack-sources": "^1.4.1"
  63. },
  64. "deprecated": false,
  65. "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.",
  66. "devDependencies": {
  67. "@types/node": "^10.12.21",
  68. "@types/tapable": "^1.0.1",
  69. "@types/webpack-sources": "^0.1.4",
  70. "@yarnpkg/lockfile": "^1.1.0",
  71. "benchmark": "^2.1.1",
  72. "bundle-loader": "~0.5.0",
  73. "coffee-loader": "^0.9.0",
  74. "coffeescript": "^2.3.2",
  75. "coveralls": "^3.0.2",
  76. "css-loader": "^2.1.0",
  77. "es6-promise-polyfill": "^1.1.1",
  78. "eslint": "^5.8.0",
  79. "eslint-config-prettier": "^4.0.0",
  80. "eslint-plugin-jest": "^22.2.2",
  81. "eslint-plugin-jsdoc": "^15.3.2",
  82. "eslint-plugin-node": "^8.0.0",
  83. "eslint-plugin-prettier": "^3.0.0",
  84. "express": "~4.16.4",
  85. "file-loader": "^3.0.1",
  86. "glob": "^7.1.3",
  87. "husky": "^1.1.3",
  88. "i18n-webpack-plugin": "^1.0.0",
  89. "istanbul": "^0.4.5",
  90. "jest": "^24.9.0",
  91. "jest-junit": "^8.0.0",
  92. "json-loader": "^0.5.7",
  93. "json-schema-to-typescript": "^6.0.1",
  94. "less": "^3.9.0",
  95. "less-loader": "^4.0.3",
  96. "lint-staged": "^8.0.4",
  97. "lodash": "^4.17.4",
  98. "prettier": "^1.14.3",
  99. "pug": "^2.0.4",
  100. "pug-loader": "^2.4.0",
  101. "raw-loader": "^1.0.0",
  102. "react": "^16.8.0",
  103. "react-dom": "^16.8.0",
  104. "rimraf": "^2.6.2",
  105. "script-loader": "~0.7.0",
  106. "simple-git": "^1.65.0",
  107. "strip-ansi": "^5.2.0",
  108. "style-loader": "^0.23.1",
  109. "typescript": "^3.0.0-rc",
  110. "url-loader": "^1.1.2",
  111. "val-loader": "^1.0.2",
  112. "vm-browserify": "~1.1.0",
  113. "wast-loader": "^1.5.5",
  114. "webpack-dev-middleware": "^3.5.1",
  115. "worker-loader": "^2.0.0",
  116. "xxhashjs": "^0.2.1"
  117. },
  118. "engines": {
  119. "node": ">=6.11.5"
  120. },
  121. "files": [
  122. "lib/",
  123. "bin/",
  124. "buildin/",
  125. "declarations/",
  126. "hot/",
  127. "web_modules/",
  128. "schemas/",
  129. "SECURITY.md"
  130. ],
  131. "homepage": "https://github.com/webpack/webpack",
  132. "husky": {
  133. "hooks": {
  134. "pre-commit": "lint-staged"
  135. }
  136. },
  137. "jest": {
  138. "forceExit": true,
  139. "setupFilesAfterEnv": [
  140. "<rootDir>/test/setupTestFramework.js"
  141. ],
  142. "testMatch": [
  143. "<rootDir>/test/*.test.js",
  144. "<rootDir>/test/*.unittest.js"
  145. ],
  146. "watchPathIgnorePatterns": [
  147. "<rootDir>/.git",
  148. "<rootDir>/node_modules",
  149. "<rootDir>/test/js",
  150. "<rootDir>/test/browsertest/js",
  151. "<rootDir>/test/fixtures/temp-cache-fixture",
  152. "<rootDir>/test/fixtures/temp-",
  153. "<rootDir>/benchmark",
  154. "<rootDir>/examples/*/dist",
  155. "<rootDir>/coverage",
  156. "<rootDir>/.eslintcache"
  157. ],
  158. "modulePathIgnorePatterns": [
  159. "<rootDir>/.git",
  160. "<rootDir>/node_modules/webpack/node_modules",
  161. "<rootDir>/test/js",
  162. "<rootDir>/test/browsertest/js",
  163. "<rootDir>/test/fixtures/temp-cache-fixture",
  164. "<rootDir>/test/fixtures/temp-",
  165. "<rootDir>/benchmark",
  166. "<rootDir>/examples/*/dist",
  167. "<rootDir>/coverage",
  168. "<rootDir>/.eslintcache"
  169. ],
  170. "transformIgnorePatterns": [
  171. "<rootDir>"
  172. ],
  173. "coverageDirectory": "<rootDir>/coverage",
  174. "coveragePathIgnorePatterns": [
  175. "\\.runtime\\.js$",
  176. "<rootDir>/test",
  177. "<rootDir>/schemas",
  178. "<rootDir>/node_modules"
  179. ],
  180. "testEnvironment": "node",
  181. "coverageReporters": [
  182. "json"
  183. ]
  184. },
  185. "license": "MIT",
  186. "lint-staged": {
  187. "*.js|{lib,setup,bin,hot,buildin,tooling,schemas}/**/*.js|test/*.js|{test,examples}/**/webpack.config.js}": [
  188. "eslint --cache"
  189. ]
  190. },
  191. "main": "lib/webpack.js",
  192. "name": "webpack",
  193. "repository": {
  194. "type": "git",
  195. "url": "git+https://github.com/webpack/webpack.git"
  196. },
  197. "scripts": {
  198. "appveyor:benchmark": "yarn benchmark --ci",
  199. "appveyor:integration": "yarn cover:integration --ci %JEST%",
  200. "appveyor:unit": "yarn cover:unit --ci %JEST%",
  201. "benchmark": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand",
  202. "build:examples": "cd examples && node buildAll.js",
  203. "code-lint": "eslint . --ext '.js' --cache",
  204. "cover": "yarn cover:all && yarn cover:report",
  205. "cover:all": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --coverage",
  206. "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",
  207. "cover:integration": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\" --coverage",
  208. "cover:report": "istanbul report",
  209. "cover:unit": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\" --coverage",
  210. "fix": "yarn code-lint --fix && yarn special-lint-fix",
  211. "jest-lint": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.lint.js\" --no-verbose",
  212. "lint": "yarn code-lint && yarn jest-lint && yarn type-lint && yarn special-lint",
  213. "prelint": "yarn setup",
  214. "pretest": "yarn lint",
  215. "pretty": "prettier --loglevel warn --write \"*.{ts,js,json,yml,yaml}\" \"{setup,lib,bin,hot,buildin,benchmark,tooling,schemas}/**/*.{js,json}\" \"test/*.js\" \"test/helpers/*.js\" \"test/{configCases,watchCases,statsCases,hotCases}/**/webpack.config.js\" \"examples/**/webpack.config.js\"",
  216. "setup": "node ./setup/setup.js",
  217. "special-lint": "node tooling/inherit-types && node tooling/format-schemas && node tooling/compile-to-definitions",
  218. "special-lint-fix": "node tooling/inherit-types --write --override && node tooling/format-schemas --write && node tooling/compile-to-definitions --write",
  219. "test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest",
  220. "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\"",
  221. "test:integration": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"",
  222. "test:unit": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"",
  223. "test:update-snapshots": "yarn jest -u",
  224. "travis:basic": "yarn cover:basic --ci $JEST",
  225. "travis:benchmark": "yarn benchmark --ci",
  226. "travis:integration": "yarn cover:integration --ci $JEST",
  227. "travis:lintunit": "yarn lint && yarn cover:unit --ci $JEST",
  228. "type-lint": "tsc --pretty"
  229. },
  230. "version": "4.41.2",
  231. "web": "lib/webpack.web.js"
  232. }