package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "postcss",
  3. "_id": "postcss@8.4.27",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==",
  6. "_location": "/postcss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "postcss",
  12. "name": "postcss",
  13. "escapedName": "postcss",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz",
  23. "_shasum": "234d7e4b72e34ba5a92c29636734349e0d9c3057",
  24. "_spec": "postcss",
  25. "_where": "D:\\公司项目\\wms",
  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.6",
  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. },
  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. "type": "github",
  96. "url": "https://github.com/sponsors/ai"
  97. }
  98. ],
  99. "homepage": "https://postcss.org/",
  100. "keywords": [
  101. "css",
  102. "postcss",
  103. "rework",
  104. "preprocessor",
  105. "parser",
  106. "source map",
  107. "transform",
  108. "manipulation",
  109. "transpiler"
  110. ],
  111. "license": "MIT",
  112. "main": "./lib/postcss.js",
  113. "name": "postcss",
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/postcss/postcss.git"
  117. },
  118. "types": "./lib/postcss.d.ts",
  119. "version": "8.4.27"
  120. }