{"id":38174539,"url":"https://github.com/mhborthwick/lorem-intl","last_synced_at":"2026-01-16T23:30:13.522Z","repository":{"id":195141320,"uuid":"692333006","full_name":"mhborthwick/lorem-intl","owner":"mhborthwick","description":"💬 An NPM package that lets you quickly add Lorem Ipsum text in multiple languages for testing and prototyping.","archived":false,"fork":false,"pushed_at":"2023-11-28T01:39:37.000Z","size":129,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T10:34:43.792Z","etag":null,"topics":["developer-tool","i18n","lorem-ipsum","placeholder-text","testing","text-generation","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mhborthwick.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2023-09-16T06:45:44.000Z","updated_at":"2023-11-27T01:01:16.000Z","dependencies_parsed_at":"2024-12-23T18:44:02.948Z","dependency_job_id":null,"html_url":"https://github.com/mhborthwick/lorem-intl","commit_stats":{"total_commits":20,"total_committers":3,"mean_commits":6.666666666666667,"dds":"0.15000000000000002","last_synced_commit":"6964bf46dff049e8e71a0dc14e8478f0f9ae8ec4"},"previous_names":["mhborthwick/lorem-intl"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mhborthwick/lorem-intl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhborthwick%2Florem-intl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhborthwick%2Florem-intl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhborthwick%2Florem-intl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhborthwick%2Florem-intl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhborthwick","download_url":"https://codeload.github.com/mhborthwick/lorem-intl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhborthwick%2Florem-intl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28487586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T22:54:02.790Z","status":"ssl_error","status_checked_at":"2026-01-16T22:50:10.344Z","response_time":107,"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":["developer-tool","i18n","lorem-ipsum","placeholder-text","testing","text-generation","typescript"],"created_at":"2026-01-16T23:30:13.092Z","updated_at":"2026-01-16T23:30:13.440Z","avatar_url":"https://github.com/mhborthwick.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lorem-intl\n\n## Overview\n\n\u003e Generate Lorem Ipsum and placeholder text in multiple languages.\n\n## Install\n\n```sh\n$ npm install lorem-intl\n```\n\n## Usage\n\n```js\nconst { loremIntl } = require(\"lorem-intl\");\n\nloremIntl.text();\n//=\u003e 'Lorem ipsum dolor sit ...'\n\nloremIntl.mandarin();\n//=\u003e '在一个充满科 ...'\n\nloremIntl.spanish();\n//=\u003e 'El rápido zorro marrón ...'\n```\n\n```js\nconst myLoremIntl = loremIntl.create({\n  defaultLanguage: \"english\",\n  defaultSize: \"short\",\n});\nmyLoremIntl.text();\n//=\u003e 'The quick brown fox jumps ...'\n```\n\n## API\n\n### .text()\n\nGet the default placeholder text.\n\n### .create(config?)\n\nCreate a new instance of `loremIntl` with a custom config.\n\n#### config\n\nType: `Config`\n\nDefault: `{ defaultSize: 'medium', defaultLanguage: 'latin' }`\n\n### .supported-language(size?)\n\nGet a placeholder text by language.\n\n#### size\n\nType: `Size`\n\nDefault: `'medium'`\n\n## Supported Languages\n\nPlaceholder text are available for the following languages:\n\n- `arabic`\n\n- `english`\n\n- `hindi`\n\n- `latin`\n\n- `mandarin`\n\n- `spanish`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhborthwick%2Florem-intl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhborthwick%2Florem-intl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhborthwick%2Florem-intl/lists"}