package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "postcss@^7.0.0",
  3. "_id": "postcss@7.0.39",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
  6. "_location": "/postcss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss@^7.0.0",
  12. "name": "postcss",
  13. "escapedName": "postcss",
  14. "rawSpec": "^7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@intervolga/optimize-cssnano-plugin",
  20. "/@vue/component-compiler-utils",
  21. "/autoprefixer",
  22. "/css-declaration-sorter",
  23. "/css-loader",
  24. "/cssnano",
  25. "/cssnano-preset-default",
  26. "/cssnano-util-raw-cache",
  27. "/icss-utils",
  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-less",
  36. "/postcss-loader",
  37. "/postcss-merge-longhand",
  38. "/postcss-merge-rules",
  39. "/postcss-minify-font-values",
  40. "/postcss-minify-gradients",
  41. "/postcss-minify-params",
  42. "/postcss-minify-selectors",
  43. "/postcss-modules-extract-imports",
  44. "/postcss-modules-local-by-default",
  45. "/postcss-modules-scope",
  46. "/postcss-modules-values",
  47. "/postcss-normalize-charset",
  48. "/postcss-normalize-display-values",
  49. "/postcss-normalize-positions",
  50. "/postcss-normalize-repeat-style",
  51. "/postcss-normalize-string",
  52. "/postcss-normalize-timing-functions",
  53. "/postcss-normalize-unicode",
  54. "/postcss-normalize-url",
  55. "/postcss-normalize-whitespace",
  56. "/postcss-ordered-values",
  57. "/postcss-reduce-initial",
  58. "/postcss-reduce-transforms",
  59. "/postcss-safe-parser",
  60. "/postcss-sass",
  61. "/postcss-scss",
  62. "/postcss-sorting",
  63. "/postcss-svgo",
  64. "/postcss-unique-selectors",
  65. "/stylehacks",
  66. "/stylelint",
  67. "/stylelint-order",
  68. "/sugarss"
  69. ],
  70. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
  71. "_shasum": "9624375d965630e2e1f2c02a935c82a59cb48309",
  72. "_spec": "postcss@^7.0.0",
  73. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@intervolga\\optimize-cssnano-plugin",
  74. "author": {
  75. "name": "Andrey Sitnik",
  76. "email": "andrey@sitnik.ru"
  77. },
  78. "browser": {
  79. "./lib/terminal-highlight": false,
  80. "fs": false
  81. },
  82. "bugs": {
  83. "url": "https://github.com/postcss/postcss/issues"
  84. },
  85. "bundleDependencies": false,
  86. "dependencies": {
  87. "picocolors": "^0.2.1",
  88. "source-map": "^0.6.1"
  89. },
  90. "deprecated": false,
  91. "description": "Tool for transforming styles with JS plugins",
  92. "engines": {
  93. "node": ">=6.0.0"
  94. },
  95. "funding": {
  96. "type": "opencollective",
  97. "url": "https://opencollective.com/postcss/"
  98. },
  99. "homepage": "https://postcss.org/",
  100. "keywords": [
  101. "css",
  102. "postcss",
  103. "rework",
  104. "preprocessor",
  105. "parser",
  106. "source map",
  107. "transform",
  108. "manipulation",
  109. "transpiler"
  110. ],
  111. "license": "MIT",
  112. "main": "lib/postcss",
  113. "name": "postcss",
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/postcss/postcss.git"
  117. },
  118. "types": "lib/postcss.d.ts",
  119. "version": "7.0.39"
  120. }