{"id":16346824,"url":"https://github.com/matype/css-z","last_synced_at":"2025-10-15T05:37:22.664Z","repository":{"id":144976128,"uuid":"19542082","full_name":"matype/css-z","owner":"matype","description":"Analize z-index property in CSS code","archived":false,"fork":false,"pushed_at":"2014-05-08T17:24:32.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-01T06:12:51.872Z","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/matype.png","metadata":{"files":{"readme":"readme.markdown","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-05-07T16:37:34.000Z","updated_at":"2024-06-01T06:12:51.872Z","dependencies_parsed_at":"2023-03-22T20:00:16.974Z","dependency_job_id":null,"html_url":"https://github.com/matype/css-z","commit_stats":null,"previous_names":["morishitter/css-z","matype/css-z"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcss-z","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcss-z/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcss-z/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcss-z/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matype","download_url":"https://codeload.github.com/matype/css-z/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239550230,"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:37:39.492Z","updated_at":"2025-10-15T05:37:17.635Z","avatar_url":"https://github.com/matype.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# css-z [![Build Status](https://travis-ci.org/morishitter/css-z.svg)](https://travis-ci.org/morishitter/css-z)\n\nAnalize z-index property in CSS code.\n\n## Installation\n\n```\nnpm install css-z\n```\n\n## Example\n\n```javascript\nvar z_index = require('../');\n\nvar css = \".z1{z-index:10;}.z2{z-index:20;}.z3{z-index:-3;}.z4{z-index:0;}.z5{z-index:9999;}.z6{z-index:auto;}\"\n\nz_index.num(css); // 6\n\nz_index.max(css); // 9999\n\nz_index.min(css); // -3\n\nz_index.stats(css);\n/*\n * [\n *   { selector: '.z1',\n *     z_value: '10'},\n *   { selector: '.z2',\n *     z_value: '20'},\n *   { selector: '.z3',\n *     z_value: '-3'},\n *   { selector: '.z4',\n *     z_value: '0'},\n *   { selector: '.z5',\n *     z_value: '9999'},\n *   { selector: '.z6',\n *     z_value: 'auto'}\n * ];\n */\n```\n\n## License\nThe MIT License (MIT)\n\nCopyright (c) 2014 Masaaki Morishita\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fcss-z","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatype%2Fcss-z","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fcss-z/lists"}