{"id":18687300,"url":"https://github.com/junosuarez/node-link-rel-parser","last_synced_at":"2026-06-23T20:31:40.235Z","repository":{"id":18211628,"uuid":"21347385","full_name":"junosuarez/node-link-rel-parser","owner":"junosuarez","description":" parse HTTP link headers and HTML links","archived":false,"fork":false,"pushed_at":"2014-07-01T02:29:22.000Z","size":128,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T19:24:46.458Z","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/junosuarez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-30T10:23:00.000Z","updated_at":"2014-08-29T00:50:46.000Z","dependencies_parsed_at":"2022-09-04T18:11:42.822Z","dependency_job_id":null,"html_url":"https://github.com/junosuarez/node-link-rel-parser","commit_stats":null,"previous_names":["jden/node-link-rel-parser"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/junosuarez/node-link-rel-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fnode-link-rel-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fnode-link-rel-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fnode-link-rel-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fnode-link-rel-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junosuarez","download_url":"https://codeload.github.com/junosuarez/node-link-rel-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fnode-link-rel-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34706579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":"2024-11-07T10:32:21.690Z","updated_at":"2026-06-23T20:31:40.213Z","avatar_url":"https://github.com/junosuarez.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# link-rel-parser\nparse HTTP link headers and HTML links\n\n## usage\n```js\nvar linkRelParser = require('link-rel-parser')\n e.g.\n linkRelParser('http://log.jden.us', function (e, links) {\n   console.log(e, links)\n })\n```\n\nlinks is an object like:\n\n```js\n  {\n    shortcut: ['http://assets.tumblr.com/images/default_avatar/cube_closed_128.png' ],                                                          \n    icon: [ 'http://assets.tumblr.com/images/default_avatar/cube_closed_128.png' ],                                                                   \n    alternate: [ 'android-app://com.tumblr/tumblr/x-callback-url/blog?blogName=logjdenus' ],                                                          \n    stylesheet: [ 'http://assets.tumblr.com/fonts/gibson/stylesheet.css?v=3']\n  }                                                                      \n\n```\n\n## installation\n\n    $ npm install link-rel-parser\n\n\n## running the tests\n\nFrom package root:\n\n    $ npm install\n    $ npm test\n\n\n## contributors\n\n- jden \u003cjason@denizac.org\u003e\n\n\n## license\n\nISC. (c) MMXIV jden \u003cjason@denizac.org\u003e. See LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunosuarez%2Fnode-link-rel-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunosuarez%2Fnode-link-rel-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunosuarez%2Fnode-link-rel-parser/lists"}