package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. {
  2. "_from": "postcss@^7.0.32",
  3. "_id": "postcss@7.0.36",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
  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.32",
  14. "name": "postcss",
  15. "escapedName": "postcss",
  16. "rawSpec": "^7.0.32",
  17. "saveSpec": null,
  18. "fetchSpec": "^7.0.32"
  19. },
  20. "_requiredBy": [
  21. "/autoprefixer",
  22. "/css-blank-pseudo",
  23. "/css-declaration-sorter",
  24. "/css-has-pseudo",
  25. "/css-loader",
  26. "/css-prefers-color-scheme",
  27. "/cssnano",
  28. "/cssnano-preset-default",
  29. "/cssnano-util-raw-cache",
  30. "/icss-utils",
  31. "/postcss-attribute-case-insensitive",
  32. "/postcss-browser-comments",
  33. "/postcss-calc",
  34. "/postcss-color-functional-notation",
  35. "/postcss-color-gray",
  36. "/postcss-color-hex-alpha",
  37. "/postcss-color-mod-function",
  38. "/postcss-color-rebeccapurple",
  39. "/postcss-colormin",
  40. "/postcss-convert-values",
  41. "/postcss-custom-media",
  42. "/postcss-custom-properties",
  43. "/postcss-custom-selectors",
  44. "/postcss-dir-pseudo-class",
  45. "/postcss-discard-comments",
  46. "/postcss-discard-duplicates",
  47. "/postcss-discard-empty",
  48. "/postcss-discard-overridden",
  49. "/postcss-double-position-gradients",
  50. "/postcss-env-function",
  51. "/postcss-flexbugs-fixes",
  52. "/postcss-focus-visible",
  53. "/postcss-focus-within",
  54. "/postcss-font-variant",
  55. "/postcss-gap-properties",
  56. "/postcss-image-set-function",
  57. "/postcss-initial",
  58. "/postcss-lab-function",
  59. "/postcss-loader",
  60. "/postcss-logical",
  61. "/postcss-media-minmax",
  62. "/postcss-merge-longhand",
  63. "/postcss-merge-rules",
  64. "/postcss-minify-font-values",
  65. "/postcss-minify-gradients",
  66. "/postcss-minify-params",
  67. "/postcss-minify-selectors",
  68. "/postcss-modules-extract-imports",
  69. "/postcss-modules-local-by-default",
  70. "/postcss-modules-scope",
  71. "/postcss-modules-values",
  72. "/postcss-nesting",
  73. "/postcss-normalize",
  74. "/postcss-normalize-charset",
  75. "/postcss-normalize-display-values",
  76. "/postcss-normalize-positions",
  77. "/postcss-normalize-repeat-style",
  78. "/postcss-normalize-string",
  79. "/postcss-normalize-timing-functions",
  80. "/postcss-normalize-unicode",
  81. "/postcss-normalize-url",
  82. "/postcss-normalize-whitespace",
  83. "/postcss-ordered-values",
  84. "/postcss-overflow-shorthand",
  85. "/postcss-page-break",
  86. "/postcss-place",
  87. "/postcss-preset-env",
  88. "/postcss-pseudo-class-any-link",
  89. "/postcss-reduce-initial",
  90. "/postcss-reduce-transforms",
  91. "/postcss-replace-overflow-wrap",
  92. "/postcss-selector-matches",
  93. "/postcss-selector-not",
  94. "/postcss-svgo",
  95. "/postcss-unique-selectors",
  96. "/stylehacks"
  97. ],
  98. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
  99. "_shasum": "056f8cffa939662a8f5905950c07d5285644dfcb",
  100. "_spec": "postcss@^7.0.32",
  101. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\css-loader",
  102. "author": {
  103. "name": "Andrey Sitnik",
  104. "email": "andrey@sitnik.ru"
  105. },
  106. "browser": {
  107. "./lib/terminal-highlight": false,
  108. "supports-color": false,
  109. "chalk": false,
  110. "fs": false
  111. },
  112. "bugs": {
  113. "url": "https://github.com/postcss/postcss/issues"
  114. },
  115. "bundleDependencies": false,
  116. "dependencies": {
  117. "chalk": "^2.4.2",
  118. "source-map": "^0.6.1",
  119. "supports-color": "^6.1.0"
  120. },
  121. "deprecated": false,
  122. "description": "Tool for transforming styles with JS plugins",
  123. "engines": {
  124. "node": ">=6.0.0"
  125. },
  126. "funding": {
  127. "type": "opencollective",
  128. "url": "https://opencollective.com/postcss/"
  129. },
  130. "homepage": "https://postcss.org/",
  131. "keywords": [
  132. "css",
  133. "postcss",
  134. "rework",
  135. "preprocessor",
  136. "parser",
  137. "source map",
  138. "transform",
  139. "manipulation",
  140. "transpiler"
  141. ],
  142. "license": "MIT",
  143. "main": "lib/postcss",
  144. "name": "postcss",
  145. "repository": {
  146. "type": "git",
  147. "url": "git+https://github.com/postcss/postcss.git"
  148. },
  149. "types": "lib/postcss.d.ts",
  150. "version": "7.0.36"
  151. }