{"id":16346608,"url":"https://github.com/matype/css-mq","last_synced_at":"2025-11-08T10:30:28.560Z","repository":{"id":17912465,"uuid":"20874624","full_name":"matype/css-mq","owner":"matype","description":"Analize CSS Media Queries","archived":false,"fork":false,"pushed_at":"2014-06-27T04:16:55.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T01:46:20.874Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matype.png","metadata":{"files":{"readme":"readme.markdown","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}},"created_at":"2014-06-16T06:13:38.000Z","updated_at":"2014-06-27T04:16:27.000Z","dependencies_parsed_at":"2022-09-09T04:50:05.273Z","dependency_job_id":null,"html_url":"https://github.com/matype/css-mq","commit_stats":null,"previous_names":["morishitter/css-mq","matype/css-mq"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcss-mq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcss-mq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcss-mq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcss-mq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matype","download_url":"https://codeload.github.com/matype/css-mq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239550232,"owners_count":19657541,"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-10-11T00:35:46.345Z","updated_at":"2025-11-08T10:30:28.417Z","avatar_url":"https://github.com/matype.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# css-mq [![Build Status](https://travis-ci.org/morishitter/css-mq.svg)](https://travis-ci.org/morishitter/css-mq)\n\nAnalize CSS Media Queries\n\n## Installation\n\n```shell\n$ npm install css-mq\n```\n\n## Example\n\n```javascript\nvar mq = require('css-mq')\nvar css = \"@media screen and (max-width: 1000px) {#container{width : 95%;}}\"\n\nmq.media(css)\n// [\"screen and (max-width: 1000px)\"]\n\nmq.borders(css)\n// [\"1000px\"]\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 Masaaki Morishita\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fcss-mq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatype%2Fcss-mq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fcss-mq/lists"}