{"id":22134218,"url":"https://github.com/ivoputzer/gulp-wiredep","last_synced_at":"2025-07-25T20:32:01.211Z","repository":{"id":57259510,"uuid":"45105304","full_name":"ivoputzer/gulp-wiredep","owner":"ivoputzer","description":null,"archived":false,"fork":false,"pushed_at":"2017-02-09T22:44:00.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-14T18:55:29.414Z","etag":null,"topics":["gulp","javascript","stream","wiredep"],"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/ivoputzer.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-10-28T10:36:03.000Z","updated_at":"2019-07-15T17:08:40.000Z","dependencies_parsed_at":"2022-08-25T03:22:31.407Z","dependency_job_id":null,"html_url":"https://github.com/ivoputzer/gulp-wiredep","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/ivoputzer%2Fgulp-wiredep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivoputzer%2Fgulp-wiredep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivoputzer%2Fgulp-wiredep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivoputzer%2Fgulp-wiredep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivoputzer","download_url":"https://codeload.github.com/ivoputzer/gulp-wiredep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227614677,"owners_count":17793949,"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":["gulp","javascript","stream","wiredep"],"created_at":"2024-12-01T19:10:07.736Z","updated_at":"2024-12-01T19:10:08.336Z","avatar_url":"https://github.com/ivoputzer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-wiredep\n\n[![travis](https://img.shields.io/travis/ivoputzer/gulp-wiredep.svg?style=flat-square)](https://travis-ci.org/ivoputzer/gulp-wiredep) [![npm-dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-blue.svg?style=flat-square\u0026colorB=44CC11)](package.json) [![standard-js](https://img.shields.io/badge/coding%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/) [![npm-package-quality](http://npm.packagequality.com/shield/gulp-wiredep.svg?style=flat-square\u0026colorB=44CC11)](http://packagequality.com/#?package=gulp-wiredep) [![npm-node-version](https://img.shields.io/badge/node-4%2B-blue.svg?style=flat-square)](https://nodejs.org/docs/v4.0.0/api) [![npm-version](https://img.shields.io/npm/v/gulp-wiredep.svg?style=flat-square\u0026colorB=007EC6)](https://www.npmjs.com/package/gulp-wiredep) [![npm-license](https://img.shields.io/npm/l/gulp-wiredep.svg?style=flat-square\u0026colorB=007EC6)](https://spdx.org/licenses/MIT)\n\n## standard usage\n\n```javascript\nconst gulp = require('gulp')\nconst wiredep = require('gulp-wiredep')\n\ngulp.task('bower', function () {\n  gulp.src('./src/footer.html')\n    .pipe(wiredep({\n      optional: 'configuration',\n      goes: 'here'\n    }))\n    .pipe(gulp.dest('./dest'))\n})\n```\n\n## usage with plugin loader\n\n```javascript\nconst gulp = require('gulp')\nconst plug = require('gulp-plugin-loader')\n\ngulp.task('bower', function () {\n  gulp.src('./src/footer.html')\n    .pipe(plug.wiredep({\n      optional: 'configuration',\n      goes: 'here'\n    }))\n    .pipe(gulp.dest('./dest'))\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivoputzer%2Fgulp-wiredep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivoputzer%2Fgulp-wiredep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivoputzer%2Fgulp-wiredep/lists"}