tpmjs/packages/npm-client
Ajax Davis 1b3b47f8b2 feat(npm-client): create NPM registry API client package
- Implement changes feed client for real-time package discovery
- Implement keyword search with auto-pagination support
- Implement package metadata fetcher with tpmjs field extraction
- Implement download statistics client for quality scoring
- Implement rate limiter with configurable concurrency and delays
- Implement retry logic with exponential backoff for 429 errors

All API responses validated with Zod schemas for type safety.
Rate limiter defaults: max 10 concurrent, 100ms minimum delay.
Handles scoped packages (@scope/name) correctly.
Graceful 404 handling returns null instead of throwing.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 02:19:59 +10:00
..
src feat(npm-client): create NPM registry API client package 2025-11-28 02:19:59 +10:00
package.json feat(npm-client): create NPM registry API client package 2025-11-28 02:19:59 +10:00
tsconfig.json feat(npm-client): create NPM registry API client package 2025-11-28 02:19:59 +10:00