{"id":16978795,"url":"https://github.com/srph/dotenv-autoload","last_synced_at":"2026-04-08T18:31:59.756Z","repository":{"id":75646645,"uuid":"49998920","full_name":"srph/dotenv-autoload","owner":"srph","description":":eyes: Autoload dotenv through recursive finding","archived":false,"fork":false,"pushed_at":"2016-01-21T20:29:12.000Z","size":14,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T22:42:42.890Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srph.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":"2016-01-20T02:37:46.000Z","updated_at":"2016-10-15T00:57:19.000Z","dependencies_parsed_at":"2023-03-22T08:41:02.698Z","dependency_job_id":null,"html_url":"https://github.com/srph/dotenv-autoload","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/srph/dotenv-autoload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fdotenv-autoload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fdotenv-autoload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fdotenv-autoload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fdotenv-autoload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srph","download_url":"https://codeload.github.com/srph/dotenv-autoload/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fdotenv-autoload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31568618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-14T01:44:13.097Z","updated_at":"2026-04-08T18:31:59.727Z","avatar_url":"https://github.com/srph.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## dotenv-autoload [![npm version](http://img.shields.io/npm/v/dotenv-autoload.svg?style=flat-square)](https://npmjs.org/package/dotenv-autoload?style=flat-square) [![Build Status](https://img.shields.io/travis/srph/dotenv-autoload.svg?style=flat-square)](https://travis-ci.org/srph/dotenv-autoload?branch=master)\nAutoload [`dotenv`](https://github.com/motdotla/dotenv/) through recursive finding.\n\n## Why?\nWith and without dotenv-autoload:\n```diff\n- require('dotenv').load({ path: __dirname + '/../../.env' });\n+ require('dotenv-autoload');\n```\nNothing is bad about it. It just looks dull.\n\nThis is only useful when running modules not located in the same directory as the `.env` file.\n\n## Getting Started\n```\nnpm i dotenv dotenv-autoload --save-dev\n```\n**Note**: `dotenv` **is** a **required** dependency.\n\n## Usage\n```js\nrequire('dotenv-autoload');\n```\nThat's all you need to get it running.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrph%2Fdotenv-autoload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrph%2Fdotenv-autoload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrph%2Fdotenv-autoload/lists"}