{"id":31392859,"url":"https://github.com/formidablelabs/runpkg","last_synced_at":"2025-10-09T19:34:06.864Z","repository":{"id":35949666,"uuid":"182095294","full_name":"FormidableLabs/runpkg","owner":"FormidableLabs","description":"the online javascript package explorer","archived":false,"fork":false,"pushed_at":"2023-09-05T12:17:20.000Z","size":1857,"stargazers_count":309,"open_issues_count":13,"forks_count":11,"subscribers_count":44,"default_branch":"master","last_synced_at":"2025-09-29T04:48:33.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://runpkg.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FormidableLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-04-18T13:43:29.000Z","updated_at":"2025-05-12T18:40:50.000Z","dependencies_parsed_at":"2024-01-06T01:54:17.615Z","dependency_job_id":"48513303-456f-4df6-9b06-cd5d263d3d36","html_url":"https://github.com/FormidableLabs/runpkg","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/FormidableLabs/runpkg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Frunpkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Frunpkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Frunpkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Frunpkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FormidableLabs","download_url":"https://codeload.github.com/FormidableLabs/runpkg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Frunpkg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001959,"owners_count":26083244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-29T04:48:23.547Z","updated_at":"2025-10-09T19:34:06.859Z","avatar_url":"https://github.com/FormidableLabs.png","language":"JavaScript","readme":"[![Runpkg — Formidable, We build the modern web](https://raw.githubusercontent.com/FormidableLabs/runpkg/master/Runpkg-Hero.png)](https://formidable.com/open-source/)\n\n[![Maintenance Status][maintenance-image]](#maintenance-status)\n\n\u003e the online package explorer\n\nRunpkg turns a static file into an interactive and informative browsing experience. It lets you navigate any JavaScript package on npm thanks to [unpkg.com](https://unpkg.com), a popular and reliable CDN mirror of the npm registry. You can use this tool to learn more about the inner workings of your project's dependencies; find out how modules work, what they depend on, the size of specific imports as well as other useful metadata.\n\n---\n\n![runpkg](https://user-images.githubusercontent.com/1457604/69634098-77fdcc00-1049-11ea-82db-c2f23cf87179.gif)\n\n## Features\n\n- 🔭 Navigable project directory listing\n- 🎨 Syntax highlighted file contents\n- 📝 Insights through static analysis\n\n## Usage\n\nTo view a package or module in the browser with runpkg, prepend any unpkg url with: `r`. For example:\n\n| Source | URL                                                                                            |\n| ------ | ---------------------------------------------------------------------------------------------- |\n| unpkg  | [`https://unpkg.com/es-react@16.8.30/index.js`](https://unpkg.com/es-react@16.8.30/index.js)   |\n| runpkg | [`https://runpkg.com/es-react@16.8.30/index.js`](https://runpkg.com/es-react@16.8.30/index.js) |\n\nYou will be redirected to runpkg which will display the relevant package and file. You can navigate around the package using the 'Package' panel which contains a directory listing. The 'File' tab will also display any information uncovered during static analysis.\n\n\u003e Note if browsing a directory then runpkg will ignore the trailing `/` and take you to the entry point.\n\n## Development\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on how to run this project locally, contribute, and to see our code of conduct.\n\n## Local URLs\n\nAs we're not using Netlify to redirect URLs locally, you have to pass in the package or file part of the request in as a search param. Notice the `?` in the local URL. For example:\n\n| Source    | URL                                                |\n| --------- | -------------------------------------------------- |\n| unpkg     | `https://unpkg.com/es-react@16.8.30/index.js`      |\n| localhost | `http://localhost:8080/?es-react@16.8.30/index.js` |\n\n## Browsers Supported\n\n| Browser           | Supported | Versions    |\n| ----------------- | --------- | ----------- |\n| Chrome            | Yes       | 73+         |\n| Chrome (Android)  | Yes       | 73+         |\n| Firefox           | Yes       | 66+         |\n| Firefox (Android) | Yes       | 66+         |\n| Safari            | Yes       | 11+         |\n| Safari (iOS)      | Yes       | 11+         |\n| Opera             | Yes       | 59+         |\n| Edge (Blink)      | Yes       | Dev, Canary |\n| Edge (EdgeHTML)   | No        |             |\n| IE 11             | No        |             |\n\n## Testing\n\nWe're currently doing end to end tests via Cypress, you can run them using the following:\n\n```bash\nyarn test\n# or\nnpm run test\n```\n\n## Maintenance Status\n\n**Active:** Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.\n\n## Licence\n\nMIT\n\n[maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg?color=brightgreen\u0026style=flat\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformidablelabs%2Frunpkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformidablelabs%2Frunpkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformidablelabs%2Frunpkg/lists"}