{"id":14967835,"url":"https://github.com/openstyles/stylus-lang-bundle","last_synced_at":"2025-10-25T21:32:02.774Z","repository":{"id":37819784,"uuid":"141731554","full_name":"openstyles/stylus-lang-bundle","owner":"openstyles","description":"Browser friendly version of Stylus Language","archived":false,"fork":false,"pushed_at":"2025-01-04T04:35:29.000Z","size":486,"stargazers_count":6,"open_issues_count":3,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-31T10:51:11.768Z","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/openstyles.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":"2018-07-20T15:57:12.000Z","updated_at":"2025-01-18T19:06:57.000Z","dependencies_parsed_at":"2024-09-12T13:44:44.878Z","dependency_job_id":"0b261d38-4404-4f45-baeb-0307bd34ccef","html_url":"https://github.com/openstyles/stylus-lang-bundle","commit_stats":{"total_commits":24,"total_committers":5,"mean_commits":4.8,"dds":0.5,"last_synced_commit":"b2a79465d3c161870c2ef86d473b5d4d3ea00b91"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstyles%2Fstylus-lang-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstyles%2Fstylus-lang-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstyles%2Fstylus-lang-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstyles%2Fstylus-lang-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstyles","download_url":"https://codeload.github.com/openstyles/stylus-lang-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238212440,"owners_count":19434955,"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-09-24T13:38:41.432Z","updated_at":"2025-10-25T21:32:02.318Z","avatar_url":"https://github.com/openstyles.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stylus Language Bundle\n\nThis repository bundles [Stylus language compiler](https://github.com/stylus/stylus) into a single file that can be used in the browser.\n\nThe current version of the compiler is 0.58.1.\n\n## Live demo\n\nhttps://raw.githack.com/openstyles/stylus-lang-bundle/master/demo/\n\n## Install\n\nVia [npm](https://npmjs.org/):\n\n```bash\n$ npm install stylus-bundle\n```\n\nOr via [unpkg CDN](https://unpkg.com/):\n\n```html\n\u003cscript src=\"https://unpkg.com/stylus-lang-bundle@0.58.1/dist/stylus-renderer.min.js\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\n```js\n// stylus-renderer.min.js exports a single class `StylusRenderer` to global\nfunction render(input) {\n  try {\n    return new StylusRenderer(input).render();\n  } catch (err) {\n    console.error(err);\n  }\n}\n```\n\n## Home page\n\nHome page for this program with examples, documentation and a live demo: http://stylus-lang.com/\n\n## Changelog\n\n* 0.58.1 (Jun 23, 2022)\n\n  - Bump stylus-lang to 0.58.1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstyles%2Fstylus-lang-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstyles%2Fstylus-lang-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstyles%2Fstylus-lang-bundle/lists"}