package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "postcss@^8.5.3",
  3. "_id": "postcss@8.5.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==",
  6. "_location": "/postcss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss@^8.5.3",
  12. "name": "postcss",
  13. "escapedName": "postcss",
  14. "rawSpec": "^8.5.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.5.3"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service",
  20. "/@vue/compiler-sfc",
  21. "/css-loader",
  22. "/css-minimizer-webpack-plugin"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.4.tgz",
  25. "_shasum": "d61014ac00e11d5f58458ed7247d899bd65f99c0",
  26. "_spec": "postcss@^8.5.3",
  27. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\compiler-sfc",
  28. "author": {
  29. "name": "Andrey Sitnik",
  30. "email": "andrey@sitnik.ru"
  31. },
  32. "browser": {
  33. "./lib/terminal-highlight": false,
  34. "source-map-js": false,
  35. "path": false,
  36. "url": false,
  37. "fs": false
  38. },
  39. "bugs": {
  40. "url": "https://github.com/postcss/postcss/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "nanoid": "^3.3.11",
  45. "picocolors": "^1.1.1",
  46. "source-map-js": "^1.2.1"
  47. },
  48. "deprecated": false,
  49. "description": "Tool for transforming styles with JS plugins",
  50. "engines": {
  51. "node": "^10 || ^12 || >=14"
  52. },
  53. "exports": {
  54. ".": {
  55. "require": "./lib/postcss.js",
  56. "import": "./lib/postcss.mjs"
  57. },
  58. "./lib/at-rule": "./lib/at-rule.js",
  59. "./lib/comment": "./lib/comment.js",
  60. "./lib/container": "./lib/container.js",
  61. "./lib/css-syntax-error": "./lib/css-syntax-error.js",
  62. "./lib/declaration": "./lib/declaration.js",
  63. "./lib/fromJSON": "./lib/fromJSON.js",
  64. "./lib/input": "./lib/input.js",
  65. "./lib/lazy-result": "./lib/lazy-result.js",
  66. "./lib/no-work-result": "./lib/no-work-result.js",
  67. "./lib/list": "./lib/list.js",
  68. "./lib/map-generator": "./lib/map-generator.js",
  69. "./lib/node": "./lib/node.js",
  70. "./lib/parse": "./lib/parse.js",
  71. "./lib/parser": "./lib/parser.js",
  72. "./lib/postcss": "./lib/postcss.js",
  73. "./lib/previous-map": "./lib/previous-map.js",
  74. "./lib/processor": "./lib/processor.js",
  75. "./lib/result": "./lib/result.js",
  76. "./lib/root": "./lib/root.js",
  77. "./lib/rule": "./lib/rule.js",
  78. "./lib/stringifier": "./lib/stringifier.js",
  79. "./lib/stringify": "./lib/stringify.js",
  80. "./lib/symbols": "./lib/symbols.js",
  81. "./lib/terminal-highlight": "./lib/terminal-highlight.js",
  82. "./lib/tokenize": "./lib/tokenize.js",
  83. "./lib/warn-once": "./lib/warn-once.js",
  84. "./lib/warning": "./lib/warning.js",
  85. "./package.json": "./package.json"
  86. },
  87. "funding": [
  88. {
  89. "type": "opencollective",
  90. "url": "https://opencollective.com/postcss/"
  91. },
  92. {
  93. "type": "tidelift",
  94. "url": "https://tidelift.com/funding/github/npm/postcss"
  95. },
  96. {
  97. "type": "github",
  98. "url": "https://github.com/sponsors/ai"
  99. }
  100. ],
  101. "homepage": "https://postcss.org/",
  102. "keywords": [
  103. "css",
  104. "postcss",
  105. "rework",
  106. "preprocessor",
  107. "parser",
  108. "source map",
  109. "transform",
  110. "manipulation",
  111. "transpiler"
  112. ],
  113. "license": "MIT",
  114. "main": "./lib/postcss.js",
  115. "name": "postcss",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/postcss/postcss.git"
  119. },
  120. "types": "./lib/postcss.d.ts",
  121. "version": "8.5.4"
  122. }