package.json 3.6 KB

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