@chunkd/core • 10.3.0 Split up a file into chunks and then read the chunks as needed. INDIRECT 0 1683245342 @chunkd/core • 8.4.0 Split up a file into chunks and then read the chunks as needed. DIRECT 0 1655806575 @chunkd/fs • 8.5.1 Utility functions for working with files that could either reside on the local file system or other sources like AWS S3 DIRECT 11 1661301943 @chunkd/source-aws • 8.5.1 Load a chunks of a file from a AWS using `aws-sdk` INDIRECT 1 1661301941 @chunkd/source-file • 8.4.0 INDIRECT 1 1655806577 @chunkd/source-google-cloud • 8.4.0 Load a chunks of a file from a AWS using `aws-sdk` INDIRECT 1 1655806578 @chunkd/source-http • 8.4.0 INDIRECT 7 1655806578 @cogeotiff/core • 7.2.1 Reading logic for GeoTiffs DIRECT 2 1668643223 @rushstack/node-core-library • 5.10.1 Core libraries that every NodeJS toolchain project should use INDIRECT 23 1734138805 @rushstack/terminal • 0.14.4 User interface primitives for console applications INDIRECT 26 1734138837 @rushstack/ts-command-line • 4.23.2 An object-oriented command-line parser for TypeScript DIRECT 31 1734138846 @types/argparse • 1.0.38 TypeScript definitions for argparse INDIRECT 0 1577836565 abort-controller • 3.0.0 An implementation of WHATWG AbortController interface. INDIRECT 1 1553937332 ajv-draft-04 • 1.0.0 Ajv class for JSON Schema draft-04 INDIRECT 0 1621784898 ajv-formats • 3.0.1 Format validation for Ajv v7+ INDIRECT 6 1711798226 ajv • 8.13.0 Another JSON Schema Validator INDIRECT 5 1714433632 ansi-colors • 4.1.3 Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs). DIRECT 0 1652716102 argparse • 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 1518704641 atomic-sleep • 1.0.0 Zero CPU overhead, zero dependency, true event-loop blocking sleep INDIRECT 0 1583780161 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 1605123228 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1627578333 buffer • 4.9.2 Node.js Buffer API, for the browser INDIRECT 3 1573256836 buffer • 6.0.3 Node.js Buffer API, for the browser INDIRECT 2 1606099887 call-bind-apply-helpers • 1.0.1 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1733726673 call-bind • 1.0.8 Robustly `.call.bind()` a function INDIRECT 14 1733462354 call-bound • 1.0.3 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 11 1734310625 data-uri-to-buffer • 4.0.1 Generate a Buffer instance from a Data URI string INDIRECT 0 1673570832 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 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 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.0.0 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1710656343 event-target-shim • 5.0.1 An implementation of WHATWG EventTarget interface. INDIRECT 0 1550556052 events • 1.1.1 Node's event emitter for all engines. INDIRECT 0 1466611760 events • 3.3.0 Node's event emitter for all engines. INDIRECT 0 1614444687 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 fast-redact • 3.5.0 very fast object redaction INDIRECT 0 1710872806 fetch-blob • 3.2.0 Blob & File implementation in Node.js, originally from node-fetch. INDIRECT 2 1657129531 for-each • 0.3.3 A better forEach INDIRECT 1 1527917456 formdata-polyfill • 4.0.10 HTML5 `FormData` for Browsers and Node. INDIRECT 3 1633007278 fs-extra • 7.0.1 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. INDIRECT 3 1541596990 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 get-intrinsic • 1.2.6 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 10 1733954479 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 1554565761 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 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 import-lazy • 4.0.0 Import a module lazily INDIRECT 0 1556361731 is-arguments • 1.2.0 Is this an arguments object? It's a harder question than you think. INDIRECT 13 1734073522 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 1734816207 is-generator-function • 1.0.10 Determine if a function is a native generator function. INDIRECT 2 1628227677 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 22 1734542407 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 jju • 1.4.0 a set of utilities to work with JSON / JSON5 documents INDIRECT 0 1532942582 json-schema-traverse • 1.0.0 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1607857014 jsonfile • 4.0.0 Easily read/write JSON files. INDIRECT 1 1505244119 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 node-domexception • 1.0.0 An implementation of the DOMException class from NodeJS INDIRECT 0 1622145866 node-fetch • 3.3.2 A light-weight module that brings Fetch API to node.js INDIRECT 5 1690285817 on-exit-leak-free • 2.1.2 Execute a function on exit without leaking memory, allowing all objects to be garbage collected INDIRECT 0 1696344126 p-limit • 4.0.0 Run multiple promise-returning & async functions with limited concurrency DIRECT 1 1628812703 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 pino-abstract-transport • 1.2.0 Write Pino transports easily INDIRECT 11 1713789052 pino-std-serializers • 6.2.2 A collection of standard object serializers for Pino INDIRECT 0 1687690417 pino • 8.21.0 super fast, all natural json logger DIRECT 22 1713968730 possible-typed-array-names • 1.0.0 A simple list of possible Typed Array names. INDIRECT 0 1708381971 pretty-json-log • 1.5.0 Convert JSON log lines into simple pretty colored log output DIRECT 2 1704258581 process-warning • 3.0.0 A small utility for creating warnings and emitting them. INDIRECT 0 1702412855 process • 0.11.10 process information for node.js and browsers INDIRECT 0 1493210067 punycode • 1.3.2 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 1413980428 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 querystring • 0.2.0 Node's querystring module for all engines. INDIRECT 0 1362521623 quick-format-unescaped • 4.0.4 Solves a problem with util.format INDIRECT 0 1632233918 readable-stream • 4.6.0 Node.js Streams, a user-land copy of the stream library from Node.js INDIRECT 9 1734596369 real-require • 0.2.0 Keep require and import consistent after bundling or transpiling INDIRECT 0 1658744078 require-from-string • 2.0.2 Require module from string INDIRECT 0 1523267387 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 safe-stable-stringify • 2.5.0 Deterministic and safely JSON.stringify to quickly serialize JavaScript objects INDIRECT 0 1724535077 set-function-length • 1.2.2 Set a function's length property INDIRECT 13 1710006059 sonic-boom • 3.8.1 Extremely fast utf8 only stream implementation INDIRECT 1 1712245128 source-map-support • 0.5.21 Fixes stack traces for files with source maps DIRECT 2 1637319777 string_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 1565169636 string-argv • 0.3.2 string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to. INDIRECT 0 1682959976 supports-color • 8.1.1 Detect whether a terminal supports color INDIRECT 1 1611393696 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 thread-stream • 2.7.0 A streaming way to send data to a Node.js Worker Thread INDIRECT 1 1713977483 universalify • 0.1.2 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1529493431 url • 0.10.3 The core `url` packaged standalone for use with Browserify. INDIRECT 2 1425062241 util • 0.12.5 Node.js's util module for all engines INDIRECT 26 1665951987 uuid • 8.0.0 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 1588192946 web-streams-polyfill • 3.3.3 Web Streams, based on the WHATWG spec reference implementation INDIRECT 0 1708118147 which-typed-array • 1.1.18 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 21 1734543752 xml2js • 0.6.2 Simple XML to JavaScript object converter. INDIRECT 2 1690366989 xmlbuilder • 11.0.1 An XML builder for node.js INDIRECT 0 1553287553 yocto-queue • 1.1.1 Tiny queue data structure INDIRECT 0 1719699170