{"_id":"chromatitle-dev","name":"chromatitle-dev","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"chromatitle-dev","version":"1.0.0","type":"module","main":"./src/index.js","module":"./src/index.js","types":"./types/index.d.ts","bin":{"chromatitle":"bin/cli.js"},"exports":{".":{"import":"./src/index.js","types":"./types/index.d.ts"},"./colors":{"import":"./src/colors/index.js","types":"./types/index.d.ts"},"./titles":{"import":"./src/titles/index.js","types":"./types/index.d.ts"},"./utils":{"import":"./src/utils/string-utils.js"}},"scripts":{"test":"node test/test.js","demo":"node examples/demo.js","start":"node bin/cli.js"},"keywords":["colors","terminal","cli","title","banner","box","border","gradient","ansi","rgb","hex","badge","console","styling","chalk-alternative"],"author":{"name":"chromadev"},"license":"MIT","engines":{"node":">=16.0.0"},"repository":{"type":"git","url":"git+https://github.com/seu-usuario/chromatitle.git"},"_id":"chromatitle-dev@1.0.0","description":"Estilização elegante de títulos, banners, badges e gradientes no terminal Node.js.","bugs":{"url":"https://github.com/seu-usuario/chromatitle/issues"},"homepage":"https://github.com/seu-usuario/chromatitle#readme","_nodeVersion":"24.18.0","_npmVersion":"11.16.0","dist":{"integrity":"sha512-QIDUSYcDuhOWBCFUWUFYhPS9+aUqOHDV9tYpU13QiB7JY8fQC2WFMacagkYOjz9UTdJ0UQjxEAKa8KuA4wz4fQ==","shasum":"78ad370481f7fbeac773307c52e553f383cc4ba7","tarball":"https://registry.npmjs.org/chromatitle-dev/-/chromatitle-dev-1.0.0.tgz","fileCount":18,"unpackedSize":30400,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBhbXRumJpO7NJ4ye2V+OQpzpSoNxCIZjUC+z5FjlqBVAiEAxBy/AGX+/tBNzhjXn3jU1ScucL2tFj8TGPT2uQxZZdQ="}]},"_npmUser":{"name":"itzchroma","email":"manustop19282@gmail.com"},"directories":{},"maintainers":[{"name":"itzchroma","email":"manustop19282@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/chromatitle-dev_1.0.0_1788215756456_0.6237728760176522"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-31T22:35:56.351Z","1.0.0":"2026-08-31T22:35:56.600Z","modified":"2026-08-31T22:35:56.816Z"},"maintainers":[{"name":"itzchroma","email":"manustop19282@gmail.com"}],"description":"Estilização elegante de títulos, banners, badges e gradientes no terminal Node.js.","homepage":"https://github.com/seu-usuario/chromatitle#readme","keywords":["colors","terminal","cli","title","banner","box","border","gradient","ansi","rgb","hex","badge","console","styling","chalk-alternative"],"repository":{"type":"git","url":"git+https://github.com/seu-usuario/chromatitle.git"},"author":{"name":"chromadev"},"bugs":{"url":"https://github.com/seu-usuario/chromatitle/issues"},"license":"MIT","readme":"# chromatitle-js\n\nEstilização elegante de títulos, banners, badges e gradientes no terminal Node.js.\n\n## Instalação\n\n```bash\nnpm install chromatitle-js\n```\n\n## Exemplo de Uso\n\n```javascript\nimport { \n  colors, \n  createTitle, \n  createBanner, \n  createBadge, \n  createDivider, \n  createGradient \n} from 'chromatitle-js';\n\n// 1. Título principal\nconsole.log(createTitle('MEU PROJETO', {\n  style: 'round',\n  align: 'center',\n  gradient: 'sunset',\n  paddingX: 2,\n  paddingY: 1\n}));\n\n// 2. Banner com subtítulo\nconsole.log(createBanner('API SERVER', 'Status: Online • Porta: 3000', {\n  style: 'double',\n  borderColor: '#22c55e'\n}));\n\n// 3. Badges\nconsole.log(createBadge('INFO', 'Sistema iniciado com sucesso', 'info'));\nconsole.log(createBadge('SUCCESS', 'Banco de Dados Conectado', 'success'));\nconsole.log(createBadge('WARN', 'Memória em 85%', 'warning'));\nconsole.log(createBadge('ERROR', 'Falha ao carregar cache', 'error'));\n\n// 4. Linha divisória\nconsole.log(createDivider('LOGS', { width: 45, lineColor: '#6366f1' }));\n\n// 5. Cores e formatações\nconsole.log(colors.green.bold('✔ Conexão estabelecida'));\nconsole.log(colors.hex('#f59e0b')('⚠ Alerta: Requisições lentas'));\nconsole.log(colors.bgRed.white.bold(' CRITICAL ') + ' Servidor reiniciado\\n');\n\n// 6. Texto com gradiente livre\nconsole.log(createGradient('>>> Testando gradiente personalizado <<<', ['#ff007f', '#7928ca', '#0070f3']));\n```\n\n## Licença\n\nMIT\n","readmeFilename":"README.md","_rev":"1-ef356adc3b194d0e0775a8374c1dafd5"}