package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_from": "postcss@^7.0.0",
  3. "_id": "postcss@7.0.35",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==",
  6. "_location": "/postcss",
  7. "_phantomChildren": {
  8. "has-flag": "3.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "postcss@^7.0.0",
  14. "name": "postcss",
  15. "escapedName": "postcss",
  16. "rawSpec": "^7.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^7.0.0"
  19. },
  20. "_requiredBy": [
  21. "/@intervolga/optimize-cssnano-plugin",
  22. "/@vue/component-compiler-utils",
  23. "/autoprefixer",
  24. "/css-declaration-sorter",
  25. "/cssnano",
  26. "/cssnano-preset-default",
  27. "/cssnano-util-raw-cache",
  28. "/postcss-calc",
  29. "/postcss-colormin",
  30. "/postcss-convert-values",
  31. "/postcss-discard-comments",
  32. "/postcss-discard-duplicates",
  33. "/postcss-discard-empty",
  34. "/postcss-discard-overridden",
  35. "/postcss-loader",
  36. "/postcss-merge-longhand",
  37. "/postcss-merge-rules",
  38. "/postcss-minify-font-values",
  39. "/postcss-minify-gradients",
  40. "/postcss-minify-params",
  41. "/postcss-minify-selectors",
  42. "/postcss-normalize-charset",
  43. "/postcss-normalize-display-values",
  44. "/postcss-normalize-positions",
  45. "/postcss-normalize-repeat-style",
  46. "/postcss-normalize-string",
  47. "/postcss-normalize-timing-functions",
  48. "/postcss-normalize-unicode",
  49. "/postcss-normalize-url",
  50. "/postcss-normalize-whitespace",
  51. "/postcss-ordered-values",
  52. "/postcss-reduce-initial",
  53. "/postcss-reduce-transforms",
  54. "/postcss-svgo",
  55. "/postcss-unique-selectors",
  56. "/stylehacks"
  57. ],
  58. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz",
  59. "_shasum": "d2be00b998f7f211d8a276974079f2e92b970e24",
  60. "_spec": "postcss@^7.0.0",
  61. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@intervolga\\optimize-cssnano-plugin",
  62. "author": {
  63. "name": "Andrey Sitnik",
  64. "email": "andrey@sitnik.ru"
  65. },
  66. "browser": {
  67. "./lib/terminal-highlight": false,
  68. "supports-color": false,
  69. "chalk": false,
  70. "fs": false
  71. },
  72. "browserslist": [
  73. "and_chr 71",
  74. "and_ff 64",
  75. "and_qq 1.2",
  76. "and_uc 11.8",
  77. "android 67",
  78. "android 4.4.3-4.4.4",
  79. "baidu 7.12",
  80. "chrome 73",
  81. "chrome 72",
  82. "edge 18",
  83. "edge 17",
  84. "firefox 66",
  85. "firefox 65",
  86. "ios_saf 12.0-12.1",
  87. "ios_saf 11.3-11.4",
  88. "node 6.17.0",
  89. "op_mini all",
  90. "op_mob 46",
  91. "opera 58",
  92. "opera 57",
  93. "safari 12",
  94. "safari 11.1",
  95. "samsung 8.2",
  96. "samsung 7.2-7.4"
  97. ],
  98. "bugs": {
  99. "url": "https://github.com/postcss/postcss/issues"
  100. },
  101. "bundleDependencies": false,
  102. "dependencies": {
  103. "chalk": "^2.4.2",
  104. "source-map": "^0.6.1",
  105. "supports-color": "^6.1.0"
  106. },
  107. "deprecated": false,
  108. "description": "Tool for transforming styles with JS plugins",
  109. "engines": {
  110. "node": ">=6.0.0"
  111. },
  112. "funding": {
  113. "type": "opencollective",
  114. "url": "https://opencollective.com/postcss/"
  115. },
  116. "homepage": "https://postcss.org/",
  117. "husky": {
  118. "hooks": {
  119. "pre-commit": "lint-staged"
  120. }
  121. },
  122. "keywords": [
  123. "css",
  124. "postcss",
  125. "rework",
  126. "preprocessor",
  127. "parser",
  128. "source map",
  129. "transform",
  130. "manipulation",
  131. "transpiler"
  132. ],
  133. "license": "MIT",
  134. "main": "lib/postcss",
  135. "name": "postcss",
  136. "repository": {
  137. "type": "git",
  138. "url": "git+https://github.com/postcss/postcss.git"
  139. },
  140. "types": "lib/postcss.d.ts",
  141. "version": "7.0.35"
  142. }