{"id":19560623,"url":"https://github.com/zoubin/postcss-processor","last_synced_at":"2026-05-13T23:38:31.208Z","repository":{"id":33877460,"uuid":"37587373","full_name":"zoubin/postcss-processor","owner":"zoubin","description":"Sugar way to create a postcss processor or get postcss plugins","archived":false,"fork":false,"pushed_at":"2015-06-18T04:15:08.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T02:18:55.601Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zoubin.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":"2015-06-17T10:01:45.000Z","updated_at":"2015-06-17T11:46:48.000Z","dependencies_parsed_at":"2022-09-21T01:51:02.221Z","dependency_job_id":null,"html_url":"https://github.com/zoubin/postcss-processor","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zoubin/postcss-processor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fpostcss-processor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fpostcss-processor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fpostcss-processor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fpostcss-processor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoubin","download_url":"https://codeload.github.com/zoubin/postcss-processor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fpostcss-processor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33004763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: 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":[],"created_at":"2024-11-11T05:08:17.598Z","updated_at":"2026-05-13T23:38:31.187Z","avatar_url":"https://github.com/zoubin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postcss-processor\nSugar way to create a postcss processor or get postcss plugins\n\n## Usage\n\n```javascript\nvar Processor = require(\"postcss-processor\")\n\nvar plugins = Processor.plugin(\n    [\"postcss-node-plugin\", \"./local-plugin\"],\n    null,\n    { basedir: __dirname + \"/plugins\" }\n)\n\nconsole.log(\"Plugins to be used:\", plugins.map(function (p) {\n    return p.postcssPlugin\n}))\n// Plugins to be used: [ 'postcss-node-plugin', 'local-plugin'  ]\n\nvar processor = Processor(\n    [\"postcss-node-plugin\", \"./local-plugin\"],\n    null,\n    { basedir: __dirname + \"/plugins\" }\n)\n\n\n```\n\n### processor = Processor(pluginNames, opts, resolveOpts)\n\nResolve the plugins according to `pluginNames`, and return a processor using them.\n\n### plugins = Processor.plugin(pluginNames, opts, resolveOpts)\n\nResolve the plugins\n\n#### opts\n\nOptions map for each plugin. Key is the name, and value is the option.\n\n#### resolveOpts\n\nType: `Object`\n\nDirectly passed to [resolve.sync(id, opts)](https://github.com/substack/node-resolve#resolvesyncid-opts) to resolve the `pluginNames`\n\nType: `Function`\n\nUsed to resolve the `pluginNames`, with signature `resolve(id)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoubin%2Fpostcss-processor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoubin%2Fpostcss-processor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoubin%2Fpostcss-processor/lists"}