{"id":18335859,"url":"https://github.com/pxsty0/lizzardjs","last_synced_at":"2025-06-15T17:35:33.957Z","repository":{"id":242374792,"uuid":"808677465","full_name":"pxsty0/lizzardjs","owner":"pxsty0","description":"A JavaScript Runtimer developed with Rust using the Google V8 Engine","archived":false,"fork":false,"pushed_at":"2025-05-10T07:35:52.000Z","size":90,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-10T08:29:00.967Z","etag":null,"topics":["javascript","nodejs","rust","rust-lang","v8"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/pxsty0.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-31T15:17:11.000Z","updated_at":"2025-05-10T07:35:48.000Z","dependencies_parsed_at":"2025-04-04T05:34:26.463Z","dependency_job_id":null,"html_url":"https://github.com/pxsty0/lizzardjs","commit_stats":null,"previous_names":["pxsty0/lizzardjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pxsty0/lizzardjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxsty0%2Flizzardjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxsty0%2Flizzardjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxsty0%2Flizzardjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxsty0%2Flizzardjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pxsty0","download_url":"https://codeload.github.com/pxsty0/lizzardjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxsty0%2Flizzardjs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260022903,"owners_count":22947251,"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":["javascript","nodejs","rust","rust-lang","v8"],"created_at":"2024-11-05T20:05:10.080Z","updated_at":"2025-06-15T17:35:33.843Z","avatar_url":"https://github.com/pxsty0.png","language":"Rust","readme":"# lizzardjs\n\nA JavaScript Runtimer developed with Rust using the Google V8 Engine\n\n## Authors\n\n- [@pxsty0](https://www.github.com/pxsty0) main developer\n\n## Usage and Example\n\n--\u003e index.js\n\n```javascript\nconsole.log(\"developed by mustafa 'pxsty' kok\"); // prints the entered arguments on a new line in order\nconsole.time(); // starts the timer optional parameter can be entered uses the “default” parameter as standard\nconsole.timeEnd(); // terminates the timer and prints the elapsed time\n\nprocess; // It contains 2 objects, os and env\nprocess.os; // contains functions that return information about the system\n\nconsole.log(process.os.type()); // prints the type of operating system\nconsole.log(process.os.version()); // prints the version of the operating system\nconsole.log(process.os.bitness()); // prints how many bits the operating system is\n\nprocess.env; // used to read data from the env file\n\nconsole.log(process.env.developer); // prints data with the key “developer” in env\n\nrequire; // modules are used when calling\nrequire(\"./module.js\")(); // executes the called module\n\nlizzard; // contains the internal libraries of lizzardjs, currently contains fs\n\nlizzard.fs; // internal library used to manage the file system\n\nconsole.log(lizzard.fs.writeFile(\"./lizzard.txt\", \"mustafa 'pxsty' kok\")); //writes the data \"mustafa ’pxsty' kok” to the file “lizzard.txt'\nconsole.log(lizzard.fs.appendFile(\"./lizzard.txt\", \"\\npxsty\")); // Adds “pxsty” data to “lizzard.txt” file\nconsole.log(lizzard.fs.exists(\"./lizzard.txt\")); // Checks for the existence of the file “lizzard.txt”\nconsole.log(lizzard.fs.readFile(\"./lizzard.txt\")); // Reads the file “lizzard.txt”\nconsole.log(lizzard.fs.mkdir(\"./\", \"lizzard\")); // Creates the “lizzard” folder in the path “./”\n\nlizzard\n  .fetch(\"https://httpbin.org/post\", {\n    method: \"POST\", // or GET,HEAD,POST,PUT,DELETE AND PATCH\n    body: JSON.stringify({ run_with: \"LizzardJS\" }),\n  })\n  .then((data) =\u003e {\n    console.log(\"reject output returned\");\n    console.log(`statusCode : ${data.statusCode}`);\n    console.log(`response : ${data.response}`);\n  })\n  .catch((err) =\u003e {\n    console.log(`reject output returned : ${err}`);\n  });\n```\n\n--\u003e printInfo.js\n\n```javascript\n() =\u003e {\n  return \"developed by mustafa 'pxsty' kok\";\n};\n```\n\n--\u003e .env\n\n```cs\ndeveloper=mustafa pxsty kok\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxsty0%2Flizzardjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpxsty0%2Flizzardjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxsty0%2Flizzardjs/lists"}