package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "postcss@^8.1.10",
  3. "_id": "postcss@8.4.21",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
  6. "_location": "/postcss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss@^8.1.10",
  12. "name": "postcss",
  13. "escapedName": "postcss",
  14. "rawSpec": "^8.1.10",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.1.10"
  17. },
  18. "_requiredBy": [
  19. "/@vue/compiler-sfc"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.21.tgz",
  22. "_shasum": "c639b719a57efc3187b13a1d765675485f4134f4",
  23. "_spec": "postcss@^8.1.10",
  24. "_where": "E:\\editor_3d\\v3.7.3\\app\\modules\\editor-extensions\\extensions\\extension\\static\\extension-template\\vue3.x-panel\\node_modules\\@vue\\compiler-sfc",
  25. "author": {
  26. "name": "Andrey Sitnik",
  27. "email": "andrey@sitnik.ru"
  28. },
  29. "browser": {
  30. "./lib/terminal-highlight": false,
  31. "source-map-js": false,
  32. "path": false,
  33. "url": false,
  34. "fs": false
  35. },
  36. "bugs": {
  37. "url": "https://github.com/postcss/postcss/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "nanoid": "^3.3.4",
  42. "picocolors": "^1.0.0",
  43. "source-map-js": "^1.0.2"
  44. },
  45. "deprecated": false,
  46. "description": "Tool for transforming styles with JS plugins",
  47. "engines": {
  48. "node": "^10 || ^12 || >=14"
  49. },
  50. "exports": {
  51. ".": {
  52. "require": "./lib/postcss.js",
  53. "import": "./lib/postcss.mjs",
  54. "types": "./lib/postcss.d.ts"
  55. },
  56. "./lib/at-rule": "./lib/at-rule.js",
  57. "./lib/comment": "./lib/comment.js",
  58. "./lib/container": "./lib/container.js",
  59. "./lib/css-syntax-error": "./lib/css-syntax-error.js",
  60. "./lib/declaration": "./lib/declaration.js",
  61. "./lib/fromJSON": "./lib/fromJSON.js",
  62. "./lib/input": "./lib/input.js",
  63. "./lib/lazy-result": "./lib/lazy-result.js",
  64. "./lib/no-work-result": "./lib/no-work-result.js",
  65. "./lib/list": "./lib/list.js",
  66. "./lib/map-generator": "./lib/map-generator.js",
  67. "./lib/node": "./lib/node.js",
  68. "./lib/parse": "./lib/parse.js",
  69. "./lib/parser": "./lib/parser.js",
  70. "./lib/postcss": "./lib/postcss.js",
  71. "./lib/previous-map": "./lib/previous-map.js",
  72. "./lib/processor": "./lib/processor.js",
  73. "./lib/result": "./lib/result.js",
  74. "./lib/root": "./lib/root.js",
  75. "./lib/rule": "./lib/rule.js",
  76. "./lib/stringifier": "./lib/stringifier.js",
  77. "./lib/stringify": "./lib/stringify.js",
  78. "./lib/symbols": "./lib/symbols.js",
  79. "./lib/terminal-highlight": "./lib/terminal-highlight.js",
  80. "./lib/tokenize": "./lib/tokenize.js",
  81. "./lib/warn-once": "./lib/warn-once.js",
  82. "./lib/warning": "./lib/warning.js",
  83. "./package.json": "./package.json"
  84. },
  85. "funding": [
  86. {
  87. "type": "opencollective",
  88. "url": "https://opencollective.com/postcss/"
  89. },
  90. {
  91. "type": "tidelift",
  92. "url": "https://tidelift.com/funding/github/npm/postcss"
  93. }
  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.js",
  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": "8.4.21"
  116. }