{"id":21591988,"url":"https://github.com/thasmo/gulp.modernizr","last_synced_at":"2025-03-18T10:23:16.811Z","repository":{"id":57153860,"uuid":"51660728","full_name":"thasmo/gulp.modernizr","owner":"thasmo","description":"Gulp plugin to generate a custom Modernizr build.","archived":false,"fork":false,"pushed_at":"2016-10-12T20:14:18.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-27T04:17:28.014Z","etag":null,"topics":["feature-detection","gulp-plugin","modernizr"],"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/thasmo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-02-13T19:03:25.000Z","updated_at":"2017-02-15T22:57:20.000Z","dependencies_parsed_at":"2022-09-07T12:21:08.379Z","dependency_job_id":null,"html_url":"https://github.com/thasmo/gulp.modernizr","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/thasmo%2Fgulp.modernizr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thasmo%2Fgulp.modernizr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thasmo%2Fgulp.modernizr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thasmo%2Fgulp.modernizr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thasmo","download_url":"https://codeload.github.com/thasmo/gulp.modernizr/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244198933,"owners_count":20414554,"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":["feature-detection","gulp-plugin","modernizr"],"created_at":"2024-11-24T16:35:34.678Z","updated_at":"2025-03-18T10:23:16.790Z","avatar_url":"https://github.com/thasmo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gulp Modernizr\n\u003e [Gulp][gulp] plugin to generate a custom [Modernizr][modernizr] build.\n\n## Usage\n```js\nvar gulp = require('gulp');\nvar modernizr = require('@thasmo/gulp-modernizr');\nvar options = {\n  'classPrefix': 'has-',\n  'options': [\n    'setClasses'\n  ],\n  'feature-detects': []\n};\n\ngulp.task('scripts', function() {\n  return gulp.src('*.js')\n    .pipe(modernizr(options))\n    .pipe(gulp.dest('.'))\n});\n```\n\n### Options\nSee [Modernizr][modernizr]'s build [options][options].\n\n## License\n[MIT License][license]\n\n[gulp]: http://gulpjs.com/\n[modernizr]: https://modernizr.com/\n[options]: https://github.com/Modernizr/Modernizr/blob/master/lib/config-all.json\n[license]: http://thasmo.mit-license.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthasmo%2Fgulp.modernizr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthasmo%2Fgulp.modernizr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthasmo%2Fgulp.modernizr/lists"}