package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "postcss@8.2.6",
  5. "J:\\Github\\CURD-TS"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss@8.2.6",
  10. "_id": "postcss@8.2.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-XWmpdFQ7Rfh+RkvEw+OSqX1r6f4=",
  13. "_location": "/postcss",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss@8.2.6",
  19. "name": "postcss",
  20. "escapedName": "postcss",
  21. "rawSpec": "8.2.6",
  22. "saveSpec": null,
  23. "fetchSpec": "8.2.6"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "http://192.168.250.101:4873/postcss/-/postcss-8.2.6.tgz",
  29. "_spec": "8.2.6",
  30. "_where": "J:\\Github\\CURD-TS",
  31. "author": {
  32. "name": "Andrey Sitnik",
  33. "email": "andrey@sitnik.ru"
  34. },
  35. "browser": {
  36. "./lib/terminal-highlight": false,
  37. "colorette": false,
  38. "fs": false
  39. },
  40. "bugs": {
  41. "url": "https://github.com/postcss/postcss/issues"
  42. },
  43. "dependencies": {
  44. "colorette": "^1.2.1",
  45. "nanoid": "^3.1.20",
  46. "source-map": "^0.6.1"
  47. },
  48. "description": "Tool for transforming styles with JS plugins",
  49. "engines": {
  50. "node": "^10 || ^12 || >=14"
  51. },
  52. "exports": {
  53. ".": {
  54. "require": "./lib/postcss.js",
  55. "import": "./lib/postcss.mjs",
  56. "types": "./lib/postcss.d.ts"
  57. },
  58. "./": "./"
  59. },
  60. "funding": {
  61. "type": "opencollective",
  62. "url": "https://opencollective.com/postcss/"
  63. },
  64. "homepage": "https://postcss.org/",
  65. "keywords": [
  66. "css",
  67. "postcss",
  68. "rework",
  69. "preprocessor",
  70. "parser",
  71. "source map",
  72. "transform",
  73. "manipulation",
  74. "transpiler"
  75. ],
  76. "license": "MIT",
  77. "main": "./lib/postcss.js",
  78. "name": "postcss",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/postcss/postcss.git"
  82. },
  83. "types": "./lib/postcss.d.ts",
  84. "version": "8.2.6"
  85. }