package.json 3.7 KB

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