package.json 3.0 KB

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