{"_id":"us-stock-logos","name":"us-stock-logos","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"us-stock-logos","version":"1.0.0","description":"Logo resources for US-listed stocks, ADRs, and ETFs","main":"lib/index.js","types":"lib/index.d.ts","bin":{"us-stock-logos":"bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/ngnmarket/us-companies-logos.git"},"homepage":"https://github.com/ngnmarket/us-companies-logos#readme","bugs":{"url":"https://github.com/ngnmarket/us-companies-logos/issues"},"scripts":{"process":"node scripts/process.js","validate":"node scripts/validate.js","prepack":"npm run validate"},"keywords":["stocks","us-stocks","nyse","nasdaq","adr","etf","logos","icons"],"license":"MIT","devDependencies":{"sharp":"^0.35.3"},"engines":{"node":">=18"},"_id":"us-stock-logos@1.0.0","gitHead":"1d8812d1db8bcd9f33e459873e0c78e93aa09b5c","_nodeVersion":"23.11.0","_npmVersion":"11.5.2","dist":{"integrity":"sha512-vvvK55N0DnLLz99HpFG2D4XqEW9aeEO1epf+Ce9dr6LCZR9jqK0zdl8UZQBK5Wzzw7xhGf/vvNpG/o2inFReWQ==","shasum":"c38260d78453db1e706e9137483c4f94932fe837","tarball":"https://registry.npmjs.org/us-stock-logos/-/us-stock-logos-1.0.0.tgz","fileCount":12492,"unpackedSize":48976896,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCH1w5NRclDU/qH3m2YLXcGrQ0uVVboZU0JbJbYugTN5ICIQDaYImjC6+yFnAxStbg+OB4X+sARNC1sxb9NrHHw226Ow=="}]},"_npmUser":{"name":"asaoluelijah","email":"asaoluelijah7@gmail.com"},"directories":{},"maintainers":[{"name":"asaoluelijah","email":"asaoluelijah7@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/us-stock-logos_1.0.0_1787527137063_0.6132519814532336"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-23T23:18:56.907Z","1.0.0":"2026-08-23T23:18:57.822Z","modified":"2026-08-23T23:18:58.008Z"},"maintainers":[{"name":"asaoluelijah","email":"asaoluelijah7@gmail.com"}],"description":"Logo resources for US-listed stocks, ADRs, and ETFs","homepage":"https://github.com/ngnmarket/us-companies-logos#readme","keywords":["stocks","us-stocks","nyse","nasdaq","adr","etf","logos","icons"],"repository":{"type":"git","url":"git+https://github.com/ngnmarket/us-companies-logos.git"},"bugs":{"url":"https://github.com/ngnmarket/us-companies-logos/issues"},"license":"MIT","readme":"# US Stock Logos\n\nA community-maintained logo resource for US-listed stocks, ADRs, and exchange-traded funds.\n\nLogos are distributed in three formats:\n\n| Format | Size | Directory |\n| --- | --- | --- |\n| PNG | Up to 128×128px | `dist/png/` |\n| WebP | Up to 128×128px | `dist/webp/` |\n| ICO | 16×16, 32×32 and 48×48px | `dist/ico/` |\n\nImages are placed on a transparent 128×128 canvas without stretching or cropping.\n\n## Install\n\n```bash\nnpm install us-stock-logos\n```\n\n## JavaScript and TypeScript\n\n```js\nconst { getLogoPath, getLogoUrl, hasLogo, listSymbols } = require(\"us-stock-logos\");\n\ngetLogoPath(\"AAPL\", \"png\");\ngetLogoUrl(\"TSM\", \"webp\");\nhasLogo(\"BRK.A\");\nlistSymbols();\n```\n\nCDN URLs use jsDelivr:\n\n```text\nhttps://cdn.jsdelivr.net/npm/us-stock-logos/dist/png/AAPL.png\nhttps://cdn.jsdelivr.net/npm/us-stock-logos/dist/webp/TSM.webp\n```\n\nThe GitHub-backed CDN is also available:\n\n```text\nhttps://cdn.jsdelivr.net/gh/ngnmarket/us-companies-logos@main/dist/png/AAPL.png\nhttps://cdn.jsdelivr.net/gh/ngnmarket/us-companies-logos@main/dist/webp/TSM.webp\n```\n\nTicker casing is preserved. Do not uppercase user input blindly: US data feeds can contain symbols whose casing is semantically significant.\n\n## CLI\n\n```bash\nnpx us-stock-logos list\nnpx us-stock-logos copy\nnpx us-stock-logos copy --formats=png,webp --dest=./public/logos/us\nnpx us-stock-logos copy --symbols=AAPL,TSM,BRK.A --dest=./assets\n```\n\nWhen multiple formats are requested, each is written to its own subdirectory.\n\n## Development\n\nPlace source images in `logos/`, then run:\n\n```bash\nnpm install\nnpm run process\nnpm run validate\n```\n\nRaw files in `logos/` are intentionally ignored. The normalized files in `dist/` are the distributable assets.\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md). Contributions should cite an official company, exchange, filing, or investor-relations source for the submitted logo.\n\n## License and trademarks\n\nThe package tooling is MIT licensed. Company logos and trademarks remain the property of their respective owners. Their inclusion does not imply affiliation or endorsement.\n","readmeFilename":"README.md","_rev":"1-06cacbde236ff2cde5fdd127d85b2c97"}