{"id":15814280,"url":"https://github.com/stevenvachon/walk-parse5","last_synced_at":"2025-03-14T20:32:02.888Z","repository":{"id":57397035,"uuid":"92751262","full_name":"stevenvachon/walk-parse5","owner":"stevenvachon","description":"Recursively traverse a parse5 DOM tree.","archived":false,"fork":false,"pushed_at":"2019-05-04T16:33:26.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-06T04:24:01.561Z","etag":null,"topics":["nodejs","parse5","traverse","walk"],"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/stevenvachon.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-05-29T15:15:15.000Z","updated_at":"2023-10-03T20:41:16.000Z","dependencies_parsed_at":"2022-09-26T17:00:57.872Z","dependency_job_id":null,"html_url":"https://github.com/stevenvachon/walk-parse5","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/stevenvachon%2Fwalk-parse5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Fwalk-parse5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Fwalk-parse5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Fwalk-parse5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevenvachon","download_url":"https://codeload.github.com/stevenvachon/walk-parse5/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243642339,"owners_count":20324008,"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":["nodejs","parse5","traverse","walk"],"created_at":"2024-10-05T04:24:02.484Z","updated_at":"2025-03-14T20:32:02.632Z","avatar_url":"https://github.com/stevenvachon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# walk-parse5 [![NPM Version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]\n\n\u003e Recursively traverse a [parse5](https://npmjs.com/parse5) DOM tree.\n\n\n## Installation\n\n[Node.js](http://nodejs.org/) `\u003e= 8` is required. To install, type this at the command line:\n```shell\nnpm install walk-parse5\n```\n\n\n## Usage\n\n```js\nconst walk = require('walk-parse5');\n\nwalk(documentOrNode, node =\u003e {\n    // Optionally kill traversal\n    return false;\n});\n```\n\n\n[npm-image]: https://img.shields.io/npm/v/walk-parse5.svg\n[npm-url]: https://npmjs.com/package/walk-parse5\n[travis-image]: https://img.shields.io/travis/stevenvachon/walk-parse5.svg\n[travis-url]: https://travis-ci.org/stevenvachon/walk-parse5\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenvachon%2Fwalk-parse5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenvachon%2Fwalk-parse5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenvachon%2Fwalk-parse5/lists"}