{"id":22222062,"url":"https://github.com/fabiospampinato/isoenv","last_synced_at":"2025-07-27T16:32:32.748Z","repository":{"id":240570826,"uuid":"802975272","full_name":"fabiospampinato/isoenv","owner":"fabiospampinato","description":"A cross-platform Map-like interface for reading and writing environment variables.","archived":false,"fork":false,"pushed_at":"2024-06-09T22:56:47.000Z","size":5,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-11T11:58:20.374Z","etag":null,"topics":["environment","isomorphic","variables"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/fabiospampinato.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"fabiospampinato","custom":"https://www.paypal.me/fabiospampinato"}},"created_at":"2024-05-19T19:01:36.000Z","updated_at":"2024-06-09T22:56:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"95c27ac4-0c89-4aa6-a7ec-f638e65fa38f","html_url":"https://github.com/fabiospampinato/isoenv","commit_stats":null,"previous_names":["fabiospampinato/isoenv"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fisoenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fisoenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fisoenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fisoenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiospampinato","download_url":"https://codeload.github.com/fabiospampinato/isoenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227817017,"owners_count":17824200,"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":["environment","isomorphic","variables"],"created_at":"2024-12-02T23:16:44.311Z","updated_at":"2025-07-27T16:32:32.743Z","avatar_url":"https://github.com/fabiospampinato.png","language":"TypeScript","funding_links":["https://github.com/sponsors/fabiospampinato","https://www.paypal.me/fabiospampinato"],"categories":[],"sub_categories":[],"readme":"# IsoEnv\n\nA cross-platform Map-like interface for reading and writing environment variables.\n\nIf available it will use the `globalThis.process.env` object, otherwise it will use an internal object.\n\n## Install\n\n```sh\nnpm install isoenv\n```\n\n## Usage\n\n```ts\nimport Env from 'isoenv';\n\n// Set some environment variables\n\nEnv.set ( 'foo', 123 );\nEnv.set ( 'bar', '123' );\n\n// Get some environment variables\n\nEnv.get ( 'foo' ); // '123'\nEnv.get ( 'bar' ); // '123'\nEnv.get ( 'baz' ); // undefined\n\n// Delete some environment variables\n\nEnv.delete ( 'foo' );\n\n// Check if an environment variable exists\n\nEnv.has ( 'foo' ); // false\nEnv.has ( 'bar' ); // true\n```\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fisoenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiospampinato%2Fisoenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fisoenv/lists"}