{"id":13800029,"url":"https://github.com/coderaiser/koa-minify","last_synced_at":"2025-10-24T13:15:56.375Z","repository":{"id":23136436,"uuid":"26491446","full_name":"coderaiser/koa-minify","owner":"coderaiser","description":"Minify middleware for koa","archived":false,"fork":false,"pushed_at":"2017-07-12T13:29:44.000Z","size":11,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T14:06:52.520Z","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/coderaiser.png","metadata":{"files":{"readme":"readme.md","changelog":"ChangeLog","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":"2014-11-11T15:41:09.000Z","updated_at":"2020-09-03T11:04:57.000Z","dependencies_parsed_at":"2022-07-31T07:17:57.576Z","dependency_job_id":null,"html_url":"https://github.com/coderaiser/koa-minify","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/coderaiser/koa-minify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fkoa-minify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fkoa-minify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fkoa-minify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fkoa-minify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderaiser","download_url":"https://codeload.github.com/coderaiser/koa-minify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fkoa-minify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260950577,"owners_count":23087628,"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:01:08.467Z","updated_at":"2025-10-24T13:15:51.329Z","avatar_url":"https://github.com/coderaiser.png","language":"JavaScript","funding_links":[],"categories":["仓库"],"sub_categories":["中间件"],"readme":"# Koa-minify\n\n[Minify](http://coderaiser.github.io/minify \"Minify\") middleware for [koa](http://koajs.com/ \"Koa\").\n\n## Install\n\n`npm i koa-minify --save`\n\n## Use\n\n```js\nconst koa = require('koa');\nconst koaMinify = require('koa-minify');\nconst app = new koa();\n\napp.use(koaMinify({\n    dir: __dirname\n}));\n\napp.listen(3000);\n```\n\n## License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Fkoa-minify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderaiser%2Fkoa-minify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Fkoa-minify/lists"}