{"id":28509838,"url":"https://github.com/choojs/nanomount","last_synced_at":"2025-08-29T02:36:35.774Z","repository":{"id":57307992,"uuid":"83899066","full_name":"choojs/nanomount","owner":"choojs","description":"Mount a DOM tree on a target node","archived":false,"fork":false,"pushed_at":"2017-03-14T01:23:41.000Z","size":7,"stargazers_count":19,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-25T18:19:29.472Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/choojs.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":"2017-03-04T14:26:45.000Z","updated_at":"2021-06-04T06:54:27.000Z","dependencies_parsed_at":"2022-09-12T11:44:17.683Z","dependency_job_id":null,"html_url":"https://github.com/choojs/nanomount","commit_stats":null,"previous_names":["yoshuawuyts/nanomount"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/choojs/nanomount","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choojs%2Fnanomount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choojs%2Fnanomount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choojs%2Fnanomount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choojs%2Fnanomount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/choojs","download_url":"https://codeload.github.com/choojs/nanomount/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choojs%2Fnanomount/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272612175,"owners_count":24964388,"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-29T02:00:10.610Z","response_time":87,"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-06-08T22:37:28.522Z","updated_at":"2025-08-29T02:36:35.745Z","avatar_url":"https://github.com/choojs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nanomount [![stability][0]][1]\n[![npm version][2]][3] [![build status][4]][5] [![test coverage][6]][7]\n[![downloads][8]][9] [![js-standard-style][10]][11]\n\nMount a DOM tree on a target node.\n\n## Usage\n```js\nvar nanomount = require('nanomount')\nvar html = require('bel')\n\nvar tree = html`\n  \u003cbody\u003e\n    \u003ch1\u003ehello planet\u003c/h1\u003e\n  \u003c/body\u003e\n`\n\nnanomount(document.body, tree)\n```\n\n## API\n### `nanomount(targetNode, newNode)`\nMount a DOM tree on target node.\n\n## License\n[MIT](https://tldrlegal.com/license/mit-license)\n\n[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square\n[1]: https://nodejs.org/api/documentation.html#documentation_stability_index\n[2]: https://img.shields.io/npm/v/nanomount.svg?style=flat-square\n[3]: https://npmjs.org/package/nanomount\n[4]: https://img.shields.io/travis/yoshuawuyts/nanomount/master.svg?style=flat-square\n[5]: https://travis-ci.org/yoshuawuyts/nanomount\n[6]: https://img.shields.io/codecov/c/github/yoshuawuyts/nanomount/master.svg?style=flat-square\n[7]: https://codecov.io/github/yoshuawuyts/nanomount\n[8]: http://img.shields.io/npm/dm/nanomount.svg?style=flat-square\n[9]: https://npmjs.org/package/nanomount\n[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square\n[11]: https://github.com/feross/standard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchoojs%2Fnanomount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchoojs%2Fnanomount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchoojs%2Fnanomount/lists"}