Download and view NPM packages in your browser
URL Pattern:
https://hyrious.me/npm-browser/?q={name}@{version}/{path}:{line}
- View some package's latest contents:
https://hyrious.me/npm-browser/?q=vue - View some specific file in some package's specific version:
https://hyrious.me/npm-browser/?q=@github/textarea-autosize@0.3.0/package/dist/index.js:72
Useful Functions:
- Goto some package's homepage/github_repo:
Press . / , - Quick open a file:
Press ctrl + p - Focus current file in sidebar:
Press alt/option + r - Search source code from all files in some package:
Click the 🔍 icon - Open the viewing file in JsDelivr or UNPKG:
Click the 🔗 icon to JsDelivr (pressing Alt to UNPKG) - Diff the viewing file with some older version of the package:
Click the 📄 icon, and choose one version to diff
PR/issues are welcome!
pnpm dev
pnpm build
MIT @ hyrious