package.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "_from": "extract-css-chunks-webpack-plugin@^4.9.0",
  3. "_id": "extract-css-chunks-webpack-plugin@4.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HNuNPCXRMqJDQ1OHAUehoY+0JVCnw9Y/H22FQzYVwo8Ulgew98AGDu0grnY5c7xwiXHjQa6yJ/1dxLCI/xqTyQ==",
  6. "_location": "/extract-css-chunks-webpack-plugin",
  7. "_phantomChildren": {
  8. "ajv": "6.12.6",
  9. "ajv-errors": "1.0.1",
  10. "ajv-keywords": "3.5.2",
  11. "object-assign": "4.1.1",
  12. "prepend-http": "1.0.4",
  13. "query-string": "4.3.4",
  14. "sort-keys": "1.1.2"
  15. },
  16. "_requested": {
  17. "type": "range",
  18. "registry": true,
  19. "raw": "extract-css-chunks-webpack-plugin@^4.9.0",
  20. "name": "extract-css-chunks-webpack-plugin",
  21. "escapedName": "extract-css-chunks-webpack-plugin",
  22. "rawSpec": "^4.9.0",
  23. "saveSpec": null,
  24. "fetchSpec": "^4.9.0"
  25. },
  26. "_requiredBy": [
  27. "/@nuxt/webpack"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/extract-css-chunks-webpack-plugin/-/extract-css-chunks-webpack-plugin-4.9.0.tgz",
  30. "_shasum": "da5e6b1d8b39a398c817ffc98550f4ccb6d795e1",
  31. "_spec": "extract-css-chunks-webpack-plugin@^4.9.0",
  32. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\webpack",
  33. "author": {
  34. "name": "James Gillmore",
  35. "email": "james@faceyspacey.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues"
  39. },
  40. "bundleDependencies": false,
  41. "config": {
  42. "commitizen": {
  43. "path": "./node_modules/cz-conventional-changelog"
  44. }
  45. },
  46. "contributors": [
  47. {
  48. "name": "Zack Jackson",
  49. "email": "zack@ScriptedAlchemy.com",
  50. "url": "https://github.com/ScriptedAlchemy"
  51. }
  52. ],
  53. "dependencies": {
  54. "loader-utils": "^2.0.0",
  55. "normalize-url": "1.9.1",
  56. "schema-utils": "^1.0.0",
  57. "webpack-sources": "^1.1.0"
  58. },
  59. "deprecated": false,
  60. "description": "Extract CSS from chunks into stylesheets + HMR. Supports Webpack 4 + SSR",
  61. "devDependencies": {
  62. "@babel/cli": "7.8.4",
  63. "@babel/core": "7.9.0",
  64. "@babel/preset-env": "7.9.5",
  65. "@commitlint/cli": "8.3.5",
  66. "@commitlint/config-conventional": "8.3.4",
  67. "@webpack-contrib/defaults": "6.3.0",
  68. "@webpack-contrib/eslint-config-webpack": "3.0.0",
  69. "babel-eslint": "10.1.0",
  70. "babel-jest": "25.5.1",
  71. "commitizen": "4.0.4",
  72. "commitlint-azure-pipelines-cli": "1.0.3",
  73. "cross-env": "7.0.2",
  74. "css-loader": "3.5.2",
  75. "cz-conventional-changelog": "3.1.0",
  76. "del": "5.1.0",
  77. "del-cli": "3.0.0",
  78. "es-check": "5.1.0",
  79. "eslint": "6.8.0",
  80. "eslint-config-prettier": "6.10.1",
  81. "eslint-plugin-import": "2.20.2",
  82. "eslint-plugin-prettier": "3.1.2",
  83. "file-loader": "6.0.0",
  84. "husky": "4.2.3",
  85. "jest": "25.5.4",
  86. "jest-dev-server": "4.4.0",
  87. "jest-junit": "10.0.0",
  88. "jest-puppeteer": "4.4.0",
  89. "lint-staged": "10.0.8",
  90. "memfs": "3.1.2",
  91. "npm-run-all": "4.1.5",
  92. "prerender-loader": "1.3.0",
  93. "prettier": "1.19.1",
  94. "puppeteer": "2.1.1",
  95. "serve": "11.3.0",
  96. "standard-version": "8.0.1",
  97. "webpack": "4.43.0",
  98. "webpack-cli": "3.3.11",
  99. "webpack-dev-server": "3.10.3"
  100. },
  101. "engines": {
  102. "node": ">= 6.9.0"
  103. },
  104. "files": [
  105. "dist",
  106. "index.d.ts"
  107. ],
  108. "homepage": "http://github.com/faceyspacey/extract-css-chunks-webpack-plugin",
  109. "keywords": [
  110. "css",
  111. "chunks",
  112. "code splitting",
  113. "mini-css",
  114. "hot",
  115. "hmr",
  116. "universal",
  117. "webpack",
  118. "webpack 4",
  119. "css-hot-loader",
  120. "extract-css-chunks-webpack-plugin"
  121. ],
  122. "license": "MIT",
  123. "main": "dist/cjs.js",
  124. "name": "extract-css-chunks-webpack-plugin",
  125. "peerDependencies": {
  126. "webpack": "^4.4.0 || ^5.0.0"
  127. },
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/faceyspacey/extract-css-chunks-webpack-plugin.git"
  131. },
  132. "scripts": {
  133. "build": "cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files",
  134. "clean": "del-cli dist",
  135. "commit": "git-cz",
  136. "commitlint": "commitlint --from=master",
  137. "defaults": "webpack-defaults",
  138. "lint": "npm-run-all -l -p \"lint:js\" \"lint:prettier\"",
  139. "lint:js": "eslint --cache src test",
  140. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
  141. "postbuild": "es-check es5 dist/hmr/hotModuleReplacement.js",
  142. "prebuild": "npm run clean",
  143. "prepare": "npm run build",
  144. "pretest": "npm run lint",
  145. "release": "standard-version",
  146. "security": "npm audit",
  147. "semantic-release": "npx semantic-release",
  148. "start": "npm run build -- -w",
  149. "test": "cross-env NODE_ENV=test npm run test:coverage",
  150. "test:coverage": "cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage",
  151. "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
  152. "test:only": "cross-env NODE_ENV=test jest --updateSnapshot",
  153. "test:watch": "cross-env NODE_ENV=test jest --watch",
  154. "travis": "npm run ci:coverage"
  155. },
  156. "types": "index.d.ts",
  157. "version": "4.9.0"
  158. }