Gets process.env.NODE_ENV. Can set a default.
Core libraries for Node.js backend services.
Resolve Node.js version aliases like 'latest', 'lts' or 'erbium'
Robust Environment Configuration for Universal Applications.
Get the preferred Node.js version of a project or user
An idiomatic way to enforce values not to be null nor undefined, with first-class support for TypeScript and ES modules
Get and robustly cache all JS language-level intrinsics at first require time
Robustly get the [[Prototype]] of an object
Extremely simple environment module (config loader) for your NestJS application
🔒 Makes sure you don't accidentally deploy apps with missing or invalid environment variables
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
Shared env utility for Vyriy projects
Find and parse the tsconfig.json file from a directory path
An idiomatic way to enforce values not to be null nor undefined, with first-class support for TypeScript
Shared TypeScript definitions for Octokit projects
Load complex enviroment variable via JSON file
Get a stream as a string, Buffer, ArrayBuffer or array
Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.
Utility for getting a function's name for node and the browser
Uses an adapter pattern to build webpack configurations. This makes it possible for teams to create and maintain their base webpack setup and be able to update it from a central git repo, instead of having to change every project individually
Parser and generator for CSS color strings
Get an iterator for any JS language value. Works robustly across all environments, all versions.
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
Helper function to get function arity