{"_id":"@autovation/bright","_rev":"2-d6eb9a31ba8c3dcd3898594367767d84","name":"@autovation/bright","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"@autovation/bright","version":"1.0.0","license":"MIT","_id":"@autovation/bright@1.0.0","maintainers":[{"name":"jacob-roberts","email":"jroberts@qualtrics.com"}],"homepage":"https://bright.codehike.org","bugs":{"url":"https://github.com/code-hike/bright/issues"},"dist":{"shasum":"c59133d46f9b6a3a547c44b93eea92d7d92dcf06","tarball":"https://registry.npmjs.org/@autovation/bright/-/bright-1.0.0.tgz","fileCount":4,"integrity":"sha512-NuNdghKgJagBUHz8zKqqoMKPJAQMjcoZzSTAkJY7ZPVeW4AUVG2mvR41nvVZHwvPnx6gnBBDRZZw7QLoNaahgQ==","signatures":[{"sig":"MEQCIAVL8YYS2j4XnoR+R1fIVTUG5Iftuf1s12Rnla/jdahHAiAC4N8nMQsouHq80BZivMB1HAkvBWYjql6CM9vdXt5SBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":20417},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","funding":"https://github.com/code-hike/bright?sponsor=1","gitHead":"7d83adc410157da4b17ac454986f7a84c4eedaab","scripts":{"build":"tsup src/index.tsx --format esm --dts","watch":"tsup src/index.tsx --format esm --watch --dts"},"_npmUser":{"name":"jacob-roberts","email":"jroberts@qualtrics.com"},"repository":{"url":"git+https://github.com/code-hike/bright.git","type":"git"},"_npmVersion":"11.6.2","description":"> the future is bright","directories":{},"_nodeVersion":"25.1.0","dependencies":{"server-only":"^0.0.1","@autovation/lighter":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"6.5.0","react":"18.2.0","typescript":"4.9.4","@types/react":"^18.0.26"},"peerDependencies":{"react":"^18 || ^19"},"_npmOperationalInternal":{"tmp":"tmp/bright_1.0.0_1764195993275_0.6281262693004235","host":"s3://npm-registry-packages-npm-production"}},"1.0.1":{"name":"@autovation/bright","version":"1.0.1","type":"module","module":"./dist/index.js","main":"./dist/index.js","types":"./dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/Jacob-Roberts/bright.git"},"homepage":"https://bright.codehike.org","funding":"https://github.com/code-hike/bright?sponsor=1","license":"MIT","scripts":{"build":"tsup src/index.tsx --format esm --dts","watch":"tsup src/index.tsx --format esm --watch --dts"},"dependencies":{"@autovation/lighter":"^1.0.2","server-only":"^0.0.1"},"devDependencies":{"@types/react":"^18.0.26","react":"18.2.0","tsup":"6.5.0","typescript":"4.9.4"},"peerDependencies":{"react":"^18 || ^19"},"gitHead":"dfa5061f9b329a7febe3188d1cc671e997e5fe4a","_id":"@autovation/bright@1.0.1","description":"Forked from <https://github.com/code-hike/bright>","bugs":{"url":"https://github.com/Jacob-Roberts/bright/issues"},"_nodeVersion":"24.11.1","_npmVersion":"11.6.2","dist":{"integrity":"sha512-6be6naNcaggx8b9uF5rYyWSWrN2eanXsP2ZzhHMTScrZ/gs3qcM2AgeG2V6F+iykNCqrjLn/5OxdLZaWjFvzeA==","shasum":"47b49d43a03723b5abde3dad80612d7771e8d040","tarball":"https://registry.npmjs.org/@autovation/bright/-/bright-1.0.1.tgz","fileCount":4,"unpackedSize":20518,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@autovation%2fbright@1.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCOmg6BIfCk7UBtTNU96QBPleAWuqwbraPbVu3nDVZKEwIgU9PoBRUIICrJIMrCZBxNwOeCH/Lypw4T5ebTQN1vhlo="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:89f2ce0c-f799-4d09-b0f7-6b2ccafcf094"}},"directories":{},"maintainers":[{"name":"jacob-roberts","email":"jroberts@qualtrics.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bright_1.0.1_1764522729906_0.7387880404263414"},"_hasShrinkwrap":false}},"time":{"created":"2025-11-26T22:26:33.154Z","modified":"2025-11-30T17:12:10.565Z","1.0.0":"2025-11-26T22:26:33.448Z","1.0.1":"2025-11-30T17:12:10.106Z"},"bugs":{"url":"https://github.com/Jacob-Roberts/bright/issues"},"license":"MIT","homepage":"https://bright.codehike.org","repository":{"type":"git","url":"git+https://github.com/Jacob-Roberts/bright.git"},"description":"Forked from <https://github.com/code-hike/bright>","maintainers":[{"name":"jacob-roberts","email":"jroberts@qualtrics.com"}],"readme":"Forked from <https://github.com/code-hike/bright>\n\n> the future is bright\n\n## Usage\n\n```bash\nnpm install bright\n```\n\nUse it from a **server component**, for example in Next.js `app/page.js`:\n\n```js\nimport { Code } from \"bright\"\n\nexport default function Page() {\n  return <Code lang=\"py\">print(\"hello brightness\")</Code>\n}\n```\n\nDocs: <https://bright.codehike.org>\n\n## Credits\n\n- Thanks [LEI Zongmin](https://github.com/leizongmin) for providing the bright npm package name\n\n## License\n\nMIT\n","readmeFilename":"readme.md"}