package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_from": "postcss-loader@^6.1.1",
  3. "_id": "postcss-loader@6.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
  6. "_location": "/postcss-loader",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-loader@^6.1.1",
  12. "name": "postcss-loader",
  13. "escapedName": "postcss-loader",
  14. "rawSpec": "^6.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.1.1"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/postcss-loader/-/postcss-loader-6.2.1.tgz",
  22. "_shasum": "0895f7346b1702103d30fdc66e4d494a93c008ef",
  23. "_spec": "postcss-loader@^6.1.1",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\cli-service",
  25. "author": {
  26. "name": "Andrey Sitnik",
  27. "email": "andrey@sitnik.ru"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/webpack-contrib/postcss-loader/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "cosmiconfig": "^7.0.0",
  35. "klona": "^2.0.5",
  36. "semver": "^7.3.5"
  37. },
  38. "deprecated": false,
  39. "description": "PostCSS loader for webpack",
  40. "devDependencies": {
  41. "@babel/cli": "^7.16.0",
  42. "@babel/core": "^7.16.0",
  43. "@babel/preset-env": "^7.16.4",
  44. "@commitlint/cli": "^15.0.0",
  45. "@commitlint/config-conventional": "^15.0.0",
  46. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  47. "babel-jest": "^27.3.1",
  48. "cross-env": "^7.0.3",
  49. "cssnano": "^5.0.11",
  50. "del": "^6.0.0",
  51. "del-cli": "^4.0.1",
  52. "eslint": "^8.3.0",
  53. "eslint-config-prettier": "^8.3.0",
  54. "eslint-plugin-import": "^2.25.3",
  55. "husky": "^7.0.4",
  56. "jest": "^27.3.1",
  57. "less": "^4.1.2",
  58. "less-loader": "^10.2.0",
  59. "lint-staged": "^12.1.2",
  60. "memfs": "^3.4.0",
  61. "midas": "^2.0.3",
  62. "npm-run-all": "^4.1.5",
  63. "postcss": "^8.3.1",
  64. "postcss-dark-theme-class": "^0.7.3",
  65. "postcss-import": "^14.0.2",
  66. "postcss-js": "^3.0.3",
  67. "postcss-nested": "^5.0.6",
  68. "postcss-short": "^5.0.0",
  69. "prettier": "^2.5.0",
  70. "sass": "^1.43.5",
  71. "sass-loader": "^12.3.0",
  72. "standard-version": "^9.3.2",
  73. "strip-ansi": "^6.0.0",
  74. "sugarss": "^4.0.1",
  75. "webpack": "^5.64.4"
  76. },
  77. "engines": {
  78. "node": ">= 12.13.0"
  79. },
  80. "files": [
  81. "dist"
  82. ],
  83. "funding": {
  84. "type": "opencollective",
  85. "url": "https://opencollective.com/webpack"
  86. },
  87. "homepage": "https://github.com/webpack-contrib/postcss-loader",
  88. "keywords": [
  89. "css",
  90. "postcss",
  91. "postcss-runner",
  92. "webpack",
  93. "webpack-loader"
  94. ],
  95. "license": "MIT",
  96. "main": "dist/cjs.js",
  97. "name": "postcss-loader",
  98. "peerDependencies": {
  99. "postcss": "^7.0.0 || ^8.0.1",
  100. "webpack": "^5.0.0"
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/webpack-contrib/postcss-loader.git"
  105. },
  106. "scripts": {
  107. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  108. "clean": "del-cli dist",
  109. "commitlint": "commitlint --from=master",
  110. "lint": "npm-run-all -l -p \"lint:**\"",
  111. "lint:js": "eslint --cache .",
  112. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  113. "prebuild": "npm run clean",
  114. "prepare": "husky install && npm run build",
  115. "pretest": "npm run lint",
  116. "release": "standard-version",
  117. "security": "npm audit --production",
  118. "start": "npm run build -- -w",
  119. "test": "npm run test:coverage",
  120. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  121. "test:only": "cross-env NODE_ENV=test jest",
  122. "test:watch": "npm run test:only -- --watch"
  123. },
  124. "version": "6.2.1"
  125. }