@babel/code-frame β’ 7.26.2 Generate errors that contain a code frame that point to source locations. DIRECT 3 October 30, 2024 @babel/compat-data β’ 7.26.8 The compat-data to determine required Babel plugins INDIRECT 0 February 8, 2025 @babel/core β’ 7.26.10 Babel compiler core. DIRECT 38 March 11, 2025 @babel/generator β’ 7.27.0 Turns an AST into code. DIRECT 10 March 24, 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.27.0 Helper functions on Babel compilation targets INDIRECT 12 March 24, 2025 @babel/helper-create-class-features-plugin β’ 7.27.0 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 25 March 24, 2025 @babel/helper-create-regexp-features-plugin β’ 7.27.0 Compile ESNext Regular Expressions to ES5 INDIRECT 15 March 24, 2025 @babel/helper-define-polyfill-provider β’ 0.6.4 Babel helper to create your own polyfill provider INDIRECT 23 March 19, 2025 @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.27.0 Collection of helper functions used by Babel transforms. INDIRECT 8 March 24, 2025 @babel/parser β’ 7.27.0 A JavaScript parser DIRECT 3 March 24, 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.27.0 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 March 24, 2025 @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.26.9 Compile ES2015 for...of to ES5 INDIRECT 21 February 14, 2025 @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.26.10 Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals INDIRECT 45 March 11, 2025 @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.26.8 Compile ES2015 template literals to ES5 INDIRECT 1 February 8, 2025 @babel/plugin-transform-typescript β’ 7.27.0 Transform TypeScript into ES.next INDIRECT 28 March 24, 2025 @babel/plugin-transform-unicode-regex β’ 7.25.9 Compile ES2015 Unicode regex to ES5 INDIRECT 17 October 22, 2024 @babel/runtime β’ 7.27.0 babel's modular runtime helpers INDIRECT 1 March 24, 2025 @babel/template β’ 7.27.0 Generate an AST from a string template. DIRECT 7 March 24, 2025 @babel/traverse β’ 7.27.0 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes DIRECT 18 March 24, 2025 @babel/types β’ 7.27.0 Babel Types is a Lodash-esque utility library for AST nodes DIRECT 2 March 24, 2025 @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 β’ 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 @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.14.0 TypeScript definitions for node INDIRECT 1 April 2, 2025 @types/yargs-parser β’ 21.0.3 TypeScript definitions for yargs-parser INDIRECT 0 November 7, 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 accepts β’ 1.3.8 Higher-level content negotiation DIRECT 3 February 2, 2022 acorn β’ 8.14.1 ECMAScript parser INDIRECT 0 March 5, 2025 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 ansi-styles β’ 5.2.0 ANSI escape codes for styling strings in the terminal INDIRECT 0 March 31, 2021 argparse β’ 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 February 15, 2018 async β’ 3.2.6 Higher-order functions and common patterns for asynchronous code DIRECT 0 August 19, 2024 babel-plugin-polyfill-corejs2 β’ 0.4.13 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 24 March 19, 2025 babel-plugin-polyfill-corejs3 β’ 0.11.1 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 25 January 24, 2025 babel-plugin-polyfill-regenerator β’ 0.6.4 A Babel plugin to inject imports to regenerator-runtime INDIRECT 24 March 19, 2025 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 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 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 β’ 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 DIRECT 5 July 30, 2021 ci-info β’ 2.0.0 Get details about the current Continuous Integration environment DIRECT 0 December 5, 2018 ci-info β’ 3.9.0 Get details about the current Continuous Integration environment INDIRECT 0 October 4, 2023 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 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 concat-map β’ 0.0.1 concatenative mapdashery INDIRECT 0 January 30, 2014 connect β’ 3.7.0 High performance middleware framework DIRECT 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.41.0 core-js compat INDIRECT 7 March 1, 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 debug β’ 2.6.9 small debugging utility DIRECT 1 September 22, 2017 debug β’ 4.4.0 Lightweight debugging utility for Node.js and the browser INDIRECT 1 December 6, 2024 denodeify β’ 1.2.1 Tool to turn functions with Node-style callback APIs into functions that return Promises DIRECT 0 February 14, 2015 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 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 DIRECT 1 June 6, 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 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 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 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 DIRECT 1 May 26, 2023 image-size β’ 1.2.1 get dimensions of any image file DIRECT 2 April 2, 2025 import-fresh β’ 2.0.0 Import a module while bypassing the cache INDIRECT 4 May 21, 2017 invariant β’ 2.2.4 invariant DIRECT 2 March 13, 2018 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 β’ 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 March 18, 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 isarray β’ 1.0.0 Array#isArray for older browsers INDIRECT 0 December 10, 2015 jest-get-type β’ 29.6.3 A utility function to get the type of a value INDIRECT 0 August 21, 2023 jest-regex-util β’ 27.5.1 INDIRECT 0 February 8, 2022 jest-util β’ 27.5.1 INDIRECT 17 February 8, 2022 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. DIRECT 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 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 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 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. DIRECT 0 August 13, 2016 loose-envify β’ 1.4.0 Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST INDIRECT 1 July 10, 2018 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. DIRECT 42 June 21, 2023 metro-cache-key β’ 0.76.7 π Cache key utility. DIRECT 0 June 21, 2023 metro-cache β’ 0.76.7 π Cache layers for Metro. DIRECT 15 June 21, 2023 metro-config β’ 0.76.7 π Config parser for Metro. DIRECT 287 June 21, 2023 metro-core β’ 0.76.7 π Metro's core package. DIRECT 2 June 21, 2023 metro-file-map β’ 0.76.7 [Experimental] - π File crawling, watching and mapping for Metro DIRECT 43 June 21, 2023 metro-inspector-proxy β’ 0.76.7 π Inspector proxy for React Native and dev tools integration. DIRECT 33 June 21, 2023 metro-minify-terser β’ 0.76.7 π Minifier for Metro based on Terser. DIRECT 12 June 21, 2023 metro-minify-uglify β’ 0.76.7 π Minifier for Metro based on Uglify. DIRECT 3 June 21, 2023 metro-react-native-babel-preset β’ 0.76.7 Babel preset for React Native applications DIRECT 115 June 21, 2023 metro-resolver β’ 0.76.7 π Implementation of Metro's resolution logic. DIRECT 0 June 21, 2023 metro-runtime β’ 0.76.7 π Module required for evaluating Metro bundles. DIRECT 3 June 21, 2023 metro-source-map β’ 0.76.7 π Source map generator for Metro. DIRECT 36 June 21, 2023 metro-symbolicate β’ 0.76.7 π A tool to find the source location from JS bundles and stack traces. DIRECT 36 June 21, 2023 metro-transform-plugins β’ 0.76.7 π Transform plugins for Metro. DIRECT 40 June 21, 2023 metro-transform-worker β’ 0.76.7 π Transform worker for Metro. DIRECT 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-types β’ 2.1.35 The ultimate javascript content-type utility. DIRECT 1 March 12, 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 node-abort-controller β’ 3.1.1 AbortController for Node based on EventEmitter INDIRECT 0 January 26, 2023 node-fetch β’ 2.7.0 A light-weight module that brings window.fetch to node.js DIRECT 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 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 DIRECT 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 on-finished β’ 2.3.0 Execute a callback when a request closes, finishes, or errors INDIRECT 1 May 27, 2015 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-is-absolute β’ 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 September 30, 2016 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 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 queue β’ 6.0.2 asynchronous function queue with adjustable concurrency INDIRECT 1 January 10, 2021 react-is β’ 18.3.1 Brand checking of React Elements. INDIRECT 0 April 26, 2024 react-refresh β’ 0.4.3 React is a JavaScript library for building user interfaces. INDIRECT 0 May 22, 2020 readable-stream β’ 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 February 23, 2023 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.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 safe-buffer β’ 5.1.2 Safer Node.js Buffer API INDIRECT 0 April 25, 2018 serialize-error β’ 2.1.0 Serialize an error into a plain object DIRECT 0 November 22, 2016 source-map-support β’ 0.5.21 Fixes stack traces for files with source maps INDIRECT 2 November 19, 2021 stackframe β’ 1.3.4 JS Object representation of a stack frame INDIRECT 0 June 6, 2022 statuses β’ 1.5.0 HTTP status utility INDIRECT 0 March 28, 2018 string_decoder β’ 1.1.1 The string_decoder module from Node core INDIRECT 1 March 30, 2018 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 DIRECT 1 September 23, 2021 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 throat β’ 5.0.0 Throttle the parallelism of an asynchronous (promise returning) function / functions DIRECT 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 tr46 β’ 0.0.3 An implementation of the Unicode TR46 spec INDIRECT 0 January 20, 2016 undici-types β’ 6.21.0 A stand-alone types package for Undici INDIRECT 0 November 13, 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 unpipe β’ 1.0.0 Unpipe a stream from all destinations INDIRECT 0 June 14, 2015 update-browserslist-db β’ 1.1.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 February 26, 2025 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 vlq β’ 1.0.1 Generate, and decode, base64 VLQ mappings for source maps and other uses INDIRECT 0 July 3, 2019 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 β’ 7.0.0 Wordwrap a string with ANSI escape codes INDIRECT 8 April 22, 2020 ws β’ 7.5.10 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js DIRECT 0 June 16, 2024 xtend β’ 4.0.2 extend like a boss INDIRECT 0 July 8, 2019 yargs β’ 17.7.2 yargs the modern, pirate-themed, successor to optimist. DIRECT 15 April 27, 2023