{"id":18358918,"url":"https://github.com/uppercod/atom-popup","last_synced_at":"2025-10-28T17:17:57.579Z","repository":{"id":113250295,"uuid":"152297302","full_name":"UpperCod/atom-popup","owner":"UpperCod","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-09T18:50:01.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-10T03:58:37.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UpperCod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-10-09T18:01:04.000Z","updated_at":"2018-10-09T18:50:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa9201ad-e7ff-402e-8f50-8bffb26dea63","html_url":"https://github.com/UpperCod/atom-popup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UpperCod/atom-popup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Fatom-popup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Fatom-popup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Fatom-popup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Fatom-popup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UpperCod","download_url":"https://codeload.github.com/UpperCod/atom-popup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Fatom-popup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266087790,"owners_count":23874519,"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","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":"2024-11-05T22:19:54.348Z","updated_at":"2025-10-28T17:17:57.492Z","avatar_url":"https://github.com/UpperCod.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# atom-popup\n\nThis is a small skeleton to create distributable components based on [Atomico](https://github.com/uppercod/atomico).\n\nThe component is packaged thanks to `rollup.config.js`, you can execute the commands\n\n```bash\n# alias rollup -c -w\nnpm run watch\n# alias rollup -c\nnpm run build\n```\n\n## package.json\n\nThe output files of the package are defined within `package.json`, this is thanks to [rollup-prepare](https://github.com/uppercod/rollup-prepare).\n\n```json\n \"name\": \"atom-popup\",\n \"main\": \"dist/atom-popup.js\",\n \"umd:main\": \"dist/atom-popup.umd.js\",\n \"iife\": \"dist/atom-popup.iife.js\",\n \"module\": \"dist/atom-popup.m.js\",\n \"source\": \"src/index.js\",\n```\n\n| Property | Description |\n|-----------|-------------|\n| name | Necessary for the exit of the files type `umd:*`|\n| main | Allows to generate a component in output format **CJS** |\n| umd:main | Allows to generate a component in output format **UMD** |\n| iife | Allows to generate a component in output format **IIFE** |\n| module | Allows to generate a component in output format **ES** |\n| source | component source file |\n\n## Component installation\n\n```html\n\u003cbody\u003e\n    \u003catom-popup\u003e\u003c/atom-popup\u003e\n    \u003c!-- polyfill --\u003e \n    \u003cscript src=\"https://unpkg.com/@webcomponents/webcomponentsjs@2.1.3/webcomponents-loader.js\"\u003e\u003c/script\u003e\n    \u003c!-- size 1.7kB --\u003e\n    \u003cscript src=\"https://unpkg.com/atomico@0.3.4/dist/atomico.umd.js\"\u003e\u003c/script\u003e\n    \u003c!-- size 1.4kB --\u003e\n    \u003cscript src=\"https://unpkg.com/atom-popup@0.0.6/dist/atom-popup.umd.js\"\u003e\u003c/script\u003e\n\u003c/body\u003e\n```\n\n\u003e The scripts can also load from the `\u003chead\u003e`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuppercod%2Fatom-popup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuppercod%2Fatom-popup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuppercod%2Fatom-popup/lists"}