{"id":18926807,"url":"https://github.com/ladjs/gulp-envify","last_synced_at":"2026-03-15T09:30:16.125Z","repository":{"id":57126131,"uuid":"277169440","full_name":"ladjs/gulp-envify","owner":"ladjs","description":"Gulp plugin for envify without browserify (maintained fork of https://github.com/tomashanacek/gulp-envify)","archived":false,"fork":false,"pushed_at":"2020-07-04T19:08:36.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T13:46:04.889Z","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/ladjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-04T19:01:24.000Z","updated_at":"2020-09-11T12:11:31.000Z","dependencies_parsed_at":"2022-08-31T05:40:32.899Z","dependency_job_id":null,"html_url":"https://github.com/ladjs/gulp-envify","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladjs%2Fgulp-envify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladjs%2Fgulp-envify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladjs%2Fgulp-envify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladjs%2Fgulp-envify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ladjs","download_url":"https://codeload.github.com/ladjs/gulp-envify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239922692,"owners_count":19719004,"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-11-08T11:17:12.905Z","updated_at":"2026-03-15T09:30:16.026Z","avatar_url":"https://github.com/ladjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-envify\n\n\u003e Gulp plugin for envify without browserify\n\n## Installation\n\n```\nnpm install --save-dev gulp-envify\n```\n\n## Usage\n\n```javascript\nvar envify = require('gulp-envify');\n\nvar environment = {\n  NODE_ENV: 'production'\n};\n\ngulp.task('compress', function() {\n  return gulp.src('lib/*.js')\n    .pipe(envify(environment))\n    .pipe(gulp.dest('dist'));\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladjs%2Fgulp-envify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fladjs%2Fgulp-envify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladjs%2Fgulp-envify/lists"}