package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "postcss@8.4.21",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "postcss@8.4.21",
  9. "_id": "postcss@8.4.21",
  10. "_inBundle": false,
  11. "_integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
  12. "_location": "/postcss",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "postcss@8.4.21",
  18. "name": "postcss",
  19. "escapedName": "postcss",
  20. "rawSpec": "8.4.21",
  21. "saveSpec": null,
  22. "fetchSpec": "8.4.21"
  23. },
  24. "_requiredBy": [
  25. "/@vue/compiler-sfc"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
  28. "_spec": "8.4.21",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "Andrey Sitnik",
  32. "email": "andrey@sitnik.ru"
  33. },
  34. "browser": {
  35. "./lib/terminal-highlight": false,
  36. "source-map-js": false,
  37. "path": false,
  38. "url": false,
  39. "fs": false
  40. },
  41. "bugs": {
  42. "url": "https://github.com/postcss/postcss/issues"
  43. },
  44. "dependencies": {
  45. "nanoid": "^3.3.4",
  46. "picocolors": "^1.0.0",
  47. "source-map-js": "^1.0.2"
  48. },
  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. "types": "./lib/postcss.d.ts"
  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. "homepage": "https://postcss.org/",
  99. "keywords": [
  100. "css",
  101. "postcss",
  102. "rework",
  103. "preprocessor",
  104. "parser",
  105. "source map",
  106. "transform",
  107. "manipulation",
  108. "transpiler"
  109. ],
  110. "license": "MIT",
  111. "main": "./lib/postcss.js",
  112. "name": "postcss",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/postcss/postcss.git"
  116. },
  117. "types": "./lib/postcss.d.ts",
  118. "version": "8.4.21"
  119. }