package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "postcss@>=5.0.2",
  3. "_id": "postcss@8.4.24",
  4. "_inBundle": false,
  5. "_integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==",
  6. "_location": "/postcss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss@>=5.0.2",
  12. "name": "postcss",
  13. "escapedName": "postcss",
  14. "rawSpec": ">=5.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": ">=5.0.2"
  17. },
  18. "_requiredBy": [
  19. "/postcss-px-to-viewport"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz",
  22. "_shasum": "f714dba9b2284be3cc07dbd2fc57ee4dc972d2df",
  23. "_spec": "postcss@>=5.0.2",
  24. "_where": "D:\\开发项目\\智慧水务\\node_modules\\postcss-px-to-viewport",
  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.6",
  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. },
  55. "./lib/at-rule": "./lib/at-rule.js",
  56. "./lib/comment": "./lib/comment.js",
  57. "./lib/container": "./lib/container.js",
  58. "./lib/css-syntax-error": "./lib/css-syntax-error.js",
  59. "./lib/declaration": "./lib/declaration.js",
  60. "./lib/fromJSON": "./lib/fromJSON.js",
  61. "./lib/input": "./lib/input.js",
  62. "./lib/lazy-result": "./lib/lazy-result.js",
  63. "./lib/no-work-result": "./lib/no-work-result.js",
  64. "./lib/list": "./lib/list.js",
  65. "./lib/map-generator": "./lib/map-generator.js",
  66. "./lib/node": "./lib/node.js",
  67. "./lib/parse": "./lib/parse.js",
  68. "./lib/parser": "./lib/parser.js",
  69. "./lib/postcss": "./lib/postcss.js",
  70. "./lib/previous-map": "./lib/previous-map.js",
  71. "./lib/processor": "./lib/processor.js",
  72. "./lib/result": "./lib/result.js",
  73. "./lib/root": "./lib/root.js",
  74. "./lib/rule": "./lib/rule.js",
  75. "./lib/stringifier": "./lib/stringifier.js",
  76. "./lib/stringify": "./lib/stringify.js",
  77. "./lib/symbols": "./lib/symbols.js",
  78. "./lib/terminal-highlight": "./lib/terminal-highlight.js",
  79. "./lib/tokenize": "./lib/tokenize.js",
  80. "./lib/warn-once": "./lib/warn-once.js",
  81. "./lib/warning": "./lib/warning.js",
  82. "./package.json": "./package.json"
  83. },
  84. "funding": [
  85. {
  86. "type": "opencollective",
  87. "url": "https://opencollective.com/postcss/"
  88. },
  89. {
  90. "type": "tidelift",
  91. "url": "https://tidelift.com/funding/github/npm/postcss"
  92. },
  93. {
  94. "type": "github",
  95. "url": "https://github.com/sponsors/ai"
  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.24"
  119. }