pruning JSON.stringify for the very specific cases where you need to stringify big or recursive javascript objects and don't really need the result to be complete
An optimised way to copy'ing an object. A small and simple integration
Define a non-enumerable property.
Node.js Streams, a user-land copy of the stream library from Node.js
Merges the enumerable properties of two or more objects deeply.
Deeply assign the values of all enumerable-own-properties and symbols from one or more source objects to a target object. Returns the target object.
Standard HTTP error class. Proper serialization, no bloat. Extensible.
Development-only error handler middleware
Better `Object.defineProperty()`.
Tap plugin that adds a heaping pile of assertion methods. Pretty much all of the "test" methods other than `t.pass`, `t.fail`, and [snapshot methods](https://tapjs.github.io/tapjs/modules/_tapjs_snapshot.html) come from this plugin.
A collection of supplemental JavaScript functions and types
tiny util for making enumerable properties
Node.js API (Node-API)
Determine if the current node version supports the `--preserve-symlinks` flag.
A light-weight module that brings Fetch API to node.js
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
Complete implementation of Language-Integrated Query (LINQ) (ECMAScript 2015 Language Specification)
TypeScript definitions for define-properties
Walks a JavaScript AST and adds a "parent" property to each node
Executes a function on each of an objects own enumerable properties.
Object.
Predefine your Object.defineProperties to create a more human readable API.
gets own enumerable property names and symbols