package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "postcss@7.0.32",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss@7.0.32",
  10. "_id": "postcss@7.0.32",
  11. "_inBundle": false,
  12. "_integrity": "sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==",
  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.32",
  21. "name": "postcss",
  22. "escapedName": "postcss",
  23. "rawSpec": "7.0.32",
  24. "saveSpec": null,
  25. "fetchSpec": "7.0.32"
  26. },
  27. "_requiredBy": [
  28. "/@intervolga/optimize-cssnano-plugin",
  29. "/@vue/component-compiler-utils",
  30. "/autoprefixer",
  31. "/css-declaration-sorter",
  32. "/cssnano",
  33. "/cssnano-preset-default",
  34. "/cssnano-util-raw-cache",
  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-normalize-charset",
  50. "/postcss-normalize-display-values",
  51. "/postcss-normalize-positions",
  52. "/postcss-normalize-repeat-style",
  53. "/postcss-normalize-string",
  54. "/postcss-normalize-timing-functions",
  55. "/postcss-normalize-unicode",
  56. "/postcss-normalize-url",
  57. "/postcss-normalize-whitespace",
  58. "/postcss-ordered-values",
  59. "/postcss-prefix-selector",
  60. "/postcss-reduce-initial",
  61. "/postcss-reduce-transforms",
  62. "/postcss-svgo",
  63. "/postcss-unique-selectors",
  64. "/stylehacks"
  65. ],
  66. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz",
  67. "_spec": "7.0.32",
  68. "_where": "E:\\item\\newItem\\admin",
  69. "author": {
  70. "name": "Andrey Sitnik",
  71. "email": "andrey@sitnik.ru"
  72. },
  73. "browser": {
  74. "./lib/terminal-highlight": false,
  75. "supports-color": false,
  76. "chalk": false,
  77. "fs": false
  78. },
  79. "browserslist": [
  80. "last 2 version",
  81. "not dead",
  82. "not Explorer 11",
  83. "not ExplorerMobile 11",
  84. "node 6"
  85. ],
  86. "bugs": {
  87. "url": "https://github.com/postcss/postcss/issues"
  88. },
  89. "dependencies": {
  90. "chalk": "^2.4.2",
  91. "source-map": "^0.6.1",
  92. "supports-color": "^6.1.0"
  93. },
  94. "description": "Tool for transforming styles with JS plugins",
  95. "engines": {
  96. "node": ">=6.0.0"
  97. },
  98. "funding": {
  99. "type": "tidelift",
  100. "url": "https://tidelift.com/funding/github/npm/postcss"
  101. },
  102. "homepage": "https://postcss.org/",
  103. "husky": {
  104. "hooks": {
  105. "pre-commit": "lint-staged"
  106. }
  107. },
  108. "keywords": [
  109. "css",
  110. "postcss",
  111. "rework",
  112. "preprocessor",
  113. "parser",
  114. "source map",
  115. "transform",
  116. "manipulation",
  117. "transpiler"
  118. ],
  119. "license": "MIT",
  120. "main": "lib/postcss",
  121. "name": "postcss",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/postcss/postcss.git"
  125. },
  126. "types": "lib/postcss.d.ts",
  127. "version": "7.0.32"
  128. }