{"id":15707017,"url":"https://github.com/kikobeats/html-scripts","last_synced_at":"2025-05-12T19:13:36.965Z","repository":{"id":36707533,"uuid":"229779395","full_name":"Kikobeats/html-scripts","owner":"Kikobeats","description":"It parses HTML markup and returns you all the scripts.","archived":false,"fork":false,"pushed_at":"2023-10-24T12:50:34.000Z","size":58,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T19:13:27.456Z","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/Kikobeats.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-23T15:37:14.000Z","updated_at":"2022-03-06T20:37:10.000Z","dependencies_parsed_at":"2022-08-08T16:31:56.494Z","dependency_job_id":"e800863e-c98a-405d-bd20-703d3c4e2b20","html_url":"https://github.com/Kikobeats/html-scripts","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kikobeats%2Fhtml-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kikobeats%2Fhtml-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kikobeats%2Fhtml-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kikobeats%2Fhtml-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kikobeats","download_url":"https://codeload.github.com/Kikobeats/html-scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805850,"owners_count":21967053,"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-10-03T20:32:36.783Z","updated_at":"2025-05-12T19:13:36.910Z","avatar_url":"https://github.com/Kikobeats.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# html-scripts\n\n![Last version](https://img.shields.io/github/tag/Kikobeats/html-scripts.svg?style=flat-square)\n[![Coverage Status](https://img.shields.io/coveralls/Kikobeats/html-scripts.svg?style=flat-square)](https://coveralls.io/github/Kikobeats/html-scripts)\n[![NPM Status](https://img.shields.io/npm/dm/html-scripts.svg?style=flat-square)](https://www.npmjs.org/package/html-scripts)\n\n\u003e It parses HTML markup and returns you all the scripts.\n\n## Install\n\n```bash\n$ npm install html-scripts --save\n```\n\n## Usage\n\n```js\nconst getScripts = require('html-scripts')\n\nconst scripts = getScripts('\u003cblockquote class=\"twitter-tweet\"\u003e\u003cp lang=\"en\" dir=\"ltr\"\u003eour new shiny website has landed \u003ca href=\"https://t.co/KIrhYYcTRx\"\u003ehttps://t.co/KIrhYYcTRx\u003c/a\u003e \u003ca href=\"https://t.co/cM0se2UoIg\"\u003epic.twitter.com/cM0se2UoIg\u003c/a\u003e\u003c/p\u003e\u0026mdash; microlink.io (@microlinkhq) \u003ca href=\"https://twitter.com/microlinkhq/status/1032664633960800257?ref_src=twsrc%5Etfw\"\u003eAugust 23, 2018\u003c/a\u003e\u003c/blockquote\u003e\\n\u003cscript async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"\u003e\u003c/script\u003e\\n')\n\nconsole.log(scripts)\n// [\n//   {\n//     async: null,\n//     charset: 'utf-8',\n//     src: 'https://platform.twitter.com/widgets.js',\n//   },\n// ]\n```\n\n## License\n\n**html-scripts** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/html-scripts/blob/master/LICENSE.md) License.\u003cbr\u003e\nAuthored and maintained by Kiko Beats with help from [contributors](https://github.com/Kikobeats/html-scripts/contributors).\n\n\u003e [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://github.com/Kikobeats) · Twitter [@Kikobeats](https://twitter.com/Kikobeats)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkikobeats%2Fhtml-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkikobeats%2Fhtml-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkikobeats%2Fhtml-scripts/lists"}