{"id":18657937,"url":"https://github.com/lightsofapollo/envfile","last_synced_at":"2025-11-05T22:30:24.293Z","repository":{"id":12106586,"uuid":"14695709","full_name":"lightsofapollo/envfile","owner":"lightsofapollo","description":"Very simple node utility to read .env files (like foreman)","archived":false,"fork":false,"pushed_at":"2013-11-25T19:53:10.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-27T15:12:50.786Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lightsofapollo.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":"2013-11-25T19:24:15.000Z","updated_at":"2013-12-12T17:00:24.000Z","dependencies_parsed_at":"2022-07-31T14:09:41.889Z","dependency_job_id":null,"html_url":"https://github.com/lightsofapollo/envfile","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/lightsofapollo%2Fenvfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fenvfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fenvfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fenvfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightsofapollo","download_url":"https://codeload.github.com/lightsofapollo/envfile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239475960,"owners_count":19645041,"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-07T07:30:41.194Z","updated_at":"2025-11-05T22:30:24.235Z","avatar_url":"https://github.com/lightsofapollo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# envfile\n\nVery simple node utility to read .env files (like foreman).\n\nWARNING: This is not a true env parser it will not deal with quotation\nor other fancy things. Additionally it expects every environment\nvariable to be on its own line.\n\n## Usage\n\n\nsome.env:\n```\nFOO=true\nMYSQL=1\n```\n\n```js\nvar envfile = require('envfile'),\n    fs = require('fs');\n\n\nenvfile.parse(fs.readFileSync('some.env'));\n// =\u003e { FOO: 'true', MYSQL: '1' }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fenvfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightsofapollo%2Fenvfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fenvfile/lists"}