{"id":15389741,"url":"https://github.com/joshgillies/postcss-mysource-path","last_synced_at":"2025-06-22T18:04:42.408Z","repository":{"id":36282201,"uuid":"40586709","full_name":"joshgillies/postcss-mysource-path","owner":"joshgillies","description":"PostCSS plugin for rewriting url() paths to `mysource_files`.","archived":false,"fork":false,"pushed_at":"2015-08-21T02:56:10.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T18:03:45.842Z","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/joshgillies.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}},"created_at":"2015-08-12T07:31:40.000Z","updated_at":"2015-08-12T10:43:21.000Z","dependencies_parsed_at":"2022-09-04T12:22:17.294Z","dependency_job_id":null,"html_url":"https://github.com/joshgillies/postcss-mysource-path","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joshgillies/postcss-mysource-path","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshgillies%2Fpostcss-mysource-path","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshgillies%2Fpostcss-mysource-path/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshgillies%2Fpostcss-mysource-path/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshgillies%2Fpostcss-mysource-path/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshgillies","download_url":"https://codeload.github.com/joshgillies/postcss-mysource-path/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshgillies%2Fpostcss-mysource-path/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261338954,"owners_count":23143891,"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-01T15:03:13.284Z","updated_at":"2025-06-22T18:04:37.370Z","avatar_url":"https://github.com/joshgillies.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postcss-mysource-path\n\n[![Build Status][travis-image]][travis-link]\n[![js-standard-style][standard-image]][standard-link]\n\n[travis-image]: https://travis-ci.org/joshgillies/postcss-mysource-path.svg?branch=master\n[travis-link]: https://travis-ci.org/joshgillies/postcss-mysource-path\n[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat\n[standard-link]: https://github.com/feross/standard\n\n\u003e PostCSS plugin for rewriting url() paths to `mysource_files`.\n\n## Install\n\n`npm install postcss-mysource-path`\n\n## Example\n\n```js\nvar fs = require('fs')\nvar postcss = require('postcss')\nvar mySourcePath = require('postcss-mysource-path')\n\nvar source = fs.readFileSync('input.css', 'utf8')\n\nvar output = postcss([mySourcePath()])\n  .process(source, {\n    from: 'src/stylesheet/index.css',\n    to: 'dist/index.css'\n  })\n  .then(function (result) {\n    result.messages.forEach(function (message) {\n      console.log(message.path)\n    })\n  })\n  .css\n```\n\n## API\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshgillies%2Fpostcss-mysource-path","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshgillies%2Fpostcss-mysource-path","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshgillies%2Fpostcss-mysource-path/lists"}