{"id":17921813,"url":"https://github.com/3axap4ehko/module-runtime","last_synced_at":"2025-07-04T16:32:02.240Z","repository":{"id":57300730,"uuid":"78547247","full_name":"3axap4eHko/module-runtime","owner":"3axap4eHko","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-10T16:20:49.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T11:49:26.416Z","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/3axap4eHko.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}},"created_at":"2017-01-10T15:37:59.000Z","updated_at":"2017-01-10T16:20:42.000Z","dependencies_parsed_at":"2022-08-27T01:41:51.075Z","dependency_job_id":null,"html_url":"https://github.com/3axap4eHko/module-runtime","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/3axap4eHko/module-runtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3axap4eHko%2Fmodule-runtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3axap4eHko%2Fmodule-runtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3axap4eHko%2Fmodule-runtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3axap4eHko%2Fmodule-runtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3axap4eHko","download_url":"https://codeload.github.com/3axap4eHko/module-runtime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3axap4eHko%2Fmodule-runtime/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263577236,"owners_count":23483129,"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-10-28T20:36:16.044Z","updated_at":"2025-07-04T16:32:02.223Z","avatar_url":"https://github.com/3axap4eHko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Module Runtime\n\nTiny library to create runtime node modules\n\n## Usage\n\ncreate module\n``` javascript\n// index.js\nconst moduleRuntime = require('module-runtime');\n\nmoduleRuntime('add', `\nmodule.exports = function(a, b) {\n    return a + b;\n};\n`);\n\n```\nuse module\n``` javascript\nconst add = require('add');\n\nconsole.log(add(1,2)); // 3\n```\n\n## LICENSE\n\n[The MIT License](http://opensource.org/licenses/MIT)\nCopyright (c) 2017-present Ivan Zakharchenko\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3axap4ehko%2Fmodule-runtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3axap4ehko%2Fmodule-runtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3axap4ehko%2Fmodule-runtime/lists"}