{"id":30027098,"url":"https://github.com/calbertts/qnode","last_synced_at":"2025-08-06T12:18:00.325Z","repository":{"id":37670394,"uuid":"196886319","full_name":"calbertts/qnode","owner":"calbertts","description":"Basic NodeJS APIs for the QuickJS Javascript Engine https://bellard.org/quickjs/","archived":false,"fork":false,"pushed_at":"2019-07-15T14:14:48.000Z","size":901,"stargazers_count":42,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T15:28:56.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/calbertts.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":"2019-07-14T21:44:14.000Z","updated_at":"2025-06-05T16:47:29.000Z","dependencies_parsed_at":"2022-08-18T04:45:58.811Z","dependency_job_id":null,"html_url":"https://github.com/calbertts/qnode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/calbertts/qnode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calbertts%2Fqnode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calbertts%2Fqnode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calbertts%2Fqnode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calbertts%2Fqnode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calbertts","download_url":"https://codeload.github.com/calbertts/qnode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calbertts%2Fqnode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269078459,"owners_count":24356257,"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","status":"online","status_checked_at":"2025-08-06T02:00:09.910Z","response_time":99,"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":"2025-08-06T12:17:58.963Z","updated_at":"2025-08-06T12:18:00.261Z","avatar_url":"https://github.com/calbertts.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic NodeJS APIs for the QuickJS Javascript Engine\nThis project is based on QuickJS Engine and add some of the most common methods or global objects used in NodeJS\n\n# Getting started\nThis was tested in Linux (Ubuntu), install the following dependencies before to compile:\n- `apt-get install build-essential`\n- `apt-get install gcc-multilib`\n\nThen run:\n```\nmake\n```\n\nTo use compiler:\n```\n./qjsc -o myBinary myCode.js\n./myBinary\n```\n\nWith modules:\n```\n./qjsc -m -o myBinary myCode.js\n```\n\nTo use the interpreter:\n```\n./qjs\n```\nor\n```\n./qjs myCode.js\n```\nFind out more here https://bellard.org/quickjs/\n\n\n# What's new here?\n\n## Console global object\n- `console.error(...)`\n- `console.warn(...)`\n\n## Process global object\n- `process.platform`\n- `process.cwd()`\n- `process.argv`\n- `process.EOL`\n\n## Path global object\n- `path.basename(...)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalbertts%2Fqnode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalbertts%2Fqnode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalbertts%2Fqnode/lists"}