package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. {
  2. "_args": [
  3. [
  4. "mini-css-extract-plugin@0.6.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mini-css-extract-plugin@0.6.0",
  10. "_id": "mini-css-extract-plugin@0.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-o/Ezctb83pEvPuTNA5ZlcEgB47k=",
  13. "_location": "/mini-css-extract-plugin",
  14. "_phantomChildren": {
  15. "ajv": "6.10.0",
  16. "ajv-errors": "1.0.1",
  17. "ajv-keywords": "3.4.0",
  18. "prepend-http": "2.0.0",
  19. "query-string": "5.1.1",
  20. "sort-keys": "2.0.0"
  21. },
  22. "_requested": {
  23. "type": "version",
  24. "registry": true,
  25. "raw": "mini-css-extract-plugin@0.6.0",
  26. "name": "mini-css-extract-plugin",
  27. "escapedName": "mini-css-extract-plugin",
  28. "rawSpec": "0.6.0",
  29. "saveSpec": null,
  30. "fetchSpec": "0.6.0"
  31. },
  32. "_requiredBy": [
  33. "/@vue/cli-service"
  34. ],
  35. "_resolved": "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.6.0.tgz",
  36. "_spec": "0.6.0",
  37. "_where": "/Users/lihai/jolijoli/pad_spa",
  38. "author": {
  39. "name": "Tobias Koppers @sokra"
  40. },
  41. "babel": {
  42. "presets": [
  43. [
  44. "@babel/preset-env",
  45. {
  46. "targets": {
  47. "node": "6.9.0"
  48. }
  49. }
  50. ]
  51. ]
  52. },
  53. "bugs": {
  54. "url": "https://github.com/webpack-contrib/mini-css-extract-plugin/issues"
  55. },
  56. "commitlint": {
  57. "extends": [
  58. "@commitlint/config-conventional"
  59. ]
  60. },
  61. "dependencies": {
  62. "loader-utils": "^1.1.0",
  63. "normalize-url": "^2.0.1",
  64. "schema-utils": "^1.0.0",
  65. "webpack-sources": "^1.1.0"
  66. },
  67. "description": "extracts CSS into separate files",
  68. "devDependencies": {
  69. "@babel/cli": "^7.4.3",
  70. "@babel/core": "^7.4.3",
  71. "@babel/preset-env": "^7.4.3",
  72. "@commitlint/cli": "^7.5.2",
  73. "@commitlint/config-conventional": "^7.5.0",
  74. "@webpack-contrib/defaults": "^3.1.1",
  75. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  76. "acorn": "^6.1.1",
  77. "babel-eslint": "^10.0.1",
  78. "babel-jest": "^24.7.1",
  79. "cross-env": "^5.1.3",
  80. "css-loader": "^2.1.1",
  81. "del": "^4.1.0",
  82. "del-cli": "^1.1.0",
  83. "es-check": "^5.0.0",
  84. "eslint": "^5.16.0",
  85. "eslint-plugin-import": "^2.16.0",
  86. "eslint-plugin-prettier": "^3.0.1",
  87. "file-loader": "^3.0.1",
  88. "husky": "^1.3.1",
  89. "jest": "^24.7.1",
  90. "lint-staged": "^8.1.5",
  91. "memory-fs": "^0.4.1",
  92. "pre-commit": "^1.2.2",
  93. "prettier": "^1.16.4",
  94. "standard-version": "^5.0.2",
  95. "webpack": "4.29.0",
  96. "webpack-cli": "^3.3.0",
  97. "webpack-dev-server": "^3.3.1"
  98. },
  99. "engines": {
  100. "node": ">= 6.9.0"
  101. },
  102. "files": [
  103. "dist"
  104. ],
  105. "homepage": "https://github.com/webpack-contrib/mini-css-extract-plugin",
  106. "husky": {
  107. "hooks": {
  108. "pre-commit": "lint-staged",
  109. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  110. }
  111. },
  112. "keywords": [
  113. "webpack",
  114. "css",
  115. "extract",
  116. "hmr"
  117. ],
  118. "license": "MIT",
  119. "lint-staged": {
  120. "*.js": [
  121. "eslint --fix",
  122. "git add"
  123. ]
  124. },
  125. "main": "dist/cjs.js",
  126. "name": "mini-css-extract-plugin",
  127. "peerDependencies": {
  128. "webpack": "^4.4.0"
  129. },
  130. "prettier": {
  131. "singleQuote": true,
  132. "trailingComma": "es5",
  133. "arrowParens": "always"
  134. },
  135. "repository": {
  136. "type": "git",
  137. "url": "git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"
  138. },
  139. "scripts": {
  140. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
  141. "ci:coverage": "npm run test:coverage -- --runInBand",
  142. "ci:lint": "npm run lint && npm run security",
  143. "ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}",
  144. "ci:test": "npm run test:only -- --runInBand",
  145. "clean": "del-cli dist",
  146. "commitlint": "commitlint --from=master",
  147. "defaults": "webpack-defaults",
  148. "lint": "eslint --cache src test",
  149. "postbuild": "es-check es5 dist/hmr/hotModuleReplacement.js",
  150. "prebuild": "npm run clean",
  151. "prepublish": "npm run build",
  152. "pretest": "npm run lint",
  153. "release": "standard-version",
  154. "security": "npm audit",
  155. "start": "npm run build -- -w",
  156. "test": "npm run test:only",
  157. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  158. "test:only": "jest",
  159. "test:watch": "jest --watch"
  160. },
  161. "version": "0.6.0"
  162. }