resolution

A synchronous Promise-like response object containing a resolved/rejected state and associated value

levn

Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible

define-property

Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.