package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "mini-css-extract-plugin@^0.9.0",
  3. "_id": "mini-css-extract-plugin@0.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==",
  6. "_location": "/mini-css-extract-plugin",
  7. "_phantomChildren": {
  8. "ajv": "6.12.6",
  9. "ajv-errors": "1.0.1",
  10. "ajv-keywords": "3.5.2",
  11. "big.js": "5.2.2",
  12. "emojis-list": "3.0.0",
  13. "minimist": "1.2.6",
  14. "object-assign": "4.1.1",
  15. "prepend-http": "1.0.4",
  16. "query-string": "4.3.4",
  17. "sort-keys": "1.1.2"
  18. },
  19. "_requested": {
  20. "type": "range",
  21. "registry": true,
  22. "raw": "mini-css-extract-plugin@^0.9.0",
  23. "name": "mini-css-extract-plugin",
  24. "escapedName": "mini-css-extract-plugin",
  25. "rawSpec": "^0.9.0",
  26. "saveSpec": null,
  27. "fetchSpec": "^0.9.0"
  28. },
  29. "_requiredBy": [
  30. "/@vue/cli-service"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz",
  33. "_shasum": "47f2cf07aa165ab35733b1fc97d4c46c0564339e",
  34. "_spec": "mini-css-extract-plugin@^0.9.0",
  35. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@vue\\cli-service",
  36. "author": {
  37. "name": "Tobias Koppers @sokra"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/webpack-contrib/mini-css-extract-plugin/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "loader-utils": "^1.1.0",
  45. "normalize-url": "1.9.1",
  46. "schema-utils": "^1.0.0",
  47. "webpack-sources": "^1.1.0"
  48. },
  49. "deprecated": false,
  50. "description": "extracts CSS into separate files",
  51. "devDependencies": {
  52. "@babel/cli": "^7.7.5",
  53. "@babel/core": "^7.7.5",
  54. "@babel/preset-env": "^7.7.6",
  55. "@commitlint/cli": "^8.1.0",
  56. "@commitlint/config-conventional": "^8.1.0",
  57. "@webpack-contrib/defaults": "^5.0.2",
  58. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  59. "babel-eslint": "^10.0.2",
  60. "babel-jest": "^24.8.0",
  61. "commitlint-azure-pipelines-cli": "^1.0.2",
  62. "cross-env": "^5.2.0",
  63. "css-loader": "^3.3.2",
  64. "del": "^4.1.1",
  65. "del-cli": "^1.1.0",
  66. "es-check": "^5.0.0",
  67. "eslint": "^6.7.2",
  68. "eslint-config-prettier": "^6.0.0",
  69. "eslint-plugin-import": "^2.19.1",
  70. "file-loader": "^4.0.0",
  71. "husky": "^3.0.0",
  72. "jest": "^24.8.0",
  73. "jest-junit": "^10.0.0",
  74. "lint-staged": "^9.5.0",
  75. "memory-fs": "^0.4.1",
  76. "npm-run-all": "^4.1.5",
  77. "prettier": "^1.19.1",
  78. "standard-version": "^7.0.1",
  79. "webpack": "^4.41.3",
  80. "webpack-cli": "^3.3.6",
  81. "webpack-dev-server": "^3.7.2"
  82. },
  83. "engines": {
  84. "node": ">= 6.9.0"
  85. },
  86. "files": [
  87. "dist"
  88. ],
  89. "homepage": "https://github.com/webpack-contrib/mini-css-extract-plugin",
  90. "keywords": [
  91. "webpack",
  92. "css",
  93. "extract",
  94. "hmr"
  95. ],
  96. "license": "MIT",
  97. "main": "dist/cjs.js",
  98. "name": "mini-css-extract-plugin",
  99. "peerDependencies": {
  100. "webpack": "^4.4.0"
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"
  105. },
  106. "scripts": {
  107. "build": "cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files",
  108. "clean": "del-cli dist",
  109. "commitlint": "commitlint --from=master",
  110. "defaults": "webpack-defaults",
  111. "lint": "npm-run-all -l -p \"lint:**\"",
  112. "lint:js": "eslint --cache src test",
  113. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
  114. "postbuild": "es-check es5 dist/hmr/hotModuleReplacement.js",
  115. "prebuild": "npm run clean",
  116. "prepare": "npm run build",
  117. "pretest": "npm run lint",
  118. "release": "standard-version",
  119. "security": "npm audit",
  120. "start": "npm run build -- -w",
  121. "test": "cross-env NODE_ENV=test npm run test:coverage",
  122. "test:coverage": "cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage",
  123. "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
  124. "test:only": "cross-env NODE_ENV=test jest",
  125. "test:watch": "cross-env NODE_ENV=test jest --watch"
  126. },
  127. "version": "0.9.0"
  128. }