{"id":23817736,"url":"https://github.com/lsongdev/xmljs","last_synced_at":"2025-02-21T21:57:10.414Z","repository":{"id":57401859,"uuid":"156338444","full_name":"lsongdev/xmljs","owner":"lsongdev","description":"simple xml reader and parser","archived":false,"fork":false,"pushed_at":"2020-05-19T09:10:17.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T22:23:51.127Z","etag":null,"topics":["xml-parser","xml-parsing","xml-serialization"],"latest_commit_sha":null,"homepage":"https://npmjs.org/xml2","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/lsongdev.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":"2018-11-06T06:45:50.000Z","updated_at":"2020-05-19T09:10:20.000Z","dependencies_parsed_at":"2022-09-15T18:41:10.848Z","dependency_job_id":null,"html_url":"https://github.com/lsongdev/xmljs","commit_stats":null,"previous_names":["lsongdev/xmljs","song940/xmljs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fxmljs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fxmljs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fxmljs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fxmljs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsongdev","download_url":"https://codeload.github.com/lsongdev/xmljs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240093157,"owners_count":19746780,"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":["xml-parser","xml-parsing","xml-serialization"],"created_at":"2025-01-02T05:48:37.485Z","updated_at":"2025-02-21T21:57:10.390Z","avatar_url":"https://github.com/lsongdev.png","language":"JavaScript","readme":"## xml2 [![xml2](https://img.shields.io/npm/v/xml2.svg)](https://npmjs.org/xml2)\n\n\u003e simple xml reader and parser\n\n### Installation\n\n```bash\n$ npm install xml2\n```\n\n### Example\n\n```js\nconst XML = require('xml2');\n\nconst xml = new XML();\n\nxml.on('open-tag', name =\u003e {\n  console.log('tag name: ', name);\n});\n\nfs.createReadStream('/tmp/demo.xml').pipe(xml)\n\n```\n\n### Contributing\n- Fork this Repo first\n- Clone your Repo\n- Install dependencies by `$ npm install`\n- Checkout a feature branch\n- Feel free to add your features\n- Make sure your features are fully tested\n- Publish your local branch, Open a pull request\n- Enjoy hacking \u003c3\n\n### MIT\n\nThis work is licensed under the [MIT license](./LICENSE).\n\n---","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fxmljs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsongdev%2Fxmljs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fxmljs/lists"}