@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-create-regexp-features-plugin • 7.26.3 Compile ESNext Regular Expressions to ES5 INDIRECT 15 December 4, 2024 @babel/helper-define-polyfill-provider • 0.6.3 Babel helper to create your own polyfill provider INDIRECT 23 November 11, 2024 @babel/helper-environment-visitor • 7.24.7 Helper visitor to only visit nodes in the current 'this' context INDIRECT 3 June 5, 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-remap-async-to-generator • 7.25.9 Helper function to remap async functions to generators INDIRECT 21 October 22, 2024 @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/helper-wrap-function • 7.25.9 Helper to wrap functions inside a function call. INDIRECT 19 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-async-generator-functions • 7.20.7 Turn async generator functions into ES2015 generators INDIRECT 25 December 22, 2022 @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-export-default-from • 7.25.9 Compile export default to ES2015 INDIRECT 1 October 22, 2024 @babel/plugin-proposal-nullish-coalescing-operator • 7.18.6 Remove nullish coalescing operator INDIRECT 2 June 27, 2022 @babel/plugin-proposal-numeric-separator • 7.18.6 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 2 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-proposal-optional-catch-binding • 7.18.6 Compile optional catch bindings INDIRECT 2 June 27, 2022 @babel/plugin-proposal-optional-chaining • 7.21.0 Transform optional chaining operators into a series of nil checks INDIRECT 22 February 20, 2023 @babel/plugin-syntax-async-generators • 7.8.4 Allow parsing of async generator functions INDIRECT 1 January 13, 2020 @babel/plugin-syntax-class-properties • 7.12.13 Allow parsing of class properties INDIRECT 1 February 3, 2021 @babel/plugin-syntax-dynamic-import • 7.8.3 Allow parsing of import() INDIRECT 1 January 13, 2020 @babel/plugin-syntax-export-default-from • 7.25.9 Allow parsing of export default from INDIRECT 1 October 22, 2024 @babel/plugin-syntax-flow • 7.26.0 Allow parsing of the flow syntax INDIRECT 1 October 25, 2024 @babel/plugin-syntax-jsx • 7.25.9 Allow parsing of jsx INDIRECT 1 October 22, 2024 @babel/plugin-syntax-nullish-coalescing-operator • 7.8.3 Allow parsing of the nullish-coalescing operator INDIRECT 1 January 13, 2020 @babel/plugin-syntax-numeric-separator • 7.10.4 Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator INDIRECT 1 June 30, 2020 @babel/plugin-syntax-object-rest-spread • 7.8.3 Allow parsing of object rest/spread INDIRECT 1 January 13, 2020 @babel/plugin-syntax-optional-catch-binding • 7.8.3 Allow parsing of optional catch bindings INDIRECT 1 January 13, 2020 @babel/plugin-syntax-optional-chaining • 7.8.3 Allow parsing of optional properties INDIRECT 1 January 13, 2020 @babel/plugin-syntax-typescript • 7.25.9 Allow parsing of TypeScript syntax INDIRECT 1 October 22, 2024 @babel/plugin-transform-arrow-functions • 7.25.9 Compile ES2015 arrow functions to ES5 INDIRECT 1 October 22, 2024 @babel/plugin-transform-async-to-generator • 7.25.9 Turn async functions into ES2015 generators INDIRECT 24 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-named-capturing-groups-regex • 7.25.9 Compile regular expressions using named groups to ES5. INDIRECT 17 October 22, 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-self • 7.25.9 Add a __self prop to all JSX Elements INDIRECT 1 October 22, 2024 @babel/plugin-transform-react-jsx-source • 7.25.9 Add a __source prop to all JSX Elements 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-runtime • 7.25.9 Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals INDIRECT 45 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-sticky-regex • 7.25.9 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1 October 22, 2024 @babel/plugin-transform-template-literals • 7.25.9 Compile ES2015 template literals to ES5 INDIRECT 1 October 22, 2024 @babel/plugin-transform-typescript • 7.26.5 Transform TypeScript into ES.next INDIRECT 28 January 10, 2025 @babel/plugin-transform-unicode-regex • 7.25.9 Compile ES2015 Unicode regex to ES5 INDIRECT 17 October 22, 2024 @babel/preset-flow • 7.25.9 Babel preset for all Flow plugins. INDIRECT 4 October 22, 2024 @babel/preset-typescript • 7.26.0 Babel preset for TypeScript. INDIRECT 34 October 25, 2024 @babel/register • 7.25.9 babel require hook INDIRECT 21 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 @jest/create-cache-key-function • 29.7.0 This module creates a function which is used for generating cache keys used by code transformers in Jest. INDIRECT 16 September 12, 2023 @jest/environment • 29.7.0 INDIRECT 42 September 12, 2023 @jest/fake-timers • 29.7.0 INDIRECT 41 September 12, 2023 @jest/schemas • 29.6.3 Experimental and currently incomplete module for JSON schemas for [Jest's](https://jestjs.io/) configuration. INDIRECT 1 August 21, 2023 @jest/types • 26.6.2 INDIRECT 13 November 2, 2020 @jest/types • 27.5.1 INDIRECT 13 February 8, 2022 @jest/types • 29.6.3 This package contains shared types of Jest's packages. INDIRECT 15 August 21, 2023 @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 @react-native-community/cli-clean • 11.3.6 This package is part of the [React Native CLI](../../README.md). It contains commands for cleaning the build artifacts. INDIRECT 63 July 11, 2023 @react-native-community/cli-config • 11.3.6 This package is part of the [React Native CLI](../../README.md). It contains commands for managing the configuration of React Native app. INDIRECT 79 July 11, 2023 @react-native-community/cli-debugger-ui • 11.3.6 INDIRECT 22 July 11, 2023 @react-native-community/cli-doctor • 11.3.6 This package is part of the [React Native CLI](../../README.md). It contains commands for diagnosing and fixing common Node.js, iOS, Android & React Native issues. INDIRECT 140 July 11, 2023 @react-native-community/cli-hermes • 11.3.6 This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Hermes engine. INDIRECT 106 July 11, 2023 @react-native-community/cli-platform-android • 11.3.6 This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Android part of React Native app. INDIRECT 102 July 11, 2023 @react-native-community/cli-platform-ios • 11.3.6 This package is part of the [React Native CLI](../../README.md). It contains commands for managing iOS part of React Native app. INDIRECT 72 July 11, 2023 @react-native-community/cli-plugin-metro • 11.3.6 This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Metro bundler. INDIRECT 364 July 11, 2023 @react-native-community/cli-server-api • 11.3.6 INDIRECT 99 July 11, 2023 @react-native-community/cli-tools • 11.3.6 INDIRECT 46 July 11, 2023 @react-native-community/cli-types • 11.3.6 INDIRECT 6 July 11, 2023 @react-native-community/cli • 11.3.6 React Native CLI INDIRECT 423 July 11, 2023 @react-native/assets-registry • 0.72.0 Asset support code for React Native. INDIRECT 0 December 9, 2022 @react-native/codegen • 0.72.8 ⚛️ Code generation tools for React Native INDIRECT 124 December 19, 2023 @react-native/gradle-plugin • 0.72.11 ⚛️ Gradle Plugin for React Native INDIRECT 0 June 28, 2023 @react-native/js-polyfills • 0.72.1 Polyfills for React Native. INDIRECT 0 February 17, 2023 @react-native/normalize-colors • 0.72.0 Color normalization for React Native. INDIRECT 0 December 9, 2022 @react-native/virtualized-lists • 0.72.8 Virtualized lists for React Native. INDIRECT 4 August 11, 2023 @sinclair/typebox • 0.27.8 JSONSchema Type Builder with Static Type Resolution for TypeScript INDIRECT 0 April 15, 2023 @types/istanbul-lib-coverage • 2.0.6 TypeScript definitions for istanbul-lib-coverage INDIRECT 0 November 7, 2023 @types/istanbul-lib-report • 3.0.3 TypeScript definitions for istanbul-lib-report INDIRECT 1 November 7, 2023 @types/istanbul-reports • 3.0.4 TypeScript definitions for istanbul-reports INDIRECT 2 November 7, 2023 @types/node • 22.10.7 TypeScript definitions for node INDIRECT 1 January 16, 2025 @types/stack-utils • 2.0.3 TypeScript definitions for stack-utils INDIRECT 0 November 7, 2023 @types/yargs-parser • 21.0.3 TypeScript definitions for yargs-parser INDIRECT 0 November 7, 2023 @types/yargs • 15.0.19 TypeScript definitions for yargs INDIRECT 1 November 21, 2023 @types/yargs • 16.0.9 TypeScript definitions for yargs INDIRECT 1 November 21, 2023 @types/yargs • 17.0.33 TypeScript definitions for yargs INDIRECT 1 August 6, 2024 abort-controller • 3.0.0 An implementation of WHATWG AbortController interface. INDIRECT 1 March 30, 2019 accepts • 1.3.8 Higher-level content negotiation INDIRECT 3 February 2, 2022 acorn • 8.14.0 ECMAScript parser INDIRECT 0 October 27, 2024 anser • 1.4.10 A low level parser for ANSI sequences. INDIRECT 0 August 9, 2020 ansi-fragments • 0.2.1 A tiny library with builders to help making logs/CLI pretty with a nice DX. INDIRECT 9 April 7, 2019 ansi-regex • 4.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 March 12, 2022 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 September 14, 2021 ansi-styles • 3.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 2 March 2, 2018 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 October 4, 2020 ansi-styles • 5.2.0 ANSI escape codes for styling strings in the terminal INDIRECT 0 March 31, 2021 appdirsjs • 1.2.7 OS-dependent application paths for cache, data and config directories INDIRECT 0 July 8, 2022 argparse • 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 February 15, 2018 asap • 2.0.6 High-priority task queue for Node.js and browsers INDIRECT 0 July 10, 2017 ast-types • 0.15.2 Esprima-compatible implementation of the Mozilla JS Parser API INDIRECT 1 December 2, 2021 astral-regex • 1.0.0 Regular expression for matching astral symbols INDIRECT 0 July 21, 2017 async-limiter • 1.0.1 asynchronous function queue with adjustable concurrency INDIRECT 0 August 2, 2019 async • 3.2.6 Higher-order functions and common patterns for asynchronous code INDIRECT 0 August 19, 2024 babel-core • 7.0.0-bridge.0 A placeholder package that bridges babel-core to @babel/core. INDIRECT 0 November 13, 2017 babel-plugin-polyfill-corejs2 • 0.4.12 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 24 November 11, 2024 babel-plugin-polyfill-corejs3 • 0.10.6 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 25 August 4, 2024 babel-plugin-polyfill-regenerator • 0.6.3 A Babel plugin to inject imports to regenerator-runtime INDIRECT 24 November 11, 2024 babel-plugin-syntax-trailing-function-commas • 7.0.0-beta.0 Compile trailing function commas to ES5 INDIRECT 0 September 12, 2017 babel-plugin-transform-flow-enums • 0.0.2 Babel transform for Flow Enums. INDIRECT 2 September 13, 2021 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 bl • 4.1.0 Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! INDIRECT 8 February 9, 2021 brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 February 10, 2018 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-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 caller-callsite • 2.0.0 Get the callsite of the caller function INDIRECT 1 August 28, 2016 caller-path • 2.0.0 Get the path of the caller function INDIRECT 2 August 28, 2016 callsites • 2.0.0 Get callsites from the V8 stack trace API INDIRECT 0 August 28, 2016 camelcase • 5.3.1 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 April 3, 2019 camelcase • 6.3.0 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 January 1, 2022 chalk • 4.1.2 Terminal string styling done right INDIRECT 5 July 30, 2021 ci-info • 2.0.0 Get details about the current Continuous Integration environment INDIRECT 0 December 5, 2018 ci-info • 3.9.0 Get details about the current Continuous Integration environment INDIRECT 0 October 4, 2023 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 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 • 1.9.3 Plain color conversion functions INDIRECT 1 August 28, 2018 color-convert • 2.0.1 Plain color conversion functions INDIRECT 1 August 19, 2019 color-name • 1.1.3 A list of color names and its values INDIRECT 0 July 15, 2017 color-name • 1.1.4 A list of color names and its values INDIRECT 0 September 21, 2018 colorette • 1.4.0 Easily set the text color and style in the terminal. INDIRECT 0 September 7, 2021 command-exists • 1.2.9 check whether a command line command exists in the current environment INDIRECT 0 April 15, 2020 commander • 2.13.0 the complete solution for node.js command-line programs INDIRECT 0 January 11, 2018 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 October 11, 2019 commander • 9.5.0 the complete solution for node.js command-line programs INDIRECT 0 January 7, 2023 commondir • 1.0.1 compute the closest common parent for file paths INDIRECT 0 March 14, 2015 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 connect • 3.7.0 High performance middleware framework INDIRECT 11 May 18, 2019 convert-source-map • 2.0.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 October 17, 2022 core-js-compat • 3.40.0 core-js compat INDIRECT 7 January 7, 2025 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 August 31, 2021 cosmiconfig • 5.2.1 Find and load configuration from a package.json property, rc file, or CommonJS module INDIRECT 14 May 15, 2019 cross-spawn • 7.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 November 18, 2024 dayjs • 1.11.13 2KB immutable date time library alternative to Moment.js with the same modern API INDIRECT 0 August 20, 2024 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 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 March 5, 2016 deepmerge • 4.3.1 A library for deep (recursive) merging of Javascript objects INDIRECT 0 March 16, 2023 defaults • 1.0.4 merge single level defaults over a config object INDIRECT 1 October 10, 2022 denodeify • 1.2.1 Tool to turn functions with Node-style callback APIs into functions that return Promises INDIRECT 0 February 14, 2015 depd • 2.0.0 Deprecate all the things INDIRECT 0 October 26, 2018 deprecated-react-native-prop-types • 4.1.0 Deprecated prop-types from React Native. INDIRECT 7 April 19, 2023 destroy • 1.2.0 destroy a stream if possible INDIRECT 0 March 20, 2022 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 envinfo • 7.14.0 Info about your dev environment for debugging purposes INDIRECT 0 September 13, 2024 error-ex • 1.3.2 Easy error subclassing and stack customization INDIRECT 1 June 19, 2018 error-stack-parser • 2.1.4 Extract meaning from JS Errors INDIRECT 1 June 6, 2022 errorhandler • 1.5.1 Development-only error handler middleware INDIRECT 5 May 9, 2019 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 • 2.0.0 Escape RegExp special characters INDIRECT 0 April 17, 2019 etag • 1.8.1 Create simple HTTP ETags INDIRECT 0 September 13, 2017 event-target-shim • 5.0.1 An implementation of WHATWG EventTarget interface. INDIRECT 0 February 19, 2019 execa • 5.1.1 Process execution for humans INDIRECT 15 June 4, 2021 fast-xml-parser • 4.5.1 Validate XML, Parse XML, Build XML without C/C++ based libraries INDIRECT 1 December 15, 2024 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.1.2 Node.js final http responder INDIRECT 9 May 10, 2019 find-cache-dir • 2.1.0 Finds the common standard cache directory INDIRECT 11 March 12, 2019 find-up • 3.0.0 Find a file or directory by walking up parent directories INDIRECT 5 June 18, 2018 find-up • 4.1.0 Find a file or directory by walking up parent directories INDIRECT 5 June 17, 2019 find-up • 5.0.0 Find a file or directory by walking up parent directories INDIRECT 5 August 11, 2020 flow-enums-runtime • 0.0.5 Runtime to be use with the Flow Enums transform. INDIRECT 0 August 24, 2021 flow-parser • 0.206.0 JavaScript parser written in OCaml. Produces ESTree AST INDIRECT 0 May 10, 2023 fresh • 0.5.2 HTTP response freshness testing INDIRECT 0 September 14, 2017 fs-extra • 8.1.0 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 June 28, 2019 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-stream • 6.0.1 Get a stream as a string, buffer, or array INDIRECT 0 April 15, 2021 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 April 30, 2019 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 April 6, 2019 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 March 10, 2024 hermes-estree • 0.12.0 Flow types for the Flow-ESTree spec produced by the hermes parser INDIRECT 0 May 26, 2023 hermes-parser • 0.12.0 A JavaScript parser built from the Hermes engine INDIRECT 1 May 26, 2023 hermes-profile-transformer • 0.0.6 <p align="center"> <img alt="npm" src="https://img.shields.io/npm/v/hermes-profile-transformer"> <img alt="node-current" src="https://img.shields.io/node/v/hermes-profile-transformer"> <img alt="npm bundle size" src="https://img.shields.io/bundlephobia/mi INDIRECT 1 August 14, 2020 http-errors • 2.0.0 Create HTTP error objects INDIRECT 5 December 18, 2021 image-size • 1.2.0 get dimensions of any image file INDIRECT 2 December 22, 2024 import-fresh • 2.0.0 Import a module while bypassing the cache INDIRECT 4 May 21, 2017 imurmurhash • 0.1.4 An incremental implementation of MurmurHash3 INDIRECT 0 August 24, 2013 invariant • 2.2.4 invariant INDIRECT 2 March 13, 2018 ip • 1.1.9 [![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip) INDIRECT 0 February 19, 2024 is-arrayish • 0.2.1 Determines if an object can be used as an array INDIRECT 0 August 31, 2015 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 December 21, 2024 is-directory • 0.3.1 Returns true if a filepath exists on the file system and it's directory. INDIRECT 0 May 21, 2016 is-fullwidth-code-point • 2.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 September 22, 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-interactive • 1.0.0 Check if stdout or stderr is interactive INDIRECT 0 July 21, 2019 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-plain-object • 2.0.4 Returns true if an object was created by the `Object` constructor. INDIRECT 1 July 11, 2017 is-stream • 2.0.1 Check if something is a Node.js stream INDIRECT 0 July 26, 2021 is-unicode-supported • 0.1.0 Detect whether the terminal supports Unicode INDIRECT 0 March 17, 2021 is-wsl • 1.1.0 Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) INDIRECT 0 April 17, 2017 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 December 10, 2015 isobject • 3.0.1 Returns true if the value is an object and not an array or null. INDIRECT 0 June 30, 2017 jest-environment-node • 29.7.0 INDIRECT 43 September 12, 2023 jest-get-type • 29.6.3 A utility function to get the type of a value INDIRECT 0 August 21, 2023 jest-message-util • 29.7.0 INDIRECT 34 September 12, 2023 jest-mock • 29.7.0 **Note:** More details on user side API can be found in [Jest documentation](https://jestjs.io/docs/mock-function-api). INDIRECT 20 September 12, 2023 jest-regex-util • 27.5.1 INDIRECT 0 February 8, 2022 jest-util • 27.5.1 INDIRECT 17 February 8, 2022 jest-util • 29.7.0 This packages is a collection of utilities and helper functions INDIRECT 19 September 12, 2023 jest-validate • 29.7.0 Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration. INDIRECT 22 September 12, 2023 jest-worker • 27.5.1 Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers. INDIRECT 5 February 8, 2022 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 January 28, 2018 js-yaml • 3.14.1 YAML 1.2 parser and serializer INDIRECT 3 December 7, 2020 jscodeshift • 0.14.0 A toolkit for JavaScript codemods INDIRECT 118 October 4, 2022 jsesc • 3.0.2 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 October 28, 2020 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-better-errors • 1.0.2 JSON.parse with context information on error INDIRECT 0 March 30, 2018 json5 • 2.2.3 JSON for Humans INDIRECT 0 December 31, 2022 jsonfile • 4.0.0 Easily read/write JSON files. INDIRECT 1 September 12, 2017 kind-of • 6.0.3 Get the native type of a value. INDIRECT 0 January 16, 2020 kleur • 3.0.3 The fastest Node.js library for formatting terminal text with ANSI colors~! INDIRECT 0 April 7, 2019 leven • 3.1.0 Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm INDIRECT 0 April 4, 2019 locate-path • 3.0.0 Get the first path that exists on disk of multiple paths INDIRECT 4 June 17, 2018 locate-path • 5.0.0 Get the first path that exists on disk of multiple paths INDIRECT 3 May 4, 2019 locate-path • 6.0.0 Get the first path that exists on disk of multiple paths INDIRECT 3 August 10, 2020 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 August 13, 2016 lodash.throttle • 4.1.1 The lodash method `_.throttle` exported as a module. INDIRECT 0 August 13, 2016 log-symbols • 4.1.0 Colored symbols for various log levels. Example: `✔︎ Success` INDIRECT 7 March 17, 2021 logkitty • 0.7.1 Display pretty Android and iOS logs without Android Studio or Console.app, with intuitive Command Line Interface. INDIRECT 37 April 7, 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 make-dir • 2.1.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 2 March 3, 2019 memoize-one • 5.2.1 A memoization library which only remembers the latest invocation INDIRECT 0 April 24, 2021 merge-stream • 2.0.0 Create a stream that emits events from multiple other streams INDIRECT 0 May 23, 2019 metro-babel-transformer • 0.76.7 🚇 Base Babel transformer for Metro. INDIRECT 42 June 21, 2023 metro-cache-key • 0.76.7 🚇 Cache key utility. INDIRECT 0 June 21, 2023 metro-cache • 0.76.7 🚇 Cache layers for Metro. INDIRECT 15 June 21, 2023 metro-config • 0.76.7 🚇 Config parser for Metro. INDIRECT 287 June 21, 2023 metro-core • 0.76.7 🚇 Metro's core package. INDIRECT 2 June 21, 2023 metro-file-map • 0.76.7 [Experimental] - 🚇 File crawling, watching and mapping for Metro INDIRECT 43 June 21, 2023 metro-inspector-proxy • 0.76.7 🚇 Inspector proxy for React Native and dev tools integration. INDIRECT 33 June 21, 2023 metro-minify-terser • 0.76.7 🚇 Minifier for Metro based on Terser. INDIRECT 12 June 21, 2023 metro-minify-uglify • 0.76.7 🚇 Minifier for Metro based on Uglify. INDIRECT 3 June 21, 2023 metro-react-native-babel-preset • 0.76.7 Babel preset for React Native applications INDIRECT 115 June 21, 2023 metro-react-native-babel-transformer • 0.76.7 Babel transformer for React Native applications. INDIRECT 128 June 21, 2023 metro-resolver • 0.76.7 🚇 Implementation of Metro's resolution logic. INDIRECT 0 June 21, 2023 metro-runtime • 0.76.7 🚇 Module required for evaluating Metro bundles. INDIRECT 3 June 21, 2023 metro-runtime • 0.76.8 🚇 Module required for evaluating Metro bundles. INDIRECT 3 August 7, 2023 metro-source-map • 0.76.7 🚇 Source map generator for Metro. INDIRECT 36 June 21, 2023 metro-source-map • 0.76.8 🚇 Source map generator for Metro. INDIRECT 36 August 7, 2023 metro-symbolicate • 0.76.7 🚇 A tool to find the source location from JS bundles and stack traces. INDIRECT 36 June 21, 2023 metro-symbolicate • 0.76.8 🚇 A tool to find the source location from JS bundles and stack traces. INDIRECT 36 August 7, 2023 metro-transform-plugins • 0.76.7 🚇 Transform plugins for Metro. INDIRECT 40 June 21, 2023 metro-transform-worker • 0.76.7 🚇 Transform worker for Metro. INDIRECT 287 June 21, 2023 metro • 0.76.7 🚇 The JavaScript bundler for React Native. INDIRECT 287 June 21, 2023 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 mime • 2.6.0 A comprehensive library for mime-type mapping INDIRECT 0 November 2, 2021 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 mkdirp • 0.5.6 Recursively mkdir, like `mkdir -p` INDIRECT 1 March 22, 2022 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 negotiator • 0.6.3 HTTP content negotiation INDIRECT 0 January 23, 2022 negotiator • 0.6.4 HTTP content negotiation INDIRECT 0 October 19, 2024 neo-async • 2.6.2 Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT 0 July 9, 2020 nocache • 3.0.4 Middleware to destroy caching INDIRECT 0 May 21, 2022 node-abort-controller • 3.1.1 AbortController for Node based on EventEmitter INDIRECT 0 January 26, 2023 node-dir • 0.1.17 asynchronous file and directory operations for Node.js INDIRECT 4 May 30, 2017 node-fetch • 2.7.0 A light-weight module that brings window.fetch to node.js INDIRECT 3 August 23, 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 node-stream-zip • 1.15.0 node.js library for reading and extraction of ZIP archives INDIRECT 0 September 7, 2021 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 npm-run-path • 4.0.1 Get your PATH prepended with locally installed binaries INDIRECT 1 December 22, 2019 nullthrows • 1.1.1 flow typed nullthrows INDIRECT 0 December 10, 2018 ob1 • 0.76.7 A small library for working with 0- and 1-based offsets in a type-checked way. INDIRECT 0 June 21, 2023 ob1 • 0.76.8 A small library for working with 0- and 1-based offsets in a type-checked way. INDIRECT 0 August 7, 2023 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 January 16, 2017 on-finished • 2.3.0 Execute a callback when a request closes, finishes, or errors INDIRECT 1 May 27, 2015 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 • 6.4.0 Open stuff like URLs, files, executables. Cross-platform. INDIRECT 1 June 29, 2019 ora • 5.4.1 Elegant terminal spinner INDIRECT 29 June 8, 2021 p-limit • 2.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 April 5, 2020 p-limit • 3.1.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 November 25, 2020 p-locate • 3.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 June 15, 2018 p-locate • 4.1.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 April 4, 2019 p-locate • 5.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 August 10, 2020 p-try • 2.2.0 `Start a promise chain INDIRECT 0 March 31, 2019 parse-json • 4.0.0 Parse JSON with more helpful errors INDIRECT 3 November 4, 2017 parseurl • 1.3.3 parse a url with memoization INDIRECT 0 April 16, 2019 path-exists • 3.0.0 Check if a path exists INDIRECT 0 May 1, 2016 path-exists • 4.0.0 Check if a path exists INDIRECT 0 April 4, 2019 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 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 pify • 4.0.1 Promisify a callback-style function INDIRECT 0 October 22, 2018 pirates • 4.0.6 Properly hijack require, i.e., properly define require hooks and customizations INDIRECT 0 June 20, 2023 pkg-dir • 3.0.0 Find the root directory of a Node.js project or npm package INDIRECT 6 June 18, 2018 pretty-format • 26.6.2 Stringify any JavaScript value. INDIRECT 16 November 2, 2020 pretty-format • 29.7.0 Stringify any JavaScript value. INDIRECT 4 September 12, 2023 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 June 19, 2019 promise • 8.3.0 Bare bones Promises/A+ implementation INDIRECT 1 October 25, 2022 prompts • 2.4.2 Lightweight, beautiful and user-friendly prompts INDIRECT 2 October 7, 2021 prop-types • 15.8.1 Runtime type checking for React props and similar objects. INDIRECT 4 January 5, 2022 queue • 6.0.2 asynchronous function queue with adjustable concurrency INDIRECT 1 January 10, 2021 range-parser • 1.2.1 Range header field string parser INDIRECT 0 May 11, 2019 react-devtools-core • 4.28.5 Use react-devtools outside of the browser INDIRECT 2 October 25, 2023 react-is • 16.13.1 Brand checking of React Elements. INDIRECT 0 March 19, 2020 react-is • 17.0.2 Brand checking of React Elements. INDIRECT 0 March 22, 2021 react-is • 18.3.1 Brand checking of React Elements. INDIRECT 0 April 26, 2024 react-native-device-info • 10.14.0 Get device information using react-native DIRECT 0 May 15, 2024 react-native • 0.72.4 A framework for building native apps using React DIRECT 503 August 14, 2023 react-refresh • 0.4.3 React is a JavaScript library for building user interfaces. INDIRECT 0 May 22, 2020 react-shallow-renderer • 16.15.0 React package for shallow rendering. INDIRECT 2 April 6, 2022 react • 18.2.0 React is a JavaScript library for building user interfaces. DIRECT 2 June 14, 2022 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 recast • 0.21.5 JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator INDIRECT 4 September 27, 2022 regenerate-unicode-properties • 10.2.0 Regenerate sets for Unicode properties and values. INDIRECT 1 September 12, 2024 regenerate • 1.4.2 Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. INDIRECT 0 November 1, 2020 regenerator-runtime • 0.13.11 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 November 14, 2022 regenerator-runtime • 0.14.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 December 15, 2023 regexpu-core • 6.2.0 regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. INDIRECT 9 November 21, 2024 regjsgen • 0.8.0 Generate regular expressions from regjsparser’s AST. INDIRECT 0 June 6, 2023 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 resolve-from • 3.0.0 Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0 April 28, 2017 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 December 19, 2024 restore-cursor • 3.1.0 Gracefully restore the CLI cursor on exit INDIRECT 3 April 26, 2019 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 scheduler • 0.24.0-canary-efb381bbf-20230505 Cooperative scheduler for the browser environment. INDIRECT 2 May 5, 2023 send • 0.19.0 Better streaming static file server with Range and conditional-GET support INDIRECT 18 September 10, 2024 serialize-error • 2.1.0 Serialize an error into a plain object INDIRECT 0 November 22, 2016 serve-static • 1.16.2 Serve static files INDIRECT 21 September 11, 2024 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 sisteransi • 1.0.5 ANSI escape codes for some terminal swag INDIRECT 0 March 18, 2020 slash • 3.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 April 28, 2019 slice-ansi • 2.1.0 Slice a string with ANSI escape codes INDIRECT 5 January 25, 2019 source-map-support • 0.5.21 Fixes stack traces for files with source maps INDIRECT 2 November 19, 2021 stack-utils • 2.0.6 Captures and cleans stack traces INDIRECT 1 November 8, 2022 stackframe • 1.3.4 JS Object representation of a stack frame INDIRECT 0 June 6, 2022 stacktrace-parser • 0.1.10 Parses every stack trace into a nicely formatted array of hashes. INDIRECT 1 May 7, 2020 statuses • 1.5.0 HTTP status utility INDIRECT 0 March 28, 2018 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_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 August 7, 2019 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 • 5.2.0 Strip ANSI escape codes from a string INDIRECT 1 March 18, 2019 strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 September 23, 2021 strip-final-newline • 2.0.0 Strip the final newline character from a string/buffer INDIRECT 0 October 28, 2018 strnum • 1.0.5 Parse String to Number based on configuration INDIRECT 0 December 4, 2021 sudo-prompt • 9.2.1 Run a command using sudo, prompting the user with an OS dialog if necessary INDIRECT 0 April 29, 2020 supports-color • 7.2.0 Detect whether a terminal supports color INDIRECT 1 August 28, 2020 supports-color • 8.1.1 Detect whether a terminal supports color INDIRECT 1 January 23, 2021 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 January 3, 2022 temp • 0.8.4 Temporary files and directories INDIRECT 12 October 30, 2019 throat • 5.0.0 Throttle the parallelism of an asynchronous (promise returning) function / functions INDIRECT 0 May 24, 2019 through2 • 2.0.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise INDIRECT 9 November 6, 2018 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 type-detect • 4.0.8 Improved typeof detection for node.js and the browser. INDIRECT 0 February 1, 2018 undici-types • 6.20.0 A stand-alone types package for Undici INDIRECT 0 October 9, 2024 unicode-canonical-property-names-ecmascript • 2.0.1 The set of canonical Unicode property names supported in ECMAScript RegExp property escapes. INDIRECT 0 September 12, 2024 unicode-match-property-ecmascript • 2.0.0 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 2 September 14, 2021 unicode-match-property-value-ecmascript • 2.2.0 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 0 September 12, 2024 unicode-property-aliases-ecmascript • 2.1.0 Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. INDIRECT 0 September 14, 2022 universalify • 0.1.2 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 June 20, 2018 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 use-sync-external-store • 1.4.0 Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks. INDIRECT 0 December 5, 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 vary • 1.1.2 Manipulate the HTTP Vary header INDIRECT 0 September 24, 2017 vlq • 1.0.1 Generate, and decode, base64 VLQ mappings for source maps and other uses INDIRECT 0 July 3, 2019 wcwidth • 1.0.1 Port of C's wcwidth() and wcswidth() INDIRECT 2 May 30, 2016 whatwg-fetch • 3.6.20 A window.fetch polyfill. INDIRECT 0 December 13, 2023 whatwg-url • 5.0.0 An implementation of the WHATWG URL Standard's URL API and parsing machinery INDIRECT 2 May 26, 2017 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 • 6.2.3 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js INDIRECT 1 June 16, 2024 ws • 7.5.10 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js INDIRECT 0 June 16, 2024 xtend • 4.0.2 extend like a boss INDIRECT 0 July 8, 2019 yargs • 15.4.1 yargs the modern, pirate-themed, successor to optimist. INDIRECT 25 July 10, 2020 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