{"id":19332479,"url":"https://github.com/yuchi/liferay-ng-loader-experiments","last_synced_at":"2026-06-17T19:31:37.254Z","repository":{"id":140783566,"uuid":"83802668","full_name":"yuchi/liferay-ng-loader-experiments","owner":"yuchi","description":"Proof of Concept for a Peer-Dependencies-aware Loader","archived":false,"fork":false,"pushed_at":"2017-03-08T05:51:06.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T07:17:56.294Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuchi.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":"2017-03-03T13:48:11.000Z","updated_at":"2017-04-13T07:04:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ca68103-a0fb-4e50-8ca9-7ead6f4c49a4","html_url":"https://github.com/yuchi/liferay-ng-loader-experiments","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yuchi/liferay-ng-loader-experiments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuchi%2Fliferay-ng-loader-experiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuchi%2Fliferay-ng-loader-experiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuchi%2Fliferay-ng-loader-experiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuchi%2Fliferay-ng-loader-experiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuchi","download_url":"https://codeload.github.com/yuchi/liferay-ng-loader-experiments/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuchi%2Fliferay-ng-loader-experiments/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34463551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":"2024-11-10T02:45:58.406Z","updated_at":"2026-06-17T19:31:37.237Z","avatar_url":"https://github.com/yuchi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Peer-Dependencies-aware Loader\n------------------------------\n\nThis is a toy implementation of a module loader which honors Peer Dependencies graphs between packages.\n\n```js\nconst loader = require('path/to/lib/loader')([ /* list of packages */ ]);\n\nloader.execute('package-name@10.0.0', 'lib/something.js');\n```\n\nThe APIs are extremely bad. This is just a proof of concept to prove that it is indeed possible to have a flat repository of packages and still honor the packages’ peer dependencies—something that is simply impossible in SystemJS or the EcmaScript Loader Specification.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuchi%2Fliferay-ng-loader-experiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuchi%2Fliferay-ng-loader-experiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuchi%2Fliferay-ng-loader-experiments/lists"}