{"id":24455620,"url":"https://github.com/putoutjs/bundle","last_synced_at":"2026-02-19T00:04:56.598Z","repository":{"id":41211430,"uuid":"508749469","full_name":"putoutjs/bundle","owner":"putoutjs","description":"🐊Putout bundle to get things working in Deno and Browsers","archived":false,"fork":false,"pushed_at":"2026-02-02T14:07:08.000Z","size":69666,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-03T03:44:55.406Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/putoutjs.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-29T15:33:53.000Z","updated_at":"2026-02-02T14:07:47.000Z","dependencies_parsed_at":"2022-07-14T23:46:14.984Z","dependency_job_id":"5827e5d9-3050-4797-a360-2689a580deeb","html_url":"https://github.com/putoutjs/bundle","commit_stats":null,"previous_names":[],"tags_count":143,"template":false,"template_full_name":null,"purl":"pkg:github/putoutjs/bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putoutjs%2Fbundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putoutjs%2Fbundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putoutjs%2Fbundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putoutjs%2Fbundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/putoutjs","download_url":"https://codeload.github.com/putoutjs/bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putoutjs%2Fbundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29490360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-01-21T02:13:58.883Z","updated_at":"2026-02-15T22:06:37.573Z","avatar_url":"https://github.com/putoutjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @putout/bundle [![NPM version][NPMIMGURL]][NPMURL]\n\n[NPMIMGURL]: https://img.shields.io/npm/v/@putout/bundle.svg?style=flat\u0026longCache=true\n[NPMURL]: https://npmjs.org/package/@putout/bundle \"npm\"\n\n🐊[**Putout**](https://github.com/coderaiser/putout) bundle to get things working in [**Deno**](https://deno.land) and **Browsers** using amazing [esm.sh](https://esm.sh).\n\nUsage:\n\n```js\nimport {putout} from 'https://esm.sh/@putout/bundle';\nimport removeDebugger from 'https://esm.sh/@putout/plugin-remove-debugger?alias=putout:@putout/bundle';\nimport declare from 'https://esm.sh/@putout/plugin-declare-undefined-variables?alias=putout:@putout/bundle';\n\nconsole.log(putout('isFn(fn, \"hello\"); debugger', {\n    plugins: [\n        ['remove-debugger', removeDebugger],\n        ['declare-undefined-variables', declare],\n    ],\n}));\n\n// returns\n({\n    code: `const isFn = a =\u003e typeof a === 'function';\\nisFn(fn, \"hello\");`,\n    places: [],\n});\n```\n\nWhen you need to use `@putout/plugin-putout` use:\n\n```js\nimport {putout} from 'https://esm.sh/@putout/bundle';\nimport pluginPutout from 'https://esm.sh/@putout/plugin-putout?alias=putout:@putout/bundle';\n\nconsole.log(putout('compare(a, b)', {\n    plugins: [\n        ['putout', pluginPutout],\n    ],\n}));\n\n// returns\n({\n    code: `const {operator} = require('putout');\\nconst {compare} = operator;\\ncompare(a, b)`,\n    places: [],\n});\n```\n\n## Slim\n\nWhen you need super slim bundle without `debug` use:\n\n\n```js\nimport {putout} from 'https://esm.sh/@putout/bundle/slim';\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputoutjs%2Fbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fputoutjs%2Fbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputoutjs%2Fbundle/lists"}