{"id":20198536,"url":"https://github.com/eclipsesource/tabris-js-node","last_synced_at":"2026-02-25T13:03:40.303Z","repository":{"id":30768565,"uuid":"34325286","full_name":"eclipsesource/tabris-js-node","owner":"eclipsesource","description":null,"archived":false,"fork":false,"pushed_at":"2015-12-15T10:24:19.000Z","size":27,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-03-24T09:47:03.348Z","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/eclipsesource.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":"2015-04-21T12:22:53.000Z","updated_at":"2019-08-18T14:49:29.000Z","dependencies_parsed_at":"2022-08-26T16:41:31.965Z","dependency_job_id":null,"html_url":"https://github.com/eclipsesource/tabris-js-node","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/eclipsesource%2Ftabris-js-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipsesource%2Ftabris-js-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipsesource%2Ftabris-js-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipsesource%2Ftabris-js-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipsesource","download_url":"https://codeload.github.com/eclipsesource/tabris-js-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248204625,"owners_count":21064875,"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-14T04:32:03.614Z","updated_at":"2026-02-25T13:03:40.248Z","avatar_url":"https://github.com/eclipsesource.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Node compatibility for Tabris.js\n================================\n\nTabris.js already provides some built-in node.js compatibility:\n\n* The module system uses the same API (`module`, `exports`, `require`).\n* The `__dirname` and `__filename` variables.\n* The global object `global`.\n\nThis module provides some of the core modules of node.js in tabris.js, specifically:\n* `assert` - works fully\n* `util` - works fully\n* `punycode` - works fully\n* `path` - works fully\n* `constants` - works fully\n* `events` - works fully\n* `process` - works within limits, specifically `process.nextTick` is implemented.\n* `timers` - works within limits: setTimeout ignores additional arguments for callback.\n* `console` - provides the additional methods `dir`, `time`, `timeEnd`, `trace` and `assert`\n\nFor supported node modules to be available at runtime, this module has to be required first, i.e.:\n\n    require(\"tabris-js-node\");\n    var path = require(\"path\");\n\n## License\n\n* Code copied from [node](https://github.com/joyent/node) is published under the MIT license.\n* All other code published under BSD 3-Clause.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipsesource%2Ftabris-js-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipsesource%2Ftabris-js-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipsesource%2Ftabris-js-node/lists"}