package-lock.json 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "tailwind",
  3. "lockfileVersion": 2,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "devDependencies": {
  8. "postcss": "^8.4.21"
  9. }
  10. },
  11. "node_modules/nanoid": {
  12. "version": "3.3.4",
  13. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
  14. "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==",
  15. "dev": true,
  16. "bin": {
  17. "nanoid": "bin/nanoid.cjs"
  18. },
  19. "engines": {
  20. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  21. }
  22. },
  23. "node_modules/picocolors": {
  24. "version": "1.0.0",
  25. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  26. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
  27. "dev": true
  28. },
  29. "node_modules/postcss": {
  30. "version": "8.4.21",
  31. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
  32. "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
  33. "dev": true,
  34. "funding": [
  35. {
  36. "type": "opencollective",
  37. "url": "https://opencollective.com/postcss/"
  38. },
  39. {
  40. "type": "tidelift",
  41. "url": "https://tidelift.com/funding/github/npm/postcss"
  42. }
  43. ],
  44. "dependencies": {
  45. "nanoid": "^3.3.4",
  46. "picocolors": "^1.0.0",
  47. "source-map-js": "^1.0.2"
  48. },
  49. "engines": {
  50. "node": "^10 || ^12 || >=14"
  51. }
  52. },
  53. "node_modules/source-map-js": {
  54. "version": "1.0.2",
  55. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
  56. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
  57. "dev": true,
  58. "engines": {
  59. "node": ">=0.10.0"
  60. }
  61. }
  62. },
  63. "dependencies": {
  64. "nanoid": {
  65. "version": "3.3.4",
  66. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
  67. "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==",
  68. "dev": true
  69. },
  70. "picocolors": {
  71. "version": "1.0.0",
  72. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  73. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
  74. "dev": true
  75. },
  76. "postcss": {
  77. "version": "8.4.21",
  78. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
  79. "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
  80. "dev": true,
  81. "requires": {
  82. "nanoid": "^3.3.4",
  83. "picocolors": "^1.0.0",
  84. "source-map-js": "^1.0.2"
  85. }
  86. },
  87. "source-map-js": {
  88. "version": "1.0.2",
  89. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
  90. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
  91. "dev": true
  92. }
  93. }
  94. }