{"id":40078791,"url":"https://github.com/andre487/node-linkify-lite","last_synced_at":"2026-01-19T09:04:09.120Z","repository":{"id":74078499,"uuid":"108191571","full_name":"andre487/node-linkify-lite","owner":"andre487","description":"Linkify text with ~300B of code","archived":false,"fork":false,"pushed_at":"2025-02-18T16:22:51.000Z","size":90,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T09:57:21.630Z","etag":null,"topics":["linkify","linkify-text","nodejs"],"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/andre487.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-10-24T22:39:58.000Z","updated_at":"2024-06-22T20:02:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc4c2385-af21-444f-98cf-2757cfafdee7","html_url":"https://github.com/andre487/node-linkify-lite","commit_stats":null,"previous_names":["andre487/linkify-lite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andre487/node-linkify-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre487%2Fnode-linkify-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre487%2Fnode-linkify-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre487%2Fnode-linkify-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre487%2Fnode-linkify-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andre487","download_url":"https://codeload.github.com/andre487/node-linkify-lite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre487%2Fnode-linkify-lite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["linkify","linkify-text","nodejs"],"created_at":"2026-01-19T09:04:09.069Z","updated_at":"2026-01-19T09:04:09.116Z","avatar_url":"https://github.com/andre487.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-linkify-lite\n\nLinkify text with ~300B of uncompressed code\n\n[![CI](https://github.com/andre487/node-linkify-lite/actions/workflows/ci.yaml/badge.svg)](https://github.com/andre487/node-linkify-lite/actions/workflows/ci.yaml)\n\n```\nnpm install --save linkify-lite\n```\n\n```js\nvar linkify = require('linkify-lite')\n\nvar text = [\n  'https://ru.wikipedia.org/wiki/Lorem_ipsum',\n  'Lorem ipsum dolor sit amet, consectetur adipiscing elit,',\n  'http://ru.wikipedia.org/wiki/Lorem_ipsum',\n  'sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',\n  '//ru.wikipedia.org/wiki/Lorem_ipsum',\n].join(' ')\n\nlinkify(text)\n\n// \u003e \u003ca href=\"https://ru.wikipedia.org/wiki/Lorem_ipsum\"\u003e//ru.wikipedia.org/wiki/Lorem_ipsum\u003c/a\u003e\n// \u003e Lorem ipsum dolor sit amet, consectetur adipiscing elit,\n// \u003e \u003ca href=\"http://ru.wikipedia.org/wiki/Lorem_ipsum\"\u003e//ru.wikipedia.org/wiki/Lorem_ipsum\u003c/a\u003e\n// \u003e sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n// \u003e \u003ca href=\"//ru.wikipedia.org/wiki/Lorem_ipsum\"\u003e//ru.wikipedia.org/wiki/Lorem_ipsum\u003c/a\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandre487%2Fnode-linkify-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandre487%2Fnode-linkify-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandre487%2Fnode-linkify-lite/lists"}