@types/node • 10.17.60 TypeScript definitions for Node.js INDIRECT 0 1620848027 ajv • 6.12.6 Another JSON Schema Validator INDIRECT 5 1602349300 asn1 • 0.2.6 Contains parsers and serializers for ASN.1 (currently BER only) INDIRECT 1 1635986788 assert-plus • 1.0.0 Extra assertions on top of node's assert module INDIRECT 0 1453921418 async-function • 1.0.0 A function that returns the normally hidden `AsyncFunction` constructor INDIRECT 0 1737602154 async-generator-function • 1.0.0 A function that returns the normally hidden `AsyncGeneratorFunction` constructor INDIRECT 0 1739558117 asynckit • 0.4.0 Minimal async jobs utility library, with streams support INDIRECT 0 1465928945 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 aws4 • 1.13.2 Signs and prepares requests using AWS Signature Version 4 INDIRECT 0 1724831030 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 1605123228 bignumber.js • 6.0.0 A library for arbitrary-precision decimal and non-decimal arithmetic INDIRECT 0 1516967716 blakejs • 1.2.1 Pure Javascript implementation of the BLAKE2b and BLAKE2s hash functions INDIRECT 0 1647797878 bluebird • 3.7.2 Full featured Promises/A+ implementation with exceptionally good performance INDIRECT 0 1574981740 bn.js • 4.12.2 Big number implementation in pure javascript INDIRECT 0 1745597888 bn.js • 5.2.2 Big number implementation in pure javascript INDIRECT 0 1745596309 brorand • 1.1.0 Random number generator for browsers and node.js INDIRECT 0 1487799562 buffer • 5.1.0 Node.js Buffer API, for the browser INDIRECT 2 1518765400 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bind • 1.0.8 Robustly `.call.bind()` a function INDIRECT 18 1733462354 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 15 1741024203 combined-stream • 1.0.8 A stream that emits multiple other streams one after another. INDIRECT 1 1557683385 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 1570772424 config • 2.0.2 Configuration control for production node deployments DIRECT 2 1542733317 core-util-is • 1.0.2 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1447979853 dashdash • 1.14.1 A light, featureful and explicit option parsing library. INDIRECT 1 1479854020 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 1707843362 delayed-stream • 1.0.0 Buffers events from a stream until you are ready to handle them. INDIRECT 0 1430431829 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 ecc-jsbn • 0.1.2 ECC JS code based on JSBN INDIRECT 2 1532879660 elliptic • 6.6.1 EC cryptography INDIRECT 7 1731469190 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.1.1 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1736901763 es6-promise • 4.2.8 A lightweight library that provides tools for organizing asynchronous code INDIRECT 0 1559843963 es6-promisify • 5.0.0 Converts callback-based functions to ES6 Promises INDIRECT 1 1475062711 extend • 3.0.2 Port of jQuery.extend for node.js and the browser INDIRECT 0 1532032091 extsprintf • 1.3.0 extended POSIX-style sprintf INDIRECT 0 1425687180 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 fast-json-stable-stringify • 2.1.0 deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify INDIRECT 0 1576340277 for-each • 0.3.5 A better forEach INDIRECT 1 1739256963 form-data • 2.3.3 A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. INDIRECT 5 1539761182 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 generator-function • 2.0.1 A function that returns the normally hidden `GeneratorFunction` constructor INDIRECT 0 1759256613 get-intrinsic • 1.3.1 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 14 1759188007 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 getpass • 0.1.7 getpass for node.js INDIRECT 1 1493163658 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 har-validator • 5.1.5 Extremely fast HTTP Archive (HAR) validator using JSON Schema INDIRECT 7 1596084153 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 1707801707 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 hash-base • 3.1.2 abstract base class for hash-streams INDIRECT 39 1758585746 hash.js • 1.1.7 Various hash functions that could be run by both browser and node INDIRECT 2 1543607403 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 hmac-drbg • 1.0.1 Deterministic random bit generator (hmac) INDIRECT 4 1491777211 http-signature • 1.2.0 Reference implementation of Joyent's HTTP Signature scheme. INDIRECT 15 1503689523 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-promise • 2.2.2 Test whether an object looks like a promises-a+ promise INDIRECT 0 1587838086 is-typed-array • 1.1.15 Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 26 1734542407 is-typedarray • 1.0.0 Detect whether or not an object is a Typed Array INDIRECT 0 1431824619 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 isarray • 2.0.5 Array#isArray for older browsers INDIRECT 0 1562592082 isstream • 0.1.2 Determine if an object is a Stream INDIRECT 0 1425687315 jayson • 2.1.2 JSON-RPC 1.0/2.0 compliant server and client INDIRECT 11 1549789340 jsbn • 0.1.1 The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers. INDIRECT 0 1486886596 json-schema-traverse • 0.4.1 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1528620125 json5 • 1.0.2 JSON for humans. INDIRECT 1 1672420182 jsonparse • 1.3.1 This is a pure-js JSON streaming parser for node.js INDIRECT 0 1494359953 jsprim • 1.4.2 utilities for primitive JavaScript types INDIRECT 5 1638199465 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 1613835736 lowdb • 1.0.0 Small JSON database for Node, Electron and the browser. Powered by Lodash. DIRECT 5 1504211137 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 mime-db • 1.52.0 Media Type Database INDIRECT 0 1645472511 mime-types • 2.1.35 The ultimate javascript content-type utility. INDIRECT 1 1647108283 minimalistic-crypto-utils • 1.0.1 Minimalistic tools for JS crypto modules INDIRECT 0 1487798457 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 node-fetch • 2.7.0 A light-weight module that brings window.fetch to node.js INDIRECT 3 1692811119 performance-now • 2.1.0 Implements performance.now (based on process.hrtime). INDIRECT 0 1487514529 pify • 3.0.0 Promisify a callback-style function INDIRECT 0 1495952728 possible-typed-array-names • 1.1.0 A simple list of possible Typed Array names. INDIRECT 0 1738904655 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 psl • 1.15.0 Domain name parser based on the Public Suffix List INDIRECT 1 1733134564 punycode • 2.3.1 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 1698690512 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 ripemd160 • 2.0.3 Compute ripemd160 of bytes or strings. INDIRECT 40 1758597694 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 set-function-length • 1.2.2 Set a function's length property INDIRECT 17 1710006059 sshpk • 1.18.0 A library for finding and using SSH public keys INDIRECT 9 1697736191 steno • 0.4.4 Simple file writer with race condition prevention and atomic writing INDIRECT 1 1457525450 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 to-buffer • 1.2.2 Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back. INDIRECT 30 1758755621 tr46 • 0.0.3 An implementation of the Unicode TR46 spec INDIRECT 0 1453255734 typed-array-buffer • 1.0.3 Get the ArrayBuffer out of a TypedArray, robustly. INDIRECT 27 1734539188 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 uuid • 3.4.0 RFC4122 (v1, v4, and v5) UUIDs DIRECT 0 1579208738 verror • 1.10.0 richer JavaScript errors INDIRECT 3 1493743247 whatwg-url • 5.0.0 An implementation of the WHATWG URL Standard's URL API and parsing machinery INDIRECT 2 1495832201 which-typed-array • 1.1.19 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 25 1741483626