{"id":19098893,"url":"https://github.com/ddliu/gulp-remote-src","last_synced_at":"2025-04-15T17:39:51.271Z","repository":{"id":479824,"uuid":"21345626","full_name":"ddliu/gulp-remote-src","owner":"ddliu","description":"Remote gulp.src","archived":false,"fork":false,"pushed_at":"2022-12-08T06:23:59.000Z","size":309,"stargazers_count":20,"open_issues_count":12,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-15T00:06:48.753Z","etag":null,"topics":["gulp","gulp-plugin","http","nodejs","remote","request","src"],"latest_commit_sha":null,"homepage":"","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/ddliu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-06-30T09:14:29.000Z","updated_at":"2019-03-26T07:34:03.000Z","dependencies_parsed_at":"2023-01-13T10:22:29.106Z","dependency_job_id":null,"html_url":"https://github.com/ddliu/gulp-remote-src","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddliu%2Fgulp-remote-src","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddliu%2Fgulp-remote-src/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddliu%2Fgulp-remote-src/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddliu%2Fgulp-remote-src/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddliu","download_url":"https://codeload.github.com/ddliu/gulp-remote-src/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249120454,"owners_count":21215954,"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","gulp-plugin","http","nodejs","remote","request","src"],"created_at":"2024-11-09T03:47:52.126Z","updated_at":"2025-04-15T17:39:51.228Z","avatar_url":"https://github.com/ddliu.png","language":"JavaScript","readme":"# gulp-remote-src\n\n[![Build Status](https://travis-ci.org/ddliu/gulp-remote-src.png)](https://travis-ci.org/ddliu/gulp-remote-src)\n\nRemote `gulp.src`.\n\n## Installation\n\nInstall package with NPM and add it to your development dependencies:\n\n    npm install --save-dev gulp-remote-src\n\n## Usage\n\n```js\nvar gulp = require('gulp');\nvar uglify = require('gulp-uglify');\nvar remoteSrc = require('gulp-remote-src');\n\ngulp.task('remote', function() {\n    \nremoteSrc(['app.js', 'jquery.js'], {\n        base: 'http://myapps.com/assets/'\n    })\n    .pipe(uglify())\n    .pipe(gulp.dest('./dist/'));\n})\n```\n\n## Options\n\n- `base`\n\n    Url base.\n\n    If you want to use absolute urls instead of relative ones, set this to\n    `null`. When not configured, `/` is assumed.\n\n- `buffer` (default is true)\n\n    Pipe out files as buffer or as stream. Note that some plugins do not support streaming.\n\n- `requestOptions`\n\n    Options to be passed to [request](https://github.com/mikeal/request)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddliu%2Fgulp-remote-src","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddliu%2Fgulp-remote-src","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddliu%2Fgulp-remote-src/lists"}