{"id":16515198,"url":"https://github.com/pine/gulp-dotenv","last_synced_at":"2025-06-20T16:13:08.204Z","repository":{"id":57257370,"uuid":"43645352","full_name":"pine/gulp-dotenv","owner":"pine","description":":wrench: A .env file plugin for gulp:  compiling .env to JSON","archived":false,"fork":false,"pushed_at":"2019-06-21T07:07:39.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-09T05:03:01.773Z","etag":null,"topics":[],"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/pine.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2015-10-04T17:33:58.000Z","updated_at":"2023-03-16T07:38:04.000Z","dependencies_parsed_at":"2022-09-08T21:00:32.246Z","dependency_job_id":null,"html_url":"https://github.com/pine/gulp-dotenv","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fgulp-dotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fgulp-dotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fgulp-dotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fgulp-dotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pine","download_url":"https://codeload.github.com/pine/gulp-dotenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":255221796,"owners_count":22193281,"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-10-11T16:16:01.055Z","updated_at":"2025-06-20T16:13:03.193Z","avatar_url":"https://github.com/pine.png","language":"JavaScript","readme":"# gulp-dotenv\n[![npm version](https://img.shields.io/npm/v/gulp-dotenv.svg)](https://www.npmjs.com/package/gulp-dotenv)\n[![Build Status](https://travis-ci.org/pine/gulp-dotenv.svg?branch=master)](https://travis-ci.org/pine/gulp-dotenv)\n[![Dependency Status](https://img.shields.io/david/pine/gulp-dotenv.svg)](https://david-dm.org/pine/gulp-dotenv)\n[![devDependency Status](https://img.shields.io/david/dev/pine/gulp-dotenv.svg)](https://david-dm.org/pine/gulp-dotenv#info=devDependencies)\n\nA .env file plugin for gulp:  compiling .env to JSON\n\n## Installation\n\n```\n$ npm install gulp-dotenv --save\n```\n\n## Usage\n`.env` is a `\\n` separated key-value configuration file like `KEY=VALUE`.\n\n```js\nvar dotenv = require('gulp-dotenv');\nvar rename = require('gulp-rename');\n\ngulp.task('dotenv', function () {\n  return gulp.src('.env')\n    .pipe(dotenv())\n    .pipe(rename('env.json'))\n    .pipe(gulp.dest('dist'));\n});\n```\n\n## License\nMIT \u0026copy; Pine Mizune\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fgulp-dotenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpine%2Fgulp-dotenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fgulp-dotenv/lists"}