8c6de5c65d0c1f0ee21303f226b94adeff040d3e2bd9e32e02f642e5cb6a521b98125a11c15af22d49adcd6912118063355b0d78e55d7434aa91ef2ef0ad06 552 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "picocolors",
  3. "version": "1.1.1",
  4. "main": "./picocolors.js",
  5. "types": "./picocolors.d.ts",
  6. "browser": {
  7. "./picocolors.js": "./picocolors.browser.js"
  8. },
  9. "sideEffects": false,
  10. "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
  11. "files": [
  12. "picocolors.*",
  13. "types.d.ts"
  14. ],
  15. "keywords": [
  16. "terminal",
  17. "colors",
  18. "formatting",
  19. "cli",
  20. "console"
  21. ],
  22. "author": "Alexey Raspopov",
  23. "repository": "alexeyraspopov/picocolors",
  24. "license": "ISC"
  25. }