{"id":369040,"url":"https://github.com/motdotla/dotenv","last_synced_at":"2026-06-20T00:02:18.069Z","repository":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2026-05-30T17:46:39.000Z","size":2211,"stargazers_count":20457,"open_issues_count":5,"forks_count":941,"subscribers_count":99,"default_branch":"master","last_synced_at":"2026-06-06T17:27:48.826Z","etag":null,"topics":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"latest_commit_sha":null,"homepage":"https://www.dotenv.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2026-06-06T13:48:55.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":["scottmotte/dotenv"],"tags_count":96,"template":false,"template_full_name":null,"purl":"pkg:github/motdotla/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/sbom","scorecard":{"id":661118,"data":{"date":"2025-08-11","repo":{"name":"github.com/motdotla/dotenv","commit":"d92a91e200deab36b0b0a05b09443cbe77f95216"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:14:13.333Z","repository_id":9353800,"created_at":"2025-08-21T16:14:13.333Z","updated_at":"2025-08-21T16:14:13.333Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34044448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"}},"owner":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"packages":[{"id":3712934,"name":"github.com/motdotla/dotenv","ecosystem":"go","description":"","homepage":null,"licenses":"bsd-2-clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":[],"namespace":"github.com/motdotla","versions_count":97,"first_release_published_at":"2013-07-05T18:24:28.000Z","latest_release_published_at":"2026-04-12T16:39:06.000Z","latest_release_number":"v17.4.2+incompatible","last_synced_at":"2026-04-22T12:23:51.657Z","created_at":"2022-04-11T12:47:11.348Z","updated_at":"2026-04-22T12:23:51.658Z","registry_url":"https://pkg.go.dev/github.com/motdotla/dotenv","install_command":"go get github.com/motdotla/dotenv","documentation_url":"https://pkg.go.dev/github.com/motdotla/dotenv#section-documentation","metadata":{},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2026-02-26T00:28:45.000Z","size":2060,"stargazers_count":20298,"open_issues_count":4,"forks_count":929,"subscribers_count":101,"default_branch":"master","last_synced_at":"2026-02-26T22:19:24.225Z","etag":null,"topics":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"latest_commit_sha":null,"homepage":"https://www.dotenv.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2026-02-26T14:54:42.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":["scottmotte/dotenv"],"tags_count":90,"template":false,"template_full_name":null,"purl":"pkg:github/motdotla/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/sbom","scorecard":{"id":661118,"data":{"date":"2025-08-11","repo":{"name":"github.com/motdotla/dotenv","commit":"d92a91e200deab36b0b0a05b09443cbe77f95216"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:14:13.333Z","repository_id":9353800,"created_at":"2025-08-21T16:14:13.333Z","updated_at":"2025-08-21T16:14:13.333Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29882646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[{"name":"v17.2.3","sha":"affe11372f3f1945f922996c092b5be70f30c40c","kind":"tag","published_at":"2025-09-29T23:21:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.3/manifests"},{"name":"v17.2.2","sha":"2ea1a76fd5a8e52955b12b1a49bdeb2e69eda6b2","kind":"tag","published_at":"2025-09-02T21:09:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.2/manifests"},{"name":"v17.2.1","sha":"37cf55a092036ba23d9435a682e8b1ceb4f329e8","kind":"tag","published_at":"2025-07-24T20:44:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.1/manifests"},{"name":"v17.2.0","sha":"11acd9fc33ee81b2bfbf8ef5924c800a7454a8dd","kind":"tag","published_at":"2025-07-09T16:23:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.0/manifests"},{"name":"v17.1.0","sha":"13bc310c4854c336ce7a0949e5e622e57d9d4bdf","kind":"tag","published_at":"2025-07-08T00:10:47.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.1.0/manifests"},{"name":"v17.0.1","sha":"535465c6f9f2c3554adb6e1b66ee9633c8ddf15b","kind":"tag","published_at":"2025-07-01T15:35:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.1/manifests"},{"name":"v17.0.0","sha":"f28bfd55817054af9fd5097b19eb4faa2189cb6b","kind":"tag","published_at":"2025-06-27T20:34:44.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.0/manifests"},{"name":"v16.6.1","sha":"076ba3b6a225b8cb878c1cd0a222674b6e5ef87d","kind":"tag","published_at":"2025-06-27T16:44:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.6.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.1/manifests"},{"name":"v16.6.0","sha":"064edcb30aa2390b9463312c2cfadf7946aee2ae","kind":"tag","published_at":"2025-06-26T18:44:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.0/manifests"},{"name":"v16.5.0","sha":"d39cc9a94ef80b534d02401ab99d17463e902385","kind":"tag","published_at":"2025-04-10T22:14:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.5.0/manifests"},{"name":"v16.4.7","sha":"a338d68264b00fafd1730233ff04127228908e9c","kind":"tag","published_at":"2024-12-03T17:20:05.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.7/manifests"},{"name":"v16.4.6","sha":"0c9f764c66f291a418185068eef2b13e2ec840b0","kind":"tag","published_at":"2024-12-03T01:36:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.6","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.6/manifests"},{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v15.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v15.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v13.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v13.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-02-27T02:04:14.159Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":3.4795809262391884,"dependent_packages_count":9.561217324694391,"stargazers_count":0.45563171563478505,"forks_count":0.9401639556646024,"docker_downloads_count":null,"average":3.609148480558242},"purl":"pkg:golang/github.com/motdotla/dotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/motdotla/dotenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/motdotla/dotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/motdotla/dotenv/dependencies","status":null,"funding_links":["https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-26T03:02:17.488Z","issues_count":177,"pull_requests_count":150,"avg_time_to_close_issue":13364215.535031848,"avg_time_to_close_pull_request":5378541.347517731,"issues_closed_count":157,"pull_requests_closed_count":141,"pull_request_authors_count":77,"issue_authors_count":170,"avg_comments_per_issue":4.497175141242938,"avg_comments_per_pull_request":1.1866666666666668,"merged_pull_requests_count":91,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":35,"past_year_pull_requests_count":38,"past_year_avg_time_to_close_issue":428186.5238095238,"past_year_avg_time_to_close_pull_request":63852.3125,"past_year_issues_closed_count":21,"past_year_pull_requests_closed_count":32,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":2.942857142857143,"past_year_avg_comments_per_pull_request":1.2894736842105263,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":20,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmotdotla%2Fdotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmotdotla%2Fdotenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmotdotla%2Fdotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmotdotla%2Fdotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmotdotla%2Fdotenv/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2106353,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":7895180,"name":"abhi-env","ecosystem":"npm","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":null,"versions_count":1,"first_release_published_at":"2023-07-05T16:50:48.112Z","latest_release_published_at":"2023-07-05T16:50:48.112Z","latest_release_number":"16.3.2","last_synced_at":"2026-04-22T12:23:47.741Z","created_at":"2023-07-05T19:11:06.725Z","updated_at":"2026-04-22T12:23:47.742Z","registry_url":"https://www.npmjs.com/package/abhi-env","install_command":"npm install abhi-env","documentation_url":null,"metadata":{"funding":"https://github.com/motdotla/dotenv?sponsor=1","dist-tags":{"latest":"16.3.2"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2026-02-26T00:28:45.000Z","size":2060,"stargazers_count":20298,"open_issues_count":4,"forks_count":929,"subscribers_count":101,"default_branch":"master","last_synced_at":"2026-02-26T22:19:24.225Z","etag":null,"topics":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"latest_commit_sha":null,"homepage":"https://www.dotenv.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2026-02-26T14:54:42.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":["scottmotte/dotenv"],"tags_count":90,"template":false,"template_full_name":null,"purl":"pkg:github/motdotla/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/sbom","scorecard":{"id":661118,"data":{"date":"2025-08-11","repo":{"name":"github.com/motdotla/dotenv","commit":"d92a91e200deab36b0b0a05b09443cbe77f95216"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:14:13.333Z","repository_id":9353800,"created_at":"2025-08-21T16:14:13.333Z","updated_at":"2025-08-21T16:14:13.333Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29882646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[{"name":"v17.2.3","sha":"affe11372f3f1945f922996c092b5be70f30c40c","kind":"tag","published_at":"2025-09-29T23:21:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.3/manifests"},{"name":"v17.2.2","sha":"2ea1a76fd5a8e52955b12b1a49bdeb2e69eda6b2","kind":"tag","published_at":"2025-09-02T21:09:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.2/manifests"},{"name":"v17.2.1","sha":"37cf55a092036ba23d9435a682e8b1ceb4f329e8","kind":"tag","published_at":"2025-07-24T20:44:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.1/manifests"},{"name":"v17.2.0","sha":"11acd9fc33ee81b2bfbf8ef5924c800a7454a8dd","kind":"tag","published_at":"2025-07-09T16:23:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.0/manifests"},{"name":"v17.1.0","sha":"13bc310c4854c336ce7a0949e5e622e57d9d4bdf","kind":"tag","published_at":"2025-07-08T00:10:47.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.1.0/manifests"},{"name":"v17.0.1","sha":"535465c6f9f2c3554adb6e1b66ee9633c8ddf15b","kind":"tag","published_at":"2025-07-01T15:35:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.1/manifests"},{"name":"v17.0.0","sha":"f28bfd55817054af9fd5097b19eb4faa2189cb6b","kind":"tag","published_at":"2025-06-27T20:34:44.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.0/manifests"},{"name":"v16.6.1","sha":"076ba3b6a225b8cb878c1cd0a222674b6e5ef87d","kind":"tag","published_at":"2025-06-27T16:44:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.6.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.1/manifests"},{"name":"v16.6.0","sha":"064edcb30aa2390b9463312c2cfadf7946aee2ae","kind":"tag","published_at":"2025-06-26T18:44:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.0/manifests"},{"name":"v16.5.0","sha":"d39cc9a94ef80b534d02401ab99d17463e902385","kind":"tag","published_at":"2025-04-10T22:14:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.5.0/manifests"},{"name":"v16.4.7","sha":"a338d68264b00fafd1730233ff04127228908e9c","kind":"tag","published_at":"2024-12-03T17:20:05.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.7/manifests"},{"name":"v16.4.6","sha":"0c9f764c66f291a418185068eef2b13e2ec840b0","kind":"tag","published_at":"2024-12-03T01:36:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.6","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.6/manifests"},{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v15.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v15.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v13.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v13.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-02-27T02:04:14.154Z","dependent_packages_count":0,"downloads":20,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":20.05988896368485,"dependent_packages_count":46.09526454378299,"stargazers_count":0.7246406965110839,"forks_count":1.2721040676775177,"docker_downloads_count":null,"average":17.03797456791411},"purl":"pkg:npm/abhi-env","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/abhi-env","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/abhi-env","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/abhi-env/dependencies","status":"unpublished","funding_links":["https://github.com/motdotla/dotenv?sponsor=1","https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-26T03:02:17.488Z","issues_count":177,"pull_requests_count":150,"avg_time_to_close_issue":13364215.535031848,"avg_time_to_close_pull_request":5378541.347517731,"issues_closed_count":157,"pull_requests_closed_count":141,"pull_request_authors_count":77,"issue_authors_count":170,"avg_comments_per_issue":4.497175141242938,"avg_comments_per_pull_request":1.1866666666666668,"merged_pull_requests_count":91,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":35,"past_year_pull_requests_count":38,"past_year_avg_time_to_close_issue":428186.5238095238,"past_year_avg_time_to_close_pull_request":63852.3125,"past_year_issues_closed_count":21,"past_year_pull_requests_closed_count":32,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":2.942857142857143,"past_year_avg_comments_per_pull_request":1.2894736842105263,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":20,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/abhi-env/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/abhi-env/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/abhi-env/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/abhi-env/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/abhi-env/codemeta","maintainers":[{"uuid":"kr_abhi55","login":"kr_abhi55","name":null,"email":"abhishek33gl@gmail.com","url":null,"packages_count":7,"html_url":"https://www.npmjs.com/~kr_abhi55","role":null,"created_at":"2023-07-06T02:45:24.158Z","updated_at":"2023-07-06T02:45:24.158Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/kr_abhi55/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":14301948,"name":"@vssuser1/dotenv","ecosystem":"npm","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":"vssuser1","versions_count":1,"first_release_published_at":"2026-04-22T07:17:03.730Z","latest_release_published_at":"2026-04-22T07:17:03.730Z","latest_release_number":"10.0.0-vss.dotenv.0","last_synced_at":"2026-04-23T01:52:13.463Z","created_at":"2026-04-23T01:52:12.419Z","updated_at":"2026-04-23T01:55:43.615Z","registry_url":"https://www.npmjs.com/package/@vssuser1/dotenv","install_command":"npm install @vssuser1/dotenv","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"vss":"10.0.0-vss.dotenv.0","latest":"10.0.0-vss.dotenv.0"}},"repo_metadata":{},"repo_metadata_updated_at":"2026-04-23T01:55:43.595Z","dependent_packages_count":0,"downloads":null,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":21.964683011629862,"dependent_packages_count":31.659817305973338,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":26.8122501588016},"purl":"pkg:npm/%40vssuser1/dotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@vssuser1/dotenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@vssuser1/dotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@vssuser1/dotenv/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@vssuser1%2Fdotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@vssuser1%2Fdotenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@vssuser1%2Fdotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@vssuser1%2Fdotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@vssuser1%2Fdotenv/codemeta","maintainers":[{"uuid":"vssuser1","login":"vssuser1","name":null,"email":"elebishe@163.com","url":null,"packages_count":24,"html_url":"https://www.npmjs.com/~vssuser1","role":null,"created_at":"2026-04-23T01:52:13.113Z","updated_at":"2026-04-23T01:52:13.113Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/vssuser1/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1628544,"name":"dotenv","ecosystem":"npm","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":null,"versions_count":104,"first_release_published_at":"2013-07-05T18:29:16.165Z","latest_release_published_at":"2026-04-12T16:41:11.574Z","latest_release_number":"17.4.2","last_synced_at":"2026-04-24T01:01:29.597Z","created_at":"2022-04-09T12:29:09.924Z","updated_at":"2026-04-24T01:01:29.598Z","registry_url":"https://www.npmjs.com/package/dotenv","install_command":"npm install dotenv","documentation_url":null,"metadata":{"funding":"https://dotenvx.com","dist-tags":{"latest":"17.4.2"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2026-04-05T18:42:08.000Z","size":1778,"stargazers_count":20365,"open_issues_count":5,"forks_count":931,"subscribers_count":99,"default_branch":"master","last_synced_at":"2026-04-11T17:11:07.375Z","etag":null,"topics":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"latest_commit_sha":null,"homepage":"https://www.dotenv.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2026-04-11T14:48:38.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":["scottmotte/dotenv"],"tags_count":93,"template":false,"template_full_name":null,"purl":"pkg:github/motdotla/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/sbom","scorecard":{"id":661118,"data":{"date":"2025-08-11","repo":{"name":"github.com/motdotla/dotenv","commit":"d92a91e200deab36b0b0a05b09443cbe77f95216"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:14:13.333Z","repository_id":9353800,"created_at":"2025-08-21T16:14:13.333Z","updated_at":"2025-08-21T16:14:13.333Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31869631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"tags":[{"name":"v17.4.2","sha":"f116f70310abab44fbfddbaeb833698b5bf84a9b","kind":"tag","published_at":"2026-04-12T16:39:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.4.2/manifests"},{"name":"v17.4.1","sha":"48aa216de16846724e7bc80756fd42745116e4aa","kind":"tag","published_at":"2026-04-05T18:42:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.4.1/manifests"},{"name":"v17.4.0","sha":"a2e31d6d30ec7b9369aef9e5e1588cedf8cced2f","kind":"tag","published_at":"2026-04-01T21:51:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.4.0/manifests"},{"name":"v17.3.1","sha":"7bc16a41c9efd4cf4ab8a4614d0ace7fd240b27b","kind":"tag","published_at":"2026-02-12T22:09:44.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.3.1/manifests"},{"name":"v17.3.0","sha":"5febe352d4dd499bfaa73de808a56bf03a268b6b","kind":"tag","published_at":"2026-02-12T20:13:19.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.3.0/manifests"},{"name":"v17.2.4","sha":"fabbdf24c59d0cac3b5acd45daf9fcb2b40dd98d","kind":"tag","published_at":"2026-02-05T20:39:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.4/manifests"},{"name":"v17.2.3","sha":"affe11372f3f1945f922996c092b5be70f30c40c","kind":"tag","published_at":"2025-09-29T23:21:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.3/manifests"},{"name":"v17.2.2","sha":"2ea1a76fd5a8e52955b12b1a49bdeb2e69eda6b2","kind":"tag","published_at":"2025-09-02T21:09:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.2/manifests"},{"name":"v17.2.1","sha":"37cf55a092036ba23d9435a682e8b1ceb4f329e8","kind":"tag","published_at":"2025-07-24T20:44:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.1/manifests"},{"name":"v17.2.0","sha":"11acd9fc33ee81b2bfbf8ef5924c800a7454a8dd","kind":"tag","published_at":"2025-07-09T16:23:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.0/manifests"},{"name":"v17.1.0","sha":"13bc310c4854c336ce7a0949e5e622e57d9d4bdf","kind":"tag","published_at":"2025-07-08T00:10:47.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.1.0/manifests"},{"name":"v17.0.1","sha":"535465c6f9f2c3554adb6e1b66ee9633c8ddf15b","kind":"tag","published_at":"2025-07-01T15:35:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.1/manifests"},{"name":"v17.0.0","sha":"f28bfd55817054af9fd5097b19eb4faa2189cb6b","kind":"tag","published_at":"2025-06-27T20:34:44.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.0/manifests"},{"name":"v16.6.1","sha":"076ba3b6a225b8cb878c1cd0a222674b6e5ef87d","kind":"tag","published_at":"2025-06-27T16:44:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.6.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.1/manifests"},{"name":"v16.6.0","sha":"064edcb30aa2390b9463312c2cfadf7946aee2ae","kind":"tag","published_at":"2025-06-26T18:44:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.0/manifests"},{"name":"v16.5.0","sha":"d39cc9a94ef80b534d02401ab99d17463e902385","kind":"tag","published_at":"2025-04-10T22:14:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.5.0/manifests"},{"name":"v16.4.7","sha":"a338d68264b00fafd1730233ff04127228908e9c","kind":"tag","published_at":"2024-12-03T17:20:05.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.7/manifests"},{"name":"v16.4.6","sha":"0c9f764c66f291a418185068eef2b13e2ec840b0","kind":"tag","published_at":"2024-12-03T01:36:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.6","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.6/manifests"},{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v15.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v15.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v13.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v13.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-04-21T14:02:32.723Z","dependent_packages_count":42583,"downloads":488412890,"downloads_period":"last-month","dependent_repos_count":1228719,"rankings":{"downloads":0.007392553344117335,"dependent_repos_count":0.02831074132524935,"dependent_packages_count":0.0023546651392373735,"stargazers_count":0.6946809757294259,"forks_count":1.3332606855251614,"docker_downloads_count":0.017632608717079865,"average":0.3472720382967119},"purl":"pkg:npm/dotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/dotenv","docker_dependents_count":36489,"docker_downloads_count":4448309117,"usage_url":"https://repos.ecosyste.ms/usage/npm/dotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/dotenv/dependencies","status":null,"funding_links":["https://dotenvx.com","https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":true,"issue_metadata":{"last_synced_at":"2026-04-19T23:23:32.819Z","issues_count":179,"pull_requests_count":212,"avg_time_to_close_issue":13419731.069620254,"avg_time_to_close_pull_request":4038473.954314721,"issues_closed_count":158,"pull_requests_closed_count":197,"pull_request_authors_count":81,"issue_authors_count":171,"avg_comments_per_issue":4.4692737430167595,"avg_comments_per_pull_request":1.160377358490566,"merged_pull_requests_count":91,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":34,"past_year_pull_requests_count":95,"past_year_avg_time_to_close_issue":1612783.3684210526,"past_year_avg_time_to_close_pull_request":465604.63095238095,"past_year_issues_closed_count":19,"past_year_pull_requests_closed_count":84,"past_year_pull_request_authors_count":22,"past_year_issue_authors_count":32,"past_year_avg_comments_per_issue":3.0294117647058822,"past_year_avg_comments_per_pull_request":1.1578947368421053,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":16,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dotenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dotenv/codemeta","maintainers":[{"uuid":"scottmotte","login":"scottmotte","name":null,"email":"scott@scottmotte.com","url":null,"packages_count":7,"html_url":"https://www.npmjs.com/~scottmotte","role":null,"created_at":"2022-11-10T11:23:30.637Z","updated_at":"2022-11-10T11:23:30.637Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/scottmotte/packages"},{"uuid":"motdotla","login":"motdotla","name":null,"email":"mot@mot.la","url":null,"packages_count":151,"html_url":"https://www.npmjs.com/~motdotla","role":null,"created_at":"2022-11-10T11:23:30.642Z","updated_at":"2022-11-10T11:23:30.642Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/motdotla/packages"},{"uuid":"motdotenv","login":"motdotenv","name":null,"email":"mot@dotenv.org","url":null,"packages_count":91,"html_url":"https://www.npmjs.com/~motdotenv","role":null,"created_at":"2023-12-13T21:39:05.436Z","updated_at":"2023-12-13T21:39:05.436Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/motdotenv/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":13954842,"name":"node-dotenv","ecosystem":"guix","description":"Loads environment variables from .env files","homepage":"https://github.com/motdotla/dotenv","licenses":"bsd-2","normalized_licenses":["BSD-1-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T20:22:22.939Z","latest_release_published_at":"2026-03-02T20:22:22.939Z","latest_release_number":"16.4.5","last_synced_at":"2026-04-03T06:16:51.091Z","created_at":"2026-03-02T20:22:22.720Z","updated_at":"2026-04-03T06:16:51.091Z","registry_url":"https://packages.guix.gnu.org/packages/node-dotenv/16.4.5/","install_command":"guix install node-dotenv","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/node-xyz.scm#n922","metadata":{"location":"gnu/packages/node-xyz.scm:922","variable_name":"node-dotenv"},"repo_metadata":{},"repo_metadata_updated_at":"2026-03-02T20:22:23.606Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/node-dotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/node-dotenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/node-dotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/node-dotenv/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/node-dotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/node-dotenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/node-dotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/node-dotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/node-dotenv/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":31136,"maintainers_count":0,"namespaces_count":0,"keywords_count":0,"github":"guix-mirror","metadata":{"funded_packages_count":286},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-04-03T06:23:21.396Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":12608230,"name":"@mrgibson/dotenv-buffer","ecosystem":"npm","description":"Loads environment variables into buffer","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":"mrgibson","versions_count":2,"first_release_published_at":"2025-12-21T01:03:40.575Z","latest_release_published_at":"2025-12-21T01:03:40.575Z","latest_release_number":"17.2.3","last_synced_at":"2026-04-22T12:23:51.921Z","created_at":"2025-12-21T01:05:25.028Z","updated_at":"2026-04-22T12:23:51.921Z","registry_url":"https://www.npmjs.com/package/@mrgibson/dotenv-buffer","install_command":"npm install @mrgibson/dotenv-buffer","documentation_url":null,"metadata":{"funding":"https://dotenvx.com","dist-tags":{"latest":"17.2.4-beta1"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2026-03-04T23:21:53.000Z","size":2079,"stargazers_count":20317,"open_issues_count":6,"forks_count":926,"subscribers_count":101,"default_branch":"master","last_synced_at":"2026-03-07T12:40:01.924Z","etag":null,"topics":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"latest_commit_sha":null,"homepage":"https://www.dotenv.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2026-03-06T16:08:56.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":["scottmotte/dotenv"],"tags_count":93,"template":false,"template_full_name":null,"purl":"pkg:github/motdotla/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/sbom","scorecard":{"id":661118,"data":{"date":"2025-08-11","repo":{"name":"github.com/motdotla/dotenv","commit":"d92a91e200deab36b0b0a05b09443cbe77f95216"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:14:13.333Z","repository_id":9353800,"created_at":"2025-08-21T16:14:13.333Z","updated_at":"2025-08-21T16:14:13.333Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30297113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T11:12:22.024Z","status":"ssl_error","status_checked_at":"2026-03-09T11:10:54.577Z","response_time":61,"last_error":"SSL_read: 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"},"tags":[]},"repo_metadata_updated_at":"2026-04-17T12:59:08.037Z","dependent_packages_count":0,"downloads":6,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":23.218274046185616,"dependent_packages_count":33.48581034162186,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":28.352042193903735},"purl":"pkg:npm/%40mrgibson/dotenv-buffer","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@mrgibson/dotenv-buffer","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@mrgibson/dotenv-buffer","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@mrgibson/dotenv-buffer/dependencies","status":null,"funding_links":["https://dotenvx.com","https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-26T03:02:17.488Z","issues_count":177,"pull_requests_count":150,"avg_time_to_close_issue":13364215.535031848,"avg_time_to_close_pull_request":5378541.347517731,"issues_closed_count":157,"pull_requests_closed_count":141,"pull_request_authors_count":77,"issue_authors_count":170,"avg_comments_per_issue":4.497175141242938,"avg_comments_per_pull_request":1.1866666666666668,"merged_pull_requests_count":91,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":35,"past_year_pull_requests_count":38,"past_year_avg_time_to_close_issue":428186.5238095238,"past_year_avg_time_to_close_pull_request":63852.3125,"past_year_issues_closed_count":21,"past_year_pull_requests_closed_count":32,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":2.942857142857143,"past_year_avg_comments_per_pull_request":1.2894736842105263,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":20,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mrgibson%2Fdotenv-buffer/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mrgibson%2Fdotenv-buffer/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mrgibson%2Fdotenv-buffer/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mrgibson%2Fdotenv-buffer/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mrgibson%2Fdotenv-buffer/codemeta","maintainers":[{"uuid":"mrgibson","login":"mrgibson","name":null,"email":"gibson@thegulag.net","url":null,"packages_count":2,"html_url":"https://www.npmjs.com/~mrgibson","role":null,"created_at":"2025-12-21T01:21:41.638Z","updated_at":"2025-12-21T01:21:41.638Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/mrgibson/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":4998702,"name":"org.webjars.npm:dotenv","ecosystem":"maven","description":"WebJar for dotenv","homepage":"https://www.webjars.org","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":[],"namespace":"org.webjars.npm","versions_count":6,"first_release_published_at":"2017-10-23T05:58:01.000Z","latest_release_published_at":"2025-05-16T15:30:32.000Z","latest_release_number":"16.5.0","last_synced_at":"2026-04-22T12:23:46.827Z","created_at":"2022-07-27T10:55:16.212Z","updated_at":"2026-04-22T12:23:46.827Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/dotenv/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/dotenv/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2026-02-26T00:28:45.000Z","size":2060,"stargazers_count":20298,"open_issues_count":4,"forks_count":929,"subscribers_count":101,"default_branch":"master","last_synced_at":"2026-02-26T22:19:24.225Z","etag":null,"topics":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"latest_commit_sha":null,"homepage":"https://www.dotenv.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2026-02-26T14:54:42.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":["scottmotte/dotenv"],"tags_count":90,"template":false,"template_full_name":null,"purl":"pkg:github/motdotla/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/sbom","scorecard":{"id":661118,"data":{"date":"2025-08-11","repo":{"name":"github.com/motdotla/dotenv","commit":"d92a91e200deab36b0b0a05b09443cbe77f95216"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:14:13.333Z","repository_id":9353800,"created_at":"2025-08-21T16:14:13.333Z","updated_at":"2025-08-21T16:14:13.333Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29882646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[{"name":"v17.2.3","sha":"affe11372f3f1945f922996c092b5be70f30c40c","kind":"tag","published_at":"2025-09-29T23:21:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.3/manifests"},{"name":"v17.2.2","sha":"2ea1a76fd5a8e52955b12b1a49bdeb2e69eda6b2","kind":"tag","published_at":"2025-09-02T21:09:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.2/manifests"},{"name":"v17.2.1","sha":"37cf55a092036ba23d9435a682e8b1ceb4f329e8","kind":"tag","published_at":"2025-07-24T20:44:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.1/manifests"},{"name":"v17.2.0","sha":"11acd9fc33ee81b2bfbf8ef5924c800a7454a8dd","kind":"tag","published_at":"2025-07-09T16:23:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.0/manifests"},{"name":"v17.1.0","sha":"13bc310c4854c336ce7a0949e5e622e57d9d4bdf","kind":"tag","published_at":"2025-07-08T00:10:47.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.1.0/manifests"},{"name":"v17.0.1","sha":"535465c6f9f2c3554adb6e1b66ee9633c8ddf15b","kind":"tag","published_at":"2025-07-01T15:35:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.1/manifests"},{"name":"v17.0.0","sha":"f28bfd55817054af9fd5097b19eb4faa2189cb6b","kind":"tag","published_at":"2025-06-27T20:34:44.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.0/manifests"},{"name":"v16.6.1","sha":"076ba3b6a225b8cb878c1cd0a222674b6e5ef87d","kind":"tag","published_at":"2025-06-27T16:44:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.6.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.1/manifests"},{"name":"v16.6.0","sha":"064edcb30aa2390b9463312c2cfadf7946aee2ae","kind":"tag","published_at":"2025-06-26T18:44:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.0/manifests"},{"name":"v16.5.0","sha":"d39cc9a94ef80b534d02401ab99d17463e902385","kind":"tag","published_at":"2025-04-10T22:14:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.5.0/manifests"},{"name":"v16.4.7","sha":"a338d68264b00fafd1730233ff04127228908e9c","kind":"tag","published_at":"2024-12-03T17:20:05.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.7/manifests"},{"name":"v16.4.6","sha":"0c9f764c66f291a418185068eef2b13e2ec840b0","kind":"tag","published_at":"2024-12-03T01:36:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.6","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.6/manifests"},{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v15.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v15.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v13.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v13.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-02-27T02:04:14.153Z","dependent_packages_count":9,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":16.115688414139694,"dependent_packages_count":6.7078457087366985,"stargazers_count":1.464823023910493,"forks_count":6.131794027782783,"docker_downloads_count":null,"average":7.605037793642417},"purl":"pkg:maven/org.webjars.npm/dotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:dotenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:dotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:dotenv/dependencies","status":null,"funding_links":["https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-26T03:02:17.488Z","issues_count":177,"pull_requests_count":150,"avg_time_to_close_issue":13364215.535031848,"avg_time_to_close_pull_request":5378541.347517731,"issues_closed_count":157,"pull_requests_closed_count":141,"pull_request_authors_count":77,"issue_authors_count":170,"avg_comments_per_issue":4.497175141242938,"avg_comments_per_pull_request":1.1866666666666668,"merged_pull_requests_count":91,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":35,"past_year_pull_requests_count":38,"past_year_avg_time_to_close_issue":428186.5238095238,"past_year_avg_time_to_close_pull_request":63852.3125,"past_year_issues_closed_count":21,"past_year_pull_requests_closed_count":32,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":2.942857142857143,"past_year_avg_comments_per_pull_request":1.2894736842105263,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":20,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:dotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:dotenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:dotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:dotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:dotenv/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":603217,"maintainers_count":0,"namespaces_count":79339,"keywords_count":0,"github":"maven-central","metadata":{"funded_packages_count":39644},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-04-03T06:29:38.544Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":1025886,"name":"@ladjs/dotenv","ecosystem":"npm","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":"ladjs","versions_count":1,"first_release_published_at":"2017-09-11T08:21:22.549Z","latest_release_published_at":"2017-09-11T08:21:22.549Z","latest_release_number":"4.0.2","last_synced_at":"2026-04-22T12:23:50.196Z","created_at":"2022-04-07T19:34:25.623Z","updated_at":"2026-04-22T12:23:50.196Z","registry_url":"https://www.npmjs.com/package/@ladjs/dotenv","install_command":"npm install @ladjs/dotenv","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"4.0.2"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2024-07-26T15:52:47.000Z","size":1385,"stargazers_count":18986,"open_issues_count":12,"forks_count":853,"subscribers_count":111,"default_branch":"master","last_synced_at":"2024-09-03T11:03:24.249Z","etag":null,"topics":["dotenv","environment-variables","javascript","node","nodejs"],"latest_commit_sha":null,"homepage":"https://www.dotenvx.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2024-09-03T08:23:34.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217599093,"owners_count":16201910,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2024-09-05T10:24:46.142Z","dependent_packages_count":2,"downloads":30,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":59.88173098450381,"dependent_repos_count":10.295976646711454,"dependent_packages_count":8.833550931946979,"stargazers_count":0.6893074573436916,"forks_count":1.2742482363964085,"docker_downloads_count":null,"average":16.19496285138047},"purl":"pkg:npm/%40ladjs/dotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@ladjs/dotenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@ladjs/dotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@ladjs/dotenv/dependencies","status":null,"funding_links":["https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-05T10:24:14.773Z","issues_count":142,"pull_requests_count":81,"avg_time_to_close_issue":14095232.94736842,"avg_time_to_close_pull_request":6260041.115384615,"issues_closed_count":132,"pull_requests_closed_count":78,"pull_request_authors_count":57,"issue_authors_count":131,"avg_comments_per_issue":5.077464788732394,"avg_comments_per_pull_request":1.3209876543209877,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":38,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":861161.65625,"past_year_avg_time_to_close_pull_request":755069.6451612903,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":3.1842105263157894,"past_year_avg_comments_per_pull_request":1.303030303030303,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":22,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@ladjs%2Fdotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@ladjs%2Fdotenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@ladjs%2Fdotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@ladjs%2Fdotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@ladjs%2Fdotenv/codemeta","maintainers":[{"uuid":"shadowgate15","login":"shadowgate15","name":null,"email":"taylorschley@me.com","url":null,"packages_count":66,"html_url":"https://www.npmjs.com/~shadowgate15","role":null,"created_at":"2022-11-20T18:37:34.227Z","updated_at":"2022-11-20T18:37:34.227Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/shadowgate15/packages"},{"uuid":"niftylettuce","login":"niftylettuce","name":null,"email":"niftylettuce@gmail.com","url":null,"packages_count":305,"html_url":"https://www.npmjs.com/~niftylettuce","role":null,"created_at":"2022-11-20T18:37:34.241Z","updated_at":"2022-11-20T18:37:34.241Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/niftylettuce/packages"},{"uuid":"titanism","login":"titanism","name":null,"email":"npm@titanism.com","url":null,"packages_count":282,"html_url":"https://www.npmjs.com/~titanism","role":null,"created_at":"2022-11-20T18:37:34.219Z","updated_at":"2022-11-20T18:37:34.219Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/titanism/packages"},{"uuid":"shaunwarman","login":"shaunwarman","name":null,"email":"shaunwarman1@gmail.com","url":null,"packages_count":105,"html_url":"https://www.npmjs.com/~shaunwarman","role":null,"created_at":"2022-11-20T18:37:34.251Z","updated_at":"2022-11-20T18:37:34.251Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/shaunwarman/packages"},{"uuid":"spence-s","login":"spence-s","name":null,"email":"sasnyde2@gmail.com","url":null,"packages_count":73,"html_url":"https://www.npmjs.com/~spence-s","role":null,"created_at":"2022-11-20T18:37:34.259Z","updated_at":"2022-11-20T18:37:34.259Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/spence-s/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":12687440,"name":"@depup/dotenv","ecosystem":"npm","description":"Loads environment variables from .env file (with updated dependencies)","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","depup","updated-dependencies","security","latest","patched","env",".env","environment","variables","config","settings"],"namespace":"depup","versions_count":6,"first_release_published_at":"2026-01-13T00:04:18.826Z","latest_release_published_at":"2026-04-12T20:14:21.180Z","latest_release_number":"17.4.2-depup.0","last_synced_at":"2026-04-22T12:23:50.194Z","created_at":"2026-01-18T18:34:40.974Z","updated_at":"2026-04-22T12:23:50.194Z","registry_url":"https://www.npmjs.com/package/@depup/dotenv","install_command":"npm install @depup/dotenv","documentation_url":null,"metadata":{"funding":"https://dotenvx.com","dist-tags":{"latest":"17.4.2-depup.0"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2026-04-05T18:42:08.000Z","size":1778,"stargazers_count":20365,"open_issues_count":5,"forks_count":931,"subscribers_count":99,"default_branch":"master","last_synced_at":"2026-04-11T17:11:07.375Z","etag":null,"topics":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"latest_commit_sha":null,"homepage":"https://www.dotenv.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2026-04-11T14:48:38.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":["scottmotte/dotenv"],"tags_count":93,"template":false,"template_full_name":null,"purl":"pkg:github/motdotla/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/sbom","scorecard":{"id":661118,"data":{"date":"2025-08-11","repo":{"name":"github.com/motdotla/dotenv","commit":"d92a91e200deab36b0b0a05b09443cbe77f95216"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:14:13.333Z","repository_id":9353800,"created_at":"2025-08-21T16:14:13.333Z","updated_at":"2025-08-21T16:14:13.333Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31869631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-04-22T12:23:48.865Z","dependent_packages_count":0,"downloads":480,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":10.22930459823613,"dependent_packages_count":11.596876643303734,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":10.913090620769932},"purl":"pkg:npm/%40depup/dotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@depup/dotenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@depup/dotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@depup/dotenv/dependencies","status":null,"funding_links":["https://dotenvx.com","https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-15T23:01:49.246Z","issues_count":177,"pull_requests_count":151,"avg_time_to_close_issue":13364215.535031848,"avg_time_to_close_pull_request":5378541.347517731,"issues_closed_count":157,"pull_requests_closed_count":141,"pull_request_authors_count":77,"issue_authors_count":170,"avg_comments_per_issue":4.497175141242938,"avg_comments_per_pull_request":1.2384105960264902,"merged_pull_requests_count":91,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":35,"past_year_pull_requests_count":37,"past_year_avg_time_to_close_issue":428186.5238095238,"past_year_avg_time_to_close_pull_request":63555.16129032258,"past_year_issues_closed_count":21,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":2.942857142857143,"past_year_avg_comments_per_pull_request":1.4594594594594594,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fdotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fdotenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fdotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fdotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fdotenv/codemeta","maintainers":[{"uuid":"chiefmikey","login":"chiefmikey","name":null,"email":"wolfemikl@gmail.com","url":null,"packages_count":2064,"html_url":"https://www.npmjs.com/~chiefmikey","role":null,"created_at":"2026-02-19T13:45:41.140Z","updated_at":"2026-02-19T13:45:41.140Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/chiefmikey/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":12364068,"name":"dotenvx-hat","ecosystem":"npm","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":null,"versions_count":3,"first_release_published_at":"2025-10-08T07:25:47.036Z","latest_release_published_at":"2025-10-20T21:51:54.059Z","latest_release_number":"17.2.11","last_synced_at":"2026-04-22T12:23:47.791Z","created_at":"2025-10-08T07:25:58.522Z","updated_at":"2026-04-22T12:23:48.890Z","registry_url":"https://www.npmjs.com/package/dotenvx-hat","install_command":"npm install dotenvx-hat","documentation_url":null,"metadata":{"funding":{"url":"https://dotenvx.com"},"dist-tags":{"latest":"17.2.11"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2026-04-05T18:42:08.000Z","size":1778,"stargazers_count":20365,"open_issues_count":5,"forks_count":931,"subscribers_count":99,"default_branch":"master","last_synced_at":"2026-04-11T17:11:07.375Z","etag":null,"topics":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"latest_commit_sha":null,"homepage":"https://www.dotenv.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2026-04-11T14:48:38.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":["scottmotte/dotenv"],"tags_count":93,"template":false,"template_full_name":null,"purl":"pkg:github/motdotla/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/sbom","scorecard":{"id":661118,"data":{"date":"2025-08-11","repo":{"name":"github.com/motdotla/dotenv","commit":"d92a91e200deab36b0b0a05b09443cbe77f95216"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:14:13.333Z","repository_id":9353800,"created_at":"2025-08-21T16:14:13.333Z","updated_at":"2025-08-21T16:14:13.333Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31869631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-04-22T12:23:48.867Z","dependent_packages_count":0,"downloads":22,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":7.5478268061221865,"dependent_repos_count":23.68791971728215,"dependent_packages_count":34.169817766949464,"stargazers_count":0.548410076416879,"forks_count":1.0782912188116403,"docker_downloads_count":null,"average":13.406453117116465},"purl":"pkg:npm/dotenvx-hat","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/dotenvx-hat","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/dotenvx-hat","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/dotenvx-hat/dependencies","status":null,"funding_links":["https://dotenvx.com","https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-25T21:17:17.501Z","issues_count":177,"pull_requests_count":209,"avg_time_to_close_issue":13364215.535031848,"avg_time_to_close_pull_request":4038473.954314721,"issues_closed_count":157,"pull_requests_closed_count":197,"pull_request_authors_count":79,"issue_authors_count":170,"avg_comments_per_issue":4.497175141242938,"avg_comments_per_pull_request":1.1626794258373205,"merged_pull_requests_count":91,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":34,"past_year_pull_requests_count":95,"past_year_avg_time_to_close_issue":446339.25,"past_year_avg_time_to_close_pull_request":450290.2183908046,"past_year_issues_closed_count":20,"past_year_pull_requests_closed_count":87,"past_year_pull_request_authors_count":20,"past_year_issue_authors_count":32,"past_year_avg_comments_per_issue":3.0,"past_year_avg_comments_per_pull_request":1.1578947368421053,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dotenvx-hat/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dotenvx-hat/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dotenvx-hat/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dotenvx-hat/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dotenvx-hat/codemeta","maintainers":[{"uuid":"cyber-tech","login":"cyber-tech","name":null,"email":"morganlouis803@gmail.com","url":null,"packages_count":1,"html_url":"https://www.npmjs.com/~cyber-tech","role":null,"created_at":"2025-10-11T16:11:57.132Z","updated_at":"2025-10-11T16:11:57.132Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/cyber-tech/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1443474,"name":"autobits-dotenv","ecosystem":"npm","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":null,"versions_count":1,"first_release_published_at":"2020-10-27T12:01:21.468Z","latest_release_published_at":"2020-10-27T12:01:21.468Z","latest_release_number":"8.2.0","last_synced_at":"2026-04-22T12:23:51.854Z","created_at":"2022-04-09T01:21:46.867Z","updated_at":"2026-04-22T12:23:51.854Z","registry_url":"https://www.npmjs.com/package/autobits-dotenv","install_command":"npm install autobits-dotenv","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"8.2.0"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2024-07-26T15:52:47.000Z","size":1385,"stargazers_count":18986,"open_issues_count":12,"forks_count":853,"subscribers_count":111,"default_branch":"master","last_synced_at":"2024-09-03T11:03:24.249Z","etag":null,"topics":["dotenv","environment-variables","javascript","node","nodejs"],"latest_commit_sha":null,"homepage":"https://www.dotenvx.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2024-09-03T08:23:34.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217599093,"owners_count":16201910,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2024-09-05T10:24:44.898Z","dependent_packages_count":2,"downloads":7,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":48.293345595762524,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":0.9215738508574496,"forks_count":1.5350629406733742,"average":18.460381786319978},"purl":"pkg:npm/autobits-dotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/autobits-dotenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/autobits-dotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/autobits-dotenv/dependencies","status":null,"funding_links":["https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-05T10:24:14.773Z","issues_count":142,"pull_requests_count":81,"avg_time_to_close_issue":14095232.94736842,"avg_time_to_close_pull_request":6260041.115384615,"issues_closed_count":132,"pull_requests_closed_count":78,"pull_request_authors_count":57,"issue_authors_count":131,"avg_comments_per_issue":5.077464788732394,"avg_comments_per_pull_request":1.3209876543209877,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":38,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":861161.65625,"past_year_avg_time_to_close_pull_request":755069.6451612903,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":3.1842105263157894,"past_year_avg_comments_per_pull_request":1.303030303030303,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":22,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/autobits-dotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/autobits-dotenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/autobits-dotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/autobits-dotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/autobits-dotenv/codemeta","maintainers":[{"uuid":"zedd","login":"zedd","name":null,"email":"jhalakjaviya@gmail.com","url":null,"packages_count":3,"html_url":"https://www.npmjs.com/~zedd","role":null,"created_at":"2022-11-11T12:48:14.187Z","updated_at":"2022-11-11T12:48:14.187Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/zedd/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":11842751,"name":"org.mvnpm:dotenv","ecosystem":"maven","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":[],"namespace":"org.mvnpm","versions_count":19,"first_release_published_at":"2026-03-29T03:20:45.000Z","latest_release_published_at":"2026-04-12T21:33:59.000Z","latest_release_number":"17.4.2","last_synced_at":"2026-04-22T12:23:48.993Z","created_at":"2025-06-26T20:32:56.651Z","updated_at":"2026-04-22T12:23:48.993Z","registry_url":"https://central.sonatype.com/artifact/org.mvnpm/dotenv/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.mvnpm/dotenv/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2026-02-26T00:28:45.000Z","size":2060,"stargazers_count":20298,"open_issues_count":4,"forks_count":929,"subscribers_count":101,"default_branch":"master","last_synced_at":"2026-02-26T22:19:24.225Z","etag":null,"topics":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"latest_commit_sha":null,"homepage":"https://www.dotenv.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2026-02-26T14:54:42.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":["scottmotte/dotenv"],"tags_count":90,"template":false,"template_full_name":null,"purl":"pkg:github/motdotla/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/sbom","scorecard":{"id":661118,"data":{"date":"2025-08-11","repo":{"name":"github.com/motdotla/dotenv","commit":"d92a91e200deab36b0b0a05b09443cbe77f95216"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:14:13.333Z","repository_id":9353800,"created_at":"2025-08-21T16:14:13.333Z","updated_at":"2025-08-21T16:14:13.333Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29882646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[{"name":"v17.2.3","sha":"affe11372f3f1945f922996c092b5be70f30c40c","kind":"tag","published_at":"2025-09-29T23:21:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.3/manifests"},{"name":"v17.2.2","sha":"2ea1a76fd5a8e52955b12b1a49bdeb2e69eda6b2","kind":"tag","published_at":"2025-09-02T21:09:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.2/manifests"},{"name":"v17.2.1","sha":"37cf55a092036ba23d9435a682e8b1ceb4f329e8","kind":"tag","published_at":"2025-07-24T20:44:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.1/manifests"},{"name":"v17.2.0","sha":"11acd9fc33ee81b2bfbf8ef5924c800a7454a8dd","kind":"tag","published_at":"2025-07-09T16:23:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.2.0/manifests"},{"name":"v17.1.0","sha":"13bc310c4854c336ce7a0949e5e622e57d9d4bdf","kind":"tag","published_at":"2025-07-08T00:10:47.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.1.0/manifests"},{"name":"v17.0.1","sha":"535465c6f9f2c3554adb6e1b66ee9633c8ddf15b","kind":"tag","published_at":"2025-07-01T15:35:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.1/manifests"},{"name":"v17.0.0","sha":"f28bfd55817054af9fd5097b19eb4faa2189cb6b","kind":"tag","published_at":"2025-06-27T20:34:44.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v17.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v17.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v17.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v17.0.0/manifests"},{"name":"v16.6.1","sha":"076ba3b6a225b8cb878c1cd0a222674b6e5ef87d","kind":"tag","published_at":"2025-06-27T16:44:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.6.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.1/manifests"},{"name":"v16.6.0","sha":"064edcb30aa2390b9463312c2cfadf7946aee2ae","kind":"tag","published_at":"2025-06-26T18:44:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.6.0/manifests"},{"name":"v16.5.0","sha":"d39cc9a94ef80b534d02401ab99d17463e902385","kind":"tag","published_at":"2025-04-10T22:14:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.5.0/manifests"},{"name":"v16.4.7","sha":"a338d68264b00fafd1730233ff04127228908e9c","kind":"tag","published_at":"2024-12-03T17:20:05.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.7/manifests"},{"name":"v16.4.6","sha":"0c9f764c66f291a418185068eef2b13e2ec840b0","kind":"tag","published_at":"2024-12-03T01:36:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.6","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.6/manifests"},{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.1.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v16.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v15.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v15.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v14.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v13.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v13.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v12.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/motdotla/dotenv@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-02-27T02:04:14.157Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":33.563482857631826,"dependent_packages_count":47.98341858563578,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":40.77345072163381},"purl":"pkg:maven/org.mvnpm/dotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.mvnpm:dotenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.mvnpm:dotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.mvnpm:dotenv/dependencies","status":null,"funding_links":["https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-26T03:02:17.488Z","issues_count":177,"pull_requests_count":150,"avg_time_to_close_issue":13364215.535031848,"avg_time_to_close_pull_request":5378541.347517731,"issues_closed_count":157,"pull_requests_closed_count":141,"pull_request_authors_count":77,"issue_authors_count":170,"avg_comments_per_issue":4.497175141242938,"avg_comments_per_pull_request":1.1866666666666668,"merged_pull_requests_count":91,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":35,"past_year_pull_requests_count":38,"past_year_avg_time_to_close_issue":428186.5238095238,"past_year_avg_time_to_close_pull_request":63852.3125,"past_year_issues_closed_count":21,"past_year_pull_requests_closed_count":32,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":2.942857142857143,"past_year_avg_comments_per_pull_request":1.2894736842105263,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":20,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:dotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:dotenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:dotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:dotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:dotenv/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":603217,"maintainers_count":0,"namespaces_count":79339,"keywords_count":0,"github":"maven-central","metadata":{"funded_packages_count":39644},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-04-03T06:29:38.544Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":2141043,"name":"orangedenv","ecosystem":"npm","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":null,"versions_count":3,"first_release_published_at":"2021-02-27T01:45:46.647Z","latest_release_published_at":"2021-02-27T01:52:01.079Z","latest_release_number":"1.1.1","last_synced_at":"2026-04-22T12:23:51.854Z","created_at":"2022-04-09T21:34:35.134Z","updated_at":"2026-04-22T12:23:51.854Z","registry_url":"https://www.npmjs.com/package/orangedenv","install_command":"npm install orangedenv","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.1.1"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2024-07-26T15:52:47.000Z","size":1385,"stargazers_count":18986,"open_issues_count":12,"forks_count":853,"subscribers_count":111,"default_branch":"master","last_synced_at":"2024-09-03T11:03:24.249Z","etag":null,"topics":["dotenv","environment-variables","javascript","node","nodejs"],"latest_commit_sha":null,"homepage":"https://www.dotenvx.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2024-09-03T08:23:34.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217599093,"owners_count":16201910,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2024-09-05T10:24:45.168Z","dependent_packages_count":1,"downloads":43,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":36.06644332314033,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":0.9215738508574496,"forks_count":1.5350629406733742,"average":16.01500133179554},"purl":"pkg:npm/orangedenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/orangedenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/orangedenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/orangedenv/dependencies","status":null,"funding_links":["https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-05T10:24:14.773Z","issues_count":142,"pull_requests_count":81,"avg_time_to_close_issue":14095232.94736842,"avg_time_to_close_pull_request":6260041.115384615,"issues_closed_count":132,"pull_requests_closed_count":78,"pull_request_authors_count":57,"issue_authors_count":131,"avg_comments_per_issue":5.077464788732394,"avg_comments_per_pull_request":1.3209876543209877,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":38,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":861161.65625,"past_year_avg_time_to_close_pull_request":755069.6451612903,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":3.1842105263157894,"past_year_avg_comments_per_pull_request":1.303030303030303,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":22,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/orangedenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/orangedenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/orangedenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/orangedenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/orangedenv/codemeta","maintainers":[{"uuid":"oranged","login":"oranged","name":null,"email":"rz_flix@yahoo.com","url":null,"packages_count":5,"html_url":"https://www.npmjs.com/~oranged","role":null,"created_at":"2022-11-13T16:08:06.177Z","updated_at":"2022-11-13T16:08:06.177Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oranged/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":14152415,"name":"peptideenv","ecosystem":"npm","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":null,"versions_count":6,"first_release_published_at":"2026-03-27T16:11:59.000Z","latest_release_published_at":"2026-04-13T15:51:31.256Z","latest_release_number":"16.6.6","last_synced_at":"2026-04-22T12:23:51.435Z","created_at":"2026-03-30T10:46:11.472Z","updated_at":"2026-04-22T12:23:51.436Z","registry_url":"https://www.npmjs.com/package/peptideenv","install_command":"npm install peptideenv","documentation_url":null,"metadata":{"funding":"https://dotenvx.com","dist-tags":{"latest":"16.6.6"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2026-04-05T18:42:08.000Z","size":1778,"stargazers_count":20365,"open_issues_count":5,"forks_count":931,"subscribers_count":99,"default_branch":"master","last_synced_at":"2026-04-11T17:11:07.375Z","etag":null,"topics":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"latest_commit_sha":null,"homepage":"https://www.dotenv.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2026-04-11T14:48:38.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":["scottmotte/dotenv"],"tags_count":93,"template":false,"template_full_name":null,"purl":"pkg:github/motdotla/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/sbom","scorecard":{"id":661118,"data":{"date":"2025-08-11","repo":{"name":"github.com/motdotla/dotenv","commit":"d92a91e200deab36b0b0a05b09443cbe77f95216"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:14:13.333Z","repository_id":9353800,"created_at":"2025-08-21T16:14:13.333Z","updated_at":"2025-08-21T16:14:13.333Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31869631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-04-22T12:23:49.321Z","dependent_packages_count":0,"downloads":1733,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":22.248369663491545,"dependent_packages_count":32.07230186004694,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":27.160335761769243},"purl":"pkg:npm/peptideenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/peptideenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/peptideenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/peptideenv/dependencies","status":null,"funding_links":["https://dotenvx.com","https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/peptideenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/peptideenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/peptideenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/peptideenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/peptideenv/codemeta","maintainers":[{"uuid":"richswift225","login":"richswift225","name":null,"email":"rich.swift225@gmail.com","url":null,"packages_count":4,"html_url":"https://www.npmjs.com/~richswift225","role":null,"created_at":"2026-03-30T10:46:12.856Z","updated_at":"2026-03-30T10:46:12.856Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/richswift225/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1067237,"name":"@morgs32/nowdotenv","ecosystem":"npm","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":"morgs32","versions_count":4,"first_release_published_at":"2017-08-05T17:41:44.579Z","latest_release_published_at":"2017-08-05T18:13:57.179Z","latest_release_number":"4.0.3","last_synced_at":"2026-04-22T12:23:52.141Z","created_at":"2022-04-07T20:41:08.496Z","updated_at":"2026-04-22T12:23:52.141Z","registry_url":"https://www.npmjs.com/package/@morgs32/nowdotenv","install_command":"npm install @morgs32/nowdotenv","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"4.0.3"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2024-07-26T15:52:47.000Z","size":1385,"stargazers_count":18986,"open_issues_count":12,"forks_count":853,"subscribers_count":111,"default_branch":"master","last_synced_at":"2024-09-03T11:03:24.249Z","etag":null,"topics":["dotenv","environment-variables","javascript","node","nodejs"],"latest_commit_sha":null,"homepage":"https://www.dotenvx.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2024-09-03T08:23:34.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217599093,"owners_count":16201910,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2024-09-05T10:24:44.976Z","dependent_packages_count":1,"downloads":44,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":59.88173098450381,"dependent_repos_count":10.295976646711454,"dependent_packages_count":20.907756255897063,"stargazers_count":0.6893634781049857,"forks_count":1.2755647242868207,"docker_downloads_count":null,"average":18.610078417900827},"purl":"pkg:npm/%40morgs32/nowdotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@morgs32/nowdotenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@morgs32/nowdotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@morgs32/nowdotenv/dependencies","status":null,"funding_links":["https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-05T10:24:14.773Z","issues_count":142,"pull_requests_count":81,"avg_time_to_close_issue":14095232.94736842,"avg_time_to_close_pull_request":6260041.115384615,"issues_closed_count":132,"pull_requests_closed_count":78,"pull_request_authors_count":57,"issue_authors_count":131,"avg_comments_per_issue":5.077464788732394,"avg_comments_per_pull_request":1.3209876543209877,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":38,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":861161.65625,"past_year_avg_time_to_close_pull_request":755069.6451612903,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":3.1842105263157894,"past_year_avg_comments_per_pull_request":1.303030303030303,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":22,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fnowdotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fnowdotenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fnowdotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fnowdotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fnowdotenv/codemeta","maintainers":[{"uuid":"morgs32","login":"morgs32","name":null,"email":"morgan.intrator@gmail.com","url":null,"packages_count":72,"html_url":"https://www.npmjs.com/~morgs32","role":null,"created_at":"2022-11-20T19:51:56.280Z","updated_at":"2022-11-20T19:51:56.280Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/morgs32/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":950690,"name":"@frontsideair/dotenv","ecosystem":"npm","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":"frontsideair","versions_count":1,"first_release_published_at":"2019-12-17T23:22:54.470Z","latest_release_published_at":"2019-12-17T23:22:54.470Z","latest_release_number":"8.2.0","last_synced_at":"2026-04-22T12:23:52.092Z","created_at":"2022-04-07T17:37:52.170Z","updated_at":"2026-04-22T12:23:52.092Z","registry_url":"https://www.npmjs.com/package/@frontsideair/dotenv","install_command":"npm install @frontsideair/dotenv","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"8.2.0"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2024-07-26T15:52:47.000Z","size":1385,"stargazers_count":18986,"open_issues_count":12,"forks_count":853,"subscribers_count":111,"default_branch":"master","last_synced_at":"2024-09-03T11:03:24.249Z","etag":null,"topics":["dotenv","environment-variables","javascript","node","nodejs"],"latest_commit_sha":null,"homepage":"https://www.dotenvx.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2024-09-03T08:23:34.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217599093,"owners_count":16201910,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2024-09-05T10:24:45.164Z","dependent_packages_count":1,"downloads":26,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":41.71134362760962,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":0.9219873656637851,"forks_count":1.5357658767354274,"average":17.144204682863077},"purl":"pkg:npm/%40frontsideair/dotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@frontsideair/dotenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@frontsideair/dotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@frontsideair/dotenv/dependencies","status":null,"funding_links":["https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-05T10:24:14.773Z","issues_count":142,"pull_requests_count":81,"avg_time_to_close_issue":14095232.94736842,"avg_time_to_close_pull_request":6260041.115384615,"issues_closed_count":132,"pull_requests_closed_count":78,"pull_request_authors_count":57,"issue_authors_count":131,"avg_comments_per_issue":5.077464788732394,"avg_comments_per_pull_request":1.3209876543209877,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":38,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":861161.65625,"past_year_avg_time_to_close_pull_request":755069.6451612903,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":3.1842105263157894,"past_year_avg_comments_per_pull_request":1.303030303030303,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":22,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@frontsideair%2Fdotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@frontsideair%2Fdotenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@frontsideair%2Fdotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@frontsideair%2Fdotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@frontsideair%2Fdotenv/codemeta","maintainers":[{"uuid":"frontsideair","login":"frontsideair","name":null,"email":"fatihaltinok@live.com","url":null,"packages_count":8,"html_url":"https://www.npmjs.com/~frontsideair","role":null,"created_at":"2022-11-20T16:00:05.778Z","updated_at":"2022-11-20T16:00:05.778Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/frontsideair/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":14273320,"name":"env-nodejs","ecosystem":"npm","description":"Loads environment variables into buffer","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-04-17T05:54:36.511Z","latest_release_published_at":"2026-04-17T05:54:36.511Z","latest_release_number":"1.0.0","last_synced_at":"2026-04-22T12:23:51.874Z","created_at":"2026-04-18T01:45:09.431Z","updated_at":"2026-04-22T12:23:51.874Z","registry_url":"https://www.npmjs.com/package/env-nodejs","install_command":"npm install env-nodejs","documentation_url":null,"metadata":{"funding":"https://dotenvx.com","dist-tags":{"latest":"1.0.0"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2026-04-05T18:42:08.000Z","size":1778,"stargazers_count":20365,"open_issues_count":5,"forks_count":931,"subscribers_count":99,"default_branch":"master","last_synced_at":"2026-04-11T17:11:07.375Z","etag":null,"topics":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"latest_commit_sha":null,"homepage":"https://www.dotenv.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2026-04-11T14:48:38.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":["scottmotte/dotenv"],"tags_count":93,"template":false,"template_full_name":null,"purl":"pkg:github/motdotla/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/sbom","scorecard":{"id":661118,"data":{"date":"2025-08-11","repo":{"name":"github.com/motdotla/dotenv","commit":"d92a91e200deab36b0b0a05b09443cbe77f95216"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:14:13.333Z","repository_id":9353800,"created_at":"2025-08-21T16:14:13.333Z","updated_at":"2025-08-21T16:14:13.333Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31869631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"}},"repo_metadata_updated_at":"2026-04-22T12:23:50.551Z","dependent_packages_count":0,"downloads":187,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":22.030415206989623,"dependent_packages_count":31.754828181954576,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":26.892621694472098},"purl":"pkg:npm/env-nodejs","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/env-nodejs","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/env-nodejs","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/env-nodejs/dependencies","status":null,"funding_links":["https://dotenvx.com","https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/env-nodejs/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/env-nodejs/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/env-nodejs/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/env-nodejs/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/env-nodejs/codemeta","maintainers":[{"uuid":"bufferintake","login":"bufferintake","name":null,"email":"soraaigen@proton.me","url":null,"packages_count":1,"html_url":"https://www.npmjs.com/~bufferintake","role":null,"created_at":"2026-04-18T01:45:11.354Z","updated_at":"2026-04-18T01:45:11.354Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bufferintake/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":13635117,"name":"load-bufferjs","ecosystem":"npm","description":"Loads environment variables into buffer","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-31T09:26:24.646Z","latest_release_published_at":"2026-01-31T09:26:24.646Z","latest_release_number":"1.0.0","last_synced_at":"2026-04-22T12:23:51.082Z","created_at":"2026-02-12T01:22:09.776Z","updated_at":"2026-04-22T12:23:51.082Z","registry_url":"https://www.npmjs.com/package/load-bufferjs","install_command":"npm install load-bufferjs","documentation_url":null,"metadata":{"funding":"https://dotenvx.com","dist-tags":{"latest":"1.0.0"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2026-04-05T18:42:08.000Z","size":1778,"stargazers_count":20365,"open_issues_count":5,"forks_count":931,"subscribers_count":99,"default_branch":"master","last_synced_at":"2026-04-11T17:11:07.375Z","etag":null,"topics":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"latest_commit_sha":null,"homepage":"https://www.dotenv.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2026-04-11T14:48:38.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":["scottmotte/dotenv"],"tags_count":93,"template":false,"template_full_name":null,"purl":"pkg:github/motdotla/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/sbom","scorecard":{"id":661118,"data":{"date":"2025-08-11","repo":{"name":"github.com/motdotla/dotenv","commit":"d92a91e200deab36b0b0a05b09443cbe77f95216"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:14:13.333Z","repository_id":9353800,"created_at":"2025-08-21T16:14:13.333Z","updated_at":"2025-08-21T16:14:13.333Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31869631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-04-22T12:23:48.867Z","dependent_packages_count":0,"downloads":35,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":22.945251037738736,"dependent_packages_count":33.08080111572745,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":28.013026076733095},"purl":"pkg:npm/load-bufferjs","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/load-bufferjs","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/load-bufferjs","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/load-bufferjs/dependencies","status":null,"funding_links":["https://dotenvx.com","https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-26T03:02:17.488Z","issues_count":177,"pull_requests_count":150,"avg_time_to_close_issue":13364215.535031848,"avg_time_to_close_pull_request":5378541.347517731,"issues_closed_count":157,"pull_requests_closed_count":141,"pull_request_authors_count":77,"issue_authors_count":170,"avg_comments_per_issue":4.497175141242938,"avg_comments_per_pull_request":1.1866666666666668,"merged_pull_requests_count":91,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":35,"past_year_pull_requests_count":38,"past_year_avg_time_to_close_issue":428186.5238095238,"past_year_avg_time_to_close_pull_request":63852.3125,"past_year_issues_closed_count":21,"past_year_pull_requests_closed_count":32,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":2.942857142857143,"past_year_avg_comments_per_pull_request":1.2894736842105263,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":20,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/load-bufferjs/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/load-bufferjs/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/load-bufferjs/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/load-bufferjs/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/load-bufferjs/codemeta","maintainers":[{"uuid":"dotenvjs","login":"dotenvjs","name":null,"email":"coughingbaby@proton.me","url":null,"packages_count":2,"html_url":"https://www.npmjs.com/~dotenvjs","role":null,"created_at":"2026-02-12T01:22:14.961Z","updated_at":"2026-02-12T01:22:14.961Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dotenvjs/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":13630434,"name":"buffer-export","ecosystem":"npm","description":"Loads environment variables into buffer","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":null,"versions_count":6,"first_release_published_at":"2026-02-05T14:00:04.503Z","latest_release_published_at":"2026-03-09T13:13:36.134Z","latest_release_number":"5.0.0","last_synced_at":"2026-04-22T12:23:51.568Z","created_at":"2026-02-12T01:08:26.694Z","updated_at":"2026-04-22T12:23:51.568Z","registry_url":"https://www.npmjs.com/package/buffer-export","install_command":"npm install buffer-export","documentation_url":null,"metadata":{"funding":"https://dotenvx.com","dist-tags":{"latest":"5.0.0"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2026-04-05T18:42:08.000Z","size":1778,"stargazers_count":20365,"open_issues_count":5,"forks_count":931,"subscribers_count":99,"default_branch":"master","last_synced_at":"2026-04-11T17:11:07.375Z","etag":null,"topics":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"latest_commit_sha":null,"homepage":"https://www.dotenv.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2026-04-11T14:48:38.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":["scottmotte/dotenv"],"tags_count":93,"template":false,"template_full_name":null,"purl":"pkg:github/motdotla/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/sbom","scorecard":{"id":661118,"data":{"date":"2025-08-11","repo":{"name":"github.com/motdotla/dotenv","commit":"d92a91e200deab36b0b0a05b09443cbe77f95216"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/motdotla/dotenv/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:14:13.333Z","repository_id":9353800,"created_at":"2025-08-21T16:14:13.333Z","updated_at":"2025-08-21T16:14:13.333Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31869631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-04-22T12:23:49.565Z","dependent_packages_count":0,"downloads":57,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":22.945251037738736,"dependent_packages_count":33.08080111572745,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":28.013026076733095},"purl":"pkg:npm/buffer-export","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/buffer-export","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/buffer-export","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/buffer-export/dependencies","status":null,"funding_links":["https://dotenvx.com","https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-07T06:20:19.905Z","issues_count":177,"pull_requests_count":151,"avg_time_to_close_issue":13364215.535031848,"avg_time_to_close_pull_request":5378541.347517731,"issues_closed_count":157,"pull_requests_closed_count":141,"pull_request_authors_count":77,"issue_authors_count":170,"avg_comments_per_issue":4.497175141242938,"avg_comments_per_pull_request":1.2251655629139073,"merged_pull_requests_count":91,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":35,"past_year_pull_requests_count":37,"past_year_avg_time_to_close_issue":428186.5238095238,"past_year_avg_time_to_close_pull_request":63555.16129032258,"past_year_issues_closed_count":21,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":2.942857142857143,"past_year_avg_comments_per_pull_request":1.4054054054054055,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/buffer-export/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/buffer-export/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/buffer-export/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/buffer-export/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/buffer-export/codemeta","maintainers":[{"uuid":"dotenvjs","login":"dotenvjs","name":null,"email":"coughingbaby@proton.me","url":null,"packages_count":2,"html_url":"https://www.npmjs.com/~dotenvjs","role":null,"created_at":"2026-02-12T01:08:44.197Z","updated_at":"2026-02-12T01:08:44.197Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dotenvjs/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":8334843,"name":"environment-noui5","ecosystem":"npm","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":null,"versions_count":1,"first_release_published_at":"2023-09-25T23:11:28.587Z","latest_release_published_at":"2023-09-25T23:11:28.587Z","latest_release_number":"1.1.0","last_synced_at":"2026-04-22T12:23:51.772Z","created_at":"2023-09-25T23:15:13.144Z","updated_at":"2026-04-22T12:23:51.773Z","registry_url":"https://www.npmjs.com/package/environment-noui5","install_command":"npm install environment-noui5","documentation_url":null,"metadata":{"funding":"https://github.com/motdotla/dotenv?sponsor=1","dist-tags":{"latest":"1.1.0"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2024-07-26T15:52:47.000Z","size":1385,"stargazers_count":18986,"open_issues_count":12,"forks_count":853,"subscribers_count":111,"default_branch":"master","last_synced_at":"2024-09-03T11:03:24.249Z","etag":null,"topics":["dotenv","environment-variables","javascript","node","nodejs"],"latest_commit_sha":null,"homepage":"https://www.dotenvx.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2024-09-03T08:23:34.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217599093,"owners_count":16201910,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2024-09-05T10:24:45.977Z","dependent_packages_count":0,"downloads":5,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":37.362698531567936,"dependent_packages_count":53.45925953556703,"stargazers_count":0.736230425636711,"forks_count":1.323999290852979,"docker_downloads_count":null,"average":23.220546945906165},"purl":"pkg:npm/environment-noui5","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/environment-noui5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/environment-noui5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/environment-noui5/dependencies","status":null,"funding_links":["https://github.com/motdotla/dotenv?sponsor=1","https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-05T10:24:14.773Z","issues_count":142,"pull_requests_count":81,"avg_time_to_close_issue":14095232.94736842,"avg_time_to_close_pull_request":6260041.115384615,"issues_closed_count":132,"pull_requests_closed_count":78,"pull_request_authors_count":57,"issue_authors_count":131,"avg_comments_per_issue":5.077464788732394,"avg_comments_per_pull_request":1.3209876543209877,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":38,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":861161.65625,"past_year_avg_time_to_close_pull_request":755069.6451612903,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":3.1842105263157894,"past_year_avg_comments_per_pull_request":1.303030303030303,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":22,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/environment-noui5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/environment-noui5/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/environment-noui5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/environment-noui5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/environment-noui5/codemeta","maintainers":[{"uuid":"knifemxtiy","login":"knifemxtiy","name":null,"email":"knifecodez@proton.me","url":null,"packages_count":1,"html_url":"https://www.npmjs.com/~knifemxtiy","role":null,"created_at":"2023-09-25T23:15:14.182Z","updated_at":"2023-09-25T23:15:14.182Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/knifemxtiy/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":6291801,"name":"@paradoxinfinite/dotenv","ecosystem":"npm","description":"Loads environment variables from .env file, with dotenv-safe features too.","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":"paradoxinfinite","versions_count":1,"first_release_published_at":"2023-02-09T09:08:53.158Z","latest_release_published_at":"2023-02-09T09:08:53.158Z","latest_release_number":"1.0.0","last_synced_at":"2026-04-22T12:23:51.798Z","created_at":"2023-02-09T10:29:07.811Z","updated_at":"2026-04-22T12:23:51.798Z","registry_url":"https://www.npmjs.com/package/@paradoxinfinite/dotenv","install_command":"npm install @paradoxinfinite/dotenv","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.0"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2024-07-26T15:52:47.000Z","size":1385,"stargazers_count":18986,"open_issues_count":12,"forks_count":853,"subscribers_count":111,"default_branch":"master","last_synced_at":"2024-09-03T11:03:24.249Z","etag":null,"topics":["dotenv","environment-variables","javascript","node","nodejs"],"latest_commit_sha":null,"homepage":"https://www.dotenvx.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2024-09-03T08:23:34.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217599093,"owners_count":16201910,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2024-09-05T10:24:46.634Z","dependent_packages_count":0,"downloads":36,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":19.20290228578097,"dependent_repos_count":25.30552159382132,"dependent_packages_count":32.889739249478886,"stargazers_count":0.9656455484189662,"forks_count":1.6455069870238042,"average":16.00186313290479},"purl":"pkg:npm/%40paradoxinfinite/dotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@paradoxinfinite/dotenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@paradoxinfinite/dotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@paradoxinfinite/dotenv/dependencies","status":null,"funding_links":["https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-05T10:24:14.773Z","issues_count":142,"pull_requests_count":81,"avg_time_to_close_issue":14095232.94736842,"avg_time_to_close_pull_request":6260041.115384615,"issues_closed_count":132,"pull_requests_closed_count":78,"pull_request_authors_count":57,"issue_authors_count":131,"avg_comments_per_issue":5.077464788732394,"avg_comments_per_pull_request":1.3209876543209877,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":38,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":861161.65625,"past_year_avg_time_to_close_pull_request":755069.6451612903,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":3.1842105263157894,"past_year_avg_comments_per_pull_request":1.303030303030303,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":22,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@paradoxinfinite%2Fdotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@paradoxinfinite%2Fdotenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@paradoxinfinite%2Fdotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@paradoxinfinite%2Fdotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@paradoxinfinite%2Fdotenv/codemeta","maintainers":[{"uuid":"paradoxinfinite","login":"paradoxinfinite","name":null,"email":"s.samarthkulkarni@gmail.com","url":null,"packages_count":3,"html_url":"https://www.npmjs.com/~paradoxinfinite","role":null,"created_at":"2023-02-09T10:50:42.589Z","updated_at":"2023-02-09T10:50:42.589Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/paradoxinfinite/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1067221,"name":"@morgs32/dotenvnow","ecosystem":"npm","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":"morgs32","versions_count":3,"first_release_published_at":"2017-08-05T19:25:51.883Z","latest_release_published_at":"2017-12-08T15:55:26.472Z","latest_release_number":"4.0.6","last_synced_at":"2026-04-22T12:23:52.101Z","created_at":"2022-04-07T20:41:07.415Z","updated_at":"2026-04-22T12:23:52.102Z","registry_url":"https://www.npmjs.com/package/@morgs32/dotenvnow","install_command":"npm install @morgs32/dotenvnow","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"4.0.6"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2024-07-26T15:52:47.000Z","size":1385,"stargazers_count":18986,"open_issues_count":12,"forks_count":853,"subscribers_count":111,"default_branch":"master","last_synced_at":"2024-09-03T11:03:24.249Z","etag":null,"topics":["dotenv","environment-variables","javascript","node","nodejs"],"latest_commit_sha":null,"homepage":"https://www.dotenvx.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2024-09-03T08:23:34.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217599093,"owners_count":16201910,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2024-09-05T10:24:44.940Z","dependent_packages_count":1,"downloads":42,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":64.39689277449303,"dependent_repos_count":10.295976646711454,"dependent_packages_count":20.907756255897063,"stargazers_count":0.6893634781049857,"forks_count":1.2755647242868207,"docker_downloads_count":null,"average":19.51311077589867},"purl":"pkg:npm/%40morgs32/dotenvnow","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@morgs32/dotenvnow","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@morgs32/dotenvnow","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@morgs32/dotenvnow/dependencies","status":null,"funding_links":["https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-05T10:24:14.773Z","issues_count":142,"pull_requests_count":81,"avg_time_to_close_issue":14095232.94736842,"avg_time_to_close_pull_request":6260041.115384615,"issues_closed_count":132,"pull_requests_closed_count":78,"pull_request_authors_count":57,"issue_authors_count":131,"avg_comments_per_issue":5.077464788732394,"avg_comments_per_pull_request":1.3209876543209877,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":38,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":861161.65625,"past_year_avg_time_to_close_pull_request":755069.6451612903,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":3.1842105263157894,"past_year_avg_comments_per_pull_request":1.303030303030303,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":22,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fdotenvnow/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fdotenvnow/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fdotenvnow/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fdotenvnow/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fdotenvnow/codemeta","maintainers":[{"uuid":"morgs32","login":"morgs32","name":null,"email":"morgan.intrator@gmail.com","url":null,"packages_count":72,"html_url":"https://www.npmjs.com/~morgs32","role":null,"created_at":"2022-11-20T19:52:01.396Z","updated_at":"2022-11-20T19:52:01.396Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/morgs32/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1067222,"name":"@morgs32/dotenv","ecosystem":"npm","description":"Loads environment variables from .env file","homepage":"https://github.com/motdotla/dotenv#readme","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/motdotla/dotenv","keywords_array":["dotenv","env",".env","environment","variables","config","settings"],"namespace":"morgs32","versions_count":1,"first_release_published_at":"2017-08-05T17:41:17.799Z","latest_release_published_at":"2017-08-05T17:41:17.799Z","latest_release_number":"4.0.0","last_synced_at":"2026-04-22T12:23:52.263Z","created_at":"2022-04-07T20:41:07.418Z","updated_at":"2026-04-22T12:23:52.263Z","registry_url":"https://www.npmjs.com/package/@morgs32/dotenv","install_command":"npm install @morgs32/dotenv","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"4.0.0"}},"repo_metadata":{"id":9353800,"uuid":"11205780","full_name":"motdotla/dotenv","owner":"motdotla","description":"Loads environment variables from .env for nodejs projects.","archived":false,"fork":false,"pushed_at":"2024-07-26T15:52:47.000Z","size":1385,"stargazers_count":18986,"open_issues_count":12,"forks_count":853,"subscribers_count":111,"default_branch":"master","last_synced_at":"2024-09-03T11:03:24.249Z","etag":null,"topics":["dotenv","environment-variables","javascript","node","nodejs"],"latest_commit_sha":null,"homepage":"https://www.dotenvx.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motdotla.png","metadata":{"files":{"readme":"README-es.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"motdotla","custom":"https://www.dotenvx.com"}},"created_at":"2013-07-05T18:25:05.000Z","updated_at":"2024-09-03T08:23:34.000Z","dependencies_parsed_at":"2023-11-11T22:02:23.840Z","dependency_job_id":"66586bc1-4161-4de8-9321-2157fd6d27c5","html_url":"https://github.com/motdotla/dotenv","commit_stats":{"total_commits":559,"total_committers":97,"mean_commits":5.762886597938144,"dds":"0.38640429338103754","last_synced_commit":"8ab33066f90a20445d3c41e4fafba6c929c5e1a5"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217599093,"owners_count":16201910,"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"},"owner_record":{"login":"motdotla","name":"mot","uuid":"3848","kind":"user","description":"making @dotenvx","email":"","website":"https://dotenvx.com","location":"Santa Monica, CA","twitter":"dotenvx","company":"dotenvx.com","icon_url":"https://avatars.githubusercontent.com/u/3848?u=e9d86233c05638d0a2aa6d93d4ab7eaddce379e2\u0026v=4","repositories_count":252,"last_synced_at":"2024-04-14T08:16:35.107Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/motdotla","funding_links":["https://github.com/sponsors/motdotla"],"total_stars":21623,"followers":922,"following":10,"created_at":"2022-11-02T16:20:26.403Z","updated_at":"2024-04-14T08:17:06.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motdotla/repositories"},"tags":[{"name":"v16.4.5","sha":"9f3e83352ec6ba912161748a2fd15b07829430e2","kind":"tag","published_at":"2024-02-20T03:33:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.5/manifests"},{"name":"v16.4.4","sha":"d03e39794ac29aa7e7fde20492b0b8c51544d9d7","kind":"tag","published_at":"2024-02-13T17:45:29.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.4/manifests"},{"name":"v16.4.3","sha":"6581b54d7dfdcfa331f3c1af8cbb5948fcdf44c1","kind":"tag","published_at":"2024-02-12T20:01:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.3/manifests"},{"name":"v16.4.2","sha":"07948f7e1b6e6e1069be44b465bd7e9406487501","kind":"tag","published_at":"2024-02-10T18:43:00.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.2/manifests"},{"name":"v16.4.1","sha":"e251ee244a77fc8f6100d0efaae87ca561f5e33a","kind":"tag","published_at":"2024-01-24T18:39:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.1/manifests"},{"name":"v16.4.0","sha":"57c46beded894f7d2010756a8821af974560e97e","kind":"tag","published_at":"2024-01-23T18:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.4.0/manifests"},{"name":"v16.3.2","sha":"883d6a659b9d43f22ae1530bd9dd605fe880f73f","kind":"tag","published_at":"2024-01-19T17:08:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.2/manifests"},{"name":"v16.3.1","sha":"b13ca7bbdae868e2565db1188a033761ff59cb47","kind":"tag","published_at":"2023-06-17T16:47:20.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.1/manifests"},{"name":"v16.3.0","sha":"76d3682e104f10440c8c6085fe27556f828cb48e","kind":"tag","published_at":"2023-06-16T17:12:56.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.3.0/manifests"},{"name":"v16.2.0","sha":"a0e21a5bb91e00ee5297e47c84cc3c7edb976e50","kind":"tag","published_at":"2023-06-16T04:51:03.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.2.0/manifests"},{"name":"v16.1.4","sha":"dc1cd6c8cb276b040e196ec76918786152ede43a","kind":"tag","published_at":"2023-06-04T15:49:36.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.4/manifests"},{"name":"v16.1.3","sha":"4d255441cf3e9e7823c2da475b4c2a1b45ac5057","kind":"tag","published_at":"2023-05-31T19:00:26.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.3/manifests"},{"name":"v16.1.2","sha":"3f40e1245d61122341ec9adcc804e46c398b1a00","kind":"tag","published_at":"2023-05-31T15:27:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.2/manifests"},{"name":"v16.1.1","sha":"66080bdefac6576e59737b9ab64ae3d688ee0eb9","kind":"commit","published_at":"2023-05-31T01:40:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.1/manifests"},{"name":"v16.1.0","sha":"ef4893532314b84bdfaf7b4e85d9604ca997beda","kind":"commit","published_at":"2023-05-30T16:15:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0/manifests"},{"name":"v16.1.0-rc2","sha":"c5a928737e2a417c31142a94218e6c7a947e672d","kind":"commit","published_at":"2023-05-21T05:11:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc2/manifests"},{"name":"v16.1.0-rc1","sha":"968f0caecb3960c981fb4cd3368afaba3273b23b","kind":"tag","published_at":"2023-04-07T22:21:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.1.0-rc1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.1.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.1.0-rc1/manifests"},{"name":"v16.0.3","sha":"560df1555e7fb5cfe7254942e4dc54a16a3316f3","kind":"commit","published_at":"2022-09-29T17:27:32.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.3/manifests"},{"name":"v16.0.2","sha":"0757a1b3894d2237d6139394d2948434ae32e9c8","kind":"commit","published_at":"2022-08-30T19:03:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.2/manifests"},{"name":"v16.0.1","sha":"b016108212a177af7bdfa971ef005c69c266d0cf","kind":"commit","published_at":"2022-05-10T19:03:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.1/manifests"},{"name":"v16.0.0","sha":"c20ee46a01da4e3169ebcee863d1b29a9ce1f0ae","kind":"commit","published_at":"2022-02-02T21:24:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v16.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v16.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v16.0.0/manifests"},{"name":"v15.0.1","sha":"d6184e53364ac3f1a68d43be5db4a1dec73033e1","kind":"commit","published_at":"2022-02-02T20:07:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.1/manifests"},{"name":"v15.0.0","sha":"4b7a13007682296f2d51c0ca04e10325c59f0df0","kind":"commit","published_at":"2022-01-31T04:48:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v15.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v15.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v15.0.0/manifests"},{"name":"v14.3.2","sha":"70ecc790e2a67daba860e93f1aff06d9fc97ba01","kind":"commit","published_at":"2022-01-25T22:12:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.2/manifests"},{"name":"v14.3.1","sha":"52e25e00b2dbd1bfad31089c488bac91e4e07292","kind":"commit","published_at":"2022-01-25T21:41:42.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.1/manifests"},{"name":"v14.3.0","sha":"a1bf6c1371c8c9c5ab51f9ecb08ebfae46007910","kind":"commit","published_at":"2022-01-21T16:58:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.3.0/manifests"},{"name":"v14.2.0","sha":"aeae434e53836d2e46feed2ec13c3b7dddf42086","kind":"commit","published_at":"2022-01-17T20:42:12.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.2.0/manifests"},{"name":"v14.1.1","sha":"18b6e1ccdcac677f61fe7cdf10f8438e72470b37","kind":"commit","published_at":"2022-01-17T20:24:02.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.1/manifests"},{"name":"v14.1.0","sha":"9509ec8528accffecc45f7caad2d1b97d892d299","kind":"commit","published_at":"2022-01-17T05:53:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.1.0/manifests"},{"name":"v14.0.1","sha":"2c6754ef2dc17b4eb45a8634d96cc23cb24ed41d","kind":"commit","published_at":"2022-01-17T04:49:25.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.1/manifests"},{"name":"v14.0.0","sha":"42eed1f52777b55dde6d241e017839a0083f8f2b","kind":"commit","published_at":"2022-01-17T03:50:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v14.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v14.0.0/manifests"},{"name":"v13.0.1","sha":"d1a1d0791c4ca515bdc65449c44066e01b3a45b8","kind":"commit","published_at":"2022-01-16T23:52:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"19e4f2cb074ef297969f06b659eb1fc5ccf06e47","kind":"commit","published_at":"2022-01-16T22:48:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v13.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v13.0.0/manifests"},{"name":"v12.0.4","sha":"11223e896a36d7f77af5c33bf09c50c7f560a374","kind":"commit","published_at":"2022-01-16T08:45:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.4/manifests"},{"name":"v12.0.3","sha":"b6528727dbc30ec46bc045060b41d630a0c96963","kind":"commit","published_at":"2022-01-15T01:34:49.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.3/manifests"},{"name":"v12.0.2","sha":"2afa291398a0e8818b17f2942650630e949a502a","kind":"commit","published_at":"2022-01-15T01:21:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.2/manifests"},{"name":"v12.0.1","sha":"dd4079ac0adb993c960bc77fa06b9e4ae6cc7c6f","kind":"commit","published_at":"2022-01-15T00:50:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"3ef8255d06c5001ef20f8830eaeb358382732abc","kind":"commit","published_at":"2022-01-14T23:54:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v12.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v12.0.0/manifests"},{"name":"v11.0.0","sha":"bb8ee10406eca388d34c85bcca4a08a96f2f7f20","kind":"commit","published_at":"2022-01-11T06:55:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v11.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v11.0.0/manifests"},{"name":"v10.0.0","sha":"8c0c22719de756fe15f6c514d4599f5ed25faf18","kind":"commit","published_at":"2021-05-21T19:39:18.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v10.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v10.0.0/manifests"},{"name":"v9.0.2","sha":"b0bf66367362a5f18f6628d25f997b30f3205d0a","kind":"commit","published_at":"2021-05-10T18:25:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"5dfa02a7ae6b5fa0fda0ce0520c3804cec4ba9aa","kind":"commit","published_at":"2021-05-09T06:22:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"3214bf46ebef0d2d48be2bddc196808e336c5940","kind":"commit","published_at":"2021-05-05T17:09:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v9.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v9.0.0/manifests"},{"name":"v8.6.0","sha":"f7f7df4ff2de97f39d22de8170e33666bdb69338","kind":"commit","published_at":"2021-05-05T15:41:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.6.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.6.0/manifests"},{"name":"v8.5.1","sha":"a74c220a5bbf4e4355f090204f772b9769a21b13","kind":"commit","published_at":"2021-05-05T06:41:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.1/manifests"},{"name":"v8.5.0","sha":"9d9038f4aa3665f599a79ef0e6c53a9db2844b83","kind":"commit","published_at":"2021-05-05T06:03:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.5.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.5.0/manifests"},{"name":"v8.4.0","sha":"26ba7153b4ca44c78be34f81c7243b05c19dd9aa","kind":"commit","published_at":"2021-05-05T03:36:33.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"db30e1eea7bc054fdb0f7750684a2f016a9d21a9","kind":"commit","published_at":"2021-05-05T02:37:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"70425a9c88e5fe5c3bd128fa973701279a76a9e3","kind":"tag","published_at":"2019-10-16T01:49:14.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"349ff7bbbfafa9b920b0bd174ed03747fd3c8338","kind":"tag","published_at":"2019-08-18T03:32:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.1.0/manifests"},{"name":"v8.0.0","sha":"318144af68e9044a4ebb2627aeda17b4bdcb64cf","kind":"tag","published_at":"2019-05-02T22:24:11.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v8.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"72fb66b051280ef5c2cc40ce4962ac4601f7f515","kind":"tag","published_at":"2019-03-13T06:01:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v7.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"e1e7d5767da7dac5b0b72d071a80a515d3eef405","kind":"tag","published_at":"2018-12-05T18:28:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"78546c19e6c1636ce4ad85e9529b0b9ec6e67acf","kind":"tag","published_at":"2018-10-08T23:57:23.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"740c2f3768d34e9f3f511d20285a6b9063b0cee4","kind":"tag","published_at":"2018-06-02T18:10:15.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v6.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"ad8690735a20b53c44936bb0597e4a5654853426","kind":"tag","published_at":"2018-02-26T20:45:57.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"e33a6f309706254f1465ce360fcd7d1c4db5b9f6","kind":"tag","published_at":"2018-01-29T23:04:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v5.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"fdd0923e82e12a6e29b65898990201857141e75d","kind":"commit","published_at":"2016-12-23T18:23:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v4.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"f7835437f6d55379e39a035eb8e8a64590152a78","kind":"commit","published_at":"2016-12-20T22:28:58.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v3.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"97d1a99d96b8992e54480b81880a6187de81c86b","kind":"commit","published_at":"2016-01-21T00:42:50.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v2.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"940d101b4df66157cf752b611fd2292060878b44","kind":"commit","published_at":"2015-06-21T05:54:31.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d2c81b6b41c5b283afdaf20456eb59e3e3a9f3a8","kind":"commit","published_at":"2015-04-01T04:54:08.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a75af055a75b61da764d7022cbb3f1c82552f2b1","kind":"commit","published_at":"2015-03-14T00:24:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v1.0.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v1.0.0/manifests"},{"name":"v0.4.0","sha":"64a4eb1fba950244196a9f8fd8f4c6ce70f56790","kind":"commit","published_at":"2014-06-28T00:53:04.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.4.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0a301c2a44111048f7838c5d02b815931613f0bf","kind":"commit","published_at":"2014-06-24T02:42:09.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.3.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"b4cee423861cc8d3efaf4f65600072f21f843c5c","kind":"commit","published_at":"2014-04-17T22:08:43.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.8","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"8e8254d543d226bae2b7f71bc5eeca2de3c0ee10","kind":"commit","published_at":"2014-03-27T21:50:41.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.7","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.7/manifests"},{"name":"v0.2.5","sha":"498defaed900dbdc3a421e60137c05931bed1831","kind":"commit","published_at":"2014-02-28T04:40:17.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.5/manifests"},{"name":"v0.2.1","sha":"16f8f07fc1e92807ea369a99da9194378b544a19","kind":"commit","published_at":"2013-11-15T01:13:06.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"abe446a1332c859e7c3e72b61da79253136abab6","kind":"commit","published_at":"2013-11-03T23:24:55.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.2.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"2314fe1e1b744d670738f7e1b7544510e13af87d","kind":"commit","published_at":"2013-11-03T22:32:51.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9626c1138570b80838c22c0da4b30adc2919bcd0","kind":"commit","published_at":"2013-11-03T22:05:16.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"119f9d2e4d70e55230a9962f33623de38fc35708","kind":"commit","published_at":"2013-11-03T21:31:39.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.1.0","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.1.0/manifests"},{"name":"v0.0.5","sha":"49cb606f860860c0c445ab0f0fb56d74f0acd24a","kind":"commit","published_at":"2013-10-31T02:04:54.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.5","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"9c35d7d2640a0c751ed891cbb446efd8e795c128","kind":"commit","published_at":"2013-10-31T01:58:48.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.4","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0f3fca350ba0f254ad766c35d11faffa745491da","kind":"commit","published_at":"2013-08-23T19:17:59.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.3","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"08d00a96dc4fd1731958feef4bd2cda416ead787","kind":"commit","published_at":"2013-07-10T17:55:46.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.2","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"71dabbf27b699fcb7a04714709cecfc6e78892b9","kind":"commit","published_at":"2013-07-05T18:24:28.000Z","download_url":"https://codeload.github.com/motdotla/dotenv/tar.gz/v0.0.1","html_url":"https://github.com/motdotla/dotenv/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2024-09-05T10:24:46.284Z","dependent_packages_count":1,"downloads":16,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":64.39689277449303,"dependent_repos_count":10.295976646711454,"dependent_packages_count":20.907756255897063,"stargazers_count":0.6893074573436916,"forks_count":1.2742482363964085,"docker_downloads_count":null,"average":19.51283627416833},"purl":"pkg:npm/%40morgs32/dotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@morgs32/dotenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@morgs32/dotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@morgs32/dotenv/dependencies","status":"deprecated","funding_links":["https://github.com/sponsors/motdotla","https://www.dotenvx.com"],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-05T10:24:14.773Z","issues_count":142,"pull_requests_count":81,"avg_time_to_close_issue":14095232.94736842,"avg_time_to_close_pull_request":6260041.115384615,"issues_closed_count":132,"pull_requests_closed_count":78,"pull_request_authors_count":57,"issue_authors_count":131,"avg_comments_per_issue":5.077464788732394,"avg_comments_per_pull_request":1.3209876543209877,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":38,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":861161.65625,"past_year_avg_time_to_close_pull_request":755069.6451612903,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":33,"past_year_avg_comments_per_issue":3.1842105263157894,"past_year_avg_comments_per_pull_request":1.303030303030303,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":22,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","maintainers":[{"login":"motdotla","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}],"active_maintainers":[{"login":"motdotla","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fdotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fdotenv/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fdotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fdotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@morgs32%2Fdotenv/codemeta","maintainers":[{"uuid":"morgs32","login":"morgs32","name":null,"email":"morgan.intrator@gmail.com","url":null,"packages_count":72,"html_url":"https://www.npmjs.com/~morgs32","role":null,"created_at":"2022-11-20T19:51:58.955Z","updated_at":"2022-11-20T19:51:58.955Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/morgs32/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5557914,"maintainers_count":1176314,"namespaces_count":373614,"keywords_count":0,"github":"npm","metadata":{"funded_packages_count":166557},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-04-03T05:46:01.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}}],"commits":{"id":374,"full_name":"motdotla/dotenv","default_branch":"master","total_commits":793,"total_committers":111,"total_bot_commits":8,"total_bot_committers":2,"mean_commits":7.1441441441441444,"dds":0.2547288776796973,"past_year_total_commits":187,"past_year_total_committers":15,"past_year_total_bot_commits":7,"past_year_total_bot_committers":1,"past_year_mean_commits":12.466666666666667,"past_year_dds":0.11764705882352944,"last_synced_at":"2026-04-21T14:07:29.457Z","last_synced_commit":"10f5c0fb341089a16defab128a0cfe9e548c49ec","created_at":"2023-03-06T22:04:21.296Z","updated_at":"2026-04-21T14:06:18.270Z","committers":[{"name":"Scott Motte","email":"mot@mot.la","login":"motdotla","count":591},{"name":"Max Beatty","email":"max@beatty.me","login":"maxbeatty","count":29},{"name":"Max Beatty","email":"max@isocket.com","login":null,"count":18},{"name":"Jacob Lowe","email":"jacoblowe2.0@gmail.com","login":"jcblw","count":8},{"name":"copilot-swe-agent[bot]","email":"198982749+Copilot","login":"Copilot","count":7},{"name":"Max Beatty","email":"max.beatty@ansaro.ai","login":null,"count":4},{"name":"Michaël De Boey","email":"info@michaeldeboey.be","login":"MichaelDeBoey","count":4},{"name":"Andrei Alecu","email":"andrei.alecu@vecttor.co","login":"andreialecu","count":4},{"name":"jessefulton","email":"jesse@eyegroove.com","login":"jessefulton","count":3},{"name":"Thanos Diacakis","email":"thanos@diacakis.com","login":"thanosd","count":3},{"name":"Michał Miszczyszyn","email":"michal@mmiszy.pl","login":"typeofweb","count":3},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se","login":"LinusU","count":3},{"name":"Ashcon Partovi","email":"ashcon@partovi.net","login":"Electroid","count":2},{"name":"Andy Edwards","email":"jedwards@fastmail.com","login":"jedwards1211","count":2},{"name":"Alexandre Djerbetian","email":"alexandre.djerbetian@gmail.com","login":"adjerbetian","count":2},{"name":"Jacob Lowe","email":"jlowe@agentace.com","login":null,"count":2},{"name":"Syncher Pylon, Peng","email":"syncher.pylon.peng@sap.com","login":null,"count":2},{"name":"vinh.nguyen","email":"vinh.nguyen@service.nsw.gov.au","login":null,"count":2},{"name":"wangshangwen","email":"wangshangwen","login":null,"count":2},{"name":"Carlos Fuentes","email":"carlos.fuentes.rios.95@gmail.com","login":"metcoder95","count":2},{"name":"Francisco Presencia","email":"franciscop","login":"franciscop","count":2},{"name":"Frazer Smith","email":"frazer.dev@icloud.com","login":"Fdawgs","count":2},{"name":"LitoMore","email":"litomore@gmail.com","login":"LitoMore","count":2},{"name":"ZHAO Jinxiang","email":"xiaoxiangmoe@gmail.com","login":"xiaoxiangmoe","count":2},{"name":"darkgl0w","email":"31093081+darkgl0w","login":"darkgl0w","count":2},{"name":"deepam-kapur","email":"deepamkapur@gmail.com","login":"deepam-kapur","count":2},{"name":"lucas nascimento","email":"iam@lucasnascimen.to","login":"lnasc256","count":2},{"name":"Stefan Neuhaus","email":"dr.stefan.neuhaus@gmail.com","login":"stefanneuhaus","count":2},{"name":"Amila Welihinda","email":"amilajack","login":"amilajack","count":2},{"name":"AnandkumarPatel","email":"anandkumarpatel@gmail.com","login":"anandkumarpatel","count":1},{"name":"Andres Kalle","email":"mjomble@gmail.com","login":"mjomble","count":1},{"name":"Alexander Granhof","email":"34691326+AlexanderGranhof","login":"AlexanderGranhof","count":1},{"name":"Alex","email":"sasichkamega@gmail.com","login":"alexv-ds","count":1},{"name":"Alain Herve","email":"alain.1337dev@outlook.com","login":"alainQtec","count":1},{"name":"Aaron Franks","email":"aaron.franks@gmail.com","login":"af","count":1},{"name":"Aaron Cordova","email":"theqodesmith@gmail.com","login":"qodesmith","count":1},{"name":"0xflotus","email":"0xflotus@gmail.com","login":"0xflotus","count":1},{"name":"Harshit","email":"harshit.singh22082007@gmail.com","login":"AkaHarshit","count":1},{"name":"Glavin Wiechert","email":"glavin.wiechert@gmail.com","login":"Glavin001","count":1},{"name":"Francisco Hernandez","email":"lagcisco@lagcisco.com","login":"f16z","count":1},{"name":"Feross Aboukhadijeh","email":"feross@feross.org","login":"feross","count":1},{"name":"Faiyaz Shaikh","email":"www.shtakkar@gmail.com","login":"yTakkar","count":1},{"name":"Andrew Turner","email":"galen.turner@me.com","login":"galenandrew","count":1},{"name":"Anirudh Karanth","email":"97871145+AnirudhKaranth","login":"AnirudhKaranth","count":1},{"name":"Asai Toshiya","email":"to.asai.60@gmail.com","login":"AsaiToshiya","count":1},{"name":"Adam Neary","email":"adam@activecell.com","login":null,"count":1},{"name":"Goldyvaiiii","email":"01234567vss@gmail.com","login":null,"count":1},{"name":"Benjamin","email":"benj.post@gmail.com","login":null,"count":1},{"name":"Hongarc","email":"aqua.hong.97@gmail.com","login":null,"count":1},{"name":"James Butler","email":"james.butler@sandfox.co.uk","login":null,"count":1},{"name":"Joel Larsson","email":"joel@kodord.com","login":null,"count":1},{"name":"Vincent Zhang","email":"vincent.zhang.dev@gmail.com","login":null,"count":1},{"name":"Seva Rybakov","email":"coding.fu@gmail.com","login":null,"count":1},{"name":"Richard Hua","email":"rihua@microsoft.com","login":null,"count":1},{"name":"Kevin Farrell","email":"kevin@delectable.com","login":null,"count":1},{"name":"Jonathan Reisdorf","email":"jonathan.reisdorf@data4life.care","login":null,"count":1},{"name":"Nick Quinlan","email":"nicholas.quinlan@sendgrid.com","login":"nquinlan","count":1},{"name":"Palani Kumanan","email":"palanik","login":"palanik","count":1},{"name":"Paul Robert Lloyd","email":"paulrobertlloyd","login":"paulrobertlloyd","count":1},{"name":"Pieter Ouwerkerk","email":"pieter.ouwerkerk@gmail.com","login":"pouwerkerk","count":1},{"name":"Pylon Syncher","email":"syncviip@gmail.com","login":"brelian","count":1},{"name":"Rodrigo Espinosa","email":"yo@rec.cool","login":"RodrigoEspinosa","count":1},{"name":"Rodrigo López Dato","email":"rolodato","login":"rolodato","count":1},{"name":"Rodry","email":"38259440+ImRodry","login":"ImRodry","count":1},{"name":"Rosano","email":"1680612+rosano","login":"rosano","count":1},{"name":"Sergey Ukustov","email":"sergey@ukstv.me","login":"ukstv","count":1},{"name":"Shayokh Shuvro","email":"56217851+ShayokhShorfuddin","login":"ShayokhShorfuddin","count":1},{"name":"Simon Taranto","email":"simon.taranto@gmail.com","login":"srt32","count":1},{"name":"Simon Tran","email":"tran.simon2@gmail.com","login":"tran-simon","count":1},{"name":"Sudip Kumar Prasadmkdir","email":"sudipkumarprasad2005@gmail.com","login":"sudip-kumar-prasad","count":1},{"name":"Willem","email":"willemfranco@gmail.com","login":"wffranco","count":1},{"name":"YuzeTT","email":"61106448+YuzeTT","login":"YuzeTT","count":1},{"name":"anthonyshibitov","email":"anthonyshibitov@gmail.com","login":"anthonyshibitov","count":1},{"name":"calleerlandsson","email":"calle@omnidev.se","login":"calleluks","count":1},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1},{"name":"dvermeir","email":"david.vermeir@iminds.be","login":"davidvermeir","count":1},{"name":"iMaverick007","email":"alloydfernandes007@gmail.com","login":"codehassoul","count":1},{"name":"judaihyun","email":"judaihyun1@gmail.com","login":"judaihyun","count":1},{"name":"mrzamin","email":"142754418+mrzamin","login":"mrzamin","count":1},{"name":"pilot","email":"8565879+odcey","login":"odcey","count":1},{"name":"shock_one","email":"shockone89@gmail.com","login":"vlad-shatskyi","count":1},{"name":"sudodoki","email":"smd.deluzion@gmail.com","login":"sudodoki","count":1},{"name":"undirectlookable","email":"undirectlookable","login":"undirectlookable","count":1},{"name":"Eric Morand","email":"eric.morand@gmail.com","login":"ericmorand","count":1},{"name":"Eric Cornelissen","email":"ericornelissen@gmail.com","login":"ericcornelissen","count":1},{"name":"Elliot Waite","email":"elliot@elliotwaite.com","login":"elliotwaite","count":1},{"name":"Dean Silfen","email":"dean.silfen@gmail.com","login":"djds23","count":1},{"name":"CK Ng","email":"ngchoonkhon@gmail.com","login":"ckng0221","count":1},{"name":"Brian Noah","email":"brianjoshuanoah@gmail.com","login":"bjoshuanoah","count":1},{"name":"Ayman Nedjmeddine","email":"IOAyman","login":"IOAyman","count":1},{"name":"Hoang Nguyen","email":"38454021+hoangdesu","login":"hoangdesu","count":1},{"name":"Jami Kousa","email":"jami.kousa@unity3d.com","login":"Jakousa","count":1},{"name":"Jeffrey Fisher","email":"jeff@fisher.id","login":"jeffslofish","count":1},{"name":"Jerome Fitzgerald","email":"j@jeromefitzgerald.com","login":"JeromeFitz","count":1},{"name":"Johan 'Anders' Ramsay","email":"819213+andersr","login":"andersr","count":1},{"name":"Jonathan Morales Vélez","email":"jonathanmv@outlook.com","login":"jonathanmv","count":1},{"name":"Jonathan Reisdorf","email":"acc.github@crossnode.org","login":"jonathan-reisdorf","count":1},{"name":"Joshua Chen","email":"sidachen2003@gmail.com","login":"Josh-Cena","count":1},{"name":"Kay","email":"hello@kunalpanchal.in","login":"kunalpanchal","count":1},{"name":"Kirtan Desai","email":"kirtands44@gmail.com","login":"kirtan-desai","count":1},{"name":"Kyle Filz","email":"Kfilz@live.ca","login":"Spice-King","count":1},{"name":"Kyle Mitchell","email":"kyle@kemitchell.com","login":"kemitchell","count":1},{"name":"Liran Tal","email":"liran.tal@gmail.com","login":"lirantal","count":1},{"name":"Mahmoud Hamdi","email":"hmdy7486@gmail.com","login":"mahmoodhamdi","count":1},{"name":"Marco Otte-Witte","email":"marco.otte-witte@simplabs.com","login":"marcoow","count":1},{"name":"Matias Singers","email":"mail@matiassingers.com","login":"matiassingers","count":1},{"name":"Max Loh","email":"35831069+maxloh","login":"maxloh","count":1},{"name":"Mikael Finstad","email":"finstaden@gmail.com","login":"mifi","count":1},{"name":"Mike S","email":"SpainTrain","login":"SpainTrain","count":1},{"name":"MrSnoozles","email":"mrsnoozles@gmail.com","login":"MrSnoozles","count":1},{"name":"zshnb","email":"a857681664@gmail.com","login":"zshnb","count":1}],"past_year_committers":[{"name":"Scott Motte","email":"mot@mot.la","login":"motdotla","count":165},{"name":"copilot-swe-agent[bot]","email":"198982749+Copilot","login":"Copilot","count":7},{"name":"Andy Edwards","email":"jedwards@fastmail.com","login":"jedwards1211","count":2},{"name":"Alexandre Djerbetian","email":"alexandre.djerbetian@gmail.com","login":"adjerbetian","count":2},{"name":"iMaverick007","email":"alloydfernandes007@gmail.com","login":"codehassoul","count":1},{"name":"Sudip Kumar Prasadmkdir","email":"sudipkumarprasad2005@gmail.com","login":"sudip-kumar-prasad","count":1},{"name":"Shayokh Shuvro","email":"56217851+ShayokhShorfuddin","login":"ShayokhShorfuddin","count":1},{"name":"Rosano","email":"1680612+rosano","login":"rosano","count":1},{"name":"Mahmoud Hamdi","email":"hmdy7486@gmail.com","login":"mahmoodhamdi","count":1},{"name":"Johan 'Anders' Ramsay","email":"819213+andersr","login":"andersr","count":1},{"name":"Harshit","email":"harshit.singh22082007@gmail.com","login":"AkaHarshit","count":1},{"name":"Frazer Smith","email":"frazer.dev@icloud.com","login":"Fdawgs","count":1},{"name":"Andres Kalle","email":"mjomble@gmail.com","login":"mjomble","count":1},{"name":"Vincent Zhang","email":"vincent.zhang.dev@gmail.com","login":null,"count":1},{"name":"Goldyvaiiii","email":"01234567vss@gmail.com","login":null,"count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-04-24T00:00:07.454Z","repositories_count":6217757,"commits_count":899290789,"contributors_count":34905282,"owners_count":1144986,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"motdotla/dotenv","html_url":"https://github.com/motdotla/dotenv","last_synced_at":"2025-10-25T07:00:26.244Z","status":"active","issues_count":172,"pull_requests_count":148,"avg_time_to_close_issue":13623461.863636363,"avg_time_to_close_pull_request":5455694.446043165,"issues_closed_count":154,"pull_requests_closed_count":139,"pull_request_authors_count":75,"issue_authors_count":167,"avg_comments_per_issue":4.453488372093023,"avg_comments_per_pull_request":1.1756756756756757,"merged_pull_requests_count":90,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":37,"past_year_pull_requests_count":46,"past_year_avg_time_to_close_issue":698030.9583333334,"past_year_avg_time_to_close_pull_request":63366.02564102564,"past_year_issues_closed_count":24,"past_year_pull_requests_closed_count":39,"past_year_pull_request_authors_count":21,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.189189189189189,"past_year_avg_comments_per_pull_request":1.1956521739130435,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":25,"created_at":"2023-05-16T13:44:53.962Z","updated_at":"2025-10-25T07:00:26.244Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/motdotla%2Fdotenv/issues","issue_labels_count":{"table":{"TODO":2}},"pull_request_labels_count":{"table":{"dependencies":1}},"issue_author_associations_count":{"table":{"NONE":164,"OWNER":4,"CONTRIBUTOR":4}},"pull_request_author_associations_count":{"table":{"NONE":72,"OWNER":38,"CONTRIBUTOR":38}},"issue_authors":{"table":{"motdotla":4,"rmclaughlin-nelnet":2,"ghost":2,"MiguelMike":1,"MattFenner":1,"AlexPalaz":1,"patsaas":1,"paraschouhan15":1,"ajshilshatech":1,"Ciao121":1,"nareshbhatia":1,"BenJackGill":1,"kf6kjg":1,"bavaleakashGL":1,"joeyhvh":1,"ericwooley":1,"Toilal":1,"zach-betz-hln":1,"CherryDT":1,"jsonmaur":1,"sor4chi":1,"jzaynal":1,"nima10khodaveisi":1,"fritx":1,"andreafspeziale":1,"titoworlddev":1,"aswamy":1,"JacobMS2020":1,"EphraimB":1,"aanom":1,"mindplay-dk":1,"bd82":1,"jgoux":1,"womjackson":1,"gragra100":1,"Pomax":1,"backflip":1,"ronandalton":1,"tran-simon":1,"jcalfee":1,"Zirafnik":1,"leobgm":1,"msantamaria86":1,"MCheping8108":1,"noritaka1166":1,"ajibigad":1,"cemremengu":1,"NateWr":1,"karl18":1,"luisfcofv":1,"FlawTECH":1,"JoshuaGerke":1,"PedramMarandi":1,"MathiasBojda":1,"Trinovantes":1,"sourivore":1,"kyranet":1,"iamdangavin":1,"KartikAroraOfficial":1,"steve-king-ky":1,"richard-paragon":1,"TheHellTower":1,"NPellet":1,"c4nt5vejrtybtukgbgfsxrgxfc":1,"firmanserdana":1,"ImAbhishekTomar":1,"NekoVer":1,"murluki":1,"elizatlawy":1,"TimDaub":1,"wathika-eng":1,"alexander-mart":1,"andersr":1,"lsaadeh":1,"dhowe":1,"thanosd":1,"Jakobud":1,"djanogly":1,"JstnMcBrd":1,"shansiddiqui94":1,"aradalvand":1,"alainQtec":1,"yslinear":1,"beeman":1,"glebbash":1,"ShahriarKh":1,"Etienne-Bernoux":1,"Bimbimz":1,"oom-":1,"xgqfrms":1,"ddebrunner":1,"789454882":1,"marigarey":1,"IMalyugin":1,"dannyokechq":1,"karlhorky":1,"mathiasgheno":1,"pelikhan":1,"herodriguez7":1,"xclidongbo":1,"jaswrks":1,"DanielRuf":1,"codelover2k":1,"shawnmcknight":1,"oconnorjoseph":1,"fcpauldiaz":1,"bathiatuss":1,"StroginA":1,"joshuajaco":1,"GeorgeSchafer":1,"Bharwcb":1,"datner":1,"radon512":1,"thecoolwinter":1,"kirtan-desai":1,"davidz1337":1,"Vandivier":1,"HaoyangFan":1,"greguz":1,"talhameer":1,"npearson72":1,"passview-core":1,"HoppoPrj":1,"vple":1,"Eshtreeli":1,"noahw3":1,"gaetan-hexadog":1,"Daxcor69":1,"its-dibo":1,"muhammadnasr":1,"NathanFarmer":1,"avrit":1,"djom202":1,"YungTosti":1,"krutoo":1,"darshandp007":1,"i-aakopian":1,"noahehall":1,"marcodali":1,"dossy":1,"arthurfiorette":1,"P403n1x87":1,"bhanushukla":1,"Viktoryia-Zgirskaya":1,"Emmo00":1,"mak3":1,"utkarsh621x":1,"andymel123":1,"ChaseKnowlden":1,"selmi-karim":1,"zeid0ne":1,"andrewfrankcare":1,"Sparragus":1,"lorensr":1,"ralyodio":1,"klcodanr":1,"tcurdt":1,"tlartaud":1,"lekspyl":1,"ApacheEx":1,"VArtzy":1,"ccfiel":1,"christopher-francisco":1,"mikeshawdev":1,"wiki-me":1,"mtnptrsn":1,"chaitanya71998":1}},"pull_request_authors":{"table":{"motdotla":38,"thanosd":4,"Fdawgs":4,"NSB1974":4,"tran-simon":2,"ParadoxInfinite":2,"GijsvandenHoven":2,"ckng0221":2,"Spice-King":2,"vit100":2,"larstelenor":2,"jacobrdale":2,"Electroid":2,"alexv-ds":2,"sefinek":2,"0xflotus":2,"kf6kjg":2,"mceachen":2,"koraytuncer":2,"AsaiToshiya":2,"shyok21":2,"maxbeatty":2,"anthonyshibitov":2,"cybercoded":2,"zshnb":2,"stefanneuhaus":2,"cofenster-michal":2,"mrzamin":2,"syedalinaqihasni":2,"phuvinhbmt":2,"Code-Parth":2,"jeffslofish":1,"Co-7":1,"dependabot[bot]":1,"deepam-kapur":1,"LitoMore":1,"hoangdesu":1,"bolmaster2":1,"AnirudhKaranth":1,"mainarthur":1,"mifi":1,"adjerbetian":1,"Copilot":1,"alainQtec":1,"ShayokhShorfuddin":1,"andersr":1,"ak71kumar":1,"lnasc256":1,"bd82":1,"lirantal":1,"MRDGH2821":1,"YuzeTT":1,"klark6130":1,"ukstv":1,"danilluk1":1,"ericcornelissen":1,"HwangTaehyun":1,"StetupYT":1,"zegulas":1,"Jakousa":1,"Lucaszw":1,"boenrobot":1,"ackinc":1,"baselrabia":1,"f16z":1,"thejimbow":1,"elliotwaite":1,"kirtan-desai":1,"SumitJain01":1,"jedwards1211":1,"dobesv":1,"joyson-madtha0":1,"lekspyl":1,"mjomble":1,"MikhaelTovel":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-10-25T00:00:16.593Z","repositories_count":11170762,"issues_count":34744949,"pull_requests_count":112637379,"authors_count":11041331,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{"NONE":34,"OWNER":2,"CONTRIBUTOR":1}},"past_year_pull_request_author_associations_count":{"table":{"NONE":25,"OWNER":12,"CONTRIBUTOR":9}},"past_year_issue_authors":{"table":{"motdotla":2,"luisfcofv":1,"mindplay-dk":1,"NathanFarmer":1,"noritaka1166":1,"npearson72":1,"oconnorjoseph":1,"oom-":1,"passview-core":1,"patsaas":1,"pelikhan":1,"radon512":1,"sor4chi":1,"tcurdt":1,"thecoolwinter":1,"VArtzy":1,"zach-betz-hln":1,"zeid0ne":1,"789454882":1,"aanom":1,"andersr":1,"arthurfiorette":1,"beeman":1,"Bimbimz":1,"c4nt5vejrtybtukgbgfsxrgxfc":1,"dannyokechq":1,"darshandp007":1,"ddebrunner":1,"dossy":1,"ericwooley":1,"Etienne-Bernoux":1,"glebbash":1,"HoppoPrj":1,"JacobMS2020":1,"joshuajaco":1,"klcodanr":1}},"past_year_pull_request_authors":{"table":{"motdotla":12,"Fdawgs":4,"Electroid":2,"jacobrdale":2,"cybercoded":2,"larstelenor":2,"shyok21":2,"Spice-King":2,"0xflotus":2,"koraytuncer":2,"sefinek":2,"syedalinaqihasni":2,"cofenster-michal":2,"Copilot":1,"adjerbetian":1,"zegulas":1,"mjomble":1,"ShayokhShorfuddin":1,"andersr":1,"jedwards1211":1,"StetupYT":1}},"maintainers":[{"table":{"login":"motdotla","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}}],"active_maintainers":[{"table":{"login":"motdotla","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/motdotla"}}]}},"events":{"total":{"CreateEvent":15,"CommitCommentEvent":1,"IssuesEvent":62,"WatchEvent":913,"DeleteEvent":8,"IssueCommentEvent":140,"PushEvent":85,"PullRequestReviewCommentEvent":5,"PullRequestReviewEvent":11,"PullRequestEvent":42,"ForkEvent":57},"last_year":{"CreateEvent":15,"CommitCommentEvent":1,"IssuesEvent":61,"WatchEvent":859,"DeleteEvent":8,"IssueCommentEvent":140,"PushEvent":85,"PullRequestReviewCommentEvent":5,"PullRequestReviewEvent":11,"PullRequestEvent":42,"ForkEvent":53}},"keywords":["configuration-file","dotenv","env","environment-variables","javascript","node","nodejs","secret-management","secret-manager","secrets","security-tools"],"dependencies":[{"ecosystem":"npm","filepath":"package-lock.json","sha":null,"kind":"lockfile","created_at":"2023-01-13T15:18:38.328Z","updated_at":"2023-01-13T15:18:38.328Z","repository_link":"https://github.com/motdotla/dotenv/blob/master/package-lock.json","dependencies":[{"id":6882660944,"package_name":"@babel/code-frame","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882660950,"package_name":"@babel/compat-data","ecosystem":"npm","requirements":"7.16.8","direct":false,"kind":"development","optional":false},{"id":6882660953,"package_name":"@babel/core","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882660956,"package_name":"json5","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":6882660960,"package_name":"source-map","ecosystem":"npm","requirements":"0.5.7","direct":false,"kind":"development","optional":false},{"id":6882660962,"package_name":"@babel/generator","ecosystem":"npm","requirements":"7.16.8","direct":false,"kind":"development","optional":false},{"id":6882660966,"package_name":"@babel/helper-compilation-targets","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882660969,"package_name":"@babel/helper-environment-visitor","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882660972,"package_name":"@babel/helper-function-name","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882660976,"package_name":"@babel/helper-get-function-arity","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882660980,"package_name":"@babel/helper-hoist-variables","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882660984,"package_name":"@babel/helper-module-imports","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882660988,"package_name":"@babel/helper-module-transforms","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882660991,"package_name":"@babel/helper-simple-access","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882660994,"package_name":"@babel/helper-split-export-declaration","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882660997,"package_name":"@babel/helper-validator-identifier","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882660999,"package_name":"@babel/helper-validator-option","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882661001,"package_name":"@babel/helpers","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882661004,"package_name":"@babel/highlight","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882661007,"package_name":"@babel/parser","ecosystem":"npm","requirements":"7.16.8","direct":false,"kind":"development","optional":false},{"id":6882661010,"package_name":"@babel/template","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":6882661013,"package_name":"@babel/traverse","ecosystem":"npm","requirements":"7.16.8","direct":false,"kind":"development","optional":false},{"id":6882661016,"package_name":"@babel/types","ecosystem":"npm","requirements":"7.16.8","direct":false,"kind":"development","optional":false},{"id":6882661020,"package_name":"@definitelytyped/header-parser","ecosystem":"npm","requirements":"0.0.102","direct":false,"kind":"development","optional":false},{"id":6882661112,"package_name":"@definitelytyped/typescript-versions","ecosystem":"npm","requirements":"0.0.102","direct":false,"kind":"development","optional":false},{"id":6882661128,"package_name":"@definitelytyped/utils","ecosystem":"npm","requirements":"0.0.112","direct":false,"kind":"development","optional":false},{"id":6882661130,"package_name":"@definitelytyped/typescript-versions","ecosystem":"npm","requirements":"0.0.112","direct":false,"kind":"development","optional":false},{"id":6882661132,"package_name":"@types/node","ecosystem":"npm","requirements":"14.18.16","direct":false,"kind":"development","optional":false},{"id":6882661134,"package_name":"fs-extra","ecosystem":"npm","requirements":"8.1.0","direct":false,"kind":"development","optional":false},{"id":6882661136,"package_name":"tar","ecosystem":"npm","requirements":"2.2.2","direct":false,"kind":"development","optional":false},{"id":6882661137,"package_name":"@eslint/eslintrc","ecosystem":"npm","requirements":"0.3.0","direct":false,"kind":"development","optional":false},{"id":6882661139,"package_name":"globals","ecosystem":"npm","requirements":"12.4.0","direct":false,"kind":"development","optional":false},{"id":6882661142,"package_name":"strip-json-comments","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":6882661145,"package_name":"type-fest","ecosystem":"npm","requirements":"0.8.1","direct":false,"kind":"development","optional":false},{"id":6882661147,"package_name":"@hutson/parse-repository-url","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":6882661150,"package_name":"@istanbuljs/load-nyc-config","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":6882661153,"package_name":"find-up","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":6882661155,"package_name":"locate-path","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":6882661158,"package_name":"p-limit","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":6882661160,"package_name":"p-locate","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":6882661162,"package_name":"p-try","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":6882661164,"package_name":"path-exists","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661166,"package_name":"resolve-from","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":6882661168,"package_name":"@istanbuljs/schema","ecosystem":"npm","requirements":"0.1.3","direct":false,"kind":"development","optional":false},{"id":6882661170,"package_name":"@nodelib/fs.scandir","ecosystem":"npm","requirements":"2.1.5","direct":false,"kind":"development","optional":false},{"id":6882661172,"package_name":"@nodelib/fs.stat","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":6882661174,"package_name":"@nodelib/fs.walk","ecosystem":"npm","requirements":"1.2.8","direct":false,"kind":"development","optional":false},{"id":6882661176,"package_name":"@qiwi/npm-registry-client","ecosystem":"npm","requirements":"8.9.1","direct":false,"kind":"development","optional":false},{"id":6882661197,"package_name":"semver","ecosystem":"npm","requirements":"7.3.5","direct":false,"kind":"development","optional":false},{"id":6882661199,"package_name":"@sinonjs/commons","ecosystem":"npm","requirements":"1.8.3","direct":false,"kind":"development","optional":false},{"id":6882661200,"package_name":"@sinonjs/fake-timers","ecosystem":"npm","requirements":"8.1.0","direct":false,"kind":"development","optional":false},{"id":6882661202,"package_name":"@sinonjs/samsam","ecosystem":"npm","requirements":"6.0.2","direct":false,"kind":"development","optional":false},{"id":6882661204,"package_name":"@sinonjs/text-encoding","ecosystem":"npm","requirements":"0.7.1","direct":false,"kind":"development","optional":false},{"id":6882661207,"package_name":"@types/json5","ecosystem":"npm","requirements":"0.0.29","direct":false,"kind":"development","optional":false},{"id":6882661208,"package_name":"@types/minimist","ecosystem":"npm","requirements":"1.2.2","direct":false,"kind":"development","optional":false},{"id":6882661209,"package_name":"@types/node","ecosystem":"npm","requirements":"17.0.31","direct":false,"kind":"development","optional":false},{"id":6882661210,"package_name":"@types/normalize-package-data","ecosystem":"npm","requirements":"2.4.1","direct":false,"kind":"development","optional":false},{"id":6882661211,"package_name":"@types/parsimmon","ecosystem":"npm","requirements":"1.10.6","direct":false,"kind":"development","optional":false},{"id":6882661212,"package_name":"acorn","ecosystem":"npm","requirements":"7.4.1","direct":false,"kind":"development","optional":false},{"id":6882661213,"package_name":"acorn-jsx","ecosystem":"npm","requirements":"5.3.2","direct":false,"kind":"development","optional":false},{"id":6882661214,"package_name":"add-stream","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661215,"package_name":"aggregate-error","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":6882661216,"package_name":"ajv","ecosystem":"npm","requirements":"6.12.6","direct":false,"kind":"development","optional":false},{"id":6882661217,"package_name":"ansi-colors","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":6882661218,"package_name":"ansi-regex","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":6882661219,"package_name":"ansi-styles","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"development","optional":false},{"id":6882661220,"package_name":"anymatch","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"development","optional":false},{"id":6882661221,"package_name":"append-transform","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661222,"package_name":"aproba","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":6882661223,"package_name":"archy","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661224,"package_name":"are-we-there-yet","ecosystem":"npm","requirements":"1.1.7","direct":false,"kind":"development","optional":false},{"id":6882661225,"package_name":"isarray","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661226,"package_name":"readable-stream","ecosystem":"npm","requirements":"2.3.7","direct":false,"kind":"development","optional":false},{"id":6882661227,"package_name":"safe-buffer","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":6882661228,"package_name":"string_decoder","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":6882661229,"package_name":"arg","ecosystem":"npm","requirements":"4.1.3","direct":false,"kind":"development","optional":false},{"id":6882661230,"package_name":"argparse","ecosystem":"npm","requirements":"1.0.10","direct":false,"kind":"development","optional":false},{"id":6882661231,"package_name":"array-ify","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661232,"package_name":"array-includes","ecosystem":"npm","requirements":"3.1.4","direct":false,"kind":"development","optional":false},{"id":6882661233,"package_name":"array-union","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661234,"package_name":"array.prototype.flat","ecosystem":"npm","requirements":"1.2.5","direct":false,"kind":"development","optional":false},{"id":6882661235,"package_name":"array.prototype.flatmap","ecosystem":"npm","requirements":"1.2.5","direct":false,"kind":"development","optional":false},{"id":6882661236,"package_name":"arrify","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661237,"package_name":"asn1","ecosystem":"npm","requirements":"0.2.6","direct":false,"kind":"development","optional":false},{"id":6882661238,"package_name":"assert-plus","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661239,"package_name":"astral-regex","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661240,"package_name":"async-hook-domain","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":6882661241,"package_name":"asynckit","ecosystem":"npm","requirements":"0.4.0","direct":false,"kind":"development","optional":false},{"id":6882661242,"package_name":"aws-sign2","ecosystem":"npm","requirements":"0.7.0","direct":false,"kind":"development","optional":false},{"id":6882661243,"package_name":"aws4","ecosystem":"npm","requirements":"1.11.0","direct":false,"kind":"development","optional":false},{"id":6882661244,"package_name":"babel-code-frame","ecosystem":"npm","requirements":"6.26.0","direct":false,"kind":"development","optional":false},{"id":6882661245,"package_name":"ansi-styles","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"development","optional":false},{"id":6882661246,"package_name":"chalk","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":6882661247,"package_name":"js-tokens","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":6882661248,"package_name":"supports-color","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661249,"package_name":"balanced-match","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661250,"package_name":"base64-js","ecosystem":"npm","requirements":"1.5.1","direct":false,"kind":"development","optional":false},{"id":6882661251,"package_name":"bcrypt-pbkdf","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661252,"package_name":"binary-extensions","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":6882661253,"package_name":"bind-obj-methods","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661254,"package_name":"bl","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":6882661255,"package_name":"block-stream","ecosystem":"npm","requirements":"0.0.9","direct":false,"kind":"development","optional":false},{"id":6882661256,"package_name":"brace-expansion","ecosystem":"npm","requirements":"1.1.11","direct":false,"kind":"development","optional":false},{"id":6882661257,"package_name":"braces","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":6882661258,"package_name":"browserslist","ecosystem":"npm","requirements":"4.19.1","direct":false,"kind":"development","optional":false},{"id":6882661259,"package_name":"buffer","ecosystem":"npm","requirements":"5.7.1","direct":false,"kind":"development","optional":false},{"id":6882661260,"package_name":"buffer-from","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":6882661261,"package_name":"builtin-modules","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":6882661262,"package_name":"builtins","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":6882661263,"package_name":"caching-transform","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661264,"package_name":"call-bind","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661265,"package_name":"callsite","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661266,"package_name":"callsites","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":6882661267,"package_name":"camelcase","ecosystem":"npm","requirements":"5.3.1","direct":false,"kind":"development","optional":false},{"id":6882661268,"package_name":"camelcase-keys","ecosystem":"npm","requirements":"6.2.2","direct":false,"kind":"development","optional":false},{"id":6882661269,"package_name":"caniuse-lite","ecosystem":"npm","requirements":"1.0.30001300","direct":false,"kind":"development","optional":false},{"id":6882661270,"package_name":"caseless","ecosystem":"npm","requirements":"0.12.0","direct":false,"kind":"development","optional":false},{"id":6882661271,"package_name":"chalk","ecosystem":"npm","requirements":"2.4.2","direct":false,"kind":"development","optional":false},{"id":6882661272,"package_name":"charm","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661273,"package_name":"chokidar","ecosystem":"npm","requirements":"3.5.2","direct":false,"kind":"development","optional":false},{"id":6882661274,"package_name":"chownr","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661275,"package_name":"clean-stack","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":6882661276,"package_name":"cli-cursor","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":6882661277,"package_name":"cli-spinners","ecosystem":"npm","requirements":"2.6.1","direct":false,"kind":"development","optional":false},{"id":6882661278,"package_name":"cliui","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":6882661279,"package_name":"ansi-regex","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":6882661280,"package_name":"strip-ansi","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":6882661281,"package_name":"clone","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":6882661282,"package_name":"code-point-at","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":6882661283,"package_name":"color-convert","ecosystem":"npm","requirements":"1.9.3","direct":false,"kind":"development","optional":false},{"id":6882661284,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":6882661285,"package_name":"color-support","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":6882661286,"package_name":"combined-stream","ecosystem":"npm","requirements":"1.0.8","direct":false,"kind":"development","optional":false},{"id":6882661287,"package_name":"command-exists","ecosystem":"npm","requirements":"1.2.9","direct":false,"kind":"development","optional":false},{"id":6882661288,"package_name":"commander","ecosystem":"npm","requirements":"2.20.3","direct":false,"kind":"development","optional":false},{"id":6882661289,"package_name":"commondir","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661290,"package_name":"compare-func","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661291,"package_name":"concat-map","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"development","optional":false},{"id":6882661292,"package_name":"concat-stream","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661293,"package_name":"console-control-strings","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":6882661294,"package_name":"conventional-changelog","ecosystem":"npm","requirements":"3.1.24","direct":false,"kind":"development","optional":false},{"id":6882661295,"package_name":"conventional-changelog-angular","ecosystem":"npm","requirements":"5.0.13","direct":false,"kind":"development","optional":false},{"id":6882661296,"package_name":"conventional-changelog-atom","ecosystem":"npm","requirements":"2.0.8","direct":false,"kind":"development","optional":false},{"id":6882661297,"package_name":"conventional-changelog-codemirror","ecosystem":"npm","requirements":"2.0.8","direct":false,"kind":"development","optional":false},{"id":6882661298,"package_name":"conventional-changelog-config-spec","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661299,"package_name":"conventional-changelog-conventionalcommits","ecosystem":"npm","requirements":"4.6.1","direct":false,"kind":"development","optional":false},{"id":6882661300,"package_name":"conventional-changelog-core","ecosystem":"npm","requirements":"4.2.4","direct":false,"kind":"development","optional":false},{"id":6882661301,"package_name":"hosted-git-info","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":6882661302,"package_name":"normalize-package-data","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":6882661303,"package_name":"conventional-changelog-ember","ecosystem":"npm","requirements":"2.0.9","direct":false,"kind":"development","optional":false},{"id":6882661304,"package_name":"conventional-changelog-eslint","ecosystem":"npm","requirements":"3.0.9","direct":false,"kind":"development","optional":false},{"id":6882661305,"package_name":"conventional-changelog-express","ecosystem":"npm","requirements":"2.0.6","direct":false,"kind":"development","optional":false},{"id":6882661306,"package_name":"conventional-changelog-jquery","ecosystem":"npm","requirements":"3.0.11","direct":false,"kind":"development","optional":false},{"id":6882661307,"package_name":"conventional-changelog-jshint","ecosystem":"npm","requirements":"2.0.9","direct":false,"kind":"development","optional":false},{"id":6882661308,"package_name":"conventional-changelog-preset-loader","ecosystem":"npm","requirements":"2.3.4","direct":false,"kind":"development","optional":false},{"id":6882661309,"package_name":"conventional-changelog-writer","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":6882661310,"package_name":"conventional-commits-filter","ecosystem":"npm","requirements":"2.0.7","direct":false,"kind":"development","optional":false},{"id":6882661392,"package_name":"fast-deep-equal","ecosystem":"npm","requirements":"3.1.3","direct":false,"kind":"development","optional":false},{"id":6882661311,"package_name":"conventional-commits-parser","ecosystem":"npm","requirements":"3.2.4","direct":false,"kind":"development","optional":false},{"id":6882661312,"package_name":"conventional-recommended-bump","ecosystem":"npm","requirements":"6.1.0","direct":false,"kind":"development","optional":false},{"id":6882661313,"package_name":"convert-source-map","ecosystem":"npm","requirements":"1.8.0","direct":false,"kind":"development","optional":false},{"id":6882661314,"package_name":"core-util-is","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661315,"package_name":"coveralls","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":6882661316,"package_name":"cross-spawn","ecosystem":"npm","requirements":"7.0.3","direct":false,"kind":"development","optional":false},{"id":6882661317,"package_name":"dargs","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":6882661318,"package_name":"dashdash","ecosystem":"npm","requirements":"1.14.1","direct":false,"kind":"development","optional":false},{"id":6882661319,"package_name":"dateformat","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":6882661320,"package_name":"debug","ecosystem":"npm","requirements":"4.3.3","direct":false,"kind":"development","optional":false},{"id":6882661321,"package_name":"decache","ecosystem":"npm","requirements":"4.6.1","direct":false,"kind":"development","optional":false},{"id":6882661322,"package_name":"decamelize","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":6882661323,"package_name":"decamelize-keys","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":6882661324,"package_name":"map-obj","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661325,"package_name":"deep-is","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":6882661326,"package_name":"default-require-extensions","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661327,"package_name":"strip-bom","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661328,"package_name":"defaults","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":6882661329,"package_name":"define-properties","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":6882661330,"package_name":"delayed-stream","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661331,"package_name":"delegates","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661332,"package_name":"detect-indent","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":6882661333,"package_name":"detect-newline","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":6882661334,"package_name":"diff","ecosystem":"npm","requirements":"3.5.0","direct":false,"kind":"development","optional":false},{"id":6882661335,"package_name":"dir-glob","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":6882661336,"package_name":"path-type","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661337,"package_name":"doctrine","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661338,"package_name":"dot-prop","ecosystem":"npm","requirements":"5.3.0","direct":false,"kind":"development","optional":false},{"id":6882661339,"package_name":"dotgitignore","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661340,"package_name":"find-up","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661341,"package_name":"locate-path","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661342,"package_name":"p-locate","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661343,"package_name":"dts-critic","ecosystem":"npm","requirements":"3.3.11","direct":false,"kind":"development","optional":false},{"id":6882661344,"package_name":"dtslint","ecosystem":"npm","requirements":"3.7.0","direct":false,"kind":"development","optional":false},{"id":6882661345,"package_name":"ecc-jsbn","ecosystem":"npm","requirements":"0.1.2","direct":false,"kind":"development","optional":false},{"id":6882661346,"package_name":"electron-to-chromium","ecosystem":"npm","requirements":"1.4.46","direct":false,"kind":"development","optional":false},{"id":6882661347,"package_name":"emoji-regex","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"development","optional":false},{"id":6882661348,"package_name":"end-of-stream","ecosystem":"npm","requirements":"1.4.4","direct":false,"kind":"development","optional":false},{"id":6882661349,"package_name":"enquirer","ecosystem":"npm","requirements":"2.3.6","direct":false,"kind":"development","optional":false},{"id":6882661350,"package_name":"error-ex","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"development","optional":false},{"id":6882661351,"package_name":"es-abstract","ecosystem":"npm","requirements":"1.19.1","direct":false,"kind":"development","optional":false},{"id":6882661352,"package_name":"es-to-primitive","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":6882661353,"package_name":"es6-error","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":6882661354,"package_name":"escalade","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":6882661355,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":6882661356,"package_name":"eslint","ecosystem":"npm","requirements":"7.18.0","direct":false,"kind":"development","optional":false},{"id":6882661357,"package_name":"eslint-config-standard","ecosystem":"npm","requirements":"16.0.3","direct":false,"kind":"development","optional":false},{"id":6882661358,"package_name":"eslint-config-standard-jsx","ecosystem":"npm","requirements":"10.0.0","direct":false,"kind":"development","optional":false},{"id":6882661359,"package_name":"eslint-import-resolver-node","ecosystem":"npm","requirements":"0.3.6","direct":false,"kind":"development","optional":false},{"id":6882661360,"package_name":"debug","ecosystem":"npm","requirements":"3.2.7","direct":false,"kind":"development","optional":false},{"id":6882661361,"package_name":"eslint-module-utils","ecosystem":"npm","requirements":"2.7.2","direct":false,"kind":"development","optional":false},{"id":6882661362,"package_name":"eslint-plugin-es","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":6882661363,"package_name":"eslint-plugin-import","ecosystem":"npm","requirements":"2.24.2","direct":false,"kind":"development","optional":false},{"id":6882661364,"package_name":"debug","ecosystem":"npm","requirements":"2.6.9","direct":false,"kind":"development","optional":false},{"id":6882661365,"package_name":"doctrine","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661366,"package_name":"ms","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661367,"package_name":"eslint-plugin-node","ecosystem":"npm","requirements":"11.1.0","direct":false,"kind":"development","optional":false},{"id":6882661368,"package_name":"ignore","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":6882661369,"package_name":"eslint-plugin-promise","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":6882661370,"package_name":"eslint-plugin-react","ecosystem":"npm","requirements":"7.25.3","direct":false,"kind":"development","optional":false},{"id":6882661371,"package_name":"resolve","ecosystem":"npm","requirements":"2.0.0-next.3","direct":false,"kind":"development","optional":false},{"id":6882661372,"package_name":"eslint-scope","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":6882661373,"package_name":"estraverse","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":6882661374,"package_name":"eslint-utils","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661375,"package_name":"eslint-visitor-keys","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":6882661376,"package_name":"eslint-visitor-keys","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661377,"package_name":"ansi-styles","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":6882661378,"package_name":"chalk","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":6882661379,"package_name":"color-convert","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":6882661380,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"development","optional":false},{"id":6882661381,"package_name":"has-flag","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661382,"package_name":"supports-color","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"development","optional":false},{"id":6882661383,"package_name":"espree","ecosystem":"npm","requirements":"7.3.1","direct":false,"kind":"development","optional":false},{"id":6882661384,"package_name":"esprima","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":6882661385,"package_name":"esquery","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":6882661386,"package_name":"esrecurse","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":6882661387,"package_name":"estraverse","ecosystem":"npm","requirements":"5.3.0","direct":false,"kind":"development","optional":false},{"id":6882661388,"package_name":"esutils","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":6882661389,"package_name":"events-to-array","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":6882661390,"package_name":"extend","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":6882661391,"package_name":"extsprintf","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":6882661393,"package_name":"fast-glob","ecosystem":"npm","requirements":"3.2.11","direct":false,"kind":"development","optional":false},{"id":6882661394,"package_name":"fast-json-stable-stringify","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661395,"package_name":"fast-levenshtein","ecosystem":"npm","requirements":"2.0.6","direct":false,"kind":"development","optional":false},{"id":6882661396,"package_name":"fastq","ecosystem":"npm","requirements":"1.13.0","direct":false,"kind":"development","optional":false},{"id":6882661397,"package_name":"file-entry-cache","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":6882661398,"package_name":"fill-range","ecosystem":"npm","requirements":"7.0.1","direct":false,"kind":"development","optional":false},{"id":6882661399,"package_name":"find-cache-dir","ecosystem":"npm","requirements":"3.3.2","direct":false,"kind":"development","optional":false},{"id":6882661400,"package_name":"find-up","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661401,"package_name":"findit","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661402,"package_name":"flat-cache","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":6882661403,"package_name":"flatted","ecosystem":"npm","requirements":"3.2.4","direct":false,"kind":"development","optional":false},{"id":6882661404,"package_name":"flow-parser","ecosystem":"npm","requirements":"0.169.0","direct":false,"kind":"development","optional":false},{"id":6882661405,"package_name":"flow-remove-types","ecosystem":"npm","requirements":"2.169.0","direct":false,"kind":"development","optional":false},{"id":6882661406,"package_name":"foreground-child","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661407,"package_name":"forever-agent","ecosystem":"npm","requirements":"0.6.1","direct":false,"kind":"development","optional":false},{"id":6882661408,"package_name":"form-data","ecosystem":"npm","requirements":"2.3.3","direct":false,"kind":"development","optional":false},{"id":6882661409,"package_name":"fromentries","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"development","optional":false},{"id":6882661410,"package_name":"fs-access","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661411,"package_name":"fs-constants","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661412,"package_name":"fs-exists-cached","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661413,"package_name":"fs-extra","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":6882661414,"package_name":"fs-minipass","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661415,"package_name":"fs.realpath","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661416,"package_name":"fsevents","ecosystem":"npm","requirements":"2.3.2","direct":false,"kind":"development","optional":false},{"id":6882661417,"package_name":"fstream","ecosystem":"npm","requirements":"1.0.12","direct":false,"kind":"development","optional":false},{"id":6882661418,"package_name":"rimraf","ecosystem":"npm","requirements":"2.7.1","direct":false,"kind":"development","optional":false},{"id":6882661419,"package_name":"function-bind","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":6882661420,"package_name":"function-loop","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":6882661421,"package_name":"functional-red-black-tree","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661422,"package_name":"gauge","ecosystem":"npm","requirements":"2.7.4","direct":false,"kind":"development","optional":false},{"id":6882661423,"package_name":"is-fullwidth-code-point","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661424,"package_name":"string-width","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661425,"package_name":"gensync","ecosystem":"npm","requirements":"1.0.0-beta.2","direct":false,"kind":"development","optional":false},{"id":6882661426,"package_name":"get-caller-file","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":6882661427,"package_name":"get-intrinsic","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":6882661428,"package_name":"get-package-type","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"development","optional":false},{"id":6882661429,"package_name":"get-pkg-repo","ecosystem":"npm","requirements":"4.2.1","direct":false,"kind":"development","optional":false},{"id":6882661430,"package_name":"cliui","ecosystem":"npm","requirements":"7.0.4","direct":false,"kind":"development","optional":false},{"id":6882661431,"package_name":"through2","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":6882661432,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":6882661433,"package_name":"y18n","ecosystem":"npm","requirements":"5.0.8","direct":false,"kind":"development","optional":false},{"id":6882661434,"package_name":"yargs","ecosystem":"npm","requirements":"16.2.0","direct":false,"kind":"development","optional":false},{"id":6882661435,"package_name":"get-stdin","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"development","optional":false},{"id":6882661436,"package_name":"get-symbol-description","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661437,"package_name":"getpass","ecosystem":"npm","requirements":"0.1.7","direct":false,"kind":"development","optional":false},{"id":6882661438,"package_name":"git-raw-commits","ecosystem":"npm","requirements":"2.0.11","direct":false,"kind":"development","optional":false},{"id":6882661439,"package_name":"git-remote-origin-url","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661440,"package_name":"pify","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":6882661441,"package_name":"git-semver-tags","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":6882661442,"package_name":"gitconfiglocal","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661443,"package_name":"glob","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"development","optional":false},{"id":6882661444,"package_name":"glob-parent","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":6882661445,"package_name":"globals","ecosystem":"npm","requirements":"11.12.0","direct":false,"kind":"development","optional":false},{"id":6882661446,"package_name":"globby","ecosystem":"npm","requirements":"11.1.0","direct":false,"kind":"development","optional":false},{"id":6882661447,"package_name":"graceful-fs","ecosystem":"npm","requirements":"4.2.9","direct":false,"kind":"development","optional":false},{"id":6882661448,"package_name":"handlebars","ecosystem":"npm","requirements":"4.7.7","direct":false,"kind":"development","optional":false},{"id":6882661449,"package_name":"har-schema","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661450,"package_name":"har-validator","ecosystem":"npm","requirements":"5.1.5","direct":false,"kind":"development","optional":false},{"id":6882661451,"package_name":"hard-rejection","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661452,"package_name":"has","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":6882661453,"package_name":"has-ansi","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661454,"package_name":"has-bigints","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661455,"package_name":"has-flag","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661456,"package_name":"has-symbols","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661457,"package_name":"has-tostringtag","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661458,"package_name":"has-unicode","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":6882661459,"package_name":"hasha","ecosystem":"npm","requirements":"5.2.2","direct":false,"kind":"development","optional":false},{"id":6882661460,"package_name":"hosted-git-info","ecosystem":"npm","requirements":"2.8.9","direct":false,"kind":"development","optional":false},{"id":6882661461,"package_name":"html-escaper","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":6882661462,"package_name":"http-signature","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":6882661463,"package_name":"ieee754","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":6882661464,"package_name":"ignore","ecosystem":"npm","requirements":"4.0.6","direct":false,"kind":"development","optional":false},{"id":6882661465,"package_name":"import-fresh","ecosystem":"npm","requirements":"3.3.0","direct":false,"kind":"development","optional":false},{"id":6882661466,"package_name":"imurmurhash","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":6882661467,"package_name":"indent-string","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661468,"package_name":"inflight","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"development","optional":false},{"id":6882661469,"package_name":"inherits","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":6882661470,"package_name":"ini","ecosystem":"npm","requirements":"1.3.8","direct":false,"kind":"development","optional":false},{"id":6882661471,"package_name":"internal-slot","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":6882661472,"package_name":"is-arrayish","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"development","optional":false},{"id":6882661473,"package_name":"is-bigint","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":6882661474,"package_name":"is-binary-path","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661475,"package_name":"is-boolean-object","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":6882661476,"package_name":"is-callable","ecosystem":"npm","requirements":"1.2.4","direct":false,"kind":"development","optional":false},{"id":6882661477,"package_name":"is-core-module","ecosystem":"npm","requirements":"2.8.1","direct":false,"kind":"development","optional":false},{"id":6882661478,"package_name":"is-date-object","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":6882661479,"package_name":"is-extglob","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":6882661480,"package_name":"is-fullwidth-code-point","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661481,"package_name":"is-glob","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":6882661482,"package_name":"is-interactive","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661483,"package_name":"is-negative-zero","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":6882661484,"package_name":"is-number","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":6882661485,"package_name":"is-number-object","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"development","optional":false},{"id":6882661486,"package_name":"is-obj","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661487,"package_name":"is-plain-obj","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":6882661488,"package_name":"is-regex","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"development","optional":false},{"id":6882661489,"package_name":"is-shared-array-buffer","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661490,"package_name":"is-stream","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":6882661491,"package_name":"is-string","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"development","optional":false},{"id":6882661492,"package_name":"is-symbol","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":6882661493,"package_name":"is-text-path","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661494,"package_name":"is-typedarray","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661495,"package_name":"is-weakref","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661496,"package_name":"is-windows","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661497,"package_name":"isarray","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"development","optional":false},{"id":6882661498,"package_name":"isexe","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661499,"package_name":"isstream","ecosystem":"npm","requirements":"0.1.2","direct":false,"kind":"development","optional":false},{"id":6882661500,"package_name":"istanbul-lib-coverage","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":6882661501,"package_name":"istanbul-lib-hook","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661502,"package_name":"istanbul-lib-instrument","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":6882661503,"package_name":"istanbul-lib-processinfo","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":6882661504,"package_name":"istanbul-lib-report","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661505,"package_name":"istanbul-lib-source-maps","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":6882661506,"package_name":"istanbul-reports","ecosystem":"npm","requirements":"3.1.3","direct":false,"kind":"development","optional":false},{"id":6882661507,"package_name":"jackspeak","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"development","optional":false},{"id":6882661508,"package_name":"js-tokens","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661509,"package_name":"js-yaml","ecosystem":"npm","requirements":"3.14.1","direct":false,"kind":"development","optional":false},{"id":6882661510,"package_name":"jsbn","ecosystem":"npm","requirements":"0.1.1","direct":false,"kind":"development","optional":false},{"id":6882661511,"package_name":"jsesc","ecosystem":"npm","requirements":"2.5.2","direct":false,"kind":"development","optional":false},{"id":6882661512,"package_name":"json-parse-better-errors","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661513,"package_name":"json-parse-even-better-errors","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"development","optional":false},{"id":6882661514,"package_name":"json-schema","ecosystem":"npm","requirements":"0.4.0","direct":false,"kind":"development","optional":false},{"id":6882661515,"package_name":"json-schema-traverse","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"development","optional":false},{"id":6882661516,"package_name":"json-stable-stringify","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661517,"package_name":"json-stable-stringify-without-jsonify","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661518,"package_name":"json-stringify-safe","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":6882661519,"package_name":"json5","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661520,"package_name":"jsonfile","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661521,"package_name":"jsonify","ecosystem":"npm","requirements":"0.0.0","direct":false,"kind":"development","optional":false},{"id":6882661522,"package_name":"jsonparse","ecosystem":"npm","requirements":"1.3.1","direct":false,"kind":"development","optional":false},{"id":6882661523,"package_name":"JSONStream","ecosystem":"npm","requirements":"1.3.5","direct":false,"kind":"development","optional":false},{"id":6882661524,"package_name":"jsprim","ecosystem":"npm","requirements":"1.4.2","direct":false,"kind":"development","optional":false},{"id":6882661525,"package_name":"jsx-ast-utils","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"development","optional":false},{"id":6882661526,"package_name":"just-extend","ecosystem":"npm","requirements":"4.2.1","direct":false,"kind":"development","optional":false},{"id":6882661527,"package_name":"kind-of","ecosystem":"npm","requirements":"6.0.3","direct":false,"kind":"development","optional":false},{"id":6882661528,"package_name":"lcov-parse","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661529,"package_name":"levn","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"development","optional":false},{"id":6882661530,"package_name":"libtap","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"development","optional":false},{"id":6882661531,"package_name":"diff","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":6882661532,"package_name":"lines-and-columns","ecosystem":"npm","requirements":"1.2.4","direct":false,"kind":"development","optional":false},{"id":6882661533,"package_name":"load-json-file","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661534,"package_name":"locate-path","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661535,"package_name":"lodash","ecosystem":"npm","requirements":"4.17.21","direct":false,"kind":"development","optional":false},{"id":6882661536,"package_name":"lodash.flattendeep","ecosystem":"npm","requirements":"4.4.0","direct":false,"kind":"development","optional":false},{"id":6882661537,"package_name":"lodash.get","ecosystem":"npm","requirements":"4.4.2","direct":false,"kind":"development","optional":false},{"id":6882661538,"package_name":"lodash.ismatch","ecosystem":"npm","requirements":"4.4.0","direct":false,"kind":"development","optional":false},{"id":6882661539,"package_name":"lodash.truncate","ecosystem":"npm","requirements":"4.4.2","direct":false,"kind":"development","optional":false},{"id":6882661540,"package_name":"log-driver","ecosystem":"npm","requirements":"1.2.7","direct":false,"kind":"development","optional":false},{"id":6882661541,"package_name":"log-symbols","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661542,"package_name":"loose-envify","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":6882661543,"package_name":"lru-cache","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":6882661544,"package_name":"make-dir","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":6882661545,"package_name":"make-error","ecosystem":"npm","requirements":"1.3.6","direct":false,"kind":"development","optional":false},{"id":6882661546,"package_name":"map-obj","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":6882661547,"package_name":"meow","ecosystem":"npm","requirements":"8.1.2","direct":false,"kind":"development","optional":false},{"id":6882661548,"package_name":"parse-json","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":6882661549,"package_name":"read-pkg","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":6882661550,"package_name":"read-pkg-up","ecosystem":"npm","requirements":"7.0.1","direct":false,"kind":"development","optional":false},{"id":6882661551,"package_name":"normalize-package-data","ecosystem":"npm","requirements":"2.5.0","direct":false,"kind":"development","optional":false},{"id":6882661552,"package_name":"semver","ecosystem":"npm","requirements":"5.7.1","direct":false,"kind":"development","optional":false},{"id":6882661553,"package_name":"type-fest","ecosystem":"npm","requirements":"0.6.0","direct":false,"kind":"development","optional":false},{"id":6882661554,"package_name":"merge2","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"development","optional":false},{"id":6882661555,"package_name":"micromatch","ecosystem":"npm","requirements":"4.0.4","direct":false,"kind":"development","optional":false},{"id":6882661556,"package_name":"mime-db","ecosystem":"npm","requirements":"1.51.0","direct":false,"kind":"development","optional":false},{"id":6882661557,"package_name":"mime-types","ecosystem":"npm","requirements":"2.1.34","direct":false,"kind":"development","optional":false},{"id":6882661558,"package_name":"mimic-fn","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661559,"package_name":"min-indent","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661560,"package_name":"minimatch","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":6882661561,"package_name":"minimist","ecosystem":"npm","requirements":"1.2.6","direct":false,"kind":"development","optional":false},{"id":6882661562,"package_name":"minimist-options","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":6882661563,"package_name":"minipass","ecosystem":"npm","requirements":"3.1.6","direct":false,"kind":"development","optional":false},{"id":6882661564,"package_name":"minizlib","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":6882661565,"package_name":"mkdirp","ecosystem":"npm","requirements":"0.5.5","direct":false,"kind":"development","optional":false},{"id":6882661566,"package_name":"modify-values","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661567,"package_name":"ms","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":6882661568,"package_name":"mute-stream","ecosystem":"npm","requirements":"0.0.8","direct":false,"kind":"development","optional":false},{"id":6882661569,"package_name":"natural-compare","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":6882661570,"package_name":"neo-async","ecosystem":"npm","requirements":"2.6.2","direct":false,"kind":"development","optional":false},{"id":6882661571,"package_name":"nise","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"development","optional":false},{"id":6882661572,"package_name":"@sinonjs/fake-timers","ecosystem":"npm","requirements":"7.1.2","direct":false,"kind":"development","optional":false},{"id":6882661573,"package_name":"node-modules-regexp","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661574,"package_name":"node-preload","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"development","optional":false},{"id":6882661575,"package_name":"node-releases","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":6882661576,"package_name":"normalize-path","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661577,"package_name":"npm-package-arg","ecosystem":"npm","requirements":"8.1.5","direct":false,"kind":"development","optional":false},{"id":6882661578,"package_name":"npmlog","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":6882661579,"package_name":"null-check","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661580,"package_name":"number-is-nan","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661581,"package_name":"nyc","ecosystem":"npm","requirements":"15.1.0","direct":false,"kind":"development","optional":false},{"id":6882661582,"package_name":"oauth-sign","ecosystem":"npm","requirements":"0.9.0","direct":false,"kind":"development","optional":false},{"id":6882661583,"package_name":"object-assign","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":6882661584,"package_name":"object-inspect","ecosystem":"npm","requirements":"1.12.0","direct":false,"kind":"development","optional":false},{"id":6882661585,"package_name":"object-keys","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":6882661586,"package_name":"object.assign","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":6882661587,"package_name":"object.entries","ecosystem":"npm","requirements":"1.1.5","direct":false,"kind":"development","optional":false},{"id":6882661588,"package_name":"object.fromentries","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":6882661589,"package_name":"object.hasown","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":6882661590,"package_name":"object.values","ecosystem":"npm","requirements":"1.1.5","direct":false,"kind":"development","optional":false},{"id":6882661591,"package_name":"once","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":6882661592,"package_name":"onetime","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":6882661593,"package_name":"opener","ecosystem":"npm","requirements":"1.5.2","direct":false,"kind":"development","optional":false},{"id":6882661594,"package_name":"optionator","ecosystem":"npm","requirements":"0.9.1","direct":false,"kind":"development","optional":false},{"id":6882661595,"package_name":"ora","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":6882661596,"package_name":"chalk","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661597,"package_name":"own-or","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661598,"package_name":"own-or-env","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661599,"package_name":"p-limit","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":6882661600,"package_name":"p-locate","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661601,"package_name":"p-map","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661602,"package_name":"p-try","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661603,"package_name":"package-hash","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661604,"package_name":"parent-module","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661605,"package_name":"parse-json","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661606,"package_name":"parsimmon","ecosystem":"npm","requirements":"1.18.1","direct":false,"kind":"development","optional":false},{"id":6882661607,"package_name":"path-exists","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661608,"package_name":"path-is-absolute","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661609,"package_name":"path-key","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":6882661610,"package_name":"path-parse","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"development","optional":false},{"id":6882661611,"package_name":"path-to-regexp","ecosystem":"npm","requirements":"1.8.0","direct":false,"kind":"development","optional":false},{"id":6882661612,"package_name":"path-type","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661613,"package_name":"performance-now","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661614,"package_name":"picocolors","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661615,"package_name":"picomatch","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"development","optional":false},{"id":6882661616,"package_name":"pify","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661617,"package_name":"pirates","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":6882661618,"package_name":"pkg-conf","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":6882661619,"package_name":"load-json-file","ecosystem":"npm","requirements":"5.3.0","direct":false,"kind":"development","optional":false},{"id":6882661620,"package_name":"pify","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":6882661621,"package_name":"type-fest","ecosystem":"npm","requirements":"0.3.1","direct":false,"kind":"development","optional":false},{"id":6882661622,"package_name":"pkg-dir","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":6882661623,"package_name":"pkg-up","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661624,"package_name":"prelude-ls","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":6882661625,"package_name":"process-nextick-args","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":6882661626,"package_name":"process-on-spawn","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661627,"package_name":"progress","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":6882661628,"package_name":"prop-types","ecosystem":"npm","requirements":"15.8.1","direct":false,"kind":"development","optional":false},{"id":6882661629,"package_name":"psl","ecosystem":"npm","requirements":"1.8.0","direct":false,"kind":"development","optional":false},{"id":6882661630,"package_name":"punycode","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":6882661631,"package_name":"q","ecosystem":"npm","requirements":"1.5.1","direct":false,"kind":"development","optional":false},{"id":6882661632,"package_name":"qs","ecosystem":"npm","requirements":"6.5.3","direct":false,"kind":"development","optional":false},{"id":6882661633,"package_name":"queue-microtask","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"development","optional":false},{"id":6882661634,"package_name":"quick-lru","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":6882661635,"package_name":"react-is","ecosystem":"npm","requirements":"16.13.1","direct":false,"kind":"development","optional":false},{"id":6882661636,"package_name":"read-pkg","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661637,"package_name":"read-pkg-up","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661638,"package_name":"readable-stream","ecosystem":"npm","requirements":"3.6.0","direct":false,"kind":"development","optional":false},{"id":6882661639,"package_name":"readdirp","ecosystem":"npm","requirements":"3.6.0","direct":false,"kind":"development","optional":false},{"id":6882661640,"package_name":"redent","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661641,"package_name":"regexp.prototype.flags","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"development","optional":false},{"id":6882661642,"package_name":"regexpp","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":6882661643,"package_name":"release-zalgo","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661644,"package_name":"request","ecosystem":"npm","requirements":"2.88.2","direct":false,"kind":"development","optional":false},{"id":6882661645,"package_name":"require-directory","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":6882661646,"package_name":"require-from-string","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":6882661647,"package_name":"require-main-filename","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661648,"package_name":"resolve","ecosystem":"npm","requirements":"1.21.0","direct":false,"kind":"development","optional":false},{"id":6882661649,"package_name":"resolve-from","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661650,"package_name":"restore-cursor","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":6882661651,"package_name":"retry","ecosystem":"npm","requirements":"0.12.0","direct":false,"kind":"development","optional":false},{"id":6882661652,"package_name":"reusify","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":6882661653,"package_name":"rimraf","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":6882661654,"package_name":"run-parallel","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":6882661655,"package_name":"safe-buffer","ecosystem":"npm","requirements":"5.2.1","direct":false,"kind":"development","optional":false},{"id":6882661656,"package_name":"safer-buffer","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":6882661657,"package_name":"semver","ecosystem":"npm","requirements":"6.3.0","direct":false,"kind":"development","optional":false},{"id":6882661658,"package_name":"set-blocking","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661659,"package_name":"shebang-command","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661660,"package_name":"shebang-regex","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661661,"package_name":"side-channel","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":6882661662,"package_name":"signal-exit","ecosystem":"npm","requirements":"3.0.6","direct":false,"kind":"development","optional":false},{"id":6882661663,"package_name":"sinon","ecosystem":"npm","requirements":"12.0.1","direct":false,"kind":"development","optional":false},{"id":6882661664,"package_name":"diff","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":6882661665,"package_name":"slash","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661666,"package_name":"slice-ansi","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661667,"package_name":"slide","ecosystem":"npm","requirements":"1.1.6","direct":false,"kind":"development","optional":false},{"id":6882661668,"package_name":"source-map","ecosystem":"npm","requirements":"0.6.1","direct":false,"kind":"development","optional":false},{"id":6882661669,"package_name":"source-map-support","ecosystem":"npm","requirements":"0.5.21","direct":false,"kind":"development","optional":false},{"id":6882661670,"package_name":"spawn-wrap","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661671,"package_name":"spdx-correct","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":6882661672,"package_name":"spdx-exceptions","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":6882661673,"package_name":"spdx-expression-parse","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":6882661674,"package_name":"spdx-license-ids","ecosystem":"npm","requirements":"3.0.11","direct":false,"kind":"development","optional":false},{"id":6882661675,"package_name":"split","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661676,"package_name":"split2","ecosystem":"npm","requirements":"3.2.2","direct":false,"kind":"development","optional":false},{"id":6882661677,"package_name":"sprintf-js","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":6882661678,"package_name":"sshpk","ecosystem":"npm","requirements":"1.17.0","direct":false,"kind":"development","optional":false},{"id":6882661679,"package_name":"ssri","ecosystem":"npm","requirements":"8.0.1","direct":false,"kind":"development","optional":false},{"id":6882661680,"package_name":"stack-utils","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":6882661681,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661682,"package_name":"standard","ecosystem":"npm","requirements":"16.0.4","direct":false,"kind":"development","optional":false},{"id":6882661683,"package_name":"standard-engine","ecosystem":"npm","requirements":"14.0.1","direct":false,"kind":"development","optional":false},{"id":6882661684,"package_name":"standard-markdown","ecosystem":"npm","requirements":"7.1.0","direct":false,"kind":"development","optional":false},{"id":6882661685,"package_name":"commander","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":6882661686,"package_name":"standard-version","ecosystem":"npm","requirements":"9.3.2","direct":false,"kind":"development","optional":false},{"id":6882661687,"package_name":"figures","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":6882661688,"package_name":"find-up","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":6882661689,"package_name":"locate-path","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":6882661690,"package_name":"p-limit","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":6882661691,"package_name":"p-locate","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":6882661692,"package_name":"string_decoder","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":6882661693,"package_name":"string-width","ecosystem":"npm","requirements":"4.2.3","direct":false,"kind":"development","optional":false},{"id":6882661694,"package_name":"string.prototype.matchall","ecosystem":"npm","requirements":"4.0.6","direct":false,"kind":"development","optional":false},{"id":6882661695,"package_name":"string.prototype.trimend","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":6882661696,"package_name":"string.prototype.trimstart","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":6882661697,"package_name":"stringify-package","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661698,"package_name":"strip-ansi","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":6882661699,"package_name":"strip-bom","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661700,"package_name":"strip-indent","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661701,"package_name":"strip-json-comments","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":6882661702,"package_name":"supports-color","ecosystem":"npm","requirements":"5.5.0","direct":false,"kind":"development","optional":false},{"id":6882661703,"package_name":"supports-preserve-symlinks-flag","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661704,"package_name":"table","ecosystem":"npm","requirements":"6.8.0","direct":false,"kind":"development","optional":false},{"id":6882661705,"package_name":"ajv","ecosystem":"npm","requirements":"8.8.2","direct":false,"kind":"development","optional":false},{"id":6882661706,"package_name":"json-schema-traverse","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661707,"package_name":"tap","ecosystem":"npm","requirements":"15.1.6","direct":false,"kind":"development","optional":false},{"id":6882661708,"package_name":"tap-mocha-reporter","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":6882661709,"package_name":"tap-parser","ecosystem":"npm","requirements":"10.1.0","direct":false,"kind":"development","optional":false},{"id":6882661710,"package_name":"tap-yaml","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661711,"package_name":"@babel/code-frame","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661712,"package_name":"@babel/compat-data","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661713,"package_name":"@babel/core","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661714,"package_name":"@babel/generator","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661715,"package_name":"@babel/helper-annotate-as-pure","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661716,"package_name":"@babel/helper-compilation-targets","ecosystem":"npm","requirements":"7.16.3","direct":false,"kind":"development","optional":false},{"id":6882661717,"package_name":"@babel/helper-function-name","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661718,"package_name":"@babel/helper-get-function-arity","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661719,"package_name":"@babel/helper-hoist-variables","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661720,"package_name":"@babel/helper-member-expression-to-functions","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661721,"package_name":"@babel/helper-module-imports","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661722,"package_name":"@babel/helper-module-transforms","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661723,"package_name":"@babel/helper-optimise-call-expression","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661724,"package_name":"@babel/helper-plugin-utils","ecosystem":"npm","requirements":"7.14.5","direct":false,"kind":"development","optional":false},{"id":6882661725,"package_name":"@babel/helper-replace-supers","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661726,"package_name":"@babel/helper-simple-access","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661727,"package_name":"@babel/helper-split-export-declaration","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661728,"package_name":"@babel/helper-validator-identifier","ecosystem":"npm","requirements":"7.15.7","direct":false,"kind":"development","optional":false},{"id":6882661729,"package_name":"@babel/helper-validator-option","ecosystem":"npm","requirements":"7.14.5","direct":false,"kind":"development","optional":false},{"id":6882661730,"package_name":"@babel/helpers","ecosystem":"npm","requirements":"7.16.3","direct":false,"kind":"development","optional":false},{"id":6882661731,"package_name":"@babel/highlight","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661732,"package_name":"@babel/parser","ecosystem":"npm","requirements":"7.16.3","direct":false,"kind":"development","optional":false},{"id":6882661733,"package_name":"@babel/plugin-proposal-object-rest-spread","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661734,"package_name":"@babel/plugin-syntax-jsx","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661735,"package_name":"@babel/plugin-syntax-object-rest-spread","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":6882661736,"package_name":"@babel/plugin-transform-destructuring","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661737,"package_name":"@babel/plugin-transform-parameters","ecosystem":"npm","requirements":"7.16.3","direct":false,"kind":"development","optional":false},{"id":6882661738,"package_name":"@babel/plugin-transform-react-jsx","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661739,"package_name":"@babel/template","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661740,"package_name":"@babel/traverse","ecosystem":"npm","requirements":"7.16.3","direct":false,"kind":"development","optional":false},{"id":6882661741,"package_name":"@babel/types","ecosystem":"npm","requirements":"7.16.0","direct":false,"kind":"development","optional":false},{"id":6882661742,"package_name":"@isaacs/import-jsx","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":6882661743,"package_name":"caller-callsite","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":6882661744,"package_name":"caller-path","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":6882661745,"package_name":"@types/prop-types","ecosystem":"npm","requirements":"15.7.4","direct":false,"kind":"development","optional":false},{"id":6882661746,"package_name":"@types/react","ecosystem":"npm","requirements":"17.0.34","direct":false,"kind":"development","optional":false},{"id":6882661747,"package_name":"@types/scheduler","ecosystem":"npm","requirements":"0.16.2","direct":false,"kind":"development","optional":false},{"id":6882661748,"package_name":"@types/yoga-layout","ecosystem":"npm","requirements":"1.9.2","direct":false,"kind":"development","optional":false},{"id":6882661749,"package_name":"ansi-escapes","ecosystem":"npm","requirements":"4.3.2","direct":false,"kind":"development","optional":false},{"id":6882661750,"package_name":"type-fest","ecosystem":"npm","requirements":"0.21.3","direct":false,"kind":"development","optional":false},{"id":6882661751,"package_name":"ansicolors","ecosystem":"npm","requirements":"0.3.2","direct":false,"kind":"development","optional":false},{"id":6882661752,"package_name":"auto-bind","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661753,"package_name":"browserslist","ecosystem":"npm","requirements":"4.17.6","direct":false,"kind":"development","optional":false},{"id":6882661754,"package_name":"caniuse-lite","ecosystem":"npm","requirements":"1.0.30001279","direct":false,"kind":"development","optional":false},{"id":6882661755,"package_name":"cardinal","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":6882661756,"package_name":"ci-info","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661757,"package_name":"cli-boxes","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"development","optional":false},{"id":6882661758,"package_name":"cli-truncate","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":6882661759,"package_name":"code-excerpt","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661760,"package_name":"convert-to-spaces","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661761,"package_name":"csstype","ecosystem":"npm","requirements":"3.0.9","direct":false,"kind":"development","optional":false},{"id":6882661762,"package_name":"debug","ecosystem":"npm","requirements":"4.3.2","direct":false,"kind":"development","optional":false},{"id":6882661763,"package_name":"electron-to-chromium","ecosystem":"npm","requirements":"1.3.893","direct":false,"kind":"development","optional":false},{"id":6882661764,"package_name":"ink","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":6882661765,"package_name":"is-ci","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661766,"package_name":"minimist","ecosystem":"npm","requirements":"1.2.5","direct":false,"kind":"development","optional":false},{"id":6882661767,"package_name":"minipass","ecosystem":"npm","requirements":"3.1.5","direct":false,"kind":"development","optional":false},{"id":6882661768,"package_name":"mkdirp","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":6882661769,"package_name":"patch-console","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661770,"package_name":"react","ecosystem":"npm","requirements":"17.0.2","direct":false,"kind":"development","optional":false},{"id":6882661771,"package_name":"react-devtools-core","ecosystem":"npm","requirements":"4.21.0","direct":false,"kind":"development","optional":false},{"id":6882661772,"package_name":"react-reconciler","ecosystem":"npm","requirements":"0.26.2","direct":false,"kind":"development","optional":false},{"id":6882661773,"package_name":"redeyed","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":6882661774,"package_name":"resolve-from","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661775,"package_name":"scheduler","ecosystem":"npm","requirements":"0.20.2","direct":false,"kind":"development","optional":false},{"id":6882661776,"package_name":"shell-quote","ecosystem":"npm","requirements":"1.7.3","direct":false,"kind":"development","optional":false},{"id":6882661777,"package_name":"slice-ansi","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661778,"package_name":"to-fast-properties","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661779,"package_name":"treport","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":6882661780,"package_name":"type-fest","ecosystem":"npm","requirements":"0.12.0","direct":false,"kind":"development","optional":false},{"id":6882661781,"package_name":"unicode-length","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":6882661782,"package_name":"widest-line","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":6882661783,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"6.2.0","direct":false,"kind":"development","optional":false},{"id":6882661784,"package_name":"wrappy","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661785,"package_name":"ws","ecosystem":"npm","requirements":"7.5.5","direct":false,"kind":"development","optional":false},{"id":6882661786,"package_name":"yallist","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661787,"package_name":"yaml","ecosystem":"npm","requirements":"1.10.2","direct":false,"kind":"development","optional":false},{"id":6882661788,"package_name":"yoga-layout-prebuilt","ecosystem":"npm","requirements":"1.10.0","direct":false,"kind":"development","optional":false},{"id":6882661789,"package_name":"tar","ecosystem":"npm","requirements":"6.1.11","direct":false,"kind":"development","optional":false},{"id":6882661790,"package_name":"tar-stream","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":6882661791,"package_name":"tcompare","ecosystem":"npm","requirements":"5.0.7","direct":false,"kind":"development","optional":false},{"id":6882661792,"package_name":"test-exclude","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":6882661793,"package_name":"text-extensions","ecosystem":"npm","requirements":"1.9.0","direct":false,"kind":"development","optional":false},{"id":6882661794,"package_name":"text-table","ecosystem":"npm","requirements":"0.2.0","direct":false,"kind":"development","optional":false},{"id":6882661795,"package_name":"through","ecosystem":"npm","requirements":"2.3.8","direct":false,"kind":"development","optional":false},{"id":6882661796,"package_name":"through2","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":6882661797,"package_name":"tmp","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"development","optional":false},{"id":6882661798,"package_name":"to-regex-range","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":6882661799,"package_name":"tough-cookie","ecosystem":"npm","requirements":"2.5.0","direct":false,"kind":"development","optional":false},{"id":6882661800,"package_name":"trim-newlines","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":6882661801,"package_name":"trivial-deferred","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661802,"package_name":"ts-node","ecosystem":"npm","requirements":"8.10.2","direct":false,"kind":"development","optional":false},{"id":6882661803,"package_name":"tsconfig-paths","ecosystem":"npm","requirements":"3.12.0","direct":false,"kind":"development","optional":false},{"id":6882661804,"package_name":"tslib","ecosystem":"npm","requirements":"1.14.1","direct":false,"kind":"development","optional":false},{"id":6882661805,"package_name":"tslint","ecosystem":"npm","requirements":"5.14.0","direct":false,"kind":"development","optional":false},{"id":6882661806,"package_name":"tsutils","ecosystem":"npm","requirements":"2.29.0","direct":false,"kind":"development","optional":false},{"id":6882661807,"package_name":"tunnel-agent","ecosystem":"npm","requirements":"0.6.0","direct":false,"kind":"development","optional":false},{"id":6882661808,"package_name":"tweetnacl","ecosystem":"npm","requirements":"0.14.5","direct":false,"kind":"development","optional":false},{"id":6882661809,"package_name":"type-check","ecosystem":"npm","requirements":"0.4.0","direct":false,"kind":"development","optional":false},{"id":6882661810,"package_name":"type-detect","ecosystem":"npm","requirements":"4.0.8","direct":false,"kind":"development","optional":false},{"id":6882661811,"package_name":"type-fest","ecosystem":"npm","requirements":"0.18.1","direct":false,"kind":"development","optional":false},{"id":6882661812,"package_name":"typedarray","ecosystem":"npm","requirements":"0.0.6","direct":false,"kind":"development","optional":false},{"id":6882661813,"package_name":"typedarray-to-buffer","ecosystem":"npm","requirements":"3.1.5","direct":false,"kind":"development","optional":false},{"id":6882661814,"package_name":"typescript","ecosystem":"npm","requirements":"4.5.4","direct":false,"kind":"development","optional":false},{"id":6882661815,"package_name":"uglify-js","ecosystem":"npm","requirements":"3.14.5","direct":false,"kind":"development","optional":false},{"id":6882661816,"package_name":"unbox-primitive","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661817,"package_name":"universalify","ecosystem":"npm","requirements":"0.1.2","direct":false,"kind":"development","optional":false},{"id":6882661818,"package_name":"uri-js","ecosystem":"npm","requirements":"4.4.1","direct":false,"kind":"development","optional":false},{"id":6882661819,"package_name":"util-deprecate","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661820,"package_name":"uuid","ecosystem":"npm","requirements":"3.4.0","direct":false,"kind":"development","optional":false},{"id":6882661821,"package_name":"v8-compile-cache","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":6882661822,"package_name":"validate-npm-package-license","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":6882661823,"package_name":"validate-npm-package-name","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":6882661824,"package_name":"verror","ecosystem":"npm","requirements":"1.10.0","direct":false,"kind":"development","optional":false},{"id":6882661825,"package_name":"vlq","ecosystem":"npm","requirements":"0.2.3","direct":false,"kind":"development","optional":false},{"id":6882661826,"package_name":"wcwidth","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":6882661827,"package_name":"which","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":6882661828,"package_name":"which-boxed-primitive","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":6882661829,"package_name":"which-module","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":6882661830,"package_name":"wide-align","ecosystem":"npm","requirements":"1.1.5","direct":false,"kind":"development","optional":false},{"id":6882661831,"package_name":"word-wrap","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"development","optional":false},{"id":6882661832,"package_name":"wordwrap","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661833,"package_name":"write-file-atomic","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":6882661834,"package_name":"xdg-basedir","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":6882661835,"package_name":"xtend","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":6882661836,"package_name":"y18n","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":6882661837,"package_name":"yapool","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":6882661838,"package_name":"yargs","ecosystem":"npm","requirements":"15.4.1","direct":false,"kind":"development","optional":false},{"id":6882661839,"package_name":"yargs-parser","ecosystem":"npm","requirements":"20.2.9","direct":false,"kind":"development","optional":false},{"id":6882661840,"package_name":"yargs-parser","ecosystem":"npm","requirements":"18.1.3","direct":false,"kind":"development","optional":false},{"id":6882661841,"package_name":"yn","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":6882661842,"package_name":"yocto-queue","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"development","optional":false}]},{"ecosystem":"npm","filepath":"package.json","sha":null,"kind":"manifest","created_at":"2023-01-13T15:18:38.497Z","updated_at":"2023-01-13T15:18:38.497Z","repository_link":"https://github.com/motdotla/dotenv/blob/master/package.json","dependencies":[{"id":6882661843,"package_name":"@types/node","ecosystem":"npm","requirements":"^17.0.9","direct":true,"kind":"development","optional":false},{"id":6882661844,"package_name":"decache","ecosystem":"npm","requirements":"^4.6.1","direct":true,"kind":"development","optional":false},{"id":6882661845,"package_name":"dtslint","ecosystem":"npm","requirements":"^3.7.0","direct":true,"kind":"development","optional":false},{"id":6882661846,"package_name":"sinon","ecosystem":"npm","requirements":"^12.0.1","direct":true,"kind":"development","optional":false},{"id":6882661847,"package_name":"standard","ecosystem":"npm","requirements":"^16.0.4","direct":true,"kind":"development","optional":false},{"id":6882661848,"package_name":"standard-markdown","ecosystem":"npm","requirements":"^7.1.0","direct":true,"kind":"development","optional":false},{"id":6882661849,"package_name":"standard-version","ecosystem":"npm","requirements":"^9.3.2","direct":true,"kind":"development","optional":false},{"id":6882661850,"package_name":"tap","ecosystem":"npm","requirements":"^15.1.6","direct":true,"kind":"development","optional":false},{"id":6882661851,"package_name":"tar","ecosystem":"npm","requirements":"^6.1.11","direct":true,"kind":"development","optional":false},{"id":6882661852,"package_name":"typescript","ecosystem":"npm","requirements":"^4.5.4","direct":true,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/ci.yml","sha":null,"kind":"manifest","created_at":"2023-09-29T08:52:22.884Z","updated_at":"2023-09-29T08:52:22.884Z","repository_link":"https://github.com/motdotla/dotenv/blob/master/.github/workflows/ci.yml","dependencies":[{"id":14014927549,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14014927550,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]}],"score":36.95608782454977,"created_at":"2025-10-10T19:50:35.003Z","updated_at":"2026-06-20T00:02:18.070Z","avatar_url":"https://github.com/motdotla.png","language":"JavaScript","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/369040","html_url":"https://summary.ecosyste.ms/projects/369040"}