{"id":17055018,"url":"https://github.com/ziguzagu/perl-css-parse-packed","last_synced_at":"2026-04-30T00:38:37.986Z","repository":{"id":555806,"uuid":"186483","full_name":"ziguzagu/perl-css-parse-packed","owner":"ziguzagu","description":"Alternate CSS::Parse module to pack duplicated selectors.","archived":false,"fork":false,"pushed_at":"2016-11-26T13:47:28.000Z","size":35,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T01:47:20.989Z","etag":null,"topics":["cpan","perl"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ziguzagu.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-04-27T06:11:18.000Z","updated_at":"2020-02-06T10:47:56.000Z","dependencies_parsed_at":"2022-07-18T10:39:49.441Z","dependency_job_id":null,"html_url":"https://github.com/ziguzagu/perl-css-parse-packed","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziguzagu%2Fperl-css-parse-packed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziguzagu%2Fperl-css-parse-packed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziguzagu%2Fperl-css-parse-packed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziguzagu%2Fperl-css-parse-packed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziguzagu","download_url":"https://codeload.github.com/ziguzagu/perl-css-parse-packed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245061390,"owners_count":20554563,"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":["cpan","perl"],"created_at":"2024-10-14T10:16:27.783Z","updated_at":"2026-04-30T00:38:37.957Z","avatar_url":"https://github.com/ziguzagu.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/ziguzagu/perl-css-parse-packed.svg?branch=master)](https://travis-ci.org/ziguzagu/perl-css-parse-packed)\n# NAME\n\nCSS::Parse::Packed - A CSS::Parse module packed duplicated selectors.\n\n# SYNOPSIS\n\n    use CSS;\n    my $css = CSS-\u003enew({ parser =\u003e 'CSS::Parse::Packed' });\n\n# DESCRIPTION\n\nThis module is a parser for CSS.pm. It parsing CSS by regular expression\nbased on CSS::Parse::Lite and packed duplicated selectors.\n\n# EXAMPLE\n\nOriginal is:\n\n    body { background-color:#FFFFFF; font-size: 1em; }\n    body { padding:6px; font-size: 1.5em; }\n\nAfter parsing:\n\n    body { padding: 6px; background-color: #FFFFFF; font-size: 1.5em }\n\n# SEE ALSO\n\n[CSS](https://metacpan.org/pod/CSS), [CSS::Parse::Lite](https://metacpan.org/pod/CSS::Parse::Lite)\n\n# AUTHOR\n\nHiroshi Sakai  `\u003cziguzagu@cpan.org\u003e`\n\n# LICENCE AND COPYRIGHT\n\nCopyright (c) 2007, Hiroshi Sakai `\u003cziguzagu@cpan.org\u003e`. All rights reserved.\n\nThis module is free software; you can redistribute it and/or\nmodify it under the same terms as Perl itself. See [perlartistic](https://metacpan.org/pod/perlartistic).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziguzagu%2Fperl-css-parse-packed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziguzagu%2Fperl-css-parse-packed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziguzagu%2Fperl-css-parse-packed/lists"}