@apollo/client • 3.12.6 A fully-featured caching GraphQL client. DIRECT 28 January 14, 2025 @ardatan/relay-compiler • 12.0.1 A compiler tool for building GraphQL-driven applications. INDIRECT 97 January 14, 2025 @babel/code-frame • 7.26.2 Generate errors that contain a code frame that point to source locations. INDIRECT 3 October 30, 2024 @babel/compat-data • 7.26.5 The compat-data to determine required Babel plugins INDIRECT 0 January 10, 2025 @babel/core • 7.26.0 Babel compiler core. INDIRECT 38 October 25, 2024 @babel/generator • 7.26.5 Turns an AST into code. INDIRECT 10 January 10, 2025 @babel/helper-annotate-as-pure • 7.25.9 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 October 22, 2024 @babel/helper-compilation-targets • 7.26.5 Helper functions on Babel compilation targets INDIRECT 12 January 10, 2025 @babel/helper-create-class-features-plugin • 7.25.9 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 25 October 22, 2024 @babel/helper-member-expression-to-functions • 7.25.9 Helper function to replace certain member expressions with function calls INDIRECT 19 October 22, 2024 @babel/helper-module-imports • 7.25.9 Babel helper functions for inserting module loads INDIRECT 19 October 22, 2024 @babel/helper-module-transforms • 7.26.0 Babel helper functions for implementing ES6 module transformations INDIRECT 20 October 25, 2024 @babel/helper-optimise-call-expression • 7.25.9 Helper function to optimise call expression INDIRECT 3 October 22, 2024 @babel/helper-plugin-utils • 7.26.5 General utilities for plugins to use INDIRECT 0 January 10, 2025 @babel/helper-replace-supers • 7.26.5 Helper function to replace supers INDIRECT 21 January 10, 2025 @babel/helper-skip-transparent-expression-wrappers • 7.25.9 Helper which skips types and parentheses INDIRECT 19 October 22, 2024 @babel/helper-string-parser • 7.25.9 A utility package to parse strings INDIRECT 0 October 22, 2024 @babel/helper-validator-identifier • 7.25.9 Validate identifier/keywords name INDIRECT 0 October 22, 2024 @babel/helper-validator-option • 7.25.9 Validate plugin/preset options INDIRECT 0 October 22, 2024 @babel/helpers • 7.26.0 Collection of helper functions used by Babel transforms. INDIRECT 8 October 25, 2024 @babel/parser • 7.26.5 A JavaScript parser INDIRECT 3 January 10, 2025 @babel/plugin-proposal-class-properties • 7.18.6 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 27 June 27, 2022 @babel/plugin-proposal-object-rest-spread • 7.20.7 Compile object rest and spread to ES5 INDIRECT 16 December 22, 2022 @babel/plugin-syntax-class-properties • 7.12.13 Allow parsing of class properties INDIRECT 1 February 3, 2021 @babel/plugin-syntax-flow • 7.26.0 Allow parsing of the flow syntax INDIRECT 1 October 25, 2024 @babel/plugin-syntax-import-assertions • 7.26.0 Allow parsing of the module assertion attributes in the import statement INDIRECT 1 October 25, 2024 @babel/plugin-syntax-jsx • 7.25.9 Allow parsing of jsx INDIRECT 1 October 22, 2024 @babel/plugin-syntax-object-rest-spread • 7.8.3 Allow parsing of object rest/spread INDIRECT 1 January 13, 2020 @babel/plugin-transform-arrow-functions • 7.25.9 Compile ES2015 arrow functions to ES5 INDIRECT 1 October 22, 2024 @babel/plugin-transform-block-scoped-functions • 7.26.5 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1 January 10, 2025 @babel/plugin-transform-block-scoping • 7.25.9 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 October 22, 2024 @babel/plugin-transform-classes • 7.25.9 Compile ES2015 classes to ES5 INDIRECT 36 October 22, 2024 @babel/plugin-transform-computed-properties • 7.25.9 Compile ES2015 computed properties to ES5 INDIRECT 9 October 22, 2024 @babel/plugin-transform-destructuring • 7.25.9 Compile ES2015 destructuring to ES5 INDIRECT 1 October 22, 2024 @babel/plugin-transform-flow-strip-types • 7.26.5 Strip flow type annotations from your output code. INDIRECT 2 January 10, 2025 @babel/plugin-transform-for-of • 7.25.9 Compile ES2015 for...of to ES5 INDIRECT 21 October 22, 2024 @babel/plugin-transform-function-name • 7.25.9 Apply ES2015 function.name semantics to all functions INDIRECT 32 October 22, 2024 @babel/plugin-transform-literals • 7.25.9 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 October 22, 2024 @babel/plugin-transform-member-expression-literals • 7.25.9 Ensure that reserved words are quoted in property accesses INDIRECT 1 October 22, 2024 @babel/plugin-transform-modules-commonjs • 7.26.3 This plugin transforms ES2015 modules to CommonJS INDIRECT 22 December 4, 2024 @babel/plugin-transform-object-super • 7.25.9 Compile ES2015 object super to ES5 INDIRECT 23 October 22, 2024 @babel/plugin-transform-parameters • 7.25.9 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 October 22, 2024 @babel/plugin-transform-property-literals • 7.25.9 Ensure that reserved words are quoted in object property keys INDIRECT 1 October 22, 2024 @babel/plugin-transform-react-display-name • 7.25.9 Add displayName to React.createClass calls INDIRECT 1 October 22, 2024 @babel/plugin-transform-react-jsx • 7.25.9 Turn JSX into React function calls INDIRECT 23 October 22, 2024 @babel/plugin-transform-shorthand-properties • 7.25.9 Compile ES2015 shorthand properties to ES5 INDIRECT 1 October 22, 2024 @babel/plugin-transform-spread • 7.25.9 Compile ES2015 spread to ES5 INDIRECT 21 October 22, 2024 @babel/plugin-transform-template-literals • 7.25.9 Compile ES2015 template literals to ES5 INDIRECT 1 October 22, 2024 @babel/runtime • 7.26.0 babel's modular runtime helpers INDIRECT 1 October 25, 2024 @babel/template • 7.25.9 Generate an AST from a string template. INDIRECT 7 October 22, 2024 @babel/traverse • 7.26.5 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 18 January 10, 2025 @babel/types • 7.26.5 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 January 10, 2025 @envelop/core • 5.0.3 This is the core package for Envelop. You can find a complete documentation here: https://github.com/n1ru4l/envelop INDIRECT 2 January 13, 2025 @envelop/types • 5.0.0 INDIRECT 1 October 16, 2023 @graphql-codegen/add • 5.0.3 GraphQL Code Generator plugin for adding custom content to your output file INDIRECT 32 June 13, 2024 @graphql-codegen/cli • 5.0.3 <p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p> DIRECT 346 October 7, 2024 @graphql-codegen/client-preset • 4.5.1 GraphQL Code Generator preset for client. DIRECT 153 November 22, 2024 @graphql-codegen/core • 4.0.2 <p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p> INDIRECT 35 February 6, 2024 @graphql-codegen/gql-tag-operations • 4.0.12 GraphQL Code Generator plugin for generating a typed gql tag function INDIRECT 145 November 22, 2024 @graphql-codegen/plugin-helpers • 5.1.0 GraphQL Code Generator common utils and types INDIRECT 31 October 28, 2024 @graphql-codegen/schema-ast • 4.1.0 GraphQL Code Generator plugin for generating a .graphql file from a given schema INDIRECT 32 June 30, 2024 @graphql-codegen/typed-document-node • 5.0.12 GraphQL Code Generator plugin for generating ready-to-use TypedDocumentNode based on GraphQL operations INDIRECT 145 November 22, 2024 @graphql-codegen/typescript-operations • 4.4.0 GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments INDIRECT 147 November 22, 2024 @graphql-codegen/typescript • 4.1.2 GraphQL Code Generator plugin for generating TypeScript types INDIRECT 146 November 22, 2024 @graphql-codegen/visitor-plugin-common • 5.6.0 INDIRECT 144 November 22, 2024 @graphql-hive/gateway-abort-signal-any • 0.0.3 INDIRECT 5 January 2, 2025 @graphql-tools/apollo-engine-loader • 8.0.13 A set of utils for faster development of GraphQL tools INDIRECT 20 January 10, 2025 @graphql-tools/batch-execute • 9.0.11 A set of utils for faster development of GraphQL tools INDIRECT 6 December 24, 2024 @graphql-tools/code-file-loader • 8.1.13 A set of utils for faster development of GraphQL tools INDIRECT 74 January 6, 2025 @graphql-tools/delegate • 10.2.9 A set of utils for faster development of GraphQL tools INDIRECT 13 December 24, 2024 @graphql-tools/documents • 1.0.1 Utilities for GraphQL documents. INDIRECT 2 May 27, 2024 @graphql-tools/executor-common • 0.0.1 A set of utils for faster development of GraphQL tools INDIRECT 7 December 26, 2024 @graphql-tools/executor-graphql-ws • 1.3.7 A set of utils for faster development of GraphQL tools INDIRECT 12 December 26, 2024 @graphql-tools/executor-http • 1.2.5 A set of utils for faster development of GraphQL tools INDIRECT 19 January 15, 2025 @graphql-tools/executor-legacy-ws • 1.1.10 A set of utils for faster development of GraphQL tools INDIRECT 10 January 6, 2025 @graphql-tools/executor • 1.3.12 Fork of GraphQL.js' execute function INDIRECT 8 January 6, 2025 @graphql-tools/git-loader • 8.0.17 A set of utils for faster development of GraphQL tools INDIRECT 58 January 6, 2025 @graphql-tools/github-loader • 8.0.13 A set of utils for faster development of GraphQL tools INDIRECT 71 January 10, 2025 @graphql-tools/graphql-file-loader • 8.0.12 A set of utils for faster development of GraphQL tools INDIRECT 34 January 16, 2025 @graphql-tools/graphql-tag-pluck • 8.3.12 Pluck graphql-tag template literals INDIRECT 46 January 6, 2025 @graphql-tools/import • 7.0.11 A set of utils for faster development of GraphQL tools INDIRECT 6 January 6, 2025 @graphql-tools/json-file-loader • 8.0.11 A set of utils for faster development of GraphQL tools INDIRECT 32 January 6, 2025 @graphql-tools/load • 8.0.12 A set of utils for faster development of GraphQL tools INDIRECT 10 January 6, 2025 @graphql-tools/merge • 9.0.17 A set of utils for faster development of GraphQL tools INDIRECT 5 January 6, 2025 @graphql-tools/optimize • 2.0.0 A set of utils for faster development of GraphQL tools INDIRECT 1 May 19, 2023 @graphql-tools/prisma-loader • 8.0.17 A set of utils for faster development of GraphQL tools INDIRECT 70 November 13, 2024 @graphql-tools/relay-operation-optimizer • 7.0.12 Package for optimizing your GraphQL operations relay style. INDIRECT 103 January 16, 2025 @graphql-tools/schema • 10.0.16 A set of utils for faster development of GraphQL tools INDIRECT 7 January 6, 2025 @graphql-tools/url-loader • 8.0.24 A set of utils for faster development of GraphQL tools INDIRECT 44 January 10, 2025 @graphql-tools/utils • 10.7.2 Common package containing utils and types for GraphQL tools INDIRECT 4 January 6, 2025 @graphql-tools/wrap • 10.0.27 A set of utils for faster development of GraphQL tools INDIRECT 14 December 24, 2024 @graphql-typed-document-node/core • 3.2.0 INDIRECT 0 March 20, 2023 @intlify/core-base • 9.14.2 @intlify/core-base INDIRECT 3 November 28, 2024 @intlify/message-compiler • 9.14.2 @intlify/message-compiler INDIRECT 2 November 28, 2024 @intlify/shared • 9.14.2 @intlify/shared INDIRECT 0 November 28, 2024 @jridgewell/gen-mapping • 0.3.8 Generate source maps INDIRECT 4 December 11, 2024 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 February 14, 2024 @jridgewell/set-array • 1.2.1 Like a Set, but provides the index of the `key` in the backing array INDIRECT 0 February 29, 2024 @jridgewell/source-map • 0.3.6 Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API INDIRECT 5 March 12, 2024 @jridgewell/sourcemap-codec • 1.5.0 Encode/decode sourcemap mappings INDIRECT 0 July 9, 2024 @jridgewell/trace-mapping • 0.3.25 Trace the original position through a source map INDIRECT 2 March 2, 2024 @kamilkisiela/fast-url-parser • 1.1.4 Extremely fast implementation of node core url library INDIRECT 0 December 5, 2023 @nodelib/fs.scandir • 2.1.5 List files and directories inside the specified directory INDIRECT 3 June 4, 2021 @nodelib/fs.stat • 2.0.5 Get the status of a file with some features INDIRECT 0 June 4, 2021 @nodelib/fs.walk • 1.2.8 A library for efficiently walking a directory recursively INDIRECT 6 July 8, 2021 @parcel/watcher-android-arm64 • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 November 4, 2024 @parcel/watcher-darwin-arm64 • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 November 4, 2024 @parcel/watcher-darwin-x64 • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 November 4, 2024 @parcel/watcher-freebsd-x64 • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 November 4, 2024 @parcel/watcher-linux-arm-glibc • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 November 4, 2024 @parcel/watcher-linux-arm-musl • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 November 4, 2024 @parcel/watcher-linux-arm64-glibc • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 November 4, 2024 @parcel/watcher-linux-arm64-musl • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 November 4, 2024 @parcel/watcher-linux-x64-glibc • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 November 4, 2024 @parcel/watcher-linux-x64-musl • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 November 4, 2024 @parcel/watcher-win32-arm64 • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 November 4, 2024 @parcel/watcher-win32-ia32 • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 November 4, 2024 @parcel/watcher-win32-x64 • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 November 4, 2024 @parcel/watcher • 2.5.0 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 23 November 4, 2024 @quasar/app-vite • 1.11.0 Quasar Framework App CLI with Vite DIRECT 335 November 16, 2024 @quasar/render-ssr-error • 1.0.3 Renders SSR errors for Quasar CLI INDIRECT 1 December 4, 2023 @quasar/vite-plugin • 1.9.0 Vite plugin for Quasar Framework INDIRECT 0 January 15, 2025 @repeaterjs/repeater • 3.0.6 The missing constructor function for creating safe async iterators INDIRECT 0 May 8, 2024 @rollup/pluginutils • 4.2.1 A set of utility functions commonly used by Rollup plugins INDIRECT 2 April 13, 2022 @types/body-parser • 1.19.5 TypeScript definitions for body-parser INDIRECT 3 November 6, 2023 @types/chrome • 0.0.208 TypeScript definitions for Chrome extension development INDIRECT 3 January 11, 2023 @types/compression • 1.7.5 TypeScript definitions for compression INDIRECT 12 November 7, 2023 @types/connect • 3.4.38 TypeScript definitions for connect INDIRECT 2 November 7, 2023 @types/cordova • 0.0.34 TypeScript definitions for Apache Cordova INDIRECT 0 September 19, 2016 @types/express-serve-static-core • 4.19.6 TypeScript definitions for express-serve-static-core INDIRECT 6 September 25, 2024 @types/express • 4.17.21 TypeScript definitions for express INDIRECT 11 November 7, 2023 @types/filesystem • 0.0.36 TypeScript definitions for filesystem INDIRECT 1 March 21, 2024 @types/filewriter • 0.0.33 TypeScript definitions for filewriter INDIRECT 0 January 30, 2024 @types/har-format • 1.2.16 TypeScript definitions for har-format INDIRECT 0 September 29, 2024 @types/http-errors • 2.0.4 TypeScript definitions for http-errors INDIRECT 0 November 7, 2023 @types/js-yaml • 4.0.9 TypeScript definitions for js-yaml INDIRECT 0 November 7, 2023 @types/mime • 1.3.5 TypeScript definitions for mime INDIRECT 0 November 7, 2023 @types/node • 22.10.7 TypeScript definitions for node INDIRECT 1 January 16, 2025 @types/qs • 6.9.18 TypeScript definitions for qs INDIRECT 0 January 14, 2025 @types/range-parser • 1.2.7 TypeScript definitions for range-parser INDIRECT 0 November 7, 2023 @types/send • 0.17.4 TypeScript definitions for send INDIRECT 3 November 7, 2023 @types/serve-static • 1.15.7 TypeScript definitions for serve-static INDIRECT 5 April 3, 2024 @types/ws • 8.5.13 TypeScript definitions for ws INDIRECT 2 November 2, 2024 @vitejs/plugin-vue • 2.3.4 > Note: as of `vue` 3.2.13+ and `@vitejs/plugin-vue` 1.9.0+, `@vue/compiler-sfc` is no longer required as a peer dependency. INDIRECT 0 August 12, 2022 @vue/devtools-api • 6.6.4 Interact with the Vue devtools from the page INDIRECT 0 September 9, 2024 @whatwg-node/disposablestack • 0.0.5 Cross Platform Smart DisposableStack API Ponyfill INDIRECT 1 August 28, 2024 @whatwg-node/fetch • 0.10.3 Cross Platform Smart Fetch Ponyfill INDIRECT 6 January 10, 2025 @whatwg-node/fetch • 0.9.23 Cross Platform Smart Fetch Ponyfill INDIRECT 8 November 4, 2024 @whatwg-node/node-fetch • 0.6.0 Fetch API implementation for Node INDIRECT 6 November 4, 2024 @whatwg-node/node-fetch • 0.7.7 Fetch API implementation for Node INDIRECT 4 January 10, 2025 @wry/caches • 1.0.1 Various cache implementations INDIRECT 1 November 28, 2023 @wry/context • 0.7.4 Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around INDIRECT 1 October 24, 2023 @wry/equality • 0.5.7 Structural equality checking for JavaScript values INDIRECT 1 October 24, 2023 @wry/trie • 0.5.0 https://en.wikipedia.org/wiki/Trie INDIRECT 1 October 24, 2023 accepts • 1.3.8 Higher-level content negotiation INDIRECT 3 February 2, 2022 acorn • 8.14.0 ECMAScript parser INDIRECT 0 October 27, 2024 agent-base • 7.1.3 Turn a function into an `http.Agent` instance INDIRECT 0 December 8, 2024 aggregate-error • 3.1.0 Create an error from multiple errors INDIRECT 2 August 21, 2020 ajv • 8.17.1 Another JSON Schema Validator INDIRECT 4 July 12, 2024 ansi-escapes • 4.3.2 ANSI escape codes for manipulating the terminal INDIRECT 1 March 24, 2021 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 September 14, 2021 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 October 4, 2020 archiver-utils • 2.1.0 utility functions for archiver INDIRECT 26 July 19, 2019 archiver-utils • 3.0.4 utility functions for archiver INDIRECT 27 September 2, 2023 archiver • 5.3.2 a streaming interface for archive generation INDIRECT 45 August 17, 2023 array-flatten • 1.1.1 Flatten an array of nested arrays into a single flat array INDIRECT 0 July 9, 2015 array-union • 2.1.0 Create an array of unique values, in order, from the input arrays INDIRECT 0 April 22, 2019 asap • 2.0.6 High-priority task queue for Node.js and browsers INDIRECT 0 July 10, 2017 astral-regex • 2.0.0 Regular expression for matching astral symbols INDIRECT 0 April 5, 2019 async • 3.2.6 Higher-order functions and common patterns for asynchronous code INDIRECT 0 August 19, 2024 auto-bind • 4.0.0 Automatically bind methods to their class instance INDIRECT 0 December 16, 2019 babel-plugin-syntax-trailing-function-commas • 7.0.0-beta.0 Compile trailing function commas to ES5 INDIRECT 0 September 12, 2017 babel-preset-fbjs • 3.4.0 Babel preset for Facebook projects. INDIRECT 67 May 24, 2021 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 April 6, 2021 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 November 11, 2020 binary-extensions • 2.3.0 List of binary file extensions INDIRECT 0 March 14, 2024 bl • 4.1.0 Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! INDIRECT 8 February 9, 2021 body-parser • 1.20.3 Node.js body parsing middleware INDIRECT 40 September 9, 2024 brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 February 10, 2018 brace-expansion • 2.0.1 Brace expansion as known from sh/bash INDIRECT 1 February 22, 2021 braces • 3.0.3 Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed. INDIRECT 3 May 21, 2024 browserslist • 4.24.4 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 6 January 8, 2025 buffer-crc32 • 0.2.13 A pure javascript CRC32 algorithm that plays nice with binary data INDIRECT 0 November 22, 2016 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 July 29, 2021 buffer • 5.7.1 Node.js Buffer API, for the browser INDIRECT 2 November 4, 2020 bytes • 3.1.2 Utility to parse a string bytes to bytes and vice-versa INDIRECT 0 January 28, 2022 call-bind-apply-helpers • 1.0.1 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 December 9, 2024 call-bound • 1.0.3 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 12 December 16, 2024 callsites • 3.1.0 Get callsites from the V8 stack trace API INDIRECT 0 April 6, 2019 camel-case • 4.1.2 Transform into a string with the separator denoted by the next word capitalized INDIRECT 4 December 2, 2020 capital-case • 1.0.4 Transform into a space separated string with each word capitalized INDIRECT 4 December 2, 2020 chalk • 4.1.2 Terminal string styling done right INDIRECT 5 July 30, 2021 change-case-all • 1.0.15 All change-case methods bundled in a single module INDIRECT 22 September 8, 2022 change-case • 4.1.2 Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and others INDIRECT 15 December 2, 2020 chardet • 0.7.0 Character detector INDIRECT 0 August 17, 2018 chokidar • 3.6.0 Minimal and efficient cross-platform file watching library INDIRECT 14 February 6, 2024 chokidar • 4.0.3 Minimal and efficient cross-platform file watching library INDIRECT 1 December 18, 2024 ci-info • 3.9.0 Get details about the current Continuous Integration environment INDIRECT 0 October 4, 2023 clean-css • 5.3.3 A well-tested CSS minifier INDIRECT 1 November 30, 2023 clean-stack • 2.2.0 Clean up error stack traces INDIRECT 0 July 31, 2019 cli-cursor • 3.1.0 Toggle the CLI cursor INDIRECT 4 June 11, 2019 cli-spinners • 2.9.2 Spinners for use in the terminal INDIRECT 0 November 24, 2023 cli-truncate • 2.1.0 Truncate a string to a specific width in the terminal INDIRECT 10 December 6, 2019 clone-deep • 4.0.1 Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. INDIRECT 4 November 22, 2018 clone • 1.0.4 deep cloning of objects and arrays INDIRECT 0 March 21, 2018 color-convert • 2.0.1 Plain color conversion functions INDIRECT 1 August 19, 2019 color-name • 1.1.4 A list of color names and its values INDIRECT 0 September 21, 2018 colorette • 2.0.20 🌈Easily set your terminal text color & styles. INDIRECT 0 April 16, 2023 commander • 10.0.1 the complete solution for node.js command-line programs INDIRECT 0 April 15, 2023 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 October 11, 2019 common-tags • 1.8.2 a few common utility template tags for ES2015 INDIRECT 0 November 16, 2021 compress-commons • 4.1.2 a library that defines a common interface for working with archive formats within node INDIRECT 9 September 2, 2023 compressible • 2.0.18 Compressible Content-Type / mime checking INDIRECT 1 January 6, 2020 compression • 1.7.5 Node.js compression middleware INDIRECT 9 October 31, 2024 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 January 30, 2014 constant-case • 3.0.4 Transform into upper case string with an underscore between words INDIRECT 4 December 2, 2020 content-disposition • 0.5.4 Create and parse Content-Disposition header INDIRECT 1 December 10, 2021 content-type • 1.0.5 Create and parse HTTP Content-Type header INDIRECT 0 January 29, 2023 convert-source-map • 2.0.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 October 17, 2022 cookie-signature • 1.0.6 Sign and unsign cookies INDIRECT 0 February 3, 2015 cookie • 0.7.1 HTTP server cookie parsing and serialization INDIRECT 0 October 3, 2024 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 August 31, 2021 cosmiconfig • 8.3.6 Find and load configuration from a package.json property, rc file, TypeScript module, and more! INDIRECT 16 September 13, 2023 crc32-stream • 4.0.3 a streaming CRC32 checksumer INDIRECT 6 September 2, 2023 cross-fetch • 3.2.0 Universal WHATWG Fetch API for Node, Browsers and React Native INDIRECT 4 December 21, 2024 cross-inspect • 1.0.1 Cross platform implementation of Node's util.inspect INDIRECT 1 August 5, 2024 cross-spawn • 7.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 November 18, 2024 data-uri-to-buffer • 4.0.1 Generate a Buffer instance from a Data URI string INDIRECT 0 January 13, 2023 dataloader • 2.2.3 A data loading utility to reduce requests to a backend via batching and caching. INDIRECT 0 December 3, 2024 debounce • 1.2.1 Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked INDIRECT 0 March 9, 2021 debug • 2.6.9 small debugging utility INDIRECT 1 September 22, 2017 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser INDIRECT 1 December 6, 2024 defaults • 1.0.4 merge single level defaults over a config object INDIRECT 1 October 10, 2022 define-lazy-prop • 2.0.0 Define a lazily evaluated property on an object INDIRECT 0 April 10, 2019 depd • 2.0.0 Deprecate all the things INDIRECT 0 October 26, 2018 dependency-graph • 0.11.0 Simple dependency graph. INDIRECT 0 March 5, 2021 destroy • 1.2.0 destroy a stream if possible INDIRECT 0 March 20, 2022 detect-indent • 6.1.0 Detect the indentation of code INDIRECT 0 May 28, 2021 dir-glob • 3.0.1 Convert directories to glob compatible strings INDIRECT 1 June 29, 2019 dot-case • 3.0.4 Transform into a lower case string with a period between words INDIRECT 3 December 2, 2020 dot-prop • 6.0.1 Get, set, or delete a property from a nested object using a dot path INDIRECT 1 November 19, 2020 dset • 3.1.4 A tiny (194B) utility for safely writing deep Object values~! INDIRECT 0 September 9, 2024 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 December 17, 2024 ee-first • 1.1.1 return the first event in a set of ee/event pairs INDIRECT 0 May 25, 2015 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 March 5, 2019 encodeurl • 1.0.2 Encode a URL to a percent-encoded form, excluding already-encoded sequences INDIRECT 0 January 22, 2018 encodeurl • 2.0.0 Encode a URL to a percent-encoded form, excluding already-encoded sequences INDIRECT 0 March 29, 2024 end-of-stream • 1.4.4 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 September 25, 2019 error-ex • 1.3.2 Easy error subclassing and stack customization INDIRECT 1 June 19, 2018 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 December 6, 2024 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 February 5, 2024 es-object-atoms • 1.1.1 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 January 15, 2025 esbuild-android-64 • 0.14.51 A WebAssembly shim for esbuild on Android x64. INDIRECT 0 July 28, 2022 esbuild-android-arm64 • 0.14.51 The Android ARM 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-darwin-64 • 0.14.51 The macOS 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-darwin-arm64 • 0.14.51 The macOS ARM 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-freebsd-64 • 0.14.51 The FreeBSD 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-freebsd-arm64 • 0.14.51 The FreeBSD ARM 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-linux-32 • 0.14.51 The Linux 32-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-linux-64 • 0.14.51 The Linux 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-linux-arm • 0.14.51 The Linux ARM binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-linux-arm64 • 0.14.51 The Linux ARM 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-linux-mips64le • 0.14.51 The Linux MIPS 64-bit Little Endian binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-linux-ppc64le • 0.14.51 The Linux PowerPC 64-bit Little Endian binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-linux-riscv64 • 0.14.51 The Linux RISC-V 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-linux-s390x • 0.14.51 The Linux IBM Z 64-bit Big Endian binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-netbsd-64 • 0.14.51 The NetBSD AMD64 binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-openbsd-64 • 0.14.51 The OpenBSD 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-sunos-64 • 0.14.51 The illumos 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-windows-32 • 0.14.51 The Windows 32-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-windows-64 • 0.14.51 The Windows 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild-windows-arm64 • 0.14.51 The Windows ARM 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 July 28, 2022 esbuild • 0.14.51 An extremely fast JavaScript and CSS bundler and minifier. INDIRECT 20 July 28, 2022 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 August 29, 2024 escape-html • 1.0.3 Escape string for use in HTML INDIRECT 0 September 1, 2015 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 February 21, 2016 estree-walker • 2.0.2 Traverse an ESTree-compliant AST INDIRECT 0 December 8, 2020 etag • 1.8.1 Create simple HTTP ETags INDIRECT 0 September 13, 2017 express • 4.21.2 Fast, unopinionated, minimalist web framework INDIRECT 68 December 5, 2024 external-editor • 3.1.0 Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT INDIRECT 5 July 8, 2019 extract-files • 11.0.0 Clones a value, recursively extracting File, Blob and ReactNativeFile instances with their object paths, replacing them with null. FileList instances are treated as File instance arrays. INDIRECT 0 June 11, 2021 fast-decode-uri-component • 1.0.1 Fast and safe decodeURIComponent INDIRECT 0 March 15, 2019 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 June 8, 2020 fast-glob • 3.2.12 It's a very fast and efficient glob library for Node.js INDIRECT 17 September 9, 2022 fast-glob • 3.3.3 It's a very fast and efficient glob library for Node.js INDIRECT 17 January 5, 2025 fast-querystring • 1.1.2 A fast alternative to legacy querystring module INDIRECT 1 June 5, 2023 fbjs-css-vars • 1.0.2 This package exports a few of the CSS variables that we use in Facebook projects. This is not the full list we have internally but focused on making available the minimum set needed by our open source projects. INDIRECT 0 December 17, 2018 fbjs • 3.0.5 A collection of utility libraries used by other Facebook JS projects INDIRECT 13 June 1, 2023 fetch-blob • 3.2.0 Blob & File implementation in Node.js, originally from node-fetch. INDIRECT 2 July 6, 2022 figures • 3.2.0 Unicode symbols with Windows CMD fallbacks INDIRECT 1 February 16, 2020 fill-range • 7.1.1 Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex` INDIRECT 2 May 21, 2024 finalhandler • 1.3.1 Node.js final http responder INDIRECT 9 September 11, 2024 formdata-polyfill • 4.0.10 HTML5 `FormData` for Browsers and Node. INDIRECT 3 September 30, 2021 forwarded • 0.2.0 Parse HTTP X-Forwarded-For header INDIRECT 0 May 31, 2021 fresh • 0.5.2 HTTP response freshness testing INDIRECT 0 September 14, 2017 fs-constants • 1.0.0 Require constants across node and the browser INDIRECT 0 April 26, 2018 fs-extra • 11.3.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. INDIRECT 3 January 15, 2025 fsevents • 2.3.3 Native Access to MacOS FSEvents INDIRECT 0 August 21, 2023 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 October 12, 2023 gensync • 1.0.0-beta.2 Allows users to use generators in order to write common functions that can be both sync or async. INDIRECT 0 October 27, 2020 get-intrinsic • 1.2.7 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 11 January 2, 2025 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 January 2, 2025 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 April 30, 2019 globby • 11.1.0 User-friendly glob matching INDIRECT 23 January 8, 2022 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 December 4, 2024 graphql-config • 5.1.3 The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs) INDIRECT 100 October 9, 2024 graphql-request • 6.1.0 Minimal GraphQL client supporting Node and browsers for scripts or simple apps INDIRECT 6 May 23, 2023 graphql-tag • 2.12.6 A JavaScript template literal tag that parses GraphQL queries INDIRECT 1 November 6, 2021 graphql-ws • 5.16.2 Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client INDIRECT 0 January 10, 2025 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 April 6, 2019 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 December 2, 2024 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 March 10, 2024 header-case • 2.0.4 Transform into a dash separated string of capitalized words INDIRECT 5 December 2, 2020 html-minifier-terser • 7.2.0 Highly configurable, well-tested, JavaScript-based HTML minifier. INDIRECT 23 April 11, 2023 http-errors • 2.0.0 Create HTTP error objects INDIRECT 5 December 18, 2021 http-proxy-agent • 7.0.2 An HTTP(s) proxy `http.Agent` implementation for HTTP INDIRECT 3 February 15, 2024 https-proxy-agent • 7.0.6 An HTTP(s) proxy `http.Agent` implementation for HTTPS INDIRECT 3 December 7, 2024 iconv-lite • 0.4.24 Convert character encodings in pure javascript. INDIRECT 1 August 22, 2018 ignore • 5.3.2 Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others. INDIRECT 0 August 12, 2024 immutable • 5.0.3 Immutable Data Collections INDIRECT 0 November 19, 2024 import-fresh • 3.3.0 Import a module while bypassing the cache INDIRECT 3 December 20, 2020 import-from • 4.0.0 Import a module like with `require()` but from a given path INDIRECT 0 June 1, 2021 indent-string • 4.0.0 Indent each line in a string INDIRECT 0 April 17, 2019 inquirer • 8.2.6 A collection of common interactive command line user interfaces. INDIRECT 51 August 2, 2023 invariant • 2.2.4 invariant INDIRECT 2 March 13, 2018 ipaddr.js • 1.9.1 A library for manipulating IPv4 and IPv6 addresses in JavaScript. INDIRECT 0 July 17, 2019 is-absolute • 1.0.0 Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`. INDIRECT 4 July 13, 2017 is-arrayish • 0.2.1 Determines if an object can be used as an array INDIRECT 0 August 31, 2015 is-binary-path • 2.1.0 Check if a file path is a binary file INDIRECT 1 April 19, 2019 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 December 21, 2024 is-docker • 2.2.1 Check if the process is running inside a Docker container INDIRECT 0 April 9, 2021 is-extglob • 2.1.1 Returns true if a string has an extglob. INDIRECT 0 December 11, 2016 is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 March 18, 2019 is-glob • 4.0.3 Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet INDIRECT 1 September 29, 2021 is-interactive • 1.0.0 Check if stdout or stderr is interactive INDIRECT 0 July 21, 2019 is-lower-case • 2.0.2 Returns `true` if the string is lower case only INDIRECT 1 December 2, 2020 is-number • 7.0.0 Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc. INDIRECT 0 July 4, 2018 is-obj • 2.0.0 Check if a value is an object INDIRECT 0 April 19, 2019 is-plain-object • 2.0.4 Returns true if an object was created by the `Object` constructor. INDIRECT 1 July 11, 2017 is-relative • 1.0.0 Returns `true` if the path appears to be relative. INDIRECT 2 July 13, 2017 is-unc-path • 1.0.0 Returns true if a filepath is a windows UNC file path. INDIRECT 1 July 13, 2017 is-unicode-supported • 0.1.0 Detect whether the terminal supports Unicode INDIRECT 0 March 17, 2021 is-upper-case • 2.0.2 Returns `true` if the string is upper case only. INDIRECT 1 December 2, 2020 is-windows • 1.0.2 Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc. INDIRECT 0 February 14, 2018 is-wsl • 2.2.0 Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) INDIRECT 1 May 3, 2020 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 December 10, 2015 isbinaryfile • 5.0.4 Detects if a file is binary in Node.js. Similar to Perl's -B. INDIRECT 0 October 23, 2024 isobject • 3.0.1 Returns true if the value is an object and not an array or null. INDIRECT 0 June 30, 2017 isomorphic-ws • 5.0.0 Isomorphic implementation of WebSocket INDIRECT 0 June 27, 2022 jiti • 1.21.7 Runtime typescript and ESM support for Node.js INDIRECT 0 December 17, 2024 jiti • 2.4.2 Runtime typescript and ESM support for Node.js INDIRECT 0 December 17, 2024 jose • 5.9.6 JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes INDIRECT 0 October 20, 2024 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 January 28, 2018 js-yaml • 4.1.0 YAML 1.2 parser and serializer INDIRECT 1 April 14, 2021 jsesc • 3.1.0 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 December 11, 2024 json-parse-even-better-errors • 2.3.1 JSON.parse with context information on error INDIRECT 0 September 2, 2020 json-schema-traverse • 1.0.0 Traverse JSON Schema passing each schema object to callback INDIRECT 0 December 13, 2020 json5 • 2.2.3 JSON for Humans INDIRECT 0 December 31, 2022 jsonfile • 6.1.0 Easily read/write JSON files. INDIRECT 2 October 31, 2020 kind-of • 6.0.3 Get the native type of a value. INDIRECT 0 January 16, 2020 kolorist • 1.8.0 A tiny utility to colorize stdin/stdout INDIRECT 0 April 22, 2023 lazystream • 1.0.1 Open Node Streams on demand. INDIRECT 8 October 23, 2021 lines-and-columns • 1.2.4 Maps lines and columns to character offsets and back. INDIRECT 0 November 21, 2021 listr2 • 4.0.5 Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive. INDIRECT 31 March 9, 2022 lodash.defaults • 4.2.0 The lodash method `_.defaults` exported as a module. INDIRECT 0 August 13, 2016 lodash.difference • 4.5.0 The lodash method `_.difference` exported as a module. INDIRECT 0 August 13, 2016 lodash.flatten • 4.4.0 The lodash method `_.flatten` exported as a module. INDIRECT 0 August 13, 2016 lodash.isplainobject • 4.0.6 The lodash method `_.isPlainObject` exported as a module. INDIRECT 0 August 13, 2016 lodash.sortby • 4.7.0 The lodash method `_.sortBy` exported as a module. INDIRECT 0 August 13, 2016 lodash.truncate • 4.4.2 The lodash method `_.truncate` exported as a module. INDIRECT 0 August 13, 2016 lodash.union • 4.6.0 The lodash method `_.union` exported as a module. INDIRECT 0 August 13, 2016 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 February 20, 2021 log-symbols • 4.1.0 Colored symbols for various log levels. Example: `✔︎ Success` INDIRECT 7 March 17, 2021 log-update • 4.0.0 Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc. INDIRECT 18 February 20, 2020 loose-envify • 1.4.0 Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST INDIRECT 1 July 10, 2018 lower-case-first • 2.0.2 Transforms the string with only the first character in lower case INDIRECT 1 December 2, 2020 lower-case • 2.0.2 Transforms the string to lower case INDIRECT 1 December 2, 2020 map-cache • 0.2.2 Basic cache object for storing key-value pairs. INDIRECT 0 May 10, 2016 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 December 19, 2024 media-typer • 0.3.0 Simple RFC 6838 media type parser and formatter INDIRECT 0 September 8, 2014 merge-descriptors • 1.0.3 Merge objects using descriptors INDIRECT 0 November 16, 2023 merge2 • 1.4.1 Merge multiple streams into one stream in sequence or parallel. INDIRECT 0 June 3, 2020 meros • 1.3.0 A fast 642B utility that makes reading multipart responses simple INDIRECT 0 May 26, 2023 methods • 1.1.2 HTTP methods that node supports INDIRECT 0 January 18, 2016 micromatch • 4.0.8 Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch. INDIRECT 5 August 23, 2024 mime-db • 1.52.0 Media Type Database INDIRECT 0 February 21, 2022 mime-db • 1.53.0 Media Type Database INDIRECT 0 July 12, 2024 mime-types • 2.1.35 The ultimate javascript content-type utility. INDIRECT 1 March 12, 2022 mime • 1.6.0 A comprehensive library for mime-type mapping INDIRECT 0 November 25, 2017 mimic-fn • 2.1.0 Make a function mimic another one INDIRECT 0 March 31, 2019 minimist • 1.2.8 parse argument options INDIRECT 0 February 9, 2023 ms • 2.0.0 Tiny milisecond conversion utility INDIRECT 0 May 16, 2017 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 December 8, 2020 nanoid • 3.3.8 A tiny (116 bytes), secure URL-friendly unique string ID generator INDIRECT 0 November 26, 2024 negotiator • 0.6.3 HTTP content negotiation INDIRECT 0 January 23, 2022 negotiator • 0.6.4 HTTP content negotiation INDIRECT 0 October 19, 2024 no-case • 3.0.4 Transform into a lower cased string with spaces between words INDIRECT 2 December 2, 2020 node-addon-api • 7.1.1 Node.js API (Node-API) INDIRECT 0 July 12, 2024 node-domexception • 1.0.0 An implementation of the DOMException class from NodeJS INDIRECT 0 May 27, 2021 node-fetch • 2.7.0 A light-weight module that brings window.fetch to node.js INDIRECT 3 August 23, 2023 node-fetch • 3.3.2 A light-weight module that brings Fetch API to node.js INDIRECT 5 July 25, 2023 node-int64 • 0.4.0 Support for representing 64-bit integers in JavaScript INDIRECT 0 April 4, 2015 node-releases • 2.0.19 Node.js releases data INDIRECT 0 December 10, 2024 normalize-path • 2.1.1 Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled. INDIRECT 1 March 29, 2017 normalize-path • 3.0.0 Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled. INDIRECT 0 April 19, 2018 nullthrows • 1.1.1 flow typed nullthrows INDIRECT 0 December 10, 2018 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 January 16, 2017 object-inspect • 1.13.3 string representations of objects in node and the browser INDIRECT 0 November 9, 2024 on-finished • 2.4.1 Execute a callback when a request closes, finishes, or errors INDIRECT 1 February 22, 2022 on-headers • 1.0.2 Execute a listener when a response is about to write headers INDIRECT 0 February 22, 2019 onetime • 5.1.2 Ensure a function is only called once INDIRECT 1 August 9, 2020 open • 8.4.2 Open stuff like URLs, files, executables. Cross-platform. INDIRECT 3 February 20, 2023 optimism • 0.18.1 Composable reactive caching with efficient invalidation. INDIRECT 4 November 20, 2024 ora • 5.4.1 Elegant terminal spinner INDIRECT 29 June 8, 2021 os-tmpdir • 1.0.2 Node.js os.tmpdir() ponyfill INDIRECT 0 September 30, 2016 p-limit • 3.1.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 November 25, 2020 p-map • 4.0.0 Map over promises concurrently INDIRECT 3 March 5, 2020 param-case • 3.0.4 Transform into a lower cased string with dashes between words INDIRECT 4 December 2, 2020 parent-module • 1.0.1 Get the path of the parent module INDIRECT 1 March 28, 2019 parse-filepath • 1.0.2 Pollyfill for node.js `path.parse`, parses a filepath into an object. INDIRECT 8 December 19, 2017 parse-json • 5.2.0 Parse JSON with more helpful errors INDIRECT 8 January 18, 2021 parseurl • 1.3.3 parse a url with memoization INDIRECT 0 April 16, 2019 pascal-case • 3.1.2 Transform into a string of capitalized words without separators INDIRECT 3 December 2, 2020 path-case • 3.0.4 Transform into a lower case string with slashes between words INDIRECT 4 December 2, 2020 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 September 30, 2016 path-key • 3.1.1 Get the PATH environment variable key cross-platform INDIRECT 0 November 22, 2019 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 May 25, 2021 path-root-regex • 0.1.2 Regular expression for getting the root of a posix or windows filepath. INDIRECT 0 March 29, 2016 path-root • 0.1.1 Get the root of a posix or windows filepath. INDIRECT 1 March 29, 2016 path-to-regexp • 0.1.12 Express style path to RegExp utility INDIRECT 0 December 5, 2024 path-type • 4.0.0 Check if a path is a file, directory, or symlink INDIRECT 0 March 12, 2019 picomatch • 2.3.1 Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. INDIRECT 0 January 2, 2022 picomatch • 4.0.2 Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. INDIRECT 0 March 28, 2024 postcss • 8.5.1 Tool for transforming styles with JS plugins INDIRECT 3 January 14, 2025 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 June 19, 2019 promise • 7.3.1 Bare bones Promises/A+ implementation INDIRECT 1 June 19, 2017 prop-types • 15.8.1 Runtime type checking for React props and similar objects. INDIRECT 4 January 5, 2022 proxy-addr • 2.0.7 Determine address of proxied request INDIRECT 2 June 1, 2021 queue-microtask • 1.2.3 fast, tiny `queueMicrotask` shim for modern engines INDIRECT 0 March 22, 2021 randombytes • 2.1.0 random bytes from browserify stand alone INDIRECT 1 February 19, 2019 range-parser • 1.2.1 Range header field string parser INDIRECT 0 May 11, 2019 raw-body • 2.5.2 Get and validate the raw body of a readable stream. INDIRECT 10 February 21, 2023 react-is • 16.13.1 Brand checking of React Elements. INDIRECT 0 March 19, 2020 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 February 23, 2023 readable-stream • 3.6.2 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 March 10, 2023 readdirp • 3.6.0 Recursive version of fs.readdir with streaming API. INDIRECT 1 March 14, 2021 readdirp • 4.1.1 Recursive version of fs.readdir with small RAM & CPU footprint. INDIRECT 0 January 11, 2025 regenerator-runtime • 0.14.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 December 15, 2023 register-service-worker • 1.7.2 Script for registering service worker, with hooks INDIRECT 0 December 10, 2020 rehackt • 0.1.0 A wrapper around React that will hide hooks from the React Server Component compiler INDIRECT 0 April 23, 2024 relateurl • 0.2.7 Minify URLs by converting them from absolute to relative. INDIRECT 0 July 14, 2016 relay-runtime • 12.0.0 A core runtime for building GraphQL-driven applications. INDIRECT 17 September 1, 2021 remove-trailing-spaces • 1.0.8 Remove the trailing spaces from a string. INDIRECT 0 August 9, 2020 require-directory • 2.1.1 Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules. INDIRECT 0 May 28, 2015 require-from-string • 2.0.2 Require module from string INDIRECT 0 April 9, 2018 resolve-from • 4.0.0 Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0 September 23, 2017 resolve-from • 5.0.0 Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0 April 15, 2019 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 December 19, 2024 response-iterator • 0.2.16 Creates an async iterator for a variety of inputs in the browser and node. Supports fetch, node-fetch, and cross-fetch INDIRECT 8 January 15, 2025 restore-cursor • 3.1.0 Gracefully restore the CLI cursor on exit INDIRECT 3 April 26, 2019 reusify • 1.0.4 Reuse objects and functions with style INDIRECT 0 January 26, 2018 rfdc • 1.4.1 Really Fast Deep Clone INDIRECT 0 June 12, 2024 rollup-plugin-visualizer • 5.14.0 [![NPM Version](https://img.shields.io/npm/v/rollup-plugin-visualizer.svg)](https://npmjs.org/package/rollup-plugin-visualizer) [![Node.js CI](https://github.com/btd/rollup-plugin-visualizer/actions/workflows/node.js.yml/badge.svg)](https://github.com/btd INDIRECT 22 January 6, 2025 rollup • 2.77.3 Next-generation ES module bundler INDIRECT 1 August 11, 2022 run-async • 2.4.1 Utility method to run function either synchronously or asynchronously using the common `this.async()` style. INDIRECT 0 April 27, 2020 run-parallel • 1.2.0 Run an array of functions in parallel INDIRECT 1 February 10, 2021 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 April 25, 2018 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 May 10, 2020 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 April 8, 2018 sass • 1.83.4 A pure JavaScript implementation of Sass. INDIRECT 28 January 14, 2025 scuid • 1.1.0 Collision-resistant IDs optimized for horizontal scaling and performance INDIRECT 0 February 4, 2018 send • 0.19.0 Better streaming static file server with Range and conditional-GET support INDIRECT 18 September 10, 2024 sentence-case • 3.0.4 Transform into a lower case with spaces between words, then capitalize the string INDIRECT 4 December 2, 2020 serve-static • 1.16.2 Serve static files INDIRECT 21 September 11, 2024 setimmediate • 1.0.5 A shim for the setImmediate efficient script yielding API INDIRECT 0 September 12, 2016 shallow-clone • 3.0.1 Creates a shallow clone of any JavaScript value. INDIRECT 1 April 16, 2019 shebang-command • 2.0.0 Get the command from a shebang INDIRECT 1 September 6, 2019 shebang-regex • 3.0.0 Regular expression for matching a shebang line INDIRECT 0 April 27, 2019 shell-quote • 1.8.2 quote and parse shell commands INDIRECT 0 November 27, 2024 side-channel-list • 1.0.0 Store information about any JS value in a side channel, using a linked list INDIRECT 2 December 10, 2024 side-channel-map • 1.0.1 Store information about any JS value in a side channel, using a Map INDIRECT 14 December 11, 2024 side-channel-weakmap • 1.0.2 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 15 December 11, 2024 side-channel • 1.1.0 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 17 December 11, 2024 slash • 3.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 April 28, 2019 slice-ansi • 3.0.0 Slice a string with ANSI escape codes INDIRECT 5 September 17, 2019 slice-ansi • 4.0.0 Slice a string with ANSI escape codes INDIRECT 5 February 16, 2020 snake-case • 3.0.4 Transform into a lower case string with underscores between words INDIRECT 4 December 2, 2020 source-map-support • 0.5.21 Fixes stack traces for files with source maps INDIRECT 2 November 19, 2021 sponge-case • 1.0.1 Transform into a string with random capitalization applied INDIRECT 1 December 1, 2020 stack-trace • 1.0.0-pre2 Get v8 stack traces as an array of CallSite objects. INDIRECT 0 February 9, 2023 statuses • 2.0.1 HTTP status utility INDIRECT 0 January 3, 2021 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 March 30, 2018 string-env-interpolation • 1.0.1 Use Environment Variables in String INDIRECT 0 June 2, 2020 string-width • 4.2.3 Get the visual width of a string - the number of columns required to display it INDIRECT 4 September 23, 2021 strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 September 23, 2021 supports-color • 7.2.0 Detect whether a terminal supports color INDIRECT 1 August 28, 2020 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 January 3, 2022 swap-case • 2.0.2 Transform a string by swapping every character from upper to lower case, or lower to upper case INDIRECT 1 December 2, 2020 symbol-observable • 4.0.0 Symbol.observable ponyfill INDIRECT 0 April 15, 2021 sync-fetch • 0.6.0-2 Synchronous version of the Fetch API INDIRECT 8 November 20, 2024 tar-stream • 2.2.0 tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system. INDIRECT 13 December 29, 2020 through • 2.3.8 simplified stream construction INDIRECT 0 July 3, 2015 timeout-signal • 2.0.0 Create an AbortSignal that aborts after a delay INDIRECT 0 November 12, 2022 title-case • 3.0.3 Transform a string into title case following English rules INDIRECT 1 December 2, 2020 tmp • 0.0.33 Temporary file and directory creator INDIRECT 1 August 12, 2017 to-regex-range • 5.0.1 Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. INDIRECT 1 April 7, 2019 toidentifier • 1.0.1 Convert a string of words to a JavaScript identifier INDIRECT 0 November 14, 2021 tr46 • 0.0.3 An implementation of the Unicode TR46 spec INDIRECT 0 January 20, 2016 ts-invariant • 0.10.3 TypeScript implementation of invariant(condition, message) INDIRECT 1 May 13, 2022 ts-log • 2.2.7 Abstract logger TypeScript interface with a dummy logger that does nothing, useful for libraries. INDIRECT 0 October 1, 2024 type-is • 1.6.18 Infer the content-type of a request. INDIRECT 3 April 26, 2019 ua-parser-js • 1.0.40 Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment INDIRECT 0 December 21, 2024 unc-path-regex • 0.1.2 Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property. INDIRECT 0 April 10, 2016 undici-types • 6.20.0 A stand-alone types package for Undici INDIRECT 0 October 9, 2024 universalify • 2.0.1 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 November 1, 2023 unixify • 1.0.0 Convert Windows file paths to unix paths. INDIRECT 2 April 15, 2017 unpipe • 1.0.0 Unpipe a stream from all destinations INDIRECT 0 June 14, 2015 update-browserslist-db • 1.1.2 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 January 8, 2025 upper-case-first • 2.0.2 Transforms the string with the first character in upper cased INDIRECT 1 December 2, 2020 upper-case • 2.0.2 Transforms the string to upper case INDIRECT 1 December 1, 2020 urlpattern-polyfill • 10.0.0 Polyfill for the URLPattern API INDIRECT 0 January 23, 2024 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 October 7, 2015 utils-merge • 1.0.1 merge() utility function INDIRECT 0 September 20, 2017 value-or-promise • 1.0.12 A thenable to streamline a possibly sync / possibly async workflow. INDIRECT 0 January 3, 2023 vary • 1.1.2 Manipulate the HTTP Vary header INDIRECT 0 September 24, 2017 vite • 2.9.18 Native-ESM powered web dev build tool INDIRECT 33 March 24, 2024 vue-i18n • 9.14.2 Internationalization plugin for Vue.js DIRECT 5 November 28, 2024 vue-router • 4.5.0 DIRECT 1 November 25, 2024 wcwidth • 1.0.1 Port of C's wcwidth() and wcswidth() INDIRECT 2 May 30, 2016 web-streams-polyfill • 3.3.3 Web Streams, based on the WHATWG spec reference implementation INDIRECT 0 February 16, 2024 webpack-merge • 5.10.0 Variant of merge that's useful for webpack configuration INDIRECT 7 October 16, 2023 whatwg-mimetype • 4.0.0 Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard INDIRECT 0 November 11, 2023 whatwg-url • 5.0.0 An implementation of the WHATWG URL Standard's URL API and parsing machinery INDIRECT 2 May 26, 2017 wildcard • 2.0.1 Wildcard matching tools INDIRECT 0 April 24, 2023 wrap-ansi • 6.2.0 Wordwrap a string with ANSI escape codes INDIRECT 8 November 11, 2019 wrap-ansi • 7.0.0 Wordwrap a string with ANSI escape codes INDIRECT 8 April 22, 2020 ws • 8.18.0 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js INDIRECT 0 July 3, 2024 yargs • 17.7.2 yargs the modern, pirate-themed, successor to optimist. INDIRECT 15 April 27, 2023 yocto-queue • 0.1.0 Tiny queue data structure INDIRECT 0 November 24, 2020 zen-observable-ts • 1.2.5 Thin wrapper around zen-observable and @types/zen-observable, to support ESM exports as well as CommonJS exports INDIRECT 1 May 13, 2022 zen-observable • 0.8.15 An Implementation of ES Observables INDIRECT 0 November 19, 2019 zip-stream • 4.1.1 a streaming zip archive generator. INDIRECT 32 September 2, 2023