You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

126 rivejä
4.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "mini-css-extract-plugin@0.4.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "mini-css-extract-plugin@0.4.3",
  9. "_id": "mini-css-extract-plugin@0.4.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Mxs0nxzF1kxPv4TRi2NimewgXlJqh0rGE30vviCU2WHrpbta6wklnUV9dr9FUtoAHmB3p3LeXEC+ZjgHvB0Dzg==",
  12. "_location": "/mini-css-extract-plugin",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mini-css-extract-plugin@0.4.3",
  18. "name": "mini-css-extract-plugin",
  19. "escapedName": "mini-css-extract-plugin",
  20. "rawSpec": "0.4.3",
  21. "saveSpec": null,
  22. "fetchSpec": "0.4.3"
  23. },
  24. "_requiredBy": [
  25. "/react-scripts"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.3.tgz",
  28. "_spec": "0.4.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Tobias Koppers @sokra"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/webpack-contrib/mini-css-extract-plugin/issues"
  35. },
  36. "dependencies": {
  37. "loader-utils": "^1.1.0",
  38. "schema-utils": "^1.0.0",
  39. "webpack-sources": "^1.1.0"
  40. },
  41. "description": "extracts CSS into separate files",
  42. "devDependencies": {
  43. "@commitlint/cli": "^6.1.3",
  44. "@commitlint/config-conventional": "^6.1.3",
  45. "@webpack-contrib/eslint-config-webpack": "^2.0.4",
  46. "babel-cli": "^6.26.0",
  47. "babel-jest": "^22.2.2",
  48. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  49. "babel-polyfill": "^6.26.0",
  50. "babel-preset-env": "^1.6.1",
  51. "conventional-github-releaser": "^2.0.2",
  52. "cross-env": "^5.1.3",
  53. "css-loader": "^0.28.10",
  54. "del": "^3.0.0",
  55. "del-cli": "^1.1.0",
  56. "eslint": "^4.17.0",
  57. "eslint-plugin-import": "^2.8.0",
  58. "eslint-plugin-prettier": "^2.6.0",
  59. "file-loader": "^1.1.11",
  60. "husky": "^0.14.3",
  61. "jest": "^22.2.2",
  62. "lint-staged": "^6.1.0",
  63. "memory-fs": "^0.4.1",
  64. "nsp": "^3.1.0",
  65. "pre-commit": "^1.2.2",
  66. "prettier": "^1.11.1",
  67. "standard-version": "^4.3.0",
  68. "webpack": "^4.14.0",
  69. "webpack-cli": "^2.0.13",
  70. "webpack-defaults": "^2.3.0",
  71. "webpack-dev-server": "^3.1.1"
  72. },
  73. "engines": {
  74. "node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
  75. },
  76. "files": [
  77. "dist"
  78. ],
  79. "homepage": "https://github.com/webpack-contrib/mini-css-extract-plugin",
  80. "keywords": [
  81. "webpack"
  82. ],
  83. "license": "MIT",
  84. "lint-staged": {
  85. "*.js": [
  86. "eslint --fix",
  87. "git add"
  88. ]
  89. },
  90. "main": "dist/cjs.js",
  91. "name": "mini-css-extract-plugin",
  92. "peerDependencies": {
  93. "webpack": "^4.4.0"
  94. },
  95. "pre-commit": "lint-staged",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"
  99. },
  100. "scripts": {
  101. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
  102. "ci:coverage": "npm run test:coverage -- --runInBand",
  103. "ci:lint": "npm run lint && npm run security",
  104. "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
  105. "ci:test": "npm run test -- --runInBand",
  106. "clean": "del-cli dist",
  107. "commitlint": "commitlint",
  108. "commitmsg": "commitlint -e $GIT_PARAMS",
  109. "defaults": "webpack-defaults",
  110. "lint": "eslint --cache src test",
  111. "lint-staged": "lint-staged",
  112. "prebuild": "npm run clean",
  113. "prepublish": "npm run build",
  114. "release": "standard-version",
  115. "release:ci": "conventional-github-releaser -p angular",
  116. "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
  117. "security": "nsp check",
  118. "start": "npm run build -- -w",
  119. "test": "jest",
  120. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  121. "test:manual": "webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
  122. "test:watch": "jest --watch"
  123. },
  124. "version": "0.4.3"
  125. }