package.json 3.3 KB

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