{"id":16252255,"url":"https://github.com/remarkablemark/hex2rgba","last_synced_at":"2025-03-19T20:31:13.174Z","repository":{"id":57263088,"uuid":"95274445","full_name":"remarkablemark/hex2rgba","owner":"remarkablemark","description":"Converts hexadecimal to RGBA.","archived":false,"fork":false,"pushed_at":"2017-06-24T04:01:09.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T10:51:39.584Z","etag":null,"topics":["converter","hexadecimal","javascript","npm","rgba"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/hex2rgba","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remarkablemark.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":"2017-06-24T03:55:31.000Z","updated_at":"2020-08-06T07:30:50.000Z","dependencies_parsed_at":"2022-09-01T04:32:03.571Z","dependency_job_id":null,"html_url":"https://github.com/remarkablemark/hex2rgba","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fhex2rgba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fhex2rgba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fhex2rgba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fhex2rgba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark","download_url":"https://codeload.github.com/remarkablemark/hex2rgba/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244501291,"owners_count":20462836,"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":["converter","hexadecimal","javascript","npm","rgba"],"created_at":"2024-10-10T15:12:58.154Z","updated_at":"2025-03-19T20:31:12.789Z","avatar_url":"https://github.com/remarkablemark.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hex2rgba\n\n[![NPM](https://nodei.co/npm/hex2rgba.png)](https://nodei.co/npm/hex2rgba/)\n\n[![NPM version](https://img.shields.io/npm/v/hex2rgba.svg)](https://www.npmjs.com/package/hex2rgba)\n[![Build Status](https://travis-ci.org/remarkablemark/hex2rgba.svg?branch=master)](https://travis-ci.org/remarkablemark/hex2rgba)\n[![Coverage Status](https://coveralls.io/repos/github/remarkablemark/hex2rgba/badge.svg?branch=master)](https://coveralls.io/github/remarkablemark/hex2rgba?branch=master)\n\nConverts hexadecimal to RGBA:\n\n```\nhex2rgba(hexadecimal[, alpha])\n```\n\n#### Example:\n\n```js\nvar hex2rgba = require('hex2rgba');\nhex2rgba('#f00');         // 'rgba(255,0,0,1)'\nhex2rgba('BADA55', 0.42); // 'rgba(186,218,85,0.42)'\n```\n\n## Install\n\n```sh\n$ npm install hex2rgba\n```\n\n## Testing\n\n```sh\n$ npm test\n$ npm run lint\n```\n\n## License\n\n[MIT](https://github.com/remarkablemark/hex2rgba/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fhex2rgba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablemark%2Fhex2rgba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fhex2rgba/lists"}