env-base64-json (v1.7.0) is a CLI tool and library that outputs all environment variables as a base64-encoded JSON string. It offers a simple npx command-line interface and a programmatic API for Node.js. Unlike generic JSON encoding utilities, it specifically targets environment variable serialization for secure transmission or storage. The package is rarely updated but is stable and lightweight, with no external dependencies.
npm install super-test-jsonVerified import paths — ran on the pinned version, not inferred.
Demonstrates programmatic usage: encode environment variables to base64 JSON and decode.
Use 'npm i env-base64-json' or 'npx env-base64-json'.
Use require() for CommonJS imports.
Manually declare module typings.
Run 'npm install env-base64-json'.
Use require('env-base64-json') correctly.No dependency data recorded yet.