{"id":15814111,"url":"https://github.com/stevenvachon/link-types","last_synced_at":"2025-04-01T18:30:58.962Z","repository":{"id":66016696,"uuid":"49107904","full_name":"stevenvachon/link-types","owner":"stevenvachon","description":"Parse an HTML attribute value containing link types.","archived":false,"fork":false,"pushed_at":"2019-04-22T16:51:44.000Z","size":5,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-25T11:48:07.728Z","etag":null,"topics":["attributes","html","links","nodejs","rel","seo"],"latest_commit_sha":null,"homepage":"","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-06T02:53:27.000Z","updated_at":"2021-05-04T05:06:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"a5f4179c-746e-465b-bc65-d5a0f1aaadd2","html_url":"https://github.com/stevenvachon/link-types","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"66b79720dea5e9431580a89b5c414ce739f2e860"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Flink-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Flink-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Flink-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Flink-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevenvachon","download_url":"https://codeload.github.com/stevenvachon/link-types/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246635949,"owners_count":20809331,"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":["attributes","html","links","nodejs","rel","seo"],"created_at":"2024-10-05T04:22:37.334Z","updated_at":"2025-04-01T18:30:58.731Z","avatar_url":"https://github.com/stevenvachon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# link-types [![NPM Version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]\n\n\u003e Parse an HTML attribute value containing [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).\n\n\nNote: this library is not responsible for parsing any HTML.\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 link-types\n```\n\n\n## Usage\n```js\nconst linkTypes = require('link-types');\n\nlinkTypes('nofollow');\n//-\u003e ['nofollow']\n\nlinkTypes(' tag  NOFOLLOW ');\n//-\u003e ['tag', 'nofollow']\n\nlinkTypes.map(' tag   NOFOLLOW ');\n//-\u003e { tag:true, nofollow:true }\n```\n\n\n[npm-image]: https://img.shields.io/npm/v/link-types.svg\n[npm-url]: https://npmjs.com/package/link-types\n[travis-image]: https://img.shields.io/travis/stevenvachon/link-types.svg\n[travis-url]: https://travis-ci.org/stevenvachon/link-types\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenvachon%2Flink-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenvachon%2Flink-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenvachon%2Flink-types/lists"}