{"id":18821138,"url":"https://github.com/compwright/dotenv-stringify","last_synced_at":"2025-04-14T00:26:07.233Z","repository":{"id":15140692,"uuid":"77629390","full_name":"compwright/dotenv-stringify","owner":"compwright","description":"Compose a envfile string from an object","archived":false,"fork":false,"pushed_at":"2024-10-02T17:34:42.000Z","size":1281,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T13:07:32.159Z","etag":null,"topics":["dotenv","envfile-string","npm"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/dotenv-stringify","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/compwright.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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":"compwright"}},"created_at":"2016-12-29T17:42:14.000Z","updated_at":"2024-10-02T17:34:39.000Z","dependencies_parsed_at":"2023-01-13T18:16:27.422Z","dependency_job_id":"4ce0da0e-eb46-47ac-b863-bd2f856c92c8","html_url":"https://github.com/compwright/dotenv-stringify","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":"0.33333333333333337","last_synced_commit":"bf84050ed7286ce477064ea9fe1b95bafdf58c79"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fdotenv-stringify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fdotenv-stringify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fdotenv-stringify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fdotenv-stringify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compwright","download_url":"https://codeload.github.com/compwright/dotenv-stringify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248800112,"owners_count":21163404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotenv","envfile-string","npm"],"created_at":"2024-11-08T00:34:32.154Z","updated_at":"2025-04-14T00:26:07.209Z","avatar_url":"https://github.com/compwright.png","language":"JavaScript","funding_links":["https://github.com/sponsors/compwright"],"categories":[],"sub_categories":[],"readme":"# dotenv-stringify\n\n[![Build Status](https://app.travis-ci.com/compwright/dotenv-stringify.svg?branch=master)](https://app.travis-ci.com/github/compwright/dotenv-stringify)\n[![Download Status](https://img.shields.io/npm/dm/dotenv-stringify.svg?style=flat-square)](https://www.npmjs.com/package/dotenv-stringify)\n[![Sponsor on GitHub](https://img.shields.io/static/v1?label=Sponsor\u0026message=❤\u0026logo=GitHub\u0026link=https://github.com/sponsors/compwright)](https://github.com/sponsors/compwright)\n\nCompose a envfile string from an object, per the [motdotla/dotenv](https://github.com/motdotla/dotenv/) parser specifications. Objects stringified using this package will be parsable by `dotenv.parse()`.\n\n## Installation\n\n```\n$ npm install dotenv-stringify\n```\n\n## Usage\n\n```js\nimport fs from 'fs'\nimport stringify from 'dotenv-stringify'\nconst envstr = stringify(process.env);\nfs.writeFileSync('.env', envstr);\n```\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompwright%2Fdotenv-stringify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompwright%2Fdotenv-stringify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompwright%2Fdotenv-stringify/lists"}