{"id":19505977,"url":"https://github.com/morlay/stylus-browserify","last_synced_at":"2025-08-25T07:12:30.144Z","repository":{"id":20126312,"uuid":"23396302","full_name":"morlay/stylus-browserify","owner":"morlay","description":"[DEPRECATED]","archived":false,"fork":false,"pushed_at":"2015-08-20T08:13:10.000Z","size":172,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-06-14T18:05:08.257Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/morlay.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-27T16:05:46.000Z","updated_at":"2016-07-11T07:01:43.000Z","dependencies_parsed_at":"2022-09-02T16:48:45.781Z","dependency_job_id":null,"html_url":"https://github.com/morlay/stylus-browserify","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/morlay/stylus-browserify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fstylus-browserify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fstylus-browserify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fstylus-browserify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fstylus-browserify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morlay","download_url":"https://codeload.github.com/morlay/stylus-browserify/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fstylus-browserify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272021290,"owners_count":24859994,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"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-10T22:35:14.212Z","updated_at":"2025-08-25T07:12:30.084Z","avatar_url":"https://github.com/morlay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Stylus Browserify\n\n\n[![Build Status](https://travis-ci.org/morlay/stylus-browserify.svg?branch=master)](https://travis-ci.org/morlay/stylus-browserify)\n[![Dependencies](https://david-dm.org/morlay/stylus-browserify.png)](https://david-dm.org/morlay/stylus-browserify)\n\nUse for [browserify plugin](https://github.com/substack/node-browserify#plugins) and stream to a single css file.\n\n## Usage\n\n    var browserify = require('browserify');\n    var stylusBrowserify = require('stylus-browserify')\n\n    var b = browserify('/path/to/entry.js').plugin(stylusBrowserify, OPTIONS);\n\n    var stream = b.bundle();\n\n    stream.pipe(); // pipe to main.js must pipe first\n    stream.css.pipe(); // pipe to main.css\n\n## Plugin Options\n\n[stylus api](http://learnboost.github.io/stylus/docs/js.html) can be used, but\n\n    {\n      include: [ path ],\n      import: [ path ],\n      use: [ fn ],\n      set: [\n        [ setting, value ]\n      ],\n      define: [\n        [ name, node ]\n        [ name, fn ]\n      ]\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorlay%2Fstylus-browserify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorlay%2Fstylus-browserify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorlay%2Fstylus-browserify/lists"}