@babel/cli • 7.26.4 Babel command line. INDIRECT 37 December 5, 2024 @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. DIRECT 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-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.0.0-beta.35 Babel helper functions for inserting module loads INDIRECT 4 December 14, 2017 @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-bugfix-firefox-class-in-computed-class-key • 7.25.9 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 20 October 22, 2024 @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.25.9 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 INDIRECT 1 October 22, 2024 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.25.9 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1 October 22, 2024 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.25.9 Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 22 October 22, 2024 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.25.9 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 20 October 22, 2024 @babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2 This plugin transforms checks for a private property in an object INDIRECT 0 June 8, 2023 @babel/plugin-syntax-dynamic-import • 7.8.3 Allow parsing of import() DIRECT 1 January 13, 2020 @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-import-attributes • 7.26.0 Allow parsing of the module attributes in the import statement INDIRECT 1 October 25, 2024 @babel/plugin-syntax-unicode-sets-regex • 7.18.6 Parse regular expressions' unicodeSets (v) flag. INDIRECT 17 June 27, 2022 @babel/plugin-transform-arrow-functions • 7.25.9 Compile ES2015 arrow functions to ES5 INDIRECT 1 October 22, 2024 @babel/plugin-transform-async-generator-functions • 7.25.9 Turn async generator functions into ES2015 generators INDIRECT 23 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-class-properties • 7.25.9 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 27 October 22, 2024 @babel/plugin-transform-class-static-block • 7.26.0 Transform class static blocks INDIRECT 27 October 25, 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-dotall-regex • 7.25.9 Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 17 October 22, 2024 @babel/plugin-transform-duplicate-keys • 7.25.9 Compile objects with duplicate keys to valid strict ES5 INDIRECT 1 October 22, 2024 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.9 Compile regular expressions using duplicate named groups to index-based groups. INDIRECT 17 October 22, 2024 @babel/plugin-transform-dynamic-import • 7.25.9 Transform import() expressions INDIRECT 1 October 22, 2024 @babel/plugin-transform-exponentiation-operator • 7.26.3 Compile exponentiation operator to ES5 INDIRECT 1 December 4, 2024 @babel/plugin-transform-export-namespace-from • 7.25.9 Compile export namespace to ES2015 INDIRECT 1 October 22, 2024 @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-json-strings • 7.25.9 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 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-logical-assignment-operators • 7.25.9 Transforms logical assignment operators into short-circuited assignments 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-amd • 7.25.9 This plugin transforms ES2015 modules to AMD INDIRECT 22 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-modules-systemjs • 7.25.9 This plugin transforms ES2015 modules to SystemJS INDIRECT 22 October 22, 2024 @babel/plugin-transform-modules-umd • 7.25.9 This plugin transforms ES2015 modules to UMD INDIRECT 22 October 22, 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-new-target • 7.25.9 Transforms new.target meta property INDIRECT 1 October 22, 2024 @babel/plugin-transform-nullish-coalescing-operator • 7.26.6 Remove nullish coalescing operator INDIRECT 1 January 13, 2025 @babel/plugin-transform-numeric-separator • 7.25.9 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 1 October 22, 2024 @babel/plugin-transform-object-rest-spread • 7.25.9 Compile object rest and spread to ES5 INDIRECT 15 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-optional-catch-binding • 7.25.9 Compile optional catch bindings INDIRECT 1 October 22, 2024 @babel/plugin-transform-optional-chaining • 7.25.9 Transform optional chaining operators into a series of nil checks INDIRECT 21 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-private-methods • 7.25.9 This plugin transforms private class methods INDIRECT 27 October 22, 2024 @babel/plugin-transform-private-property-in-object • 7.25.9 This plugin transforms checks for a private property in an object INDIRECT 27 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-regenerator • 7.25.9 Explode async and generator functions into a state machine. INDIRECT 4 October 22, 2024 @babel/plugin-transform-regexp-modifiers • 7.26.0 Compile inline regular expression modifiers INDIRECT 17 October 25, 2024 @babel/plugin-transform-reserved-words • 7.25.9 Ensure that no reserved words are used. INDIRECT 1 October 22, 2024 @babel/plugin-transform-runtime • 7.25.9 Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals DIRECT 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-typeof-symbol • 7.25.9 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1 October 22, 2024 @babel/plugin-transform-unicode-escapes • 7.25.9 Compile ES2015 Unicode escapes to ES5 INDIRECT 1 October 22, 2024 @babel/plugin-transform-unicode-property-regex • 7.25.9 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 October 22, 2024 @babel/plugin-transform-unicode-regex • 7.25.9 Compile ES2015 Unicode regex to ES5 INDIRECT 17 October 22, 2024 @babel/plugin-transform-unicode-sets-regex • 7.25.9 Compile regular expressions' unicodeSets (v) flag. INDIRECT 17 October 22, 2024 @babel/preset-env • 7.26.0 A Babel preset for each environment. DIRECT 129 October 25, 2024 @babel/preset-modules • 0.1.6-no-external-plugins A Babel preset that targets modern browsers by fixing engine bugs. INDIRECT 5 July 21, 2023 @babel/preset-stage-2 • 7.8.3 Babel preset for stage 2 plugins DIRECT 0 January 13, 2020 @babel/register • 7.25.9 babel require hook DIRECT 21 October 22, 2024 @babel/runtime • 7.26.0 babel's modular runtime helpers DIRECT 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.0.0-beta.35 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 3 December 14, 2017 @babel/types • 7.26.5 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 January 10, 2025 @eggjs/yauzl • 2.11.0 yet another unzip library for node INDIRECT 3 February 24, 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/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 @mrmlnc/readdir-enhanced • 2.2.1 fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc. INDIRECT 2 February 13, 2018 @nicolo-ribaudo/chokidar-2 • 2.1.8-no-fsevents.3 A wrapper around chokidar@2 to be able to specify both @2 and @3 as dependencies INDIRECT 0 September 17, 2021 @nodelib/fs.stat • 1.1.3 Get the status of a file with some features INDIRECT 0 November 2, 2018 @rtsao/scc • 1.1.0 Find strongly connected components of a directed graph using [Tarjan's algorithm](https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm). INDIRECT 0 April 6, 2022 @types/concat-stream • 1.6.1 TypeScript definitions for concat-stream INDIRECT 2 July 6, 2021 @types/form-data • 0.0.33 TypeScript definitions for form-data INDIRECT 2 November 22, 2016 @types/glob • 7.2.0 TypeScript definitions for Glob INDIRECT 3 October 19, 2021 @types/json-schema • 7.0.15 TypeScript definitions for json-schema INDIRECT 0 November 7, 2023 @types/json5 • 0.0.29 TypeScript definitions for JSON5 INDIRECT 0 September 19, 2016 @types/minimatch • 5.1.2 TypeScript definitions for minimatch INDIRECT 0 August 31, 2022 @types/node • 10.17.60 TypeScript definitions for Node.js INDIRECT 0 May 12, 2021 @types/node • 22.10.7 TypeScript definitions for node INDIRECT 1 January 16, 2025 @types/node • 8.10.66 TypeScript definitions for Node.js INDIRECT 0 October 28, 2020 @types/parse-json • 4.0.2 TypeScript definitions for parse-json INDIRECT 0 November 7, 2023 @types/q • 1.5.8 TypeScript definitions for q INDIRECT 0 November 7, 2023 @types/qs • 6.9.18 TypeScript definitions for qs INDIRECT 0 January 14, 2025 @types/unist • 2.0.11 TypeScript definitions for unist INDIRECT 0 August 15, 2024 @types/unist • 3.0.3 TypeScript definitions for unist INDIRECT 0 August 15, 2024 @types/vfile-message • 2.0.0 Stub TypeScript definitions entry for vfile-message, which provides its own types definitions INDIRECT 3 November 7, 2019 @types/vfile • 3.0.2 TypeScript definitions for VFile INDIRECT 7 December 5, 2018 @vue/component-compiler-utils • 3.3.0 Lower level utilities for compiling Vue single file components INDIRECT 15 October 26, 2021 @webassemblyjs/ast • 1.9.0 AST utils for webassemblyjs INDIRECT 9 February 1, 2020 @webassemblyjs/floating-point-hex-parser • 1.9.0 A function to parse floating point hexadecimal strings as defined by the WebAssembly specification INDIRECT 0 February 1, 2020 @webassemblyjs/helper-api-error • 1.9.0 Common API errors INDIRECT 0 February 1, 2020 @webassemblyjs/helper-buffer • 1.9.0 Buffer manipulation utility INDIRECT 0 February 1, 2020 @webassemblyjs/helper-code-frame • 1.9.0 INDIRECT 9 February 1, 2020 @webassemblyjs/helper-module-context • 1.9.0 INDIRECT 9 February 1, 2020 @webassemblyjs/helper-wasm-bytecode • 1.9.0 WASM's Bytecode constants INDIRECT 0 February 1, 2020 @webassemblyjs/helper-wasm-section • 1.9.0 INDIRECT 16 February 1, 2020 @webassemblyjs/ieee754 • 1.9.0 IEEE754 decoder and encoder INDIRECT 1 February 1, 2020 @webassemblyjs/leb128 • 1.9.0 LEB128 decoder and encoder INDIRECT 1 February 1, 2020 @webassemblyjs/utf8 • 1.9.0 UTF8 encoder/decoder for WASM INDIRECT 0 February 1, 2020 @webassemblyjs/wasm-edit • 1.9.0 > Rewrite a WASM binary INDIRECT 19 February 1, 2020 @webassemblyjs/wasm-gen • 1.9.0 WebAssembly binary format printer INDIRECT 14 February 1, 2020 @webassemblyjs/wasm-opt • 1.9.0 INDIRECT 17 February 1, 2020 @webassemblyjs/wasm-parser • 1.9.0 WebAssembly binary format parser INDIRECT 14 February 1, 2020 @webassemblyjs/wast-parser • 1.9.0 WebAssembly text format parser INDIRECT 9 February 1, 2020 @webassemblyjs/wast-printer • 1.9.0 WebAssembly text format printer INDIRECT 9 February 1, 2020 accepts • 1.3.8 Higher-level content negotiation INDIRECT 3 February 2, 2022 acorn-jsx • 5.3.2 Modern, fast React.js JSX parser INDIRECT 0 July 9, 2021 acorn • 6.4.2 ECMAScript parser INDIRECT 0 October 5, 2020 ajv-errors • 1.0.1 Custom error messages in JSON-Schema for Ajv validator INDIRECT 0 December 9, 2018 ajv-keywords • 3.5.2 Custom JSON-Schema keywords for Ajv validator INDIRECT 0 July 27, 2020 ajv • 6.12.6 Another JSON Schema Validator INDIRECT 5 October 10, 2020 align-text • 0.1.4 Align the text in a string. INDIRECT 4 February 2, 2016 alphanum-sort • 1.0.2 Alphanumeric sorting algorithm INDIRECT 0 October 3, 2015 ansi-colors • 3.2.4 Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs). INDIRECT 0 March 3, 2019 ansi-escapes • 3.2.0 ANSI escape codes for manipulating the terminal INDIRECT 0 January 28, 2019 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 January 14, 2017 ansi-regex • 3.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 March 27, 2022 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 • 2.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 0 March 28, 2016 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 argparse • 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 February 15, 2018 arr-diff • 4.0.0 Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons. INDIRECT 0 April 14, 2017 arr-flatten • 1.1.0 Recursively flatten an array or arrays. INDIRECT 0 July 5, 2017 arr-union • 3.1.0 Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons. INDIRECT 0 February 23, 2016 array-buffer-byte-length • 1.0.2 Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method. INDIRECT 18 December 20, 2024 array-find-index • 1.0.2 ES2015 `Array#findIndex()` ponyfill INDIRECT 0 September 30, 2016 array-flatten • 1.1.1 Flatten an array of nested arrays into a single flat array INDIRECT 0 July 9, 2015 array-flatten • 2.1.2 Flatten nested arrays INDIRECT 0 December 3, 2018 array-includes • 3.1.8 An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3. INDIRECT 85 March 20, 2024 array-union • 1.0.2 Create an array of unique values, in order, from the input arrays INDIRECT 1 June 16, 2016 array-uniq • 1.0.3 Create an array without duplicates INDIRECT 0 June 16, 2016 array-unique • 0.3.2 Remove duplicate values from an array. Fastest ES5 implementation. INDIRECT 0 August 1, 2016 array.prototype.findlastindex • 1.2.5 An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3. INDIRECT 86 March 19, 2024 array.prototype.flat • 1.3.3 An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3. INDIRECT 86 December 15, 2024 array.prototype.flatmap • 1.3.3 An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3. INDIRECT 86 December 16, 2024 array.prototype.reduce • 1.0.7 An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3. INDIRECT 86 March 21, 2024 arraybuffer.prototype.slice • 1.0.4 ES spec-compliant shim for ArrayBuffer.prototype.slice INDIRECT 84 December 15, 2024 arrify • 1.0.1 Convert a value to an array INDIRECT 0 December 9, 2015 asap • 2.0.6 High-priority task queue for Node.js and browsers INDIRECT 0 July 10, 2017 asn1.js • 4.10.1 ASN.1 encoder and decoder INDIRECT 3 February 13, 2018 asn1 • 0.2.6 Contains parsers and serializers for ASN.1 (currently BER only) INDIRECT 1 November 4, 2021 assert-plus • 1.0.0 Extra assertions on top of node's assert module INDIRECT 0 January 27, 2016 assert • 1.5.1 The node.js assert module, re-packaged for web browsers. INDIRECT 22 September 7, 2023 assign-symbols • 1.0.0 Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method. INDIRECT 0 December 19, 2017 astral-regex • 1.0.0 Regular expression for matching astral symbols INDIRECT 0 July 21, 2017 async-each • 1.0.6 No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript. INDIRECT 0 February 4, 2023 async-limiter • 1.0.1 asynchronous function queue with adjustable concurrency INDIRECT 0 August 2, 2019 async • 2.6.4 Higher-order functions and common patterns for asynchronous code INDIRECT 1 April 13, 2022 asynckit • 0.4.0 Minimal async jobs utility library, with streams support INDIRECT 0 June 14, 2016 autoprefixer • 7.2.6 Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website INDIRECT 15 February 9, 2018 autoprefixer • 9.8.8 Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website DIRECT 13 October 4, 2021 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 February 19, 2024 aws4 • 1.13.2 Signs and prepares requests using AWS Signature Version 4 INDIRECT 0 August 28, 2024 babel-eslint • 10.1.0 Custom parser for ESLint DIRECT 26 February 26, 2020 babel-loader • 8.4.1 babel module loader for webpack DIRECT 24 September 16, 2024 babel-plugin-component • 1.1.1 Modular build plugin for babel. DIRECT 5 May 8, 2018 babel-plugin-dynamic-import-webpack • 1.1.0 Babel plugin to transpile import() to require.ensure, for Webpack DIRECT 0 October 8, 2018 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-transform-remove-console • 6.9.4 Remove all console.* calls. DIRECT 0 May 14, 2018 babel-runtime • 6.26.0 babel selfContained runtime INDIRECT 2 August 16, 2017 bail • 1.0.5 Throw a given error INDIRECT 0 January 25, 2020 balanced-match • 0.1.0 Match balanced character pairs, like "{" and "}" INDIRECT 0 April 24, 2014 balanced-match • 0.4.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 July 18, 2016 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 April 6, 2021 base • 0.11.2 base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`. INDIRECT 44 September 8, 2017 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 November 11, 2020 batch • 0.6.1 Simple async batch with concurrency control and progress reporting. INDIRECT 0 May 16, 2017 big.js • 3.2.0 A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic INDIRECT 0 September 14, 2017 big.js • 5.2.2 A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic INDIRECT 0 October 18, 2018 binary-extensions • 1.13.1 List of binary file extensions INDIRECT 0 March 27, 2019 binary-extensions • 2.3.0 List of binary file extensions INDIRECT 0 March 14, 2024 bindings • 1.5.0 Helper module for loading your native module's .node file INDIRECT 1 February 27, 2019 bl • 1.2.3 Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! INDIRECT 9 September 3, 2020 bluebird • 3.7.2 Full featured Promises/A+ implementation with exceptionally good performance INDIRECT 0 November 28, 2019 bn.js • 4.12.1 Big number implementation in pure javascript INDIRECT 0 November 11, 2024 bn.js • 5.2.1 Big number implementation in pure javascript INDIRECT 0 May 24, 2022 body-parser • 1.20.3 Node.js body parsing middleware INDIRECT 40 September 9, 2024 bonjour • 3.5.0 A Bonjour/Zeroconf implementation in pure JavaScript INDIRECT 38 May 7, 2016 brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 February 10, 2018 braces • 2.3.2 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 70 April 8, 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 brorand • 1.1.0 Random number generator for browsers and node.js INDIRECT 0 February 22, 2017 browserify-aes • 1.2.0 aes, for browserify INDIRECT 10 April 3, 2018 browserify-cipher • 1.0.1 ciphers for the browser INDIRECT 14 April 11, 2018 browserify-des • 1.0.2 browserify-des === INDIRECT 5 July 10, 2018 browserify-rsa • 4.1.1 RSA for browserify INDIRECT 3 September 26, 2024 browserify-zlib • 0.2.0 Full zlib module for the browser INDIRECT 1 June 3, 2017 browserslist • 2.11.3 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 2 January 15, 2018 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-alloc-unsafe • 1.1.0 A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`. INDIRECT 0 May 29, 2018 buffer-alloc • 1.2.0 A [ponyfill](https://ponyfill.com) for `Buffer.alloc`. INDIRECT 2 May 29, 2018 buffer-crc32 • 0.2.13 A pure javascript CRC32 algorithm that plays nice with binary data INDIRECT 0 November 22, 2016 buffer-fill • 1.0.0 A [ponyfill](https://ponyfill.com) for `Buffer.fill`. INDIRECT 0 May 29, 2018 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 July 29, 2021 buffer-indexof • 1.1.1 find the index of a buffer in a buffer INDIRECT 0 August 22, 2017 buffer-xor • 1.0.3 A simple module for bitwise-xor on buffers INDIRECT 0 September 25, 2015 buffer • 4.9.2 Node.js Buffer API, for the browser INDIRECT 3 November 8, 2019 builtin-status-codes • 3.0.0 The map of HTTP status codes from the builtin http module INDIRECT 0 June 29, 2016 bytes • 3.1.2 Utility to parse a string bytes to bytes and vice-versa INDIRECT 0 January 28, 2022 cache-base • 1.0.1 Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects. INDIRECT 28 July 22, 2017 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-bind • 1.0.8 Robustly `.call.bind()` a function INDIRECT 15 December 6, 2024 call-bound • 1.0.3 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 12 December 16, 2024 call-me-maybe • 1.0.2 Let your JS API users either give you a callback or receive a promise INDIRECT 0 October 31, 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 callsites • 3.1.0 Get callsites from the V8 stack trace API INDIRECT 0 April 6, 2019 camel-case • 3.0.0 Camel case a string INDIRECT 3 June 12, 2016 camelcase-keys • 2.1.0 Convert object keys to camelCase INDIRECT 2 March 15, 2016 camelcase-keys • 4.2.0 Convert object keys to camelCase INDIRECT 3 November 19, 2017 camelcase • 1.2.1 Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar INDIRECT 0 August 1, 2015 camelcase • 2.1.1 Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar INDIRECT 0 March 12, 2016 camelcase • 4.1.0 Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar INDIRECT 0 March 30, 2017 camelcase • 5.3.1 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 April 3, 2019 caniuse-api • 2.0.0 request the caniuse data to check browsers compatibilities INDIRECT 5 May 3, 2017 caniuse-api • 3.0.0 request the caniuse data to check browsers compatibilities INDIRECT 9 July 10, 2018 ccount • 1.1.0 Count characters INDIRECT 0 October 28, 2020 center-align • 0.1.3 Center-align the text in a string. INDIRECT 6 February 1, 2016 chalk • 1.1.3 Terminal string styling done right. Much color. INDIRECT 6 March 29, 2016 chalk • 2.4.2 Terminal string styling done right INDIRECT 6 January 5, 2019 chalk • 3.0.0 Terminal string styling done right INDIRECT 5 November 9, 2019 character-entities-html4 • 1.1.4 HTML4 character entity information INDIRECT 0 January 24, 2020 character-entities-legacy • 1.1.4 HTML legacy character entity information INDIRECT 0 January 24, 2020 character-entities • 1.2.4 HTML character entity information INDIRECT 0 January 24, 2020 character-reference-invalid • 1.1.4 HTML invalid numeric character reference information INDIRECT 0 January 24, 2020 chardet • 0.7.0 Character detector INDIRECT 0 August 17, 2018 chokidar • 2.1.8 A neat wrapper around node.js fs.watch / fs.watchFile / fsevents. INDIRECT 108 August 21, 2019 chokidar • 3.6.0 Minimal and efficient cross-platform file watching library INDIRECT 14 February 6, 2024 chrome-trace-event • 1.0.4 A library to create a trace of your node app per Google's Trace Event format. INDIRECT 0 May 29, 2024 cipher-base • 1.0.6 abstract base class for crypto-streams INDIRECT 2 November 26, 2024 class-utils • 0.3.6 Utils for working with JavaScript classes and prototype methods. INDIRECT 13 January 11, 2018 clean-css • 4.2.4 A well-tested CSS minifier INDIRECT 1 October 21, 2021 cli-cursor • 2.1.0 Toggle the CLI cursor INDIRECT 4 January 9, 2017 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-regexp • 2.2.0 Clone and modify a RegExp instance INDIRECT 1 April 16, 2019 clone • 1.0.4 deep cloning of objects and arrays INDIRECT 0 March 21, 2018 clone • 2.1.2 deep cloning of objects and arrays INDIRECT 0 March 21, 2018 coa • 2.0.2 Command-Option-Argument: Yet another parser for command line options. INDIRECT 9 December 11, 2018 code-point-at • 1.1.0 ES2015 `String#codePointAt()` ponyfill INDIRECT 0 November 3, 2016 collapse-white-space • 1.0.6 Replace multiple white-space characters with a single space INDIRECT 0 January 23, 2020 collection-visit • 1.0.0 Visit a method over the items in an object, or map visit over the objects in an array. INDIRECT 3 April 9, 2017 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 color-string • 0.3.0 Parser and generator for CSS color strings INDIRECT 1 February 19, 2015 color-string • 1.9.1 Parser and generator for CSS color strings INDIRECT 3 April 22, 2022 color • 0.11.4 Color conversion and manipulation with CSS string support INDIRECT 4 November 1, 2016 color • 1.0.3 Color conversion and manipulation with CSS string support INDIRECT 5 December 15, 2016 color • 2.0.1 Color conversion and manipulation with CSS string support INDIRECT 5 November 9, 2017 color • 3.2.1 Color conversion and manipulation with CSS string support INDIRECT 5 July 18, 2021 combined-stream • 1.0.8 A stream that emits multiple other streams one after another. INDIRECT 1 May 12, 2019 commander • 2.17.1 the complete solution for node.js command-line programs INDIRECT 0 August 7, 2018 commander • 2.19.0 the complete solution for node.js command-line programs INDIRECT 0 October 8, 2018 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 October 11, 2019 commander • 6.2.1 the complete solution for node.js command-line programs INDIRECT 0 December 14, 2020 commondir • 1.0.1 compute the closest common parent for file paths INDIRECT 0 March 14, 2015 component-emitter • 1.3.1 Event emitter INDIRECT 0 November 16, 2023 compressible • 2.0.18 Compressible Content-Type / mime checking INDIRECT 1 January 6, 2020 compressing • 1.10.1 Everything you need for compressing and uncompressing INDIRECT 33 May 23, 2024 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 concat-stream • 1.6.2 writable stream that concatenates strings or binary data and calls a callback with the result INDIRECT 10 March 21, 2018 connect-history-api-fallback • 1.6.0 Provides a fallback for non-existing directories so that the HTML 5 history API can be used. INDIRECT 0 January 8, 2019 consolidate • 0.15.1 Template engine consolidation library INDIRECT 1 March 20, 2018 constants-browserify • 1.0.0 node's constants module for the browser INDIRECT 0 July 13, 2015 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 copy-anything • 2.0.6 An optimised way to copy'ing an object. A small and simple integration INDIRECT 1 January 25, 2022 copy-descriptor • 0.1.1 Copy a descriptor from object A to object B INDIRECT 0 June 9, 2016 core-js-compat • 3.40.0 core-js compat INDIRECT 7 January 7, 2025 core-js • 2.6.12 Standard library INDIRECT 0 November 25, 2020 core-util-is • 1.0.2 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 November 20, 2015 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 cosmiconfig • 6.0.0 Find and load configuration from a package.json property, rc file, or CommonJS module INDIRECT 16 November 2, 2019 create-ecdh • 4.0.4 createECDH but browserifiable INDIRECT 8 August 4, 2020 create-hash • 1.2.0 create hashes for browserify INDIRECT 7 April 11, 2018 create-hmac • 1.1.7 node style hmacs in the browser INDIRECT 8 April 11, 2018 cross-spawn • 3.0.1 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 May 18, 2016 cross-spawn • 6.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 7 November 18, 2024 crypto-browserify • 3.12.1 implementation of crypto for the browser INDIRECT 41 October 22, 2024 css-color-function • 1.3.3 A parser and converter for Tab Atkins's proposed color function in CSS. INDIRECT 9 October 7, 2017 css-color-names • 0.0.4 A JSON Object of css color names mapped to their hex value INDIRECT 0 June 28, 2016 css-declaration-sorter • 4.0.1 Sorts CSS declarations fast and automatically in a certain order. INDIRECT 4 July 30, 2018 css-loader • 3.6.0 css loader module for webpack DIRECT 29 June 13, 2020 css-select-base-adapter • 0.1.1 Provides some base functions needed by a css-select adapter so that you don't have to implement the whole thing. INDIRECT 0 October 24, 2018 css-tree • 1.0.0-alpha.37 CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations INDIRECT 2 October 22, 2019 css-tree • 1.1.3 A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations INDIRECT 2 March 31, 2021 css-unit-converter • 1.1.2 Converts CSS values from one unit to another INDIRECT 0 May 16, 2020 cssesc • 2.0.0 A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output. INDIRECT 0 April 25, 2018 cssesc • 3.0.0 A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output. INDIRECT 0 February 4, 2019 cssnano-preset-default • 4.0.8 Safe defaults for cssnano which require minimal configuration. INDIRECT 199 April 6, 2021 cssnano-util-get-arguments • 4.0.0 Get a list of arguments, separated by a comma. INDIRECT 0 July 4, 2018 cssnano-util-get-match • 4.0.0 Convert a list of keywords into a single keyword match. INDIRECT 0 July 4, 2018 cssnano-util-raw-cache • 4.0.1 Manages the raw value formatting for generated AST nodes. INDIRECT 3 September 24, 2018 cssnano-util-same-parent • 4.0.1 Check that two PostCSS nodes share the same parent. INDIRECT 0 September 24, 2018 cssnano • 4.1.11 A modular minifier, built on top of the PostCSS ecosystem. INDIRECT 212 April 6, 2021 csso • 4.2.0 CSS minifier with structural optimisations INDIRECT 3 November 26, 2020 cuint • 0.2.2 Unsigned integers for Javascript INDIRECT 0 August 23, 2016 currently-unhandled • 0.4.1 Track the list of currently unhandled promise rejections. INDIRECT 1 June 2, 2016 cyclist • 1.0.2 Cyclist is an efficient cyclic list implemention. INDIRECT 0 May 28, 2023 dashdash • 1.14.1 A light, featureful and explicit option parsing library. INDIRECT 1 November 22, 2016 data-view-buffer • 1.0.2 Get the ArrayBuffer out of a DataView, robustly. INDIRECT 25 December 20, 2024 data-view-byte-length • 1.0.2 Get the byteLength out of a DataView, robustly. INDIRECT 25 December 20, 2024 data-view-byte-offset • 1.0.1 Get the byteOffset out of a DataView, robustly. INDIRECT 25 December 19, 2024 de-indent • 1.0.2 remove extra indent from a block of code INDIRECT 0 January 5, 2016 debug • 2.6.9 small debugging utility INDIRECT 1 September 22, 2017 debug • 3.2.7 small debugging utility INDIRECT 1 November 19, 2020 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser INDIRECT 1 December 6, 2024 decamelize-keys • 1.1.1 Convert object keys from camelCase to lowercase with a custom separator INDIRECT 2 October 30, 2022 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 March 5, 2016 decode-uri-component • 0.2.2 A better decodeURIComponent INDIRECT 0 December 1, 2022 deep-equal • 1.1.2 node's assert.deepEqual algorithm INDIRECT 27 November 9, 2023 deep-is • 0.1.4 node's assert.deepEqual algorithm except for NaN being equal to NaN INDIRECT 0 September 4, 2021 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 February 13, 2024 define-properties • 1.2.1 Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines. INDIRECT 6 September 13, 2023 define-property • 0.2.5 Define a non-enumerable property on an object. INDIRECT 5 August 31, 2015 define-property • 1.0.0 Define a non-enumerable property on an object. INDIRECT 5 April 20, 2017 define-property • 2.0.2 Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty. INDIRECT 6 January 26, 2018 del • 4.1.1 Delete files and folders INDIRECT 29 April 28, 2019 delayed-stream • 1.0.0 Buffers events from a stream until you are ready to handle them. INDIRECT 0 April 30, 2015 delegates • 1.0.0 delegate methods and accessors to another property INDIRECT 0 December 14, 2015 depd • 1.1.2 Deprecate all the things INDIRECT 0 January 12, 2018 depd • 2.0.0 Deprecate all the things INDIRECT 0 October 26, 2018 des.js • 1.1.0 DES implementation INDIRECT 2 May 29, 2023 destroy • 1.2.0 destroy a stream if possible INDIRECT 0 March 20, 2022 detect-file • 1.0.0 Detects if a file exists and returns the resolved filepath. INDIRECT 0 August 6, 2017 detect-node • 2.1.0 Detect Node.JS (as opposite to browser environment) (reliable) INDIRECT 0 May 16, 2021 diffie-hellman • 5.0.3 pure js diffie-hellman INDIRECT 5 April 11, 2018 dir-glob • 2.2.2 Convert directories to glob compatible strings INDIRECT 2 January 20, 2019 dns-equal • 1.0.0 Compare DNS record strings for equality INDIRECT 0 January 10, 2016 dns-packet • 1.3.4 An abstract-encoding compliant module for encoding / decoding DNS packets INDIRECT 2 May 26, 2021 dns-txt • 2.0.2 Encode/decode DNS-SD TXT record RDATA fields INDIRECT 1 April 24, 2016 dom-converter • 0.2.0 converts bare objects to DOM objects or xml representations INDIRECT 1 September 11, 2018 dom-serializer • 0.2.2 render dom nodes to string INDIRECT 2 November 9, 2019 dom-serializer • 1.4.1 render domhandler DOM nodes to a string INDIRECT 3 April 9, 2022 domain-browser • 1.2.0 Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more. INDIRECT 0 January 26, 2018 dot-prop • 5.3.0 Get, set, or delete a property from a nested object using a dot path INDIRECT 1 September 6, 2020 drop-console-webpack-plugin • 3.0.2 A webpack plugin for removing console and supporting webpack4 DIRECT 3 August 23, 2018 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 December 17, 2024 duplexify • 3.7.1 Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input INDIRECT 12 February 4, 2019 ecc-jsbn • 0.1.2 ECC JS code based on JSBN INDIRECT 2 July 29, 2018 ee-first • 1.1.1 return the first event in a set of ee/event pairs INDIRECT 0 May 25, 2015 elliptic • 6.6.1 EC cryptography INDIRECT 7 November 13, 2024 emoji-regex • 7.0.3 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 December 21, 2018 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 March 5, 2019 emojis-list • 2.1.0 Complete list of standard emojis. INDIRECT 0 October 3, 2016 emojis-list • 3.0.0 Complete list of standard emojis. INDIRECT 0 May 12, 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 enhanced-resolve • 4.5.0 Offers a async require.resolve function. It's highly configurable. INDIRECT 13 January 11, 2021 errno • 0.1.8 libuv errno details exposed INDIRECT 1 December 16, 2020 error-ex • 1.3.2 Easy error subclassing and stack customization INDIRECT 1 June 19, 2018 es-abstract • 1.23.9 ECMAScript spec abstract operations. INDIRECT 84 January 2, 2025 es-array-method-boxes-properly • 1.0.0 Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument. INDIRECT 0 September 28, 2019 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 es-set-tostringtag • 2.1.0 A helper to optimistically set Symbol.toStringTag, when possible. INDIRECT 13 January 2, 2025 es-shim-unscopables • 1.0.2 Helper package to shim a method into `Array.prototype[Symbol.unscopables]` INDIRECT 2 October 21, 2023 es-to-primitive • 1.3.0 ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions. INDIRECT 19 November 26, 2024 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 eslint-import-resolver-node • 0.3.9 Node default behavior import resolution plugin for eslint-plugin-import. INDIRECT 8 August 8, 2023 eslint-module-utils • 2.12.0 Core utilities to support eslint-plugin-import and other module-related plugins. INDIRECT 2 September 26, 2024 eslint-plugin-import • 2.31.0 Import with sanity. DIRECT 116 October 3, 2024 eslint-plugin-vue • 5.2.3 Official ESLint plugin for Vue.js DIRECT 13 June 24, 2019 eslint-utils • 1.4.3 Utilities for ESLint plugins. INDIRECT 1 October 20, 2019 eslint • 5.16.0 An AST-based pattern checker for JavaScript. DIRECT 115 March 30, 2019 etag • 1.8.1 Create simple HTTP ETags INDIRECT 0 September 13, 2017 eventemitter3 • 4.0.7 EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface. INDIRECT 0 August 27, 2020 events • 3.3.0 Node's event emitter for all engines. INDIRECT 0 February 27, 2021 eventsource • 2.0.2 W3C compliant EventSource client for Node.js and browser (polyfill) INDIRECT 0 May 12, 2022 evp_bytestokey • 1.0.3 The insecure key derivation algorithm from OpenSSL INDIRECT 4 September 5, 2017 execa • 1.0.0 A better `child_process` INDIRECT 18 August 26, 2018 execall • 2.0.0 Find multiple RegExp matches in a string INDIRECT 2 April 18, 2019 expand-brackets • 2.1.4 Expand POSIX bracket expressions (character classes) in glob patterns. INDIRECT 63 December 12, 2016 expand-tilde • 2.0.2 Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd. INDIRECT 2 December 8, 2016 express • 4.21.2 Fast, unopinionated, minimalist web framework INDIRECT 68 December 5, 2024 extend-shallow • 2.0.1 Extend an object with the properties of additional objects. node.js/javascript util. INDIRECT 1 July 16, 2015 extend-shallow • 3.0.2 Extend an object with the properties of additional objects. node.js/javascript util. INDIRECT 4 December 20, 2017 extend • 3.0.2 Port of jQuery.extend for node.js and the browser INDIRECT 0 July 19, 2018 external-editor • 3.1.0 Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT INDIRECT 5 July 8, 2019 extglob • 2.0.4 Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns. INDIRECT 66 January 12, 2018 extsprintf • 1.3.0 extended POSIX-style sprintf INDIRECT 0 March 7, 2015 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 June 8, 2020 fast-glob • 2.2.7 Is a faster `node-glob` alternative INDIRECT 91 May 18, 2019 fast-json-stable-stringify • 2.1.0 deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify INDIRECT 0 December 14, 2019 fast-levenshtein • 2.0.6 Efficient implementation of Levenshtein algorithm with locale-specific collator support. INDIRECT 0 December 27, 2016 fd-slicer2 • 1.2.0 Fork of fd-slicer that fixes the DEP00005 deprecation error INDIRECT 1 February 23, 2020 fibers • 4.0.3 Cooperative multi-tasking for Javascript DIRECT 1 January 7, 2020 figures • 2.0.0 Unicode symbols with Windows CMD fallbacks INDIRECT 1 October 18, 2016 file-entry-cache • 5.0.1 Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process INDIRECT 17 February 4, 2019 file-loader • 4.3.0 A file loader module for webpack DIRECT 14 November 21, 2019 file-uri-to-path • 1.0.0 Convert a file: URI to a file path INDIRECT 0 July 6, 2017 fill-range • 4.0.0 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 7 April 23, 2017 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 find-cache-dir • 2.1.0 Finds the common standard cache directory INDIRECT 11 March 12, 2019 find-cache-dir • 3.3.2 Finds the common standard cache directory INDIRECT 10 August 29, 2021 find-up • 1.1.2 Find a file by walking up parent directories INDIRECT 3 March 5, 2016 find-up • 2.1.0 Find a file by walking up parent directories INDIRECT 5 December 2, 2016 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 findup-sync • 3.0.0 Find the first file matching a given pattern in the current directory or the nearest ancestor directory. INDIRECT 93 December 28, 2018 flat-cache • 2.0.1 A stupidly simple key/value storage using files to persist some data INDIRECT 16 January 9, 2019 flatten • 1.0.3 Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility. INDIRECT 0 October 31, 2019 flush-write-stream • 1.1.1 A write stream constructor that supports a flush function that is called before finish is emitted INDIRECT 8 February 8, 2019 flushwritable • 1.0.0 A Writable stream that flushes before emitting finish INDIRECT 0 November 12, 2014 follow-redirects • 1.15.9 HTTP and HTTPS modules that follow redirects. INDIRECT 0 September 6, 2024 for-each • 0.3.3 A better forEach INDIRECT 1 June 2, 2018 for-in • 1.0.2 Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js INDIRECT 0 February 28, 2017 form-data • 2.3.3 A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. INDIRECT 5 October 17, 2018 forwarded • 0.2.0 Parse HTTP X-Forwarded-For header INDIRECT 0 May 31, 2021 fragment-cache • 0.2.1 A cache for managing namespaced sub-caches INDIRECT 1 March 14, 2017 fresh • 0.5.2 HTTP response freshness testing INDIRECT 0 September 14, 2017 from2 • 2.3.0 Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2" INDIRECT 8 August 15, 2016 fs-constants • 1.0.0 Require constants across node and the browser INDIRECT 0 April 26, 2018 fs-readdir-recursive • 1.1.0 Recursively read a directory INDIRECT 0 November 10, 2017 fsevents • 1.2.13 Native Access to Mac OS-X FSEvents INDIRECT 3 May 5, 2020 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 function.prototype.name • 1.1.8 An ES2015 spec-compliant `Function.prototype.name` shim INDIRECT 21 December 20, 2024 functional-red-black-tree • 1.0.1 A fully persistent balanced binary search tree INDIRECT 0 September 29, 2014 functions-have-names • 1.2.3 Does this JS environment support the `name` property on functions? INDIRECT 0 April 19, 2022 gaze • 1.1.3 A globbing fs.watch wrapper built from the best parts of other fine watch libs. INDIRECT 13 May 21, 2018 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-port • 3.2.0 Get an available port INDIRECT 0 August 20, 2017 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 January 2, 2025 get-ready • 1.0.0 mixin to add one-time ready event callback handler INDIRECT 0 September 29, 2015 get-stdin • 4.0.1 Easier stdin INDIRECT 0 January 20, 2015 get-stdin • 7.0.0 Get stdin as a string or buffer INDIRECT 0 April 15, 2019 get-stream • 4.1.0 Get a stream as a string, buffer, or array INDIRECT 4 October 2, 2018 get-symbol-description • 1.1.0 Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible. INDIRECT 13 December 17, 2024 get-value • 2.0.6 Use property paths (`a.b.c`) to get a nested value from an object. INDIRECT 0 June 18, 2016 getpass • 0.1.7 getpass for node.js INDIRECT 1 April 25, 2017 global-modules • 1.0.0 The directory used by npm for globally installed npm modules. INDIRECT 9 June 28, 2017 global-modules • 2.0.0 The directory used by npm for globally installed npm modules. INDIRECT 5 December 15, 2018 global-prefix • 1.0.2 Get the npm global path prefix. INDIRECT 7 August 6, 2017 global-prefix • 3.0.0 Get the npm global path prefix. INDIRECT 4 December 15, 2018 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 April 30, 2019 globalthis • 1.0.4 ECMAScript spec-compliant polyfill/shim for `globalThis` INDIRECT 7 April 30, 2024 globby • 6.1.0 Extends `glob` with support for multiple patterns and exposes a Promise API INDIRECT 17 November 4, 2016 globby • 9.2.0 Extends `glob` with support for multiple patterns and exposes a Promise API INDIRECT 115 April 1, 2019 globjoin • 0.1.4 Join paths and globs. INDIRECT 0 February 16, 2016 globule • 1.3.4 An easy-to-use wildcard globbing library. INDIRECT 12 June 21, 2022 gonzales-pe • 4.3.0 Gonzales Preprocessor Edition (fast CSS parser) INDIRECT 1 March 30, 2020 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 December 4, 2024 handle-thing • 2.0.1 Wrap Streams2 instance into a HandleWrap INDIRECT 0 March 25, 2020 har-validator • 5.1.5 Extremely fast HTTP Archive (HAR) validator using JSON Schema INDIRECT 7 July 30, 2020 has-ansi • 2.0.0 Check if a string has ANSI escape codes INDIRECT 1 June 30, 2015 has-bigints • 1.1.0 Determine if the JS environment has BigInt support. INDIRECT 0 December 18, 2024 has-flag • 1.0.0 Check if argv has a specific flag INDIRECT 0 July 7, 2015 has-flag • 3.0.0 Check if argv has a specific flag INDIRECT 0 January 2, 2018 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 April 6, 2019 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 February 13, 2024 has-proto • 1.2.0 Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`? INDIRECT 5 December 6, 2024 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 December 2, 2024 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 February 1, 2024 has-value • 0.3.1 Returns true if a value exists, false if empty. Works with deeply nested values using object paths. INDIRECT 4 March 27, 2016 has-value • 1.0.0 Returns true if a value exists, false if empty. Works with deeply nested values using object paths. INDIRECT 7 May 19, 2017 has-values • 0.1.4 Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT 0 March 27, 2016 has-values • 1.0.0 Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT 4 May 19, 2017 has • 1.0.4 Object.prototype.hasOwnProperty.call shortcut INDIRECT 0 October 3, 2023 hash-base • 3.0.5 abstract base class for hash-streams INDIRECT 2 November 24, 2024 hash-sum • 1.0.2 Blazing fast unique hash generator INDIRECT 0 July 14, 2015 hash.js • 1.1.7 Various hash functions that could be run by both browser and node INDIRECT 2 November 30, 2018 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 March 10, 2024 he • 1.2.0 A robust HTML entities encoder/decoder with full Unicode support. INDIRECT 0 September 23, 2018 hex-color-regex • 1.1.0 The best regular expression (regex) for matching hex color values from string. INDIRECT 0 June 3, 2017 hmac-drbg • 1.0.1 Deterministic random bit generator (hmac) INDIRECT 4 April 9, 2017 homedir-polyfill • 1.0.3 Node.js os.homedir polyfill for older versions of node.js. INDIRECT 1 February 21, 2019 hpack.js • 2.1.6 HPACK implementation INDIRECT 11 September 18, 2016 hsl-regex • 1.0.0 Regex for matching HSL colors. INDIRECT 0 January 30, 2015 hsla-regex • 1.0.0 Regex for matching HSLA colors. INDIRECT 0 January 30, 2015 html-entities • 1.4.0 Faster HTML entities encode/decode library. INDIRECT 0 December 19, 2020 html-minifier • 3.5.21 Highly configurable, well-tested, JavaScript-based HTML minifier. INDIRECT 12 October 25, 2018 html-tags • 3.3.1 List of standard HTML tags INDIRECT 0 April 5, 2023 html-webpack-plugin • 3.2.0 Simplifies creation of HTML files to serve your webpack bundles DIRECT 126 April 3, 2018 htmlparser2 • 3.10.1 Fast & forgiving HTML/XML/RSS parser INDIRECT 12 February 14, 2019 htmlparser2 • 6.1.0 Fast & forgiving HTML/XML parser INDIRECT 5 April 8, 2021 http-basic • 8.1.3 Very low level wrapper arround http.request/https.request INDIRECT 15 April 12, 2019 http-deceiver • 1.2.7 Deceive HTTP parser INDIRECT 0 May 17, 2016 http-errors • 1.6.3 Create HTTP error objects INDIRECT 4 March 29, 2018 http-errors • 2.0.0 Create HTTP error objects INDIRECT 5 December 18, 2021 http-parser-js • 0.5.9 A pure JS HTTP parser for node. INDIRECT 0 January 9, 2025 http-proxy-middleware • 0.19.1 The one-liner node.js proxy middleware for connect, express and browser-sync INDIRECT 88 November 25, 2018 http-proxy-middleware • 0.20.0 The one-liner node.js proxy middleware for connect, express and browser-sync DIRECT 13 September 3, 2019 http-proxy • 1.18.1 HTTP proxying for the masses INDIRECT 3 May 17, 2020 http-response-object • 3.0.2 A simple object to represent an http response INDIRECT 1 March 20, 2019 http-signature • 1.2.0 Reference implementation of Joyent's HTTP Signature scheme. INDIRECT 15 August 25, 2017 https-browserify • 1.0.0 https module compatability for browserify INDIRECT 0 April 4, 2017 iconv-lite • 0.4.24 Convert character encodings in pure javascript. INDIRECT 1 August 22, 2018 iconv-lite • 0.5.2 Convert character encodings in pure javascript. INDIRECT 1 June 8, 2020 iferr • 0.1.5 Higher-order functions for easier error handling INDIRECT 0 December 2, 2014 ignore • 4.0.6 Ignore is a manager and filter for .gitignore rules. INDIRECT 0 August 12, 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 image-size • 0.5.5 get dimensions of any image file INDIRECT 0 June 12, 2017 import-cwd • 2.1.0 Import a module like with `require()` but from the current working directory INDIRECT 2 May 21, 2017 import-fresh • 2.0.0 Import a module while bypassing the cache INDIRECT 4 May 21, 2017 import-fresh • 3.3.0 Import a module while bypassing the cache INDIRECT 3 December 20, 2020 import-from • 2.1.0 Import a module like with `require()` but from a given path INDIRECT 1 May 21, 2017 import-lazy • 4.0.0 Import a module lazily INDIRECT 0 April 27, 2019 import-local • 2.0.0 Let a globally installed package use a locally installed version of itself if available INDIRECT 9 August 31, 2018 imurmurhash • 0.1.4 An incremental implementation of MurmurHash3 INDIRECT 0 August 24, 2013 indent-string • 2.1.0 Indent each line in a string INDIRECT 2 August 21, 2015 indent-string • 3.2.0 Indent each line in a string INDIRECT 0 July 23, 2017 indexes-of • 1.0.1 line String/Array#indexOf but return all the indexes in an array INDIRECT 0 November 17, 2013 inquirer • 6.5.2 A collection of common interactive command line user interfaces. INDIRECT 33 August 23, 2019 internal-ip • 4.3.0 Get your internal IP address INDIRECT 22 April 5, 2019 internal-slot • 1.1.0 ES spec-like internal slots INDIRECT 18 December 13, 2024 interpret • 1.4.0 A dictionary of file extensions and associated module loaders. INDIRECT 0 June 3, 2020 ip-regex • 2.1.0 Regular expression for matching IP addresses (IPv4 & IPv6) INDIRECT 0 March 11, 2017 ip • 1.1.9 [![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip) DIRECT 0 February 19, 2024 ipaddr.js • 1.9.1 A library for manipulating IPv4 and IPv6 addresses in JavaScript. INDIRECT 0 July 17, 2019 is-absolute-url • 2.1.0 Check if an URL is absolute INDIRECT 0 December 11, 2016 is-absolute-url • 3.0.3 Check if a URL is absolute INDIRECT 0 September 29, 2019 is-accessor-descriptor • 1.0.1 Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. INDIRECT 2 October 26, 2023 is-alphabetical • 1.0.4 Check if a character is alphabetical INDIRECT 0 January 25, 2020 is-alphanumeric • 1.0.0 Check if a string only contains alphanumeric characters INDIRECT 0 July 5, 2015 is-alphanumerical • 1.0.4 Check if a character is alphanumerical INDIRECT 2 January 25, 2020 is-arguments • 1.2.0 Is this an arguments object? It's a harder question than you think. INDIRECT 14 December 13, 2024 is-array-buffer • 3.0.5 Is this value a JS ArrayBuffer? INDIRECT 17 December 16, 2024 is-arrayish • 0.2.1 Determines if an object can be used as an array INDIRECT 0 August 31, 2015 is-arrayish • 0.3.2 Determines if an object can be used as an array INDIRECT 0 June 19, 2018 is-async-function • 2.1.0 Determine if a function is a native async function. INDIRECT 16 January 2, 2025 is-bigint • 1.1.0 Is this value an ES BigInt? INDIRECT 1 December 2, 2024 is-binary-path • 1.0.1 Check if a filepath is a binary file INDIRECT 1 May 25, 2015 is-binary-path • 2.1.0 Check if a file path is a binary file INDIRECT 1 April 19, 2019 is-boolean-object • 1.2.1 Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 14 December 13, 2024 is-buffer • 1.1.6 Determine if an object is a Buffer INDIRECT 0 October 25, 2017 is-buffer • 2.0.5 Determine if an object is a Buffer INDIRECT 0 November 3, 2020 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 September 23, 2022 is-color-stop • 1.1.0 Check if a string is CSS color stop INDIRECT 6 July 25, 2017 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 December 21, 2024 is-data-descriptor • 1.0.1 Returns true if a value has the characteristics of a valid JavaScript data descriptor. INDIRECT 2 October 26, 2023 is-data-view • 1.0.2 Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 24 December 12, 2024 is-date-object • 1.1.0 Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 14 December 13, 2024 is-decimal • 1.0.4 Check if a character is decimal INDIRECT 0 January 25, 2020 is-descriptor • 0.1.7 Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors. INDIRECT 4 October 27, 2023 is-descriptor • 1.0.3 Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors. INDIRECT 4 October 27, 2023 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-extendable • 0.1.1 Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?" INDIRECT 0 July 4, 2015 is-extendable • 1.0.1 Returns true if a value is a plain object, array or function. INDIRECT 2 September 11, 2017 is-extglob • 2.1.1 Returns true if a string has an extglob. INDIRECT 0 December 11, 2016 is-finalizationregistry • 1.1.1 Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 13 December 17, 2024 is-finite • 1.1.0 ES2015 Number.isFinite() ponyfill INDIRECT 0 February 7, 2020 is-fullwidth-code-point • 1.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 1 July 16, 2015 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-generator-function • 1.1.0 Determine if a function is a native generator function. INDIRECT 16 January 2, 2025 is-glob • 3.1.0 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 October 12, 2016 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-hexadecimal • 1.0.4 Check if a character is hexadecimal INDIRECT 0 January 25, 2020 is-map • 2.0.3 Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 0 March 8, 2024 is-number-object • 1.1.1 Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 14 December 16, 2024 is-number • 3.0.0 Returns true if the value is a number. comprehensive tests. INDIRECT 2 September 11, 2016 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-path-cwd • 2.2.0 Check if a path is the current working directory INDIRECT 0 July 5, 2019 is-path-in-cwd • 2.1.0 Check if a path is in the current working directory INDIRECT 2 April 20, 2019 is-path-inside • 2.1.0 Check if a path is inside another path INDIRECT 1 April 15, 2019 is-plain-obj • 1.1.0 Check if a value is a plain object INDIRECT 0 November 5, 2015 is-plain-object • 2.0.4 Returns true if an object was created by the `Object` constructor. INDIRECT 1 July 11, 2017 is-regex • 1.2.1 Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag INDIRECT 14 December 12, 2024 is-regexp • 2.1.0 Check if a value is a regular expression INDIRECT 0 April 16, 2019 is-set • 2.0.3 Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 0 March 8, 2024 is-shared-array-buffer • 1.0.4 Is this value a JS SharedArrayBuffer? INDIRECT 13 December 18, 2024 is-stream • 1.1.0 Check if something is a Node.js stream INDIRECT 0 April 12, 2016 is-string • 1.1.1 Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 14 December 16, 2024 is-symbol • 1.1.1 Determine if a value is an ES6 Symbol or not. INDIRECT 16 December 13, 2024 is-typed-array • 1.1.15 Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 23 December 18, 2024 is-typedarray • 1.0.0 Detect whether or not an object is a Typed Array INDIRECT 0 May 17, 2015 is-utf8 • 0.2.1 Detect if a buffer is utf8 encoded. INDIRECT 0 December 19, 2015 is-weakmap • 2.0.2 Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 0 March 8, 2024 is-weakref • 1.1.0 Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 13 December 13, 2024 is-weakset • 2.0.4 Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 13 December 17, 2024 is-what • 3.14.1 JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration. INDIRECT 0 February 22, 2021 is-whitespace-character • 1.0.4 Check if a character is a whitespace character INDIRECT 0 January 25, 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-word-character • 1.0.4 Check if a character is a word character INDIRECT 0 January 25, 2020 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 isarray • 2.0.5 Array#isArray for older browsers INDIRECT 0 July 8, 2019 isnumeric • 0.2.0 Determine if a JavaScript object is numeric INDIRECT 0 April 15, 2015 isobject • 2.1.0 Returns true if the value is an object and not an array or null. INDIRECT 1 April 25, 2016 isobject • 3.0.1 Returns true if the value is an object and not an array or null. INDIRECT 0 June 30, 2017 isstream • 0.1.2 Determine if an object is a Stream INDIRECT 0 March 7, 2015 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 jsbn • 0.1.1 The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers. INDIRECT 0 February 12, 2017 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 json-parse-even-better-errors • 2.3.1 JSON.parse with context information on error INDIRECT 0 September 2, 2020 json-schema-traverse • 0.4.1 Traverse JSON Schema passing each schema object to callback INDIRECT 0 June 10, 2018 json-stable-stringify-without-jsonify • 1.0.1 deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies INDIRECT 0 December 15, 2016 json5 • 0.5.1 JSON for the ES5 era. INDIRECT 0 November 27, 2016 json5 • 1.0.2 JSON for humans. INDIRECT 1 December 30, 2022 json5 • 2.2.3 JSON for Humans INDIRECT 0 December 31, 2022 jsprim • 1.4.2 utilities for primitive JavaScript types INDIRECT 5 November 29, 2021 kind-of • 3.2.2 Get the native type of a value. INDIRECT 1 May 16, 2017 kind-of • 4.0.0 Get the native type of a value. INDIRECT 1 May 19, 2017 kind-of • 6.0.3 Get the native type of a value. INDIRECT 0 January 16, 2020 known-css-properties • 0.17.0 List of known CSS properties INDIRECT 0 October 27, 2019 last-call-webpack-plugin • 3.0.0 A Webpack plugin that allows to transform \ modify assets just before Webpack emits them. INDIRECT 4 March 4, 2018 lazy-cache • 1.0.4 Cache requires to be lazy-loaded when needed. INDIRECT 0 April 23, 2016 less-loader • 5.0.0 A Less loader for webpack. Compiles Less to CSS. DIRECT 7 April 29, 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 levn • 0.3.0 Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible INDIRECT 2 December 29, 2015 lines-and-columns • 1.2.4 Maps lines and columns to character offsets and back. INDIRECT 0 November 21, 2021 load-json-file • 1.1.0 Read and parse a JSON file INDIRECT 9 November 14, 2015 load-json-file • 4.0.0 Read and parse a JSON file INDIRECT 7 November 4, 2017 loader-runner • 2.4.0 Runs (webpack) loaders INDIRECT 0 January 15, 2019 loader-utils • 0.2.17 utils for webpack loaders INDIRECT 4 February 20, 2017 loader-utils • 1.4.2 utils for webpack loaders INDIRECT 4 November 11, 2022 loader-utils • 2.0.4 utils for webpack loaders INDIRECT 3 November 11, 2022 locate-path • 2.0.0 Get the first path that exists on disk of multiple paths INDIRECT 4 November 28, 2016 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 lodash._reinterpolate • 3.0.0 The modern build of lodash’s internal `reInterpolate` as a module. INDIRECT 0 February 4, 2015 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 August 13, 2016 lodash.memoize • 4.1.2 The lodash method `_.memoize` exported as a module. INDIRECT 0 August 13, 2016 lodash.template • 4.5.0 The Lodash method `_.template` exported as a module. INDIRECT 2 July 10, 2019 lodash.templatesettings • 4.2.0 The Lodash method `_.templateSettings` exported as a module. INDIRECT 1 July 10, 2019 lodash.uniq • 4.5.0 The lodash method `_.uniq` exported as a module. INDIRECT 0 August 13, 2016 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 February 20, 2021 log-symbols • 2.2.0 Colored symbols for various log levels. Example: ✔︎ Success INDIRECT 7 January 21, 2018 log-symbols • 3.0.0 Colored symbols for various log levels. Example: `✔︎ Success` INDIRECT 7 April 17, 2019 loglevel • 1.9.2 Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods INDIRECT 0 September 6, 2024 longest-streak • 2.0.4 Count the longest repeating streak of a character INDIRECT 0 January 25, 2020 longest • 1.0.1 Get the longest item in an array. INDIRECT 0 March 31, 2015 loud-rejection • 1.6.0 Make unhandled promise rejections fail loudly instead of the default silent fail INDIRECT 3 July 3, 2016 lower-case • 1.1.4 Lowercase a string INDIRECT 0 February 24, 2017 make-dir • 2.1.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 2 March 3, 2019 make-dir • 3.1.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 1 April 22, 2020 map-cache • 0.2.2 Basic cache object for storing key-value pairs. INDIRECT 0 May 10, 2016 map-obj • 1.0.1 Map object keys and values into a new object INDIRECT 0 May 2, 2015 map-obj • 2.0.0 Map object keys and values into a new object INDIRECT 0 September 17, 2016 map-visit • 1.0.0 Map `visit` over an array of objects. INDIRECT 2 April 9, 2017 markdown-escapes • 1.0.4 List of escapable characters in markdown INDIRECT 0 January 24, 2020 markdown-table • 1.1.3 Markdown/ASCII tables INDIRECT 0 May 9, 2019 math-expression-evaluator • 1.4.0 A flexible math expression evaluator INDIRECT 0 July 3, 2022 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 December 19, 2024 mathml-tag-names • 2.1.3 List of known MathML tag-names INDIRECT 0 January 24, 2020 md5.js • 1.3.5 node style md5 on pure JavaScript INDIRECT 3 October 2, 2018 mdast-util-compact • 1.0.4 Make an mdast tree compact INDIRECT 3 November 10, 2019 media-typer • 0.3.0 Simple RFC 6838 media type parser and formatter INDIRECT 0 September 8, 2014 memory-fs • 0.4.1 A simple in-memory filesystem. Holds data in a javascript object. INDIRECT 10 December 7, 2016 memory-fs • 0.5.0 A simple in-memory filesystem. Holds data in a javascript object. INDIRECT 10 October 8, 2019 meow • 3.7.0 CLI app helper INDIRECT 46 January 4, 2016 meow • 5.0.0 CLI app helper INDIRECT 50 April 25, 2018 merge-descriptors • 1.0.3 Merge objects using descriptors INDIRECT 0 November 16, 2023 merge-source-map • 1.1.0 Merge old source map and new source map in multi-transform flow INDIRECT 1 December 25, 2017 merge2 • 1.4.1 Merge multiple streams into one stream in sequence or parallel. INDIRECT 0 June 3, 2020 methods • 1.1.2 HTTP methods that node supports INDIRECT 0 January 18, 2016 micromatch • 3.1.10 Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. INDIRECT 80 March 22, 2018 micromatch • 4.0.8 Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch. INDIRECT 5 August 23, 2024 miller-rabin • 4.0.1 Miller Rabin algorithm for primality test INDIRECT 2 September 27, 2017 mime-db • 1.52.0 Media Type Database INDIRECT 0 February 21, 2022 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 • 1.2.0 Make a function mimic another one INDIRECT 0 February 2, 2018 minimalistic-crypto-utils • 1.0.1 Minimalistic tools for JS crypto modules INDIRECT 0 February 22, 2017 minimist-options • 3.0.2 Pretty options for minimist INDIRECT 2 August 9, 2017 minimist • 1.2.8 parse argument options INDIRECT 0 February 9, 2023 mixin-deep • 1.3.2 Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. INDIRECT 4 June 24, 2019 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 multicast-dns-service-types • 1.1.0 Parse and stringify mdns service types INDIRECT 0 April 12, 2015 multicast-dns • 6.2.3 Low level multicast-dns implementation in pure javascript INDIRECT 4 January 27, 2018 nan • 2.22.0 Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibility INDIRECT 0 October 11, 2024 nanomatch • 1.2.13 Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces) INDIRECT 68 June 27, 2018 native-request • 1.1.2 A simple package with no dependencies for native requests using callback INDIRECT 0 August 24, 2024 natural-compare • 1.4.0 Compare strings containing a mix of letters and numbers in the way a human being would in sort order. INDIRECT 0 July 22, 2016 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 nice-try • 1.0.5 Tries to execute a function and discards any error that occurs INDIRECT 0 August 25, 2018 no-case • 2.3.2 Remove case from a string INDIRECT 1 September 8, 2017 node-gyp • 3.8.0 Node.js native addon build tool INDIRECT 101 August 9, 2018 node-libs-browser • 2.2.1 The node core libs for in browser usage. INDIRECT 97 June 12, 2019 node-releases • 2.0.19 Node.js releases data INDIRECT 0 December 10, 2024 node-sass • 4.14.1 Wrapper around libsass DIRECT 192 May 4, 2020 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 normalize-range • 0.1.2 Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates INDIRECT 0 September 13, 2015 normalize-selector • 0.2.0 Normalize CSS Selectors INDIRECT 0 August 10, 2015 normalize-url • 3.3.0 Normalize a URL INDIRECT 0 September 1, 2018 npm-run-path • 2.0.2 Get your PATH prepended with locally installed binaries INDIRECT 1 September 29, 2016 num2fraction • 1.2.2 Convert number to fraction INDIRECT 0 September 14, 2015 number-is-nan • 1.0.1 ES2015 Number.isNaN() ponyfill INDIRECT 0 September 30, 2016 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 January 16, 2017 object-copy • 0.1.0 Copy static properties, prototype properties, and descriptors from one object to another. INDIRECT 9 June 9, 2016 object-inspect • 1.13.3 string representations of objects in node and the browser INDIRECT 0 November 9, 2024 object-is • 1.1.6 ES2015-compliant shim for Object.is - differentiates between -0 and +0 INDIRECT 18 February 28, 2024 object-keys • 1.1.1 An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0 April 7, 2019 object-visit • 1.0.1 Call a specified method on each value in the given object. INDIRECT 1 May 30, 2017 object.assign • 4.1.7 ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim INDIRECT 19 December 18, 2024 object.fromentries • 2.0.8 ES proposal-spec-compliant Object.fromEntries shim. INDIRECT 85 March 18, 2024 object.getownpropertydescriptors • 2.1.8 ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5. INDIRECT 87 March 20, 2024 object.groupby • 1.0.3 An ESnext spec-compliant `Object.groupBy` shim/polyfill/replacement that works as far down as ES3. INDIRECT 85 March 18, 2024 object.pick • 1.3.0 Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore. INDIRECT 1 August 19, 2017 object.values • 1.2.1 ES2017 spec-compliant Object.values shim. INDIRECT 19 December 19, 2024 obuf • 1.1.2 Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges. INDIRECT 0 March 10, 2018 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 • 2.0.1 Ensure a function is only called once INDIRECT 1 March 20, 2017 opn • 5.5.0 A better node-open. Opens stuff like websites, files, executables. Cross-platform. INDIRECT 1 March 16, 2019 optimize-css-assets-webpack-plugin • 5.0.8 A Webpack plugin to optimize \ minimize CSS assets. DIRECT 217 June 23, 2021 optionator • 0.8.3 option parsing and help generation INDIRECT 6 November 6, 2019 os-browserify • 0.3.0 The [os](https://nodejs.org/api/os.html) module from node.js, but for browsers. INDIRECT 0 April 20, 2017 os-homedir • 1.0.2 Node.js 4 `os.homedir()` ponyfill INDIRECT 0 September 30, 2016 os-tmpdir • 1.0.2 Node.js os.tmpdir() ponyfill INDIRECT 0 September 30, 2016 own-keys • 1.0.1 Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible INDIRECT 15 December 29, 2024 p-finally • 1.0.0 `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome INDIRECT 0 October 21, 2016 p-limit • 1.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 June 6, 2018 p-limit • 2.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 April 5, 2020 p-locate • 2.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 November 28, 2016 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-map • 2.1.0 Map over promises concurrently INDIRECT 0 April 6, 2019 p-retry • 3.0.1 Retry a promise-returning or async function INDIRECT 1 January 14, 2019 p-try • 1.0.0 `Promise#try()` ponyfill - Starts a promise chain INDIRECT 0 October 21, 2016 p-try • 2.2.0 `Start a promise chain INDIRECT 0 March 31, 2019 parallel-transform • 1.2.0 Transform stream that allows you to run your transforms in parallel without changing the order INDIRECT 9 September 5, 2019 param-case • 2.1.1 Param case a string INDIRECT 2 March 18, 2017 parent-module • 1.0.1 Get the path of the parent module INDIRECT 1 March 28, 2019 parse-entities • 1.2.2 Parse HTML character references: fast, spec-compliant, positional information INDIRECT 7 May 15, 2019 parse-json • 2.2.0 Parse JSON with more helpful errors INDIRECT 2 August 31, 2015 parse-json • 4.0.0 Parse JSON with more helpful errors INDIRECT 3 November 4, 2017 parse-json • 5.2.0 Parse JSON with more helpful errors INDIRECT 8 January 18, 2021 parse-passwd • 1.0.0 Parse a passwd file into a list of users. INDIRECT 0 October 19, 2016 parseurl • 1.3.3 parse a url with memoization INDIRECT 0 April 16, 2019 pascalcase • 0.1.1 Convert a string to pascal-case. INDIRECT 0 December 4, 2015 path-browserify • 0.0.1 the path module from node core for browsers INDIRECT 0 June 20, 2018 path-dirname • 1.0.2 Node.js path.dirname() ponyfill INDIRECT 0 October 18, 2016 path-exists • 2.1.0 Check if a path exists INDIRECT 2 November 14, 2015 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 • 2.0.1 Get the PATH environment variable key cross-platform INDIRECT 0 September 26, 2016 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 May 25, 2021 path-to-regexp • 0.1.12 Express style path to RegExp utility INDIRECT 0 December 5, 2024 path-type • 1.1.0 Check if a path is a file, directory, or symlink INDIRECT 4 November 14, 2015 path-type • 3.0.0 Check if a path is a file, directory, or symlink INDIRECT 1 July 8, 2017 path-type • 4.0.0 Check if a path is a file, directory, or symlink INDIRECT 0 March 12, 2019 path • 0.12.7 Node.JS path module DIRECT 3 September 13, 2015 pbkdf2 • 3.1.2 This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes() INDIRECT 9 April 9, 2021 pend • 1.2.0 dead-simple optimistic async helper INDIRECT 0 November 23, 2014 performance-now • 2.1.0 Implements performance.now (based on process.hrtime). INDIRECT 0 February 19, 2017 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 • 2.3.0 Promisify a callback-style function INDIRECT 0 October 26, 2015 pify • 3.0.0 Promisify a callback-style function INDIRECT 0 May 28, 2017 pify • 4.0.1 Promisify a callback-style function INDIRECT 0 October 22, 2018 pinkie-promise • 2.0.1 ES2015 Promise ponyfill INDIRECT 1 April 10, 2016 pinkie • 2.0.4 Itty bitty little widdle twinkie pinkie ES2015 Promise implementation INDIRECT 0 February 1, 2016 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 pkg-dir • 4.2.0 Find the root directory of a Node.js project or npm package INDIRECT 6 May 21, 2019 portfinder • 1.0.32 A simple tool to find an open port on the current machine INDIRECT 6 August 13, 2022 posix-character-classes • 0.1.1 POSIX character classes for creating regular expressions. INDIRECT 0 April 20, 2017 possible-typed-array-names • 1.0.0 A simple list of possible Typed Array names. INDIRECT 0 February 19, 2024 postcss-atroot • 0.1.3 PostCSS plugin to place rules directly at the root INDIRECT 12 November 21, 2015 postcss-attribute-case-insensitive • 2.0.0 PostCSS plugin to support case insensitive attributes INDIRECT 13 May 6, 2017 postcss-attribute-case-insensitive • 4.0.2 PostCSS plugin to support case insensitive attributes INDIRECT 6 January 23, 2020 postcss-calc • 6.0.2 PostCSS plugin to reduce calc() INDIRECT 10 September 25, 2018 postcss-calc • 7.0.5 PostCSS plugin to reduce calc() INDIRECT 7 October 3, 2020 postcss-color-function • 4.1.0 PostCSS plugin to transform W3C CSS color function to more compatible CSS. INDIRECT 19 April 1, 2019 postcss-color-hex-alpha • 3.0.0 PostCSS plugin to transform W3C RGBA hexadecimal notations (#RRGGBBAA or #RGBA) to more compatible CSS (rgba()) INDIRECT 14 May 15, 2017 postcss-color-hex-alpha • 5.0.3 Use 4 & 8 character hex color notation in CSS INDIRECT 7 March 30, 2019 postcss-color-hsl • 2.0.0 PostCSS plugin to transform W3C CSS Color Module Level 4 hsl() new syntax to more compatible CSS (comma-separated hsl() or hsla()) INDIRECT 13 May 25, 2017 postcss-color-hwb • 3.0.0 PostCSS plugin to transform W3C CSS hwb() color to more compatible CSS (rgb() (or rgba())) INDIRECT 16 May 15, 2017 postcss-color-rebeccapurple • 3.1.0 PostCSS plugin to transform W3C CSS rebeccapurple color to more compatible CSS (rgb()) INDIRECT 13 May 2, 2018 postcss-color-rebeccapurple • 4.0.1 PostCSS plugin to transform W3C CSS rebeccapurple color to more compatible CSS (rgb()) INDIRECT 7 September 18, 2018 postcss-color-rgb • 2.0.0 PostCSS plugin to transform W3C CSS Color Module Level 4 rgb() new syntax to more compatible CSS (comma-separated rgb() or rgba()) INDIRECT 10 May 25, 2017 postcss-color-rgba-fallback • 3.0.0 PostCSS plugin to transform rgba() to hexadecimal INDIRECT 11 July 8, 2017 postcss-colormin • 4.0.3 Minify colors in your CSS files with PostCSS. INDIRECT 18 February 12, 2019 postcss-convert-values • 4.0.1 Convert values with PostCSS (e.g. ms -> s) INDIRECT 4 September 24, 2018 postcss-cssnext • 3.1.1 Use tomorrow’s CSS syntax, today DIRECT 86 September 13, 2021 postcss-custom-media • 6.0.0 PostCSS plugin to transform W3C CSS Custom Media Queries to more compatible CSS INDIRECT 9 May 12, 2017 postcss-custom-media • 7.0.8 Use Custom Media Queries in CSS INDIRECT 3 March 30, 2019 postcss-custom-properties • 6.3.1 PostCSS plugin to polyfill W3C CSS Custom Properties for cascading variables INDIRECT 10 February 16, 2018 postcss-custom-properties • 8.0.11 Use Custom Properties Queries in CSS INDIRECT 7 June 20, 2019 postcss-custom-selectors • 4.0.1 PostCSS plugin to transform W3C CSS Extensions(Custom Selectors) to more compatible CSS INDIRECT 11 May 15, 2017 postcss-custom-selectors • 5.1.2 Use Custom Selectors in CSS INDIRECT 7 September 20, 2018 postcss-discard-comments • 4.0.2 Discard comments in your CSS files with PostCSS. INDIRECT 3 February 12, 2019 postcss-discard-duplicates • 4.0.2 Discard duplicate rules in your CSS files with PostCSS. INDIRECT 3 September 25, 2018 postcss-discard-empty • 4.0.1 Discard empty rules and values with PostCSS. INDIRECT 3 September 24, 2018 postcss-discard-overridden • 4.0.1 PostCSS plugin to discard overridden @keyframes or @counter-style. INDIRECT 3 September 24, 2018 postcss-font-variant • 3.0.0 PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings) INDIRECT 9 May 11, 2017 postcss-font-variant • 4.0.1 PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings) INDIRECT 3 October 28, 2020 postcss-html • 0.36.0 PostCSS syntax for parsing HTML (and HTML-like) INDIRECT 13 January 2, 2019 postcss-image-set-polyfill • 0.3.5 PostCSS plugin for fallback image-set INDIRECT 10 June 12, 2017 postcss-import • 12.0.1 PostCSS plugin to import CSS files DIRECT 12 October 23, 2018 postcss-initial • 2.0.0 PostCSS plugin to fallback initial keyword. INDIRECT 12 May 9, 2017 postcss-initial • 3.0.4 PostCSS plugin to fallback initial keyword. INDIRECT 3 April 14, 2021 postcss-jsx • 0.36.4 PostCSS syntax for parsing CSS in JS literals INDIRECT 39 January 16, 2020 postcss-less • 3.1.4 LESS parser for PostCSS INDIRECT 3 March 17, 2019 postcss-load-config • 2.1.2 Autoload Config for PostCSS INDIRECT 17 September 27, 2020 postcss-loader • 3.0.0 PostCSS loader for webpack DIRECT 35 August 8, 2018 postcss-markdown • 0.36.0 PostCSS syntax for parsing Markdown INDIRECT 54 January 2, 2019 postcss-media-minmax • 3.0.0 Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix. INDIRECT 9 May 11, 2017 postcss-media-minmax • 4.0.0 Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix. INDIRECT 3 September 18, 2018 postcss-media-query-parser • 0.2.3 A tool for parsing media query lists. INDIRECT 0 October 27, 2016 postcss-merge-longhand • 4.0.11 Merge longhand properties into shorthand with PostCSS. INDIRECT 18 February 12, 2019 postcss-merge-rules • 4.0.3 Merge CSS rules with PostCSS. INDIRECT 20 February 12, 2019 postcss-message-helpers • 2.0.0 PostCSS helpers to throw or output GNU style messages INDIRECT 0 January 26, 2015 postcss-minify-font-values • 4.0.2 Minify font declarations with PostCSS INDIRECT 4 September 25, 2018 postcss-minify-gradients • 4.0.2 Minify gradient parameters with PostCSS. INDIRECT 12 February 12, 2019 postcss-minify-params • 4.0.2 Minify at-rule params with PostCSS INDIRECT 14 February 12, 2019 postcss-minify-selectors • 4.0.2 Minify selectors with PostCSS. INDIRECT 10 February 12, 2019 postcss-modules-local-by-default • 3.0.3 A CSS Modules transform to make local scope the default INDIRECT 8 July 25, 2020 postcss-nested • 4.2.3 PostCSS plugin to unwrap nested rules like how Sass does it INDIRECT 6 July 9, 2020 postcss-normalize-charset • 4.0.1 Add necessary or remove extra charset with PostCSS INDIRECT 3 September 25, 2018 postcss-normalize-display-values • 4.0.2 Normalize multiple value display syntaxes into single values. INDIRECT 5 February 12, 2019 postcss-normalize-positions • 4.0.2 Normalize keyword values for position into length values. INDIRECT 6 February 12, 2019 postcss-normalize-repeat-style • 4.0.2 Convert two value syntax for repeat-style into one value. INDIRECT 6 February 12, 2019 postcss-normalize-string • 4.0.2 Normalize wrapping quotes for CSS string literals. INDIRECT 5 February 12, 2019 postcss-normalize-timing-functions • 4.0.2 Normalize CSS animation/transition timing functions. INDIRECT 5 February 12, 2019 postcss-normalize-unicode • 4.0.1 Normalize unicode-range descriptors, and can convert to wildcard ranges. INDIRECT 11 September 24, 2018 postcss-normalize-url • 4.0.1 Normalize URLs with PostCSS INDIRECT 6 September 24, 2018 postcss-normalize-whitespace • 4.0.2 Trim whitespace inside and around CSS rules & declarations. INDIRECT 4 February 12, 2019 postcss-ordered-values • 4.1.2 Ensure values are ordered consistently in your CSS. INDIRECT 5 February 12, 2019 postcss-page-break • 2.0.0 PostCSS plugin postcss-page-break to fallback `break-` properties with `page-break-` alias INDIRECT 3 September 18, 2018 postcss-property-lookup • 2.0.0 PostCSS plugin that allows referencing property values without a variable INDIRECT 11 July 6, 2017 postcss-pseudoelements • 5.0.0 PostCSS plugin to add single-colon CSS 2.1 syntax pseudo selectors (i.e. :before) INDIRECT 9 July 9, 2017 postcss-reduce-initial • 4.0.3 Reduce initial definitions to the actual initial value, where possible. INDIRECT 14 February 12, 2019 postcss-reduce-transforms • 4.0.2 Reduce transform functions with PostCSS. INDIRECT 6 February 12, 2019 postcss-replace-overflow-wrap • 2.0.0 PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations. INDIRECT 9 May 29, 2017 postcss-replace-overflow-wrap • 3.0.0 PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations. INDIRECT 3 August 9, 2018 postcss-reporter • 6.0.1 Log PostCSS messages in the console INDIRECT 12 December 30, 2018 postcss-resolve-nested-selector • 0.1.6 Resolve a nested selector in a PostCSS AST INDIRECT 0 August 12, 2024 postcss-safe-parser • 4.0.2 Fault-tolerant CSS parser for PostCSS DIRECT 3 February 8, 2020 postcss-sass • 0.4.4 A Sass parser for PostCSS, using gonzales-pe. INDIRECT 5 April 4, 2020 postcss-scss • 2.1.1 SCSS parser for PostCSS INDIRECT 3 May 18, 2020 postcss-selector-matches • 3.0.1 PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectors INDIRECT 10 May 15, 2017 postcss-selector-matches • 4.0.0 PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectors INDIRECT 4 September 18, 2018 postcss-selector-not • 3.0.1 PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors INDIRECT 10 May 15, 2017 postcss-selector-not • 4.0.1 PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors INDIRECT 4 December 18, 2020 postcss-selector-parser • 2.2.3 > Selector parser with built in methods for working with selector strings. INDIRECT 3 February 23, 2017 postcss-selector-parser • 3.1.2 > Selector parser with built in methods for working with selector strings. INDIRECT 4 February 14, 2020 postcss-selector-parser • 5.0.0 > Selector parser with built in methods for working with selector strings. INDIRECT 3 December 22, 2018 postcss-selector-parser • 6.1.2 > Selector parser with built in methods for working with selector strings. INDIRECT 2 August 12, 2024 postcss-svgo • 4.0.3 Optimise inline SVG with PostCSS. INDIRECT 129 April 6, 2021 postcss-syntax • 0.36.2 Automatically switch PostCSS syntax by file extensions INDIRECT 0 January 3, 2019 postcss-unique-selectors • 4.0.1 Ensure CSS selectors are unique. INDIRECT 5 September 24, 2018 postcss-url • 8.0.0 PostCSS plugin to rebase or inline on url(). DIRECT 12 August 9, 2018 postcss-value-parser • 3.3.1 Transforms css values and at-rule params into the tree INDIRECT 0 October 12, 2018 postcss-value-parser • 4.2.0 Transforms css values and at-rule params into the tree INDIRECT 0 November 29, 2021 postcss-values-parser • 1.5.0 A CSS property value parser for use with PostCSS INDIRECT 3 March 20, 2018 postcss-values-parser • 2.0.1 A CSS property value parser for use with PostCSS INDIRECT 3 January 14, 2019 postcss • 5.2.18 Tool for transforming styles with JS plugins INDIRECT 11 October 4, 2017 postcss • 6.0.23 Tool for transforming styles with JS plugins INDIRECT 8 June 21, 2018 postcss • 7.0.39 Tool for transforming styles with JS plugins DIRECT 2 October 4, 2021 prelude-ls • 1.1.2 prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript. INDIRECT 0 May 15, 2015 prettier • 2.8.8 Prettier is an opinionated code formatter INDIRECT 0 April 23, 2023 pretty-error • 2.1.2 See nodejs errors with less clutter INDIRECT 16 October 18, 2020 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 June 19, 2019 process • 0.11.10 process information for node.js and browsers INDIRECT 0 April 26, 2017 progress • 2.0.3 Flexible ascii progress bar INDIRECT 0 December 5, 2018 promise • 8.3.0 Bare bones Promises/A+ implementation INDIRECT 1 October 25, 2022 proxy-addr • 2.0.7 Determine address of proxied request INDIRECT 2 June 1, 2021 prr • 1.0.1 A better Object.defineProperty() INDIRECT 0 July 22, 2014 psl • 1.15.0 Domain name parser based on the Public Suffix List INDIRECT 1 December 2, 2024 public-encrypt • 4.0.3 browserify version of publicEncrypt & privateDecrypt INDIRECT 20 October 1, 2018 pump • 2.0.1 pipe streams together and close all of them if one of them closes INDIRECT 3 January 22, 2018 pump • 3.0.2 pipe streams together and close all of them if one of them closes INDIRECT 3 September 11, 2024 pumpify • 1.5.1 Combine an array of streams into a single duplex stream using pump and duplexify INDIRECT 14 May 16, 2018 punycode • 1.4.1 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 March 20, 2016 punycode • 2.3.1 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 October 30, 2023 q • 1.5.1 A library for promises (CommonJS/Promises/A,B,D) INDIRECT 0 October 19, 2017 querystringify • 2.2.0 Querystringify - Small, simple but powerful query string parser. INDIRECT 0 August 17, 2020 quick-lru • 1.1.0 Simple "Least Recently Used" (LRU) cache INDIRECT 0 July 27, 2017 randombytes • 2.1.0 random bytes from browserify stand alone INDIRECT 1 February 19, 2019 randomfill • 1.0.4 random fill from browserify stand alone INDIRECT 2 February 16, 2018 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 read-cache • 1.0.0 Reads and caches the entire contents of a file until it is modified INDIRECT 1 January 11, 2016 read-pkg-up • 1.0.1 Read the closest package.json file INDIRECT 28 September 3, 2015 read-pkg-up • 3.0.0 Read the closest package.json file INDIRECT 30 November 4, 2017 read-pkg • 1.1.0 Read a package.json file INDIRECT 25 September 5, 2015 read-pkg • 3.0.0 Read a package.json file INDIRECT 23 November 4, 2017 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 • 2.2.1 Recursive version of fs.readdir with streaming api. INDIRECT 89 September 13, 2018 readdirp • 3.6.0 Recursive version of fs.readdir with streaming API. INDIRECT 1 March 14, 2021 redent • 1.0.0 Strip redundant indentation and indent the string INDIRECT 5 September 29, 2015 redent • 2.0.0 Strip redundant indentation and indent the string INDIRECT 2 July 10, 2016 reduce-css-calc • 1.3.0 Reduce CSS calc() function to the maximum INDIRECT 4 August 26, 2016 reduce-css-calc • 2.1.8 Reduce CSS calc() function to the maximum INDIRECT 2 January 8, 2021 reduce-function-call • 1.0.3 Reduce function calls in a string, using a callback INDIRECT 1 September 12, 2019 reflect.getprototypeof • 1.0.10 An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible INDIRECT 84 January 2, 2025 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.11.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 December 7, 2017 regenerator-runtime • 0.14.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 December 15, 2023 regenerator-transform • 0.15.2 Explode async and generator functions into a state machine. INDIRECT 2 August 4, 2023 regex-not • 1.0.2 Create a javascript regular expression for matching everything except for the given string. INDIRECT 7 February 20, 2018 regexp.prototype.flags • 1.5.4 ES6 spec-compliant RegExp.prototype.flags shim. INDIRECT 20 January 3, 2025 regexpp • 2.0.1 Regular expression parser for ECMAScript 2018. INDIRECT 0 October 5, 2018 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 relateurl • 0.2.7 Minify URLs by converting them from absolute to relative. INDIRECT 0 July 14, 2016 remark-parse • 6.0.3 Markdown parser for remark INDIRECT 24 November 15, 2018 remark-stringify • 6.0.4 Markdown compiler for remark INDIRECT 25 November 15, 2018 remark • 10.0.1 Markdown processor powered by plugins INDIRECT 52 November 15, 2018 renderkid • 2.0.7 Stylish console.log for node INDIRECT 15 June 10, 2021 repeat-element • 1.1.4 Create an array by repeating the given value n times. INDIRECT 0 April 7, 2021 repeat-string • 1.6.1 Repeat the given string n times. Fastest implementation for repeating a string. INDIRECT 0 October 23, 2016 repeating • 2.0.1 Repeat a string - fast INDIRECT 1 April 11, 2016 replace-ext • 1.0.0 Replaces a file extension with another one INDIRECT 0 August 16, 2016 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 requires-port • 1.0.0 Check if a protocol requires a certain port number to be added to an URL. INDIRECT 0 October 30, 2015 resolve-cwd • 2.0.0 Resolve the path of a module like `require.resolve()` but from the current working directory INDIRECT 1 April 28, 2017 resolve-dir • 1.0.1 Resolve a directory that is either local, global or in the user's home directory. INDIRECT 9 August 5, 2017 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-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-url • 0.2.1 Like Node.js’ `path.resolve`/`url.resolve` for the browser. INDIRECT 0 February 25, 2014 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 December 19, 2024 restore-cursor • 2.0.0 Gracefully restore the CLI cursor on exit INDIRECT 3 January 9, 2017 ret • 0.1.15 Tokenizes a string that represents a regular expression. INDIRECT 0 August 10, 2017 retry • 0.12.0 Abstraction for exponential and custom retry strategies for failed operations. INDIRECT 0 April 9, 2018 rgb-hex • 2.1.0 Convert RGB(A) color to HEX INDIRECT 0 November 4, 2016 rgb-regex • 1.0.1 Regex for RGB color strings. INDIRECT 0 February 2, 2015 rgba-regex • 1.0.0 Regex for matching RGBA color strings. INDIRECT 0 February 2, 2015 right-align • 0.1.3 Right-align the text in a string. INDIRECT 5 June 9, 2015 ripemd160 • 2.0.2 Compute ripemd160 of bytes or strings. INDIRECT 3 April 19, 2018 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 safe-array-concat • 1.1.3 `Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable INDIRECT 18 December 12, 2024 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 safe-push-apply • 1.0.0 Push an array of items into an array, while being robust against prototype modification INDIRECT 2 December 29, 2024 safe-regex-test • 1.1.0 Give a regex, get a robust predicate function that tests it against a string. INDIRECT 15 December 12, 2024 safe-regex • 1.1.0 detect possibly catastrophic, exponential-time regular expressions INDIRECT 1 March 19, 2015 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 April 8, 2018 sass-graph • 2.2.5 Parse sass files and extract a graph of imports INDIRECT 42 May 4, 2020 sass-loader • 8.0.2 Sass loader for webpack DIRECT 21 January 13, 2020 schema-utils • 1.0.0 webpack Validation Utils INDIRECT 8 August 7, 2018 schema-utils • 2.7.1 webpack Validation Utils INDIRECT 8 August 31, 2020 scss-tokenizer • 0.2.3 A tokenzier for Sass' SCSS syntax INDIRECT 3 May 12, 2017 select-hose • 2.0.0 Select protocol using first bytes of incoming data and hose stuff to the handler INDIRECT 0 July 14, 2015 selfsigned • 1.10.14 Generate self signed certificates private and public keys INDIRECT 1 January 11, 2022 send • 0.19.0 Better streaming static file server with Range and conditional-GET support INDIRECT 18 September 10, 2024 serve-index • 1.9.1 Serve directory listings INDIRECT 14 September 29, 2017 serve-static • 1.16.2 Serve static files INDIRECT 21 September 11, 2024 set-function-length • 1.2.2 Set a function's length property INDIRECT 14 March 9, 2024 set-function-name • 2.0.2 Set a function's name property INDIRECT 6 February 20, 2024 set-proto • 1.0.0 Robustly set the [[Prototype]] of an object INDIRECT 6 December 30, 2024 set-value • 2.0.1 Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. INDIRECT 8 June 24, 2019 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 • 1.2.0 Get the command from a shebang INDIRECT 1 September 22, 2016 shebang-regex • 1.0.0 Regular expression for matching a shebang INDIRECT 0 February 17, 2015 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 simple-swizzle • 0.2.2 Simply swizzle your arguments INDIRECT 1 November 16, 2016 slash • 2.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 March 23, 2018 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 snapdragon-node • 2.1.1 Snapdragon utility for creating a new AST node in custom code, such as plugins. INDIRECT 10 June 25, 2017 snapdragon-util • 3.0.1 Utilities for the snapdragon parser/compiler. INDIRECT 2 June 25, 2017 snapdragon • 0.8.2 Fast, pluggable and easy-to-use parser-renderer factory. INDIRECT 56 March 11, 2018 sockjs-client • 1.6.1 SockJS-client is a browser JavaScript library that provides a WebSocket-like object. INDIRECT 12 May 28, 2022 sockjs • 0.3.24 SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication INDIRECT 6 December 3, 2021 source-list-map • 2.0.1 Fast line to line SourceMap generator. INDIRECT 0 October 10, 2018 source-map-resolve • 0.5.3 Resolve the source map and/or sources for a generated file. INDIRECT 5 December 28, 2019 source-map-support • 0.5.21 Fixes stack traces for files with source maps INDIRECT 2 November 19, 2021 source-map-url • 0.4.1 Tools for working with sourceMappingURL comments. INDIRECT 0 February 1, 2021 spdx-expression-parse • 3.0.1 parse SPDX license expressions INDIRECT 2 May 13, 2020 spdy-transport • 3.0.0 SPDY v2, v3, v3.1 and HTTP2 transport INDIRECT 16 November 8, 2018 spdy • 4.0.2 Implementation of the SPDY protocol on node.js. INDIRECT 20 April 4, 2020 specificity • 0.4.1 Calculate the specificity of a CSS selector INDIRECT 0 August 28, 2018 split-string • 3.1.0 Split a string on a character except when the character is escaped. INDIRECT 5 November 19, 2017 sshpk • 1.18.0 A library for finding and using SSH public keys INDIRECT 9 October 19, 2023 stable • 0.1.8 A stable array sort for JavaScript INDIRECT 0 April 25, 2018 state-toggle • 1.0.3 Enter/exit a state INDIRECT 0 January 26, 2020 static-extend • 0.1.2 Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors. INDIRECT 10 June 9, 2016 statuses • 1.5.0 HTTP status utility INDIRECT 0 March 28, 2018 statuses • 2.0.1 HTTP status utility INDIRECT 0 January 3, 2021 stdout-stream • 1.4.1 Non-blocking stdout stream INDIRECT 8 August 24, 2018 stream-browserify • 2.0.2 the stream module from node core for browsers INDIRECT 8 January 22, 2019 stream-each • 1.2.3 Iterate all the data in a stream INDIRECT 4 July 30, 2018 stream-http • 2.8.3 Streaming http in the browser INDIRECT 11 June 2, 2018 stream-shift • 1.0.3 Returns the next buffer/object in a stream's readable queue INDIRECT 0 January 17, 2024 streamifier • 0.1.1 Converts a Buffer/String into a readable stream INDIRECT 0 April 3, 2015 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 March 30, 2018 string-width • 1.0.2 Get the visual width of a string - the number of columns required to display it INDIRECT 5 August 14, 2016 string-width • 2.1.1 Get the visual width of a string - the number of columns required to display it INDIRECT 3 July 18, 2017 string-width • 3.1.0 Get the visual width of a string - the number of columns required to display it INDIRECT 4 March 8, 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 string.prototype.trim • 1.2.10 ES5 spec-compliant shim for String.prototype.trim INDIRECT 84 December 11, 2024 string.prototype.trimend • 1.0.9 ES2019 spec-compliant String.prototype.trimEnd shim. INDIRECT 19 December 11, 2024 string.prototype.trimstart • 1.0.8 ES2019 spec-compliant String.prototype.trimStart shim. INDIRECT 18 March 21, 2024 stringify-entities • 1.3.2 Encode HTML character references and character entities INDIRECT 6 April 29, 2018 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 February 21, 2016 strip-ansi • 4.0.0 Strip ANSI escape codes INDIRECT 1 June 20, 2017 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-bom • 2.0.0 Strip UTF-8 byte order mark (BOM) from a string/buffer INDIRECT 1 June 29, 2015 strip-bom • 3.0.0 Strip UTF-8 byte order mark (BOM) from a string INDIRECT 0 April 30, 2016 strip-eof • 1.0.0 Strip the End-Of-File (EOF) character from a string/buffer INDIRECT 0 December 5, 2015 strip-indent • 1.0.1 Strip leading whitespace from every line in a string INDIRECT 1 February 16, 2015 strip-indent • 2.0.0 Strip leading whitespace from each line in a string INDIRECT 0 April 22, 2016 strip-json-comments • 2.0.1 Strip comments from JSON. Lets you use comments in your JSON files! INDIRECT 0 February 9, 2016 stylehacks • 4.0.3 Detect/remove browser hacks from CSS files. INDIRECT 15 February 14, 2019 stylelint • 12.0.1 A mighty, modern CSS linter. DIRECT 374 December 25, 2019 sugarss • 2.0.0 Indent-based CSS syntax for PostCSS INDIRECT 3 August 11, 2018 supports-color • 2.0.0 Detect whether a terminal supports color INDIRECT 0 June 30, 2015 supports-color • 3.2.3 Detect whether a terminal supports color INDIRECT 1 January 16, 2017 supports-color • 5.5.0 Detect whether a terminal supports color INDIRECT 1 August 20, 2018 supports-color • 6.1.0 Detect whether a terminal supports color INDIRECT 1 January 11, 2019 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 svgo • 1.3.2 Nodejs-based tool for optimizing SVG vector graphics files INDIRECT 125 October 30, 2019 sync-request • 6.1.0 Make synchronous web requests DIRECT 52 March 17, 2019 sync-rpc • 1.3.6 Run asynchronous commands synchronously by putting them in a separate process INDIRECT 1 July 24, 2019 tapable • 1.1.3 Just a little module for plugins. INDIRECT 0 April 12, 2019 tar-stream • 1.6.2 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 19 September 22, 2018 tcomb • 3.2.29 Type checking and DDD for JavaScript INDIRECT 0 November 15, 2018 terser-webpack-plugin • 1.4.6 Terser plugin for webpack INDIRECT 92 July 23, 2024 text-table • 0.2.0 borderless text tables with alignment INDIRECT 0 October 5, 2013 then-request • 6.0.2 A request library that returns promises, inspired by request INDIRECT 49 March 20, 2019 through • 2.3.8 simplified stream construction INDIRECT 0 July 3, 2015 through2 • 2.0.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise INDIRECT 9 November 6, 2018 thunky • 1.1.0 delay the evaluation of a paramless async function and cache the result INDIRECT 0 October 14, 2019 timers-browserify • 2.0.12 timers module for browserify INDIRECT 1 October 27, 2020 timsort • 0.3.0 TimSort: Fast Sorting for Node.js INDIRECT 0 July 24, 2016 tmp • 0.0.33 Temporary file and directory creator INDIRECT 1 August 12, 2017 to-arraybuffer • 1.0.1 Get an ArrayBuffer from a Buffer as fast as possible INDIRECT 0 January 13, 2016 to-buffer • 1.1.1 Pass in a string, get a buffer back. Pass in a buffer, get the same buffer back INDIRECT 0 April 26, 2018 to-fast-properties • 2.0.0 Force V8 to use fast properties for an object INDIRECT 0 June 9, 2017 to-object-path • 0.3.0 Create an object path from a list or array of strings. INDIRECT 2 January 31, 2016 to-regex-range • 2.1.1 Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. INDIRECT 4 April 27, 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 to-regex • 3.0.2 Generate a regex from a string or array of strings. INDIRECT 14 February 24, 2018 toidentifier • 1.0.1 Convert a string of words to a JavaScript identifier INDIRECT 0 November 14, 2021 toposort • 1.0.7 Topological sort of directed ascyclic graphs (like dependecy lists) INDIRECT 0 April 28, 2018 trim-newlines • 1.0.0 Trim newlines from the start and/or end of a string INDIRECT 0 September 29, 2015 trim-newlines • 2.0.0 Trim newlines from the start and/or end of a string INDIRECT 0 April 22, 2017 trim-trailing-lines • 1.1.4 Remove final line feeds from a string INDIRECT 0 October 28, 2020 trim • 0.0.1 Trim string whitespace INDIRECT 0 March 12, 2013 trough • 1.0.5 Middleware: a channel used to convey a liquid INDIRECT 0 January 25, 2020 tsconfig-paths • 3.15.0 Load node modules according to tsconfig paths, in run-time or via API. INDIRECT 4 December 14, 2023 tty-browserify • 0.0.0 the tty module from node core for browsers INDIRECT 0 December 3, 2013 type-check • 0.3.2 type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax. INDIRECT 1 December 29, 2015 type-is • 1.6.18 Infer the content-type of a request. INDIRECT 3 April 26, 2019 typed-array-buffer • 1.0.3 Get the ArrayBuffer out of a TypedArray, robustly. INDIRECT 24 December 18, 2024 typed-array-byte-length • 1.0.3 Robustly get the byte length of a Typed Array INDIRECT 25 December 17, 2024 typed-array-byte-offset • 1.0.4 Robustly get the byte offset of a Typed Array INDIRECT 84 December 19, 2024 typed-array-length • 1.0.7 Robustly get the length of a Typed Array INDIRECT 84 November 23, 2024 typedarray-to-buffer • 3.1.5 Convert a typed array to a Buffer without a copy INDIRECT 1 March 8, 2018 typedarray • 0.0.6 TypedArray polyfill for old browsers INDIRECT 0 May 17, 2014 uglify-to-browserify • 1.0.2 A transform to make UglifyJS work in browserify. INDIRECT 0 February 5, 2014 unbox-primitive • 1.1.0 Unbox a boxed JS primitive value. INDIRECT 23 December 16, 2024 undici-types • 6.20.0 A stand-alone types package for Undici INDIRECT 0 October 9, 2024 unherit • 1.1.3 Clone a constructor without affecting the super-class INDIRECT 2 January 26, 2020 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 unified • 7.1.0 Pluggable text processing interface INDIRECT 18 December 13, 2018 union-value • 1.0.1 Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation. INDIRECT 11 June 24, 2019 uniq • 1.0.1 Removes duplicates from a sorted array in place INDIRECT 0 May 25, 2014 uniqs • 2.0.0 Tiny utility to create unions and de-duplicated lists INDIRECT 0 June 3, 2014 unist-util-find-all-after • 1.0.5 Utility to find nodes after another node INDIRECT 1 November 10, 2019 unist-util-is • 3.0.0 Utility to check if a node passes a test INDIRECT 0 May 31, 2019 unist-util-remove-position • 1.1.4 Remove `position`s from a unist tree INDIRECT 3 November 10, 2019 unist-util-stringify-position • 1.1.2 Stringify a Unist node, position, or point INDIRECT 0 April 30, 2018 unist-util-stringify-position • 4.0.0 unist utility to serialize a node, position, or point as a human readable location INDIRECT 1 July 7, 2023 unist-util-visit-parents • 2.1.2 Recursively walk over unist nodes, with ancestral information INDIRECT 1 May 31, 2019 unist-util-visit • 1.4.1 Recursively walk over unist nodes INDIRECT 2 May 21, 2019 units-css • 0.4.0 Parse length and angle CSS values and convert between units INDIRECT 2 October 10, 2015 unpipe • 1.0.0 Unpipe a stream from all destinations INDIRECT 0 June 14, 2015 unquote • 1.1.1 Remove wrapping quotes from a string. INDIRECT 0 December 18, 2017 unset-value • 1.0.0 Delete nested properties from an object using dot notation. INDIRECT 6 February 25, 2017 upath • 1.2.0 A proxy to `path`, replacing `\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions. INDIRECT 0 September 2, 2019 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 • 1.1.3 Upper case a string INDIRECT 0 December 16, 2015 urix • 0.1.0 Makes Windows-style paths more unix and URI friendly. INDIRECT 0 March 1, 2014 url-parse • 1.5.10 Small footprint URL parser that works seamlessly across Node.js and browser environments INDIRECT 2 February 22, 2022 url • 0.11.4 The core `url` packaged standalone for use with Browserify. INDIRECT 20 July 26, 2024 use • 3.1.1 Easily add plugin support to your node.js application. INDIRECT 0 July 12, 2018 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 October 7, 2015 util.promisify • 1.0.0 Polyfill/shim for util.promisify in node versions < v8 INDIRECT 88 May 30, 2017 util • 0.10.4 Node.JS util module INDIRECT 1 June 3, 2018 util • 0.11.1 Node.JS util module INDIRECT 1 November 1, 2018 utila • 0.4.0 notareplacementforunderscore INDIRECT 0 October 22, 2014 utils-merge • 1.0.1 merge() utility function INDIRECT 0 September 20, 2017 uuid • 3.4.0 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 January 16, 2020 uuid • 8.3.2 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 December 8, 2020 v8-compile-cache • 2.4.0 Require hook for automatic V8 compile cache persistence INDIRECT 0 August 14, 2023 vary • 1.1.2 Manipulate the HTTP Vary header INDIRECT 0 September 24, 2017 vendors • 1.0.4 List of vendor prefixes known to the web platform INDIRECT 0 January 24, 2020 verror • 1.10.0 richer JavaScript errors INDIRECT 3 May 2, 2017 vfile-location • 2.0.6 Convert between positions (line and column-based) and offsets (range-based) locations in a virtual file INDIRECT 0 November 10, 2019 vfile-message • 1.1.1 Create a virtual message INDIRECT 1 December 18, 2018 vfile-message • 4.0.2 vfile utility to create a virtual message INDIRECT 2 July 7, 2023 vfile • 3.0.1 Virtual file format for text processing INDIRECT 4 October 28, 2018 viewport-dimensions • 0.2.0 Simple utility for watching and retrieving browser viewport width, height, vmin and vmax INDIRECT 0 September 3, 2015 vm-browserify • 1.1.2 vm module for the browser INDIRECT 0 November 4, 2019 vue-eslint-parser • 5.0.0 The ESLint custom parser for `.vue` files. INDIRECT 12 January 4, 2019 vue-eslint-parser • 6.0.5 The ESLint custom parser for `.vue` files. DIRECT 12 November 9, 2019 vue-hot-reload-api • 2.3.4 hot reload api for *.vue components INDIRECT 0 September 11, 2019 vue-loader • 15.11.1 Vue single-file component loader for Webpack DIRECT 23 October 18, 2023 vue-style-loader • 4.1.3 Vue.js style loader module for webpack DIRECT 6 March 3, 2021 vue-template-compiler • 2.7.16 template compiler for Vue 2.0 DIRECT 2 December 24, 2023 vue-template-es2015-compiler • 1.9.1 Post compiler for Vue template render functions to support ES2015+ features INDIRECT 0 February 22, 2019 watchpack-chokidar2 • 2.0.1 INDIRECT 109 November 10, 2020 watchpack • 1.7.5 Wrapper library for directory and file watching. INDIRECT 123 November 10, 2020 wbuf • 1.7.3 Write buffer INDIRECT 1 March 10, 2018 webpack-cli • 3.3.12 CLI for webpack & friends DIRECT 157 June 18, 2020 webpack-dev-middleware • 3.7.3 A development middleware for webpack INDIRECT 18 December 15, 2020 webpack-dev-server • 3.11.3 Serves a webpack app. Updates the browser on changes. DIRECT 359 November 8, 2021 webpack-log • 2.0.0 A common logger for the webpack ecosystem DIRECT 2 August 23, 2018 webpack-sources • 1.4.3 Source code handling classes for webpack DIRECT 2 August 5, 2019 webpack • 4.47.0 Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff. DIRECT 328 September 6, 2023 which-boxed-primitive • 1.1.1 Which kind of boxed JS primitive is this? INDIRECT 22 December 16, 2024 which-builtin-type • 1.2.1 What is the type of this builtin JS value? INDIRECT 47 December 13, 2024 which-collection • 1.0.2 Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 17 March 8, 2024 which-typed-array • 1.1.18 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 22 December 18, 2024 window-size • 0.1.0 Reliable way to to get the height and width of the terminal/console in a node.js environment. INDIRECT 0 February 15, 2014 word-wrap • 1.2.5 Wrap words to a specified length. INDIRECT 0 July 22, 2023 worker-farm • 1.7.0 Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options. INDIRECT 2 May 3, 2019 wrap-ansi • 5.1.0 Wordwrap a string with ANSI escape codes INDIRECT 8 April 2, 2019 write • 1.0.3 Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods. INDIRECT 2 July 11, 2017 ws • 6.2.3 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js INDIRECT 1 June 16, 2024 xtend • 4.0.2 extend like a boss INDIRECT 0 July 8, 2019 xxhashjs • 0.2.2 xxHash in Javascript INDIRECT 1 January 18, 2018 yargs • 13.3.2 yargs the modern, pirate-themed, successor to optimist. INDIRECT 25 March 13, 2020 yargs • 3.10.0 Light-weight option parsing with an argv hash. No optstrings attached. INDIRECT 13 May 29, 2015 yazl • 2.5.1 yet another zip library for node INDIRECT 1 December 1, 2018