{"id":19937108,"url":"https://github.com/oldj/simple-js-module-loader","last_synced_at":"2025-05-03T14:31:06.623Z","repository":{"id":35126569,"uuid":"39326387","full_name":"oldj/simple-js-module-loader","owner":"oldj","description":"a simple js module loader.","archived":false,"fork":false,"pushed_at":"2016-01-20T09:29:30.000Z","size":8,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T16:16:39.545Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oldj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-19T07:44:08.000Z","updated_at":"2022-06-09T00:41:54.000Z","dependencies_parsed_at":"2022-08-17T21:25:23.602Z","dependency_job_id":null,"html_url":"https://github.com/oldj/simple-js-module-loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldj%2Fsimple-js-module-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldj%2Fsimple-js-module-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldj%2Fsimple-js-module-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldj%2Fsimple-js-module-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oldj","download_url":"https://codeload.github.com/oldj/simple-js-module-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252203186,"owners_count":21710903,"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-12T23:30:58.073Z","updated_at":"2025-05-03T14:31:06.175Z","avatar_url":"https://github.com/oldj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-js-module-loader\n\na simple js module loader.\n\n\n## usage\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003chead lang=\"zh-cn\"\u003e\n\t\u003cmeta charset=\"UTF-8\"\u003e\n\t\u003ctitle\u003ea simple js loader\u003c/title\u003e\n\t\u003cscript src=\"../loader.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\n\u003cbody\u003e\n\n\u003cp\u003ea simple js loader.\u003c/p\u003e\n\n\u003cscript\u003e\n\tmyloader.register([{\n\t\tname: \"a\",\n\t\turl: \"./ma.js\"\n\t}, {\n\t\tname: \"b\",\n\t\turl: \"./mb.js\"\n\t}, {\n\t\tname: \"c\",\n\t\turl: \"./mc.js\"\n\t}, {\n\t\tname: \"d\",\n\t\turl: \"./md.js\"\n\t}]);\n\n\tmyloader.use(\"a\", function (a) {\n\t\ta.hello();\n\t});\n\u003c/script\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldj%2Fsimple-js-module-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foldj%2Fsimple-js-module-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldj%2Fsimple-js-module-loader/lists"}