{"id":13826193,"url":"https://github.com/redom/nodom","last_synced_at":"2025-08-08T21:14:26.296Z","repository":{"id":11406671,"uuid":"69575392","full_name":"redom/nodom","owner":"redom","description":"fake DOM for RE:DOM","archived":false,"fork":false,"pushed_at":"2022-02-11T11:49:55.000Z","size":533,"stargazers_count":148,"open_issues_count":15,"forks_count":13,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-05-01T23:22:03.352Z","etag":null,"topics":["dom","fake","javascript","nodejs","redom"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redom.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":"2016-09-29T14:26:59.000Z","updated_at":"2024-04-26T04:06:43.000Z","dependencies_parsed_at":"2022-08-07T06:16:16.833Z","dependency_job_id":null,"html_url":"https://github.com/redom/nodom","commit_stats":null,"previous_names":["pakastin/nodom"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redom%2Fnodom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redom%2Fnodom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redom%2Fnodom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redom%2Fnodom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redom","download_url":"https://codeload.github.com/redom/nodom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246701144,"owners_count":20820004,"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":["dom","fake","javascript","nodejs","redom"],"created_at":"2024-08-04T09:01:33.666Z","updated_at":"2025-04-05T22:31:42.690Z","avatar_url":"https://github.com/redom.png","language":"JavaScript","readme":"[![Build status](https://img.shields.io/travis/redom/nodom/master?style=flat-square)](https://travis-ci.org/redom/nodom?branch=master)\n[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/Flet/semistandard)\n# NO:DOM\nfake DOM for [RE:DOM](https://redom.js.org)\n\n## installing\n```\nnpm install nodom\n```\n\n## usage\n```js\nconst { Document, SVGElement } = require('nodom');\nglobal.document = new Document();\nglobal.SVGElement = SVGElement;\nconst { el, mount } = require('redom');\n\nmount(document.body, el('h1', 'Hello world!'));\n\nconsole.log(document.body.outerHTML); // \u003cbody\u003e\u003ch1\u003eHello world!\u003c/h1\u003e\u003c/body\u003e\n```\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredom%2Fnodom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredom%2Fnodom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredom%2Fnodom/lists"}