{"id":16346595,"url":"https://github.com/matype/css-border-property","last_synced_at":"2025-08-31T10:38:04.264Z","repository":{"id":35445716,"uuid":"39712348","full_name":"matype/css-border-property","owner":"matype","description":"Parser and stringifier of `border` property","archived":false,"fork":false,"pushed_at":"2015-07-27T06:02:09.000Z","size":124,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T04:05:57.786Z","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.md","changelog":"changelog.md","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":"2015-07-26T03:35:41.000Z","updated_at":"2022-06-22T20:16:58.000Z","dependencies_parsed_at":"2022-09-01T09:20:19.402Z","dependency_job_id":null,"html_url":"https://github.com/matype/css-border-property","commit_stats":null,"previous_names":["morishitter/css-border-property","matype/css-border-property"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/matype/css-border-property","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcss-border-property","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcss-border-property/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcss-border-property/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcss-border-property/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matype","download_url":"https://codeload.github.com/matype/css-border-property/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcss-border-property/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272971405,"owners_count":25024093,"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-31T02:00:09.071Z","response_time":79,"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-10-11T00:35:44.139Z","updated_at":"2025-08-31T10:38:04.236Z","avatar_url":"https://github.com/matype.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# css-border-property [![Build Status](https://travis-ci.org/morishitter/css-border-property.svg)](https://travis-ci.org/morishitter/css-border-property)\n\nParser and Stringifier of `border` property\n\n## Install\n\n```shell\n$ npm install css-border-property\n```\n\n## Usage\n\n```js\nvar border = require('css-border-property')\n\nborder.parse('1px solid #eee')\n/*\n[\n  { property: 'border-width', value: '1px' },\n  { property: 'border-style', value: 'solid' },\n  { property: 'border-color', value: '#eee' }\n]\n*/\n\nborder.stringify([\n  { property: 'border-width', value: '1px' },\n  { property: 'border-style', value: 'solid' },\n  { property: 'border-color', value: '#eee' }\n])\n/* '1px solid #fff' */\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Masaaki Morishita\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fcss-border-property","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatype%2Fcss-border-property","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fcss-border-property/lists"}