{"id":16343802,"url":"https://github.com/cofob/postcss-ipfs","last_synced_at":"2026-02-08T14:05:28.981Z","repository":{"id":133449463,"uuid":"569237992","full_name":"cofob/postcss-ipfs","owner":"cofob","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-13T18:15:18.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T04:07:27.282Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cofob.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-22T11:40:58.000Z","updated_at":"2022-11-22T11:41:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"456da2ad-2c14-46a6-95b6-568f515a475b","html_url":"https://github.com/cofob/postcss-ipfs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cofob/postcss-ipfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cofob%2Fpostcss-ipfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cofob%2Fpostcss-ipfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cofob%2Fpostcss-ipfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cofob%2Fpostcss-ipfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cofob","download_url":"https://codeload.github.com/cofob/postcss-ipfs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cofob%2Fpostcss-ipfs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29232802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T13:49:52.259Z","status":"ssl_error","status_checked_at":"2026-02-08T13:49:18.683Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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:25:52.662Z","updated_at":"2026-02-08T14:05:28.949Z","avatar_url":"https://github.com/cofob.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostCSS IPFS [\u003cimg src=\"http://postcss.github.io/postcss/logo.svg\" alt=\"PostCSS\" width=\"90\" height=\"90\" align=\"right\"\u003e][PostCSS]\n\n[PostCSS] plugin for replacing IPFS strings.\n\n**Write this:**\n\n```css\n.foo {\n  background-image: url(ipfs://Qmhash/path/to/file.png);\n}\n\n.bar {\n  background-image: url(ipns://some.ipns.link/path/to/file.png);\n}\n```\n\n**And get this:**\n\n```css\n.foo {\n  background-image: url(https://ipfs.io/ipfs/Qmhash/path/to/file.png);\n}\n\n.bar {\n  background-image: url(https://ipfs.io/ipns/some.ipns.link/path/to/file.png);\n}\n```\n\n## Installation\n\n`$ npm install postcss-ipfs`\n\n## Usage\n\n```JS\npostcss([ require('postcss-ipfs') ])\n```\n\nSee [PostCSS](https://github.com/postcss/postcss) docs for [examples regarding usage](https://github.com/postcss/postcss#usage).\n\n## Options\n\n### `gateway`\n\n- Type: `string`\n- Default: `https://ipfs.io/`\n\nGateway that will replace `ipfs://` links.\n\n[PostCSS]: https://github.com/postcss/postcss\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcofob%2Fpostcss-ipfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcofob%2Fpostcss-ipfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcofob%2Fpostcss-ipfs/lists"}