package.json 3.4 KB

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