Package Licenses
MIT
Dependency Licenses
MIT53
| Package | Relation | Dependencies | Published |
|---|---|---|---|
| @chunkd/fs-aws • 11.6.2File system abstraction for AWS S3 using `@aws-sdk/client-s3` | DIRECT | 65 | |
| @chunkd/fs • 11.5.2File system abstraction layer | DIRECT | 4 | |
| @chunkd/middleware • 11.3.1Middleware layer for sources to provided advanced features for all fetching logic | DIRECT | 1 | |
| @chunkd/source-aws • 11.2.1Load chunks of data from s3 using `@aws-sdk/client-s3` | INDIRECT | 46 | |
| @chunkd/source-file • 11.2.1Load chunks of data from a file using `node:fs` | INDIRECT | 1 | |
| @chunkd/source-http • 11.4.1Load a chunks of a file from a HTTP(s) Source using `fetch` | INDIRECT | 1 | |
| @chunkd/source-memory • 11.2.1this is designed for unit tests to prevent file system access, and not recommended for large file workloads. | INDIRECT | 1 | |
| @chunkd/source • 11.4.1Base interface for all sources used by `@chunkd` | DIRECT | 0 | |
| @cogeotiff/core • 9.5.0Working with [Cloud optimized GEOTiff](https://www.cogeo.org/) and Tiffs | DIRECT | 0 | |
| @linzjs/tracing • 1.1.1 | DIRECT | 25 | |
| @nodable/entities • 2.1.1Entity parser for XML, HTML, External entites with security and NCR control | INDIRECT | 0 | |
| abort-controller • 3.0.0An implementation of WHATWG AbortController interface. | INDIRECT | 1 | |
| ansi-colors • 4.1.3Easily 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 | |
| ansi-regex • 6.2.2Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
| anynum • 1.0.0Normalize all Unicode decimal digits (Devanagari, Arabic, Thai, etc.) to ASCII numerals. Zero dependencies, performance-first. | INDIRECT | 0 | |
| atomic-sleep • 1.0.0Zero CPU overhead, zero dependency, true event-loop blocking sleep | INDIRECT | 0 | |
| base64-js • 1.5.1Base64 encoding/decoding in pure JS | INDIRECT | 0 | |
| bowser • 2.14.1Lightweight browser detector | INDIRECT | 0 | |
| buffer • 5.6.0Node.js Buffer API, for the browser | INDIRECT | 2 | |
| buffer • 6.0.3Node.js Buffer API, for the browser | INDIRECT | 2 | |
| chalk • 5.6.2Terminal string styling done right | INDIRECT | 0 | |
| cmd-ts • 0.15.0> 💻 A type-driven command line argument parser, with awesome error reporting 🤤 | DIRECT | 6 | |
| debug • 4.4.3Lightweight debugging utility for Node.js and the browser | INDIRECT | 1 | |
| event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface. | INDIRECT | 0 | |
| events • 3.3.0Node's event emitter for all engines. | INDIRECT | 0 | |
| fast-redact • 3.5.0very fast object redaction | INDIRECT | 0 | |
| fast-xml-builder • 1.2.0Build XML from JSON without C/C++ based libraries | INDIRECT | 2 | |
| fast-xml-parser • 5.7.3Validate XML, Parse XML, Build XML without C/C++ based libraries | INDIRECT | 6 | |
| ms • 2.1.3Tiny millisecond conversion utility | INDIRECT | 0 | |
| on-exit-leak-free • 2.1.2Execute a function on exit without leaking memory, allowing all objects to be garbage collected | INDIRECT | 0 | |
| p-limit • 4.0.0Run multiple promise-returning & async functions with limited concurrency | DIRECT | 1 | |
| path-expression-matcher • 1.5.0Efficient path tracking and pattern matching for XML/JSON parsers | INDIRECT | 0 | |
| pino-abstract-transport • 1.2.0Write Pino transports easily | INDIRECT | 11 | |
| pino-std-serializers • 6.2.2A collection of standard object serializers for Pino | INDIRECT | 0 | |
| pino • 8.21.0super fast, all natural json logger | INDIRECT | 22 | |
| pretty-json-log • 1.5.0Convert JSON log lines into simple pretty colored log output | DIRECT | 2 | |
| process-warning • 3.0.0A small utility for creating warnings and emitting them. | INDIRECT | 0 | |
| process • 0.11.10process information for node.js and browsers | INDIRECT | 0 | |
| quick-format-unescaped • 4.0.4Solves a problem with util.format | INDIRECT | 0 | |
| readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.js | INDIRECT | 4 | |
| readable-stream • 4.7.0Node.js Streams, a user-land copy of the stream library from Node.js | INDIRECT | 9 | |
| real-require • 0.2.0Keep require and import consistent after bundling or transpiling | INDIRECT | 0 | |
| safe-buffer • 5.2.1Safer Node.js Buffer API | INDIRECT | 0 | |
| safe-stable-stringify • 2.5.0Deterministic and safely JSON.stringify to quickly serialize JavaScript objects | INDIRECT | 0 | |
| sonic-boom • 3.8.1Extremely fast utf8 only stream implementation | INDIRECT | 1 | |
| stream-browserify • 3.0.0the stream module from node core for browsers | INDIRECT | 5 | |
| string_decoder • 1.3.0The string_decoder module from Node core | INDIRECT | 1 | |
| strip-ansi • 7.2.0Strip ANSI escape codes from a string | INDIRECT | 1 | |
| strnum • 2.4.0Parse String to Number based on configuration | INDIRECT | 1 | |
| thread-stream • 2.7.0A streaming way to send data to a Node.js Worker Thread | INDIRECT | 1 | |
| util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser support | INDIRECT | 0 | |
| xml-naming • 0.1.0Validates XML name productions — Name, NCName, QName, NMToken, NMTokens — for XML 1.0 and 1.1 | INDIRECT | 0 | |
| yocto-queue • 1.2.2Tiny queue data structure | INDIRECT | 0 |
Apache-2.041
| Package | Relation | Dependencies | Published |
|---|---|---|---|
| @aws-crypto/crc32 • 5.2.0Pure JS implementation of CRC32 https://en.wikipedia.org/wiki/Cyclic_redundancy_check | INDIRECT | 7 | |
| @aws-crypto/crc32c • 5.2.0Pure JS implementation of CRC32-C https://en.wikipedia.org/wiki/Cyclic_redundancy_check | INDIRECT | 7 | |
| @aws-crypto/sha1-browser • 5.2.0SHA1 wrapper for browsers that prefers `window.crypto.subtle`. | INDIRECT | 9 | |
| @aws-crypto/sha256-browser • 5.2.0SHA256 wrapper for browsers that prefers `window.crypto.subtle` but will fall back to a pure JS implementation in @aws-crypto/sha256-js to provide a consistent interface for SHA256. | INDIRECT | 10 | |
| @aws-crypto/sha256-js • 5.2.0A pure JS implementation SHA256. | INDIRECT | 7 | |
| @aws-crypto/supports-web-crypto • 5.2.0Provides functions for detecting if the host environment supports the WebCrypto API | INDIRECT | 1 | |
| @aws-crypto/util • 5.2.0Helper functions | INDIRECT | 6 | |
| @aws-sdk/checksums • 3.1000.5Checksum algorithms and flexible checksums middleware for the AWS SDK | INDIRECT | 22 | |
| @aws-sdk/client-cognito-identity • 3.1066.0AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native | INDIRECT | 39 | |
| @aws-sdk/client-s3 • 3.1066.0AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native | INDIRECT | 44 | |
| @aws-sdk/core • 3.974.20Core functions & classes shared by multiple AWS SDK clients. | INDIRECT | 20 | |
| @aws-sdk/credential-provider-cognito-identity • 3.972.45[](https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity) [](https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums) [](https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3) [](https://www.npmjs.com/package/@ | INDIRECT | 22 | |
| @aws-sdk/nested-clients • 3.997.20Nested clients for AWS SDK packages. | INDIRECT | 28 | |
| @aws-sdk/signature-v4-multi-region • 3.996.34[](https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region) [](https:/ | INDIRECT | 10 | |
| @aws-sdk/token-providers • 3.1066.0A collection of token providers | INDIRECT | 29 | |
| @aws-sdk/types • 3.973.12Types for the AWS SDK | INDIRECT | 2 | |
| @aws-sdk/util-locate-window • 3.965.7[](https://www.npmjs.com/package/@aws-sdk/util-locate-window) [](https://www.npmjs.com/packag | INDIRECT | 1 | |
| @aws-sdk/xml-builder • 3.972.29XML utilities for the AWS SDK | INDIRECT | 9 | |
| @aws/lambda-invoke-store • 0.2.4Invoke scoped data storage for AWS Lambda Node.js Runtime Environment | INDIRECT | 0 | |
| @smithy/core • 3.24.6[](https://www.npmjs.com/package/@smithy/core) [](https://www.npmjs.com/package/@smithy/core) | INDIRECT | 8 | |
| @smithy/credential-provider-imds • 4.3.8AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service | INDIRECT | 9 | |
| @smithy/fetch-http-handler • 5.4.6Provides a way to make requests | INDIRECT | 9 | |
| @smithy/is-array-buffer • 2.2.0Provides a function for detecting if an argument is an ArrayBuffer | INDIRECT | 1 | |
| @smithy/node-http-handler • 4.7.7Provides a way to make requests | INDIRECT | 9 | |
| @smithy/signature-v4 • 5.4.6A standalone implementation of the AWS Signature V4 request signing algorithm | INDIRECT | 9 | |
| @smithy/types • 4.14.3[](https://www.npmjs.com/package/@smithy/types) [](https://www.npmjs.com/package/@smithy/types) | INDIRECT | 1 | |
| @smithy/util-buffer-from • 2.2.0[](https://www.npmjs.com/package/@smithy/util-buffer-from) [](https://www.npmjs.com/package/@smithy | INDIRECT | 2 | |
| @smithy/util-utf8 • 2.3.0A UTF-8 string <-> UInt8Array converter | INDIRECT | 3 | |
| didyoumean • 1.2.2Match human-quality input to potential matches by edit distance. | INDIRECT | 0 |
ISC2
| Package | Relation | Dependencies | Published |
|---|---|---|---|
| inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits() | INDIRECT | 0 | |
| split2 • 4.2.0split a Text Stream into a Line Stream, using Stream 3 | INDIRECT | 0 |
0BSD1
| Package | Relation | Dependencies | Published |
|---|---|---|---|
| tslib • 2.8.1Runtime library for TypeScript helper functions | INDIRECT | 0 |
BSD-3-Clause1
| Package | Relation | Dependencies | Published |
|---|---|---|---|
| ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like object | INDIRECT | 0 |