{"id":13798790,"url":"https://github.com/adamkdean/koa-scss","last_synced_at":"2025-03-21T00:23:32.667Z","repository":{"id":31401764,"uuid":"34964999","full_name":"adamkdean/koa-scss","owner":"adamkdean","description":"Koa middleware for SCSS.","archived":false,"fork":false,"pushed_at":"2015-11-15T01:53:02.000Z","size":128,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-06T18:43:00.559Z","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/adamkdean.png","metadata":{"files":{"readme":"README.md","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":"2015-05-02T22:08:29.000Z","updated_at":"2018-04-04T14:48:53.000Z","dependencies_parsed_at":"2022-08-24T14:22:08.432Z","dependency_job_id":null,"html_url":"https://github.com/adamkdean/koa-scss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamkdean%2Fkoa-scss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamkdean%2Fkoa-scss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamkdean%2Fkoa-scss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamkdean%2Fkoa-scss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamkdean","download_url":"https://codeload.github.com/adamkdean/koa-scss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244713316,"owners_count":20497627,"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-08-04T00:00:53.614Z","updated_at":"2025-03-21T00:23:32.637Z","avatar_url":"https://github.com/adamkdean.png","language":"JavaScript","funding_links":[],"categories":["仓库"],"sub_categories":["中间件"],"readme":"# koa-scss\n\nKoa middleware for SCSS.\n\n## Installation\n\n```js\n$ npm install koa-scss\n```\n\n## Options\n\nSee [the node-sass-middleware document](https://github.com/sass/node-sass-middleware).\n\n## Example\n\n```js\nvar scss = require('koa-scss'),\n    serve = require('koa-static'),\n    koa = require('koa'),\n    app = koa();\n\napp.use(scss({\n    src: __dirname + '/public/scss/',\n    dest: __dirname + '/public/css/'\n}));\n\napp.use(serve('./public'));\n\napp.listen(8000);\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamkdean%2Fkoa-scss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamkdean%2Fkoa-scss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamkdean%2Fkoa-scss/lists"}