package.json 3.9 KB

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