@atscm/esdoc-typescript-plugin • 0.1.0 ESDoc TypeScript plugin that actually works DIRECT 1 1572341508 @babel/cli • 7.28.0 Babel command line. DIRECT 37 1751445493 @babel/code-frame • 7.12.11 Generate errors that contain a code frame that point to source locations. INDIRECT 11 1608076755 @babel/code-frame • 7.27.1 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1746025711 @babel/compat-data • 7.28.0 The compat-data to determine required Babel plugins INDIRECT 0 1751445493 @babel/core • 7.28.0 Babel compiler core. DIRECT 37 1751445508 @babel/generator • 7.28.0 Turns an AST into code. INDIRECT 9 1751445504 @babel/helper-annotate-as-pure • 7.27.3 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1748335159 @babel/helper-compilation-targets • 7.27.2 Helper functions on Babel compilation targets INDIRECT 12 1746545628 @babel/helper-create-class-features-plugin • 7.27.1 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 24 1746025765 @babel/helper-create-regexp-features-plugin • 7.27.1 Compile ESNext Regular Expressions to ES5 INDIRECT 15 1746025746 @babel/helper-define-polyfill-provider • 0.6.5 Babel helper to create your own polyfill provider INDIRECT 23 1751042267 @babel/helper-globals • 7.28.0 A collection of JavaScript globals for Babel internal usage INDIRECT 0 1751445494 @babel/helper-member-expression-to-functions • 7.27.1 Helper function to replace certain member expressions with function calls INDIRECT 18 1746025755 @babel/helper-module-imports • 7.27.1 Babel helper functions for inserting module loads INDIRECT 18 1746025756 @babel/helper-module-transforms • 7.27.3 Babel helper functions for implementing ES6 module transformations INDIRECT 19 1748335166 @babel/helper-optimise-call-expression • 7.27.1 Helper function to optimise call expression INDIRECT 3 1746025741 @babel/helper-plugin-utils • 7.27.1 General utilities for plugins to use INDIRECT 0 1746025706 @babel/helper-remap-async-to-generator • 7.27.1 Helper function to remap async functions to generators INDIRECT 20 1746025760 @babel/helper-replace-supers • 7.27.1 Helper function to replace supers INDIRECT 20 1746025760 @babel/helper-skip-transparent-expression-wrappers • 7.27.1 Helper which skips types and parentheses INDIRECT 18 1746025755 @babel/helper-string-parser • 7.27.1 A utility package to parse strings INDIRECT 0 1746025706 @babel/helper-validator-identifier • 7.27.1 Validate identifier/keywords name INDIRECT 0 1746025707 @babel/helper-validator-option • 7.27.1 Validate plugin/preset options INDIRECT 0 1746025707 @babel/helper-wrap-function • 7.27.1 Helper to wrap functions inside a function call. INDIRECT 18 1746025757 @babel/helpers • 7.27.6 Collection of helper functions used by Babel transforms. INDIRECT 8 1749112642 @babel/highlight • 7.25.9 Syntax highlight JavaScript strings for output in terminals. INDIRECT 10 1729610443 @babel/parser • 7.28.0 A JavaScript parser INDIRECT 3 1751445502 @babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.27.1 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 19 1746025757 @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.27.1 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 INDIRECT 1 1746025711 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.27.1 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1 1746025713 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.27.1 Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 21 1746025765 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.27.1 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 19 1746025757 @babel/plugin-proposal-class-properties • 7.18.6 This plugin transforms static class properties as well as properties declared with the property initializer syntax DIRECT 26 1656359444 @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 1686222840 @babel/plugin-proposal-private-property-in-object • 7.21.11 This plugin transforms checks for a private property in an object DIRECT 27 1685999513 @babel/plugin-syntax-import-assertions • 7.27.1 Allow parsing of the module assertion attributes in the import statement INDIRECT 1 1746025719 @babel/plugin-syntax-import-attributes • 7.27.1 Allow parsing of the module attributes in the import statement INDIRECT 1 1746025720 @babel/plugin-syntax-jsx • 7.27.1 Allow parsing of jsx INDIRECT 1 1746025721 @babel/plugin-syntax-private-property-in-object • 7.14.5 Allow parsing of '#foo in obj' brand checks INDIRECT 1 1623280313 @babel/plugin-syntax-typescript • 7.27.1 Allow parsing of TypeScript syntax INDIRECT 1 1746025723 @babel/plugin-syntax-unicode-sets-regex • 7.18.6 Parse regular expressions' unicodeSets (v) flag. INDIRECT 17 1656359425 @babel/plugin-transform-arrow-functions • 7.27.1 Compile ES2015 arrow functions to ES5 INDIRECT 1 1746025724 @babel/plugin-transform-async-generator-functions • 7.28.0 Turn async generator functions into ES2015 generators INDIRECT 22 1751445507 @babel/plugin-transform-async-to-generator • 7.27.1 Turn async functions into ES2015 generators INDIRECT 23 1746025767 @babel/plugin-transform-block-scoped-functions • 7.27.1 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1 1746025724 @babel/plugin-transform-block-scoping • 7.28.0 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 1751445496 @babel/plugin-transform-class-properties • 7.27.1 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 26 1746025773 @babel/plugin-transform-class-static-block • 7.27.1 Transform class static blocks INDIRECT 26 1746025773 @babel/plugin-transform-classes • 7.28.0 Compile ES2015 classes to ES5 INDIRECT 35 1751445507 @babel/plugin-transform-computed-properties • 7.27.1 Compile ES2015 computed properties to ES5 INDIRECT 9 1746025749 @babel/plugin-transform-destructuring • 7.28.0 Compile ES2015 destructuring to ES5 INDIRECT 19 1751445507 @babel/plugin-transform-dotall-regex • 7.27.1 Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 17 1746025749 @babel/plugin-transform-duplicate-keys • 7.27.1 Compile objects with duplicate keys to valid strict ES5 INDIRECT 1 1746025726 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.27.1 Compile regular expressions using duplicate named groups to index-based groups. INDIRECT 17 1746025749 @babel/plugin-transform-dynamic-import • 7.27.1 Transform import() expressions INDIRECT 1 1746025726 @babel/plugin-transform-explicit-resource-management • 7.28.0 Compile `using` and `await using` declarations to ES2015 INDIRECT 20 1751445509 @babel/plugin-transform-exponentiation-operator • 7.27.1 Compile exponentiation operator to ES5 INDIRECT 1 1746025727 @babel/plugin-transform-export-namespace-from • 7.27.1 Compile export namespace to ES2015 INDIRECT 1 1746025727 @babel/plugin-transform-for-of • 7.27.1 Compile ES2015 for...of to ES5 INDIRECT 20 1746025762 @babel/plugin-transform-function-name • 7.27.1 Apply ES2015 function.name semantics to all functions INDIRECT 31 1746025759 @babel/plugin-transform-json-strings • 7.27.1 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 1746025728 @babel/plugin-transform-literals • 7.27.1 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 1746025728 @babel/plugin-transform-logical-assignment-operators • 7.27.1 Transforms logical assignment operators into short-circuited assignments INDIRECT 1 1746025729 @babel/plugin-transform-member-expression-literals • 7.27.1 Ensure that reserved words are quoted in property accesses INDIRECT 1 1746025729 @babel/plugin-transform-modules-amd • 7.27.1 This plugin transforms ES2015 modules to AMD INDIRECT 21 1746025768 @babel/plugin-transform-modules-commonjs • 7.27.1 This plugin transforms ES2015 modules to CommonJS INDIRECT 21 1746025769 @babel/plugin-transform-modules-systemjs • 7.27.1 This plugin transforms ES2015 modules to SystemJS INDIRECT 21 1746025769 @babel/plugin-transform-modules-umd • 7.27.1 This plugin transforms ES2015 modules to UMD INDIRECT 21 1746025770 @babel/plugin-transform-named-capturing-groups-regex • 7.27.1 Compile regular expressions using named groups to ES5. INDIRECT 17 1746025751 @babel/plugin-transform-new-target • 7.27.1 Transforms new.target meta property INDIRECT 1 1746025730 @babel/plugin-transform-nullish-coalescing-operator • 7.27.1 Remove nullish coalescing operator INDIRECT 1 1746025730 @babel/plugin-transform-numeric-separator • 7.27.1 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 1 1746025731 @babel/plugin-transform-object-rest-spread • 7.28.0 Compile object rest and spread to ES5 INDIRECT 33 1751445509 @babel/plugin-transform-object-super • 7.27.1 Compile ES2015 object super to ES5 INDIRECT 22 1746025769 @babel/plugin-transform-optional-catch-binding • 7.27.1 Compile optional catch bindings INDIRECT 1 1746025732 @babel/plugin-transform-optional-chaining • 7.27.1 Transform optional chaining operators into a series of nil checks INDIRECT 20 1746025762 @babel/plugin-transform-parameters • 7.27.7 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 1750946597 @babel/plugin-transform-private-methods • 7.27.1 This plugin transforms private class methods INDIRECT 26 1746025774 @babel/plugin-transform-private-property-in-object • 7.27.1 This plugin transforms checks for a private property in an object INDIRECT 26 1746025774 @babel/plugin-transform-property-literals • 7.27.1 Ensure that reserved words are quoted in object property keys INDIRECT 1 1746025732 @babel/plugin-transform-regenerator • 7.28.0 Explode async and generator functions into a state machine. INDIRECT 1 1751445497 @babel/plugin-transform-regexp-modifiers • 7.27.1 Compile inline regular expression modifiers INDIRECT 17 1746025752 @babel/plugin-transform-reserved-words • 7.27.1 Ensure that no reserved words are used. INDIRECT 1 1746025736 @babel/plugin-transform-shorthand-properties • 7.27.1 Compile ES2015 shorthand properties to ES5 INDIRECT 1 1746025736 @babel/plugin-transform-spread • 7.27.1 Compile ES2015 spread to ES5 INDIRECT 20 1746025764 @babel/plugin-transform-sticky-regex • 7.27.1 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1 1746025737 @babel/plugin-transform-template-literals • 7.27.1 Compile ES2015 template literals to ES5 INDIRECT 1 1746025738 @babel/plugin-transform-typeof-symbol • 7.27.1 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1 1746025738 @babel/plugin-transform-typescript • 7.28.0 Transform TypeScript into ES.next INDIRECT 27 1751445497 @babel/plugin-transform-unicode-escapes • 7.27.1 Compile ES2015 Unicode escapes to ES5 INDIRECT 1 1746025739 @babel/plugin-transform-unicode-property-regex • 7.27.1 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 1746025752 @babel/plugin-transform-unicode-regex • 7.27.1 Compile ES2015 Unicode regex to ES5 INDIRECT 17 1746025753 @babel/plugin-transform-unicode-sets-regex • 7.27.1 Compile regular expressions' unicodeSets (v) flag. INDIRECT 17 1746025753 @babel/polyfill • 7.12.1 Provides polyfills necessary for a full ES2015+ environment DIRECT 2 1602801635 @babel/preset-env • 7.28.0 A Babel preset for each environment. DIRECT 126 1751445511 @babel/preset-modules • 0.1.6-no-external-plugins A Babel preset that targets modern browsers by fixing engine bugs. INDIRECT 5 1689960984 @babel/preset-typescript • 7.27.1 Babel preset for TypeScript. DIRECT 33 1746025777 @babel/register • 7.27.1 babel require hook DIRECT 21 1746025707 @babel/template • 7.27.2 Generate an AST from a string template. INDIRECT 7 1746545629 @babel/traverse • 7.28.0 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 17 1751445506 @babel/types • 7.28.0 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 1751445499 @choojs/findup • 0.2.1 Find a file by walking up the directory tree INDIRECT 1 1527841934 @discoveryjs/json-ext • 0.5.7 A set of utilities that extend the use of JSON INDIRECT 0 1646846920 @eslint/eslintrc • 0.4.3 The legacy ESLintRC config file format for ESLint INDIRECT 28 1626557013 @istanbuljs/schema • 0.1.3 Schemas describing various structures used by nyc and istanbuljs INDIRECT 0 1613227063 @jest/diff-sequences • 30.0.1 Compare items in two sequences to find a longest common subsequence INDIRECT 0 1750285877 @jest/expect-utils • 30.0.4 INDIRECT 1 1751499950 @jest/get-type • 30.0.1 A utility function to get the type of a value INDIRECT 0 1750285877 @jest/pattern • 30.0.1 INDIRECT 3 1750285879 @jest/schemas • 30.0.1 INDIRECT 1 1750285877 @jest/types • 30.0.1 INDIRECT 17 1750285881 @jridgewell/gen-mapping • 0.3.12 Generate source maps INDIRECT 3 1751393934 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/source-map • 0.3.10 Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API INDIRECT 4 1751393909 @jridgewell/sourcemap-codec • 1.5.4 Encode/decode sourcemap mappings INDIRECT 0 1751393897 @jridgewell/trace-mapping • 0.3.29 Trace the original position through a source map INDIRECT 2 1751393812 @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 1631880867 @nodelib/fs.scandir • 2.1.5 List files and directories inside the specified directory INDIRECT 3 1622792604 @nodelib/fs.stat • 2.0.5 Get the status of a file with some features INDIRECT 0 1622792600 @nodelib/fs.walk • 1.2.8 A library for efficiently walking a directory recursively INDIRECT 6 1625769665 @sinclair/typebox • 0.34.37 Json Schema Type Builder with Static Type Resolution for TypeScript INDIRECT 0 1750742995 @types/chai • 4.3.20 TypeScript definitions for chai DIRECT 0 1727204950 @types/eslint-scope • 3.7.7 TypeScript definitions for eslint-scope INDIRECT 3 1699323750 @types/eslint • 9.6.1 TypeScript definitions for eslint INDIRECT 2 1724656091 @types/estree • 1.0.8 TypeScript definitions for estree INDIRECT 0 1749168274 @types/expect • 24.3.2 Stub TypeScript definitions entry for expect, which provides its own types definitions DIRECT 47 1729646176 @types/istanbul-lib-coverage • 2.0.6 TypeScript definitions for istanbul-lib-coverage INDIRECT 0 1699344649 @types/istanbul-lib-report • 3.0.3 TypeScript definitions for istanbul-lib-report INDIRECT 1 1699344668 @types/istanbul-reports • 3.0.4 TypeScript definitions for istanbul-reports INDIRECT 2 1699344686 @types/json-schema • 7.0.15 TypeScript definitions for json-schema INDIRECT 0 1699346963 @types/json5 • 0.0.29 TypeScript definitions for JSON5 INDIRECT 0 1474307086 @types/mocha • 8.2.3 TypeScript definitions for mocha DIRECT 0 1625616261 @types/node • 24.0.13 TypeScript definitions for node INDIRECT 1 1752174178 @types/stack-utils • 2.0.3 TypeScript definitions for stack-utils INDIRECT 0 1699376438 @types/yargs-parser • 21.0.3 TypeScript definitions for yargs-parser INDIRECT 0 1699393025 @types/yargs • 17.0.33 TypeScript definitions for yargs INDIRECT 1 1722974860 @typescript-eslint/eslint-plugin • 4.33.0 TypeScript plugin for ESLint DIRECT 43 1633367031 @typescript-eslint/experimental-utils • 4.33.0 (Experimental) Utilities for working with TypeScript + ESLint together INDIRECT 40 1633367023 @typescript-eslint/scope-manager • 4.33.0 TypeScript scope analyser for ESLint INDIRECT 3 1633367015 @typescript-eslint/types • 4.33.0 Types for the TypeScript-ESTree AST spec INDIRECT 0 1633367010 @typescript-eslint/visitor-keys • 4.33.0 Visitor keys used to help traverse the TypeScript-ESTree AST INDIRECT 2 1633367012 @webassemblyjs/ast • 1.14.1 AST utils for webassemblyjs INDIRECT 5 1730930016 @webassemblyjs/floating-point-hex-parser • 1.13.2 A function to parse floating point hexadecimal strings as defined by the WebAssembly specification INDIRECT 0 1730929429 @webassemblyjs/helper-api-error • 1.13.2 Common API errors INDIRECT 0 1730929429 @webassemblyjs/helper-buffer • 1.14.1 Buffer manipulation utility INDIRECT 0 1730930015 @webassemblyjs/helper-numbers • 1.13.2 Number parsing utility INDIRECT 3 1730929431 @webassemblyjs/helper-wasm-bytecode • 1.13.2 WASM's Bytecode constants INDIRECT 0 1730929429 @webassemblyjs/helper-wasm-section • 1.14.1 INDIRECT 12 1730930020 @webassemblyjs/ieee754 • 1.13.2 IEEE754 decoder and encoder INDIRECT 1 1730929429 @webassemblyjs/utf8 • 1.13.2 UTF8 encoder/decoder for WASM INDIRECT 0 1730929429 @webassemblyjs/wasm-edit • 1.14.1 > Rewrite a WASM binary INDIRECT 16 1730930022 @webassemblyjs/wasm-gen • 1.14.1 WebAssembly binary format printer INDIRECT 10 1730930018 @webassemblyjs/wasm-opt • 1.14.1 INDIRECT 13 1730930020 @webassemblyjs/wasm-parser • 1.14.1 WebAssembly binary format parser INDIRECT 10 1730930018 @webassemblyjs/wast-printer • 1.14.1 WebAssembly text format printer INDIRECT 6 1730930018 @webpack-cli/configtest • 1.2.0 Validate a webpack configuration. INDIRECT 0 1655080800 @webpack-cli/info • 1.5.0 Outputs info about system and webpack config INDIRECT 1 1655080800 @webpack-cli/serve • 1.7.0 [![NPM Downloads][downloads]][downloads-url] INDIRECT 0 1655080800 accepts • 1.3.8 Higher-level content negotiation INDIRECT 3 1643845928 acorn-globals • 1.0.9 Detect global variables in JavaScript using acorn INDIRECT 1 1446470613 acorn-globals • 6.0.0 Detect global variables in JavaScript using acorn INDIRECT 2 1583642550 acorn-import-phases • 1.0.3 Support for `import <defer|source>` phase syntax in Acorn INDIRECT 0 1751648683 acorn-jsx • 5.3.2 Modern, fast React.js JSX parser INDIRECT 0 1625793357 acorn-walk • 7.2.0 ECMAScript (ESTree) AST walker INDIRECT 0 1592375138 acorn • 2.7.0 ECMAScript parser INDIRECT 0 1451903485 acorn • 7.4.1 ECMAScript parser INDIRECT 0 1601884406 acorn • 8.15.0 ECMAScript parser INDIRECT 0 1749399784 aggregate-error • 3.1.0 Create an error from multiple errors INDIRECT 2 1598048987 ajv-formats • 2.1.1 Format validation for Ajv v7+ INDIRECT 5 1628934517 ajv-keywords • 3.5.2 Custom JSON-Schema keywords for Ajv validator INDIRECT 0 1595859243 ajv-keywords • 5.1.0 Additional JSON-Schema keywords for Ajv JSON validator INDIRECT 1 1637523741 ajv • 6.12.6 Another JSON Schema Validator INDIRECT 5 1602349300 ajv • 8.17.1 Another JSON Schema Validator INDIRECT 4 1720816933 ansi-colors • 4.1.1 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 1562130798 ansi-colors • 4.1.3 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 1652716102 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 ansi-regex • 3.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1648387784 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 ansi-styles • 2.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 0 1459197318 ansi-styles • 3.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 2 1519983600 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 ansi-styles • 5.2.0 ANSI escape codes for styling strings in the terminal INDIRECT 0 1617174934 append-transform • 2.0.0 Install a transform to `require.extensions` that always runs last, even if additional extensions are added later. INDIRECT 2 1568134657 archy • 1.0.0 render nested hierarchies `npm ls` style with unicode pipes INDIRECT 0 1410681478 arg • 4.1.3 Another simple argument parser INDIRECT 0 1580665994 argparse • 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 1518704641 array-flatten • 1.1.1 Flatten an array of nested arrays into a single flat array INDIRECT 0 1436478175 array-union • 2.1.0 Create an array of unique values, in order, from the input arrays INDIRECT 0 1555919785 arrify • 1.0.1 Convert a value to an array INDIRECT 0 1449683318 asn1 • 0.2.6 Contains parsers and serializers for ASN.1 (currently BER only) INDIRECT 1 1635986788 assert-plus • 1.0.0 Extra assertions on top of node's assert module INDIRECT 0 1453921418 assertion-error • 1.1.0 Error constructor for test and validation frameworks that implements standardized AssertionError specification. INDIRECT 0 1515337171 astral-regex • 2.0.0 Regular expression for matching astral symbols INDIRECT 0 1554461087 async • 2.6.4 Higher-order functions and common patterns for asynchronous code INDIRECT 1 1649891255 asynckit • 0.4.0 Minimal async jobs utility library, with streams support INDIRECT 0 1465928945 aws4 • 1.13.2 Signs and prepares requests using AWS Signature Version 4 INDIRECT 0 1724831030 babel-code-frame • 6.26.0 Generate errors that contain a code frame that point to source locations. INDIRECT 9 1502898849 babel-core • 6.26.3 Babel compiler core. DIRECT 50 1524822424 babel-generator • 6.11.4 Turns an AST into code. INDIRECT 14 1468979997 babel-generator • 6.26.1 Turns an AST into code. INDIRECT 14 1517672520 babel-helpers • 6.24.1 Collection of helper functions used by Babel transforms. INDIRECT 26 1491578362 babel-loader • 8.4.1 babel module loader for webpack DIRECT 24 1726493661 babel-messages • 6.23.0 Collection of debug messages used by Babel. INDIRECT 3 1487027061 babel-plugin-polyfill-corejs2 • 0.4.14 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 24 1751042269 babel-plugin-polyfill-corejs3 • 0.13.0 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 25 1751042269 babel-plugin-polyfill-regenerator • 0.6.5 A Babel plugin to inject imports to regenerator-runtime INDIRECT 24 1751042269 babel-register • 6.26.0 babel require hook INDIRECT 50 1502898863 babel-runtime • 6.26.0 babel selfContained runtime INDIRECT 2 1502898850 babel-template • 6.26.0 Generate an AST from a string template. INDIRECT 25 1502898857 babel-traverse • 6.26.0 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 24 1502898856 babel-types • 6.26.0 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 6 1502898853 babylon • 6.18.0 A JavaScript parser INDIRECT 0 1502826087 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 big.js • 5.2.2 A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic INDIRECT 0 1539859966 binary-extensions • 2.3.0 List of binary file extensions INDIRECT 0 1710439839 body-parser • 1.20.3 Node.js body parsing middleware INDIRECT 40 1725923719 brace-expansion • 1.1.12 Brace expansion as known from sh/bash INDIRECT 2 1749631978 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 1716281951 browserslist • 4.25.1 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 6 1750842854 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1627578333 bytes • 3.1.2 Utility to parse a string bytes to bytes and vice-versa INDIRECT 0 1643346157 caching-transform • 4.0.0 Wraps a transform and provides caching INDIRECT 15 1559554858 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 12 1741024203 callsites • 3.1.0 Get callsites from the V8 stack trace API INDIRECT 0 1554551850 camelcase • 5.3.1 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 1554298472 camelcase • 6.3.0 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 1641068974 chai • 4.5.0 BDD/TDD assertion library for node.js and the browser. Test framework agnostic. DIRECT 7 1721910222 chalk • 1.1.3 Terminal string styling done right. Much color. INDIRECT 6 1459210604 chalk • 2.4.2 Terminal string styling done right INDIRECT 6 1546703152 chalk • 4.1.2 Terminal string styling done right INDIRECT 5 1627646572 check-error • 1.0.3 Error comparison and information related utility for node and the browser INDIRECT 1 1695806568 cheerio • 0.20.0 Tiny, fast, and elegant implementation of core jQuery designed specifically for the server INDIRECT 90 1454324797 cheerio • 0.22.0 Tiny, fast, and elegant implementation of core jQuery designed specifically for the server INDIRECT 27 1471954900 cheerio • 1.0.0-rc.2 Tiny, fast, and elegant implementation of core jQuery designed specifically for the server INDIRECT 19 1499017015 chokidar • 3.5.1 Minimal and efficient cross-platform file watching library INDIRECT 14 1610721285 chokidar • 3.6.0 Minimal and efficient cross-platform file watching library INDIRECT 14 1707260254 chrome-trace-event • 1.0.4 A library to create a trace of your node app per Google's Trace Event format. INDIRECT 0 1717000855 ci-info • 4.3.0 Get details about the current Continuous Integration environment INDIRECT 0 1751773644 clean-stack • 2.2.0 Clean up error stack traces INDIRECT 0 1564586696 clone-deep • 4.0.1 Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. INDIRECT 4 1542844824 color-convert • 1.9.3 Plain color conversion functions INDIRECT 1 1535434359 color-convert • 2.0.1 Plain color conversion functions INDIRECT 1 1566248736 color-logger • 0.0.3 Colorful Logger INDIRECT 0 1428317590 color-logger • 0.0.6 Colorful Logger INDIRECT 0 1462085585 color-name • 1.1.3 A list of color names and its values INDIRECT 0 1500157028 color-name • 1.1.4 A list of color names and its values INDIRECT 0 1537526936 colorette • 2.0.20 🌈Easily set your terminal text color & styles. INDIRECT 0 1681659249 combined-stream • 1.0.8 A stream that emits multiple other streams one after another. INDIRECT 1 1557683385 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 1570772424 commander • 6.2.1 the complete solution for node.js command-line programs INDIRECT 0 1607906838 commander • 7.2.0 the complete solution for node.js command-line programs INDIRECT 0 1616363776 commondir • 1.0.1 compute the closest common parent for file paths INDIRECT 0 1426292101 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 content-disposition • 0.5.4 Create and parse Content-Disposition header INDIRECT 1 1639176934 content-type • 1.0.5 Create and parse HTTP Content-Type header INDIRECT 0 1675020359 convert-source-map • 1.9.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1665435477 convert-source-map • 2.0.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1666044408 cookie-signature • 1.0.6 Sign and unsign cookies INDIRECT 0 1423002195 cookie • 0.7.1 HTTP server cookie parsing and serialization INDIRECT 0 1727979437 core-js-compat • 3.44.0 core-js compat INDIRECT 7 1751896118 core-js • 2.6.12 Standard library INDIRECT 0 1606327727 core-js • 3.44.0 Standard library DIRECT 0 1751896109 core-util-is • 1.0.2 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1447979853 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 create-require • 1.1.1 Polyfill for Node.js module.createRequire (<= v12.2.0) INDIRECT 0 1606398092 cross-spawn • 7.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 1731938392 cssom • 0.3.8 CSS Object Model implementation and CSS parser INDIRECT 0 1562207594 cssom • 0.4.4 CSS Object Model implementation and CSS parser INDIRECT 0 1573692005 cssstyle • 0.2.37 CSSStyleDeclaration Object Model implementation INDIRECT 1 1471063626 cssstyle • 2.3.0 CSSStyleDeclaration Object Model implementation INDIRECT 1 1588171334 dashdash • 1.14.1 A light, featureful and explicit option parsing library. INDIRECT 1 1479854020 data-urls • 2.0.0 Parses data: URLs INDIRECT 7 1577997239 debug • 2.6.9 small debugging utility INDIRECT 1 1506087155 debug • 4.3.1 small debugging utility INDIRECT 1 1605788588 debug • 4.4.1 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1747169796 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 decamelize • 4.0.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1580007823 decimal.js • 10.6.0 An arbitrary-precision Decimal type for JavaScript. INDIRECT 0 1751842238 deep-eql • 4.1.4 Improved deep equality testing for Node.js and the browser. INDIRECT 1 1717599702 deep-is • 0.1.4 node's assert.deepEqual algorithm except for NaN being equal to NaN INDIRECT 0 1630774520 default-require-extensions • 3.0.1 Node's default require extensions as a separate module INDIRECT 1 1665139835 delayed-stream • 1.0.0 Buffers events from a stream until you are ready to handle them. INDIRECT 0 1430431829 depd • 2.0.0 Deprecate all the things INDIRECT 0 1540576375 destroy • 1.2.0 destroy a stream if possible INDIRECT 0 1647802992 detect-indent • 3.0.1 Detect the indentation of code INDIRECT 4 1424107885 detect-indent • 4.0.0 Detect the indentation of code INDIRECT 2 1441618681 dir-glob • 3.0.1 Convert directories to glob compatible strings INDIRECT 1 1561825326 dom-serializer • 0.1.1 render dom nodes to string INDIRECT 2 1550169324 domexception • 2.0.1 An implementation of the DOMException class from browsers INDIRECT 1 1576352765 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 ecc-jsbn • 0.1.2 ECC JS code based on JSBN INDIRECT 2 1532879660 ee-first • 1.1.1 return the first event in a set of ee/event pairs INDIRECT 0 1432581508 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 emojis-list • 3.0.0 Complete list of standard emojis. INDIRECT 0 1557658385 encodeurl • 1.0.2 Encode a URL to a percent-encoded form, excluding already-encoded sequences INDIRECT 0 1516591169 encodeurl • 2.0.0 Encode a URL to a percent-encoded form, excluding already-encoded sequences INDIRECT 0 1711670622 enhanced-resolve • 5.18.2 Offers a async require.resolve function. It's highly configurable. INDIRECT 2 1750743089 enquirer • 2.4.1 Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases. INDIRECT 3 1690547190 envinfo • 7.14.0 Info about your dev environment for debugging purposes INDIRECT 0 1726207213 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-module-lexer • 1.7.0 Lexes ES modules returning their import/export metadata INDIRECT 0 1745360527 es-object-atoms • 1.1.1 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1736901763 es6-error • 4.1.1 Easily-extendable error for use with ES6 classes INDIRECT 0 1514992237 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 escape-html • 1.0.3 Escape string for use in HTML INDIRECT 0 1441082842 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 escape-string-regexp • 2.0.0 Escape RegExp special characters INDIRECT 0 1555487349 escape-string-regexp • 4.0.0 Escape RegExp special characters INDIRECT 0 1587627085 esdoc-accessor-plugin • 1.0.0 A accessor plugin for ESDoc INDIRECT 0 1501391998 esdoc-brand-plugin • 1.0.1 A brand plugin for ESDoc INDIRECT 28 1525066197 esdoc-coverage-plugin • 1.1.0 A coverage plugin for ESDoc INDIRECT 0 1504922647 esdoc-external-ecmascript-plugin • 1.0.0 A external ECMAScript plugin for ESDoc INDIRECT 4 1501392071 esdoc-integrate-manual-plugin • 1.0.0 A integrate manual plugin for ESDoc INDIRECT 0 1501392164 esdoc-integrate-test-plugin • 1.0.0 A integrate test plugin for ESDoc INDIRECT 0 1501392441 esdoc-lint-plugin • 1.0.2 A lint plugin for ESDoc INDIRECT 0 1525066334 esdoc-publish-html-plugin • 1.1.2 A publish HTML plugin for ESDoc INDIRECT 131 1525066406 esdoc-standard-plugin • 1.0.0 A standard plugin for ESDoc DIRECT 142 1501392596 esdoc-type-inference-plugin • 1.0.2 A type inference plugin for ESDoc [PoC] INDIRECT 0 1525066550 esdoc-undocumented-identifier-plugin • 1.0.0 A undocumented identifier plugin for ESDoc INDIRECT 0 1501392522 esdoc-unexported-identifier-plugin • 1.0.0 A unexported identifier plugin for ESDoc INDIRECT 0 1501392531 esdoc • 1.1.0 Good Documentation Generator For JavaScript DIRECT 141 1524998169 eslint-config-prettier • 7.2.0 Turns off all rules that are unnecessary or might conflict with Prettier. DIRECT 0 1610998339 eslint-utils • 2.1.0 Utilities for ESLint plugins. INDIRECT 1 1592223661 eslint-utils • 3.0.0 Utilities for ESLint plugins. INDIRECT 1 1620975400 eslint • 7.32.0 An AST-based pattern checker for JavaScript. DIRECT 113 1627685206 etag • 1.8.1 Create simple HTTP ETags INDIRECT 0 1505270624 events • 3.3.0 Node's event emitter for all engines. INDIRECT 0 1614444687 expect • 30.0.4 INDIRECT 46 1751499951 express • 4.21.2 Fast, unopinionated, minimalist web framework DIRECT 68 1733437900 extend • 3.0.2 Port of jQuery.extend for node.js and the browser INDIRECT 0 1532032091 extsprintf • 1.3.0 extended POSIX-style sprintf INDIRECT 0 1425687180 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 fast-glob • 3.3.3 It's a very fast and efficient glob library for Node.js INDIRECT 17 1736073522 fast-json-stable-stringify • 2.1.0 deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify INDIRECT 0 1576340277 fast-levenshtein • 2.0.6 Efficient implementation of Levenshtein algorithm with locale-specific collator support. INDIRECT 0 1482873307 fastest-levenshtein • 1.0.16 Fastest Levenshtein distance implementation in JS. INDIRECT 0 1659467744 file-entry-cache • 6.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 16 1613794256 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 1716281151 finalhandler • 1.3.1 Node.js final http responder INDIRECT 9 1726084302 find-cache-dir • 2.1.0 Finds the common standard cache directory INDIRECT 11 1552372085 find-cache-dir • 3.3.2 Finds the common standard cache directory INDIRECT 10 1630259855 find-up • 3.0.0 Find a file or directory by walking up parent directories INDIRECT 5 1529313561 find-up • 4.1.0 Find a file or directory by walking up parent directories INDIRECT 5 1560752434 find-up • 5.0.0 Find a file or directory by walking up parent directories INDIRECT 5 1597171464 flat-cache • 3.2.0 A stupidly simple key/value storage using files to persist some data INDIRECT 15 1699834035 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 1539761182 forwarded • 0.2.0 Parse HTTP X-Forwarded-For header INDIRECT 0 1622503382 fresh • 0.5.2 HTTP response freshness testing INDIRECT 0 1505365392 fromentries • 1.3.2 Object.fromEntries() ponyfill (in 6 lines) INDIRECT 0 1604526716 fs-extra • 1.0.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. INDIRECT 3 1477980960 fs-extra • 5.0.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. INDIRECT 3 1513013407 fs-readdir-recursive • 1.1.0 Recursively read a directory INDIRECT 0 1510328890 fsevents • 2.3.3 Native Access to MacOS FSEvents INDIRECT 0 1692635062 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 functional-red-black-tree • 1.0.1 A fully persistent balanced binary search tree INDIRECT 0 1412006712 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 1603831420 get-func-name • 2.0.2 Utility for getting a function's name for node and the browser INDIRECT 0 1695722995 get-intrinsic • 1.3.0 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 11 1740257660 get-package-type • 0.1.0 Determine the `package.json#type` which applies to a location INDIRECT 0 1589880517 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 get-stdin • 4.0.1 Easier stdin INDIRECT 0 1421761124 getpass • 0.1.7 getpass for node.js INDIRECT 1 1493163658 globals • 13.24.0 Global identifiers from different JavaScript environments INDIRECT 1 1702229568 globals • 9.18.0 Global identifiers from different JavaScript environments INDIRECT 0 1496827524 globby • 11.1.0 User-friendly glob matching INDIRECT 23 1641609998 glsl-inject-defines • 1.0.3 injects a #define statement into a shader source INDIRECT 10 1435506888 glsl-resolve • 0.0.1 A wrapper for the "resolve" module that targets GLSL shaders instead of JavaScript INDIRECT 2 1394639383 glsl-token-assignments • 2.0.2 Take an array of GLSL tokens and determine which tokens are either assignments or variable declarations. INDIRECT 0 1475034778 glsl-token-defines • 1.0.0 Retrieve the values defined with preprocessor statements in a selection of GLSL tokens INDIRECT 8 1426039862 glsl-token-depth • 1.1.2 Determine the scope depth of an array of GLSL tokens INDIRECT 0 1426103753 glsl-token-descope • 1.0.2 "Descope" an array of GLSL tokens such that they can be safely inlined alongside within another shader without causing any global variable conflicts. INDIRECT 4 1425685631 glsl-token-inject-block • 1.1.0 safely inject a block of tokens into a shader INDIRECT 0 1455223740 glsl-token-properties • 1.0.1 Takes an array of GLSL tokens and determines whether or not they're a property of another identifier INDIRECT 0 1425685691 glsl-token-scope • 1.1.2 Infer the scope of each token in an array of GLSL tokens INDIRECT 0 1449490164 glsl-token-string • 1.0.1 Converts an array of GLSL tokens to a plain source string INDIRECT 0 1425685733 glsl-token-whitespace-trim • 1.0.0 Trim the whitespace within an array of GLSL tokens INDIRECT 0 1448365516 glsl-tokenizer • 2.1.5 r/w stream of glsl tokens INDIRECT 7 1538835063 glslify-bundle • 5.1.1 Bundle a glslify-deps dependency tree into a GLSL source string INDIRECT 20 1540260840 glslify-loader • 2.0.0 glslify loader module for webpack DIRECT 43 1543447386 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 growl • 1.10.5 Growl unobtrusive notifications INDIRECT 0 1522856683 har-validator • 5.1.5 Extremely fast HTTP Archive (HAR) validator using JSON Schema INDIRECT 7 1596084153 has-ansi • 2.0.0 Check if a string has ANSI escape codes INDIRECT 1 1435681054 has-flag • 3.0.0 Check if argv has a specific flag INDIRECT 0 1514920916 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 1554565761 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 hasha • 5.2.2 Hashing made simple. Get the hash of a buffer/string/stream/file. INDIRECT 2 1602203022 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 he • 1.2.0 A robust HTML entities encoder/decoder with full Unicode support. INDIRECT 0 1537723102 home-or-tmp • 2.0.0 Get the user home directory with fallback to the system temp directory INDIRECT 2 1434199362 html-encoding-sniffer • 2.0.1 Sniff the encoding from a HTML byte stream INDIRECT 3 1582496861 html-escaper • 2.0.2 fast and safe way to escape and unescape &<>'" chars INDIRECT 0 1585315785 htmlparser2 • 3.10.1 Fast & forgiving HTML/XML/RSS parser INDIRECT 10 1550168210 htmlparser2 • 3.8.3 Fast & forgiving HTML/XML/RSS parser INDIRECT 11 1433495834 http-errors • 2.0.0 Create HTTP error objects INDIRECT 5 1639798242 http-signature • 1.2.0 Reference implementation of Joyent's HTTP Signature scheme. INDIRECT 15 1503689523 ice-cap • 0.0.4 Programmable DOM-based HTML template library. INDIRECT 92 1462120048 iconv-lite • 0.4.24 Convert character encodings in pure javascript. INDIRECT 1 1534969392 iconv-lite • 0.6.3 Convert character encodings in pure javascript. INDIRECT 1 1621825217 ignore • 4.0.6 Ignore is a manager and filter for .gitignore rules. INDIRECT 0 1534048762 ignore • 5.3.2 Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others. INDIRECT 0 1723452660 import-fresh • 3.3.1 Import a module while bypassing the cache INDIRECT 3 1738489541 import-local • 3.2.0 Let a globally installed package use a locally installed version of itself if available INDIRECT 9 1721645808 imurmurhash • 0.1.4 An incremental implementation of MurmurHash3 INDIRECT 0 1377377123 indent-string • 4.0.0 Indent each line in a string INDIRECT 0 1555486273 interpret • 2.2.0 A dictionary of file extensions and associated module loaders. INDIRECT 0 1591167127 invariant • 2.2.4 invariant INDIRECT 2 1520966170 ip-regex • 2.1.0 Regular expression for matching IP addresses (IPv4 & IPv6) INDIRECT 0 1489226169 ipaddr.js • 1.9.1 A library for manipulating IPv4 and IPv6 addresses in JavaScript. INDIRECT 0 1563330499 is-binary-path • 2.1.0 Check if a file path is a binary file INDIRECT 1 1555648965 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 1734816207 is-extglob • 2.1.1 Returns true if a string has an extglob. INDIRECT 0 1481429064 is-finite • 1.1.0 ES2015 Number.isFinite() ponyfill INDIRECT 0 1581060978 is-fullwidth-code-point • 2.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1474526569 is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1552896545 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 1632934367 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 1530716938 is-plain-obj • 2.1.0 Check if a value is a plain object INDIRECT 0 1579602874 is-plain-object • 2.0.4 Returns true if an object was created by the `Object` constructor. INDIRECT 1 1499812870 is-potential-custom-element-name • 1.0.1 Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard. INDIRECT 0 1617781380 is-stream • 2.0.1 Check if something is a Node.js stream INDIRECT 0 1627296664 is-typedarray • 1.0.0 Detect whether or not an object is a Typed Array INDIRECT 0 1431824619 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 1518593803 isarray • 0.0.1 Array#isArray for older browsers INDIRECT 0 1369676435 isobject • 3.0.1 Returns true if the value is an object and not an array or null. INDIRECT 0 1498846770 isstream • 0.1.2 Determine if an object is a Stream INDIRECT 0 1425687315 jest-diff • 30.0.4 INDIRECT 13 1751499945 jest-matcher-utils • 30.0.4 A set of utility functions for expect and related packages INDIRECT 14 1751499948 jest-message-util • 30.0.2 INDIRECT 36 1750329978 jest-mock • 30.0.2 INDIRECT 22 1750329976 jest-regex-util • 30.0.1 INDIRECT 0 1750285877 jest-util • 30.0.2 INDIRECT 21 1750329974 jest-worker • 27.5.1 Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers. INDIRECT 5 1644317532 js-tokens • 3.0.2 A regex that tokenizes JavaScript. INDIRECT 0 1498683257 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 js-yaml • 3.14.1 YAML 1.2 parser and serializer INDIRECT 3 1607370310 js-yaml • 4.0.0 YAML 1.2 parser and serializer INDIRECT 1 1609681878 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 1486886596 jsdom-global • 3.0.2 Enable DOM in Node.js DIRECT 0 1494236920 jsdom • 16.4.0 A JavaScript implementation of many web standards DIRECT 94 1596915411 jsdom • 7.2.2 A JavaScript implementation of the DOM and HTML standards INDIRECT 72 1451176030 jsesc • 1.3.0 A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output. INDIRECT 0 1464619780 jsesc • 3.0.2 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1603892950 jsesc • 3.1.0 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1733905474 json-buffer • 3.0.1 JSON parse & stringify that supports binary via bops & base64 INDIRECT 0 1536606136 json-parse-even-better-errors • 2.3.1 JSON.parse with context information on error INDIRECT 0 1599064678 json-schema-traverse • 0.4.1 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1528620125 json-schema-traverse • 1.0.0 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1607857014 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 1481839235 json5 • 0.5.1 JSON for the ES5 era. INDIRECT 0 1480284434 json5 • 1.0.2 JSON for humans. INDIRECT 1 1672420182 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 jsonfile • 2.4.0 Easily read/write JSON files. INDIRECT 1 1473989979 jsonfile • 4.0.0 Easily read/write JSON files. INDIRECT 1 1505244119 jsprim • 1.4.2 utilities for primitive JavaScript types INDIRECT 5 1638199465 keyv • 4.5.4 Simple key-value storage with support for multiple backends INDIRECT 1 1696697634 kind-of • 6.0.3 Get the native type of a value. INDIRECT 0 1579193959 klaw • 1.3.1 File system walker with Readable stream interface. INDIRECT 1 1477411631 levn • 0.3.0 Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible INDIRECT 2 1451368623 levn • 0.4.1 Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible INDIRECT 2 1585965931 loader-runner • 4.3.0 Runs (webpack) loaders INDIRECT 0 1649756367 loader-utils • 1.4.2 utils for webpack loaders INDIRECT 4 1668126910 loader-utils • 2.0.4 utils for webpack loaders INDIRECT 3 1668126726 locate-path • 3.0.0 Get the first path that exists on disk of multiple paths INDIRECT 4 1529269166 locate-path • 5.0.0 Get the first path that exists on disk of multiple paths INDIRECT 3 1556974807 locate-path • 6.0.0 Get the first path that exists on disk of multiple paths INDIRECT 3 1597081750 lodash.assignin • 4.2.0 The lodash method `_.assignIn` exported as a module. INDIRECT 0 1471109800 lodash.bind • 4.2.1 The lodash method `_.bind` exported as a module. INDIRECT 0 1471109816 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 lodash.defaults • 4.2.0 The lodash method `_.defaults` exported as a module. INDIRECT 0 1471109872 lodash.filter • 4.6.0 The lodash method `_.filter` exported as a module. INDIRECT 0 1471109901 lodash.flatten • 4.4.0 The lodash method `_.flatten` exported as a module. INDIRECT 0 1471109924 lodash.flattendeep • 4.4.0 The lodash method `_.flattenDeep` exported as a module. INDIRECT 0 1471109926 lodash.foreach • 4.5.0 The lodash method `_.forEach` exported as a module. INDIRECT 0 1471109944 lodash.map • 4.6.0 The lodash method `_.map` exported as a module. INDIRECT 0 1471110114 lodash.merge • 4.6.2 The Lodash method `_.merge` exported as a module. INDIRECT 0 1562717981 lodash.pick • 4.4.0 The lodash method `_.pick` exported as a module. INDIRECT 0 1471110200 lodash.reduce • 4.6.0 The lodash method `_.reduce` exported as a module. INDIRECT 0 1471110229 lodash.reject • 4.6.0 The lodash method `_.reject` exported as a module. INDIRECT 0 1471110235 lodash.some • 4.6.0 The lodash method `_.some` exported as a module. INDIRECT 0 1471110274 lodash.truncate • 4.4.2 The lodash method `_.truncate` exported as a module. INDIRECT 0 1471110384 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 1613835736 log-symbols • 4.0.0 Colored symbols for various log levels. Example: `✔︎ Success` INDIRECT 6 1587898056 loose-envify • 1.4.0 Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST INDIRECT 1 1531220985 loupe • 2.3.7 Inspect utility for Node.js and browsers INDIRECT 1 1697196675 make-dir • 2.1.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 2 1551642020 make-dir • 3.1.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 1 1587567554 make-dir • 4.0.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 1 1687521248 map-limit • 0.0.1 async.mapLimit's functionality available as a standalone npm module INDIRECT 2 1407451726 marked • 0.3.19 A markdown parser built for speed INDIRECT 0 1522033179 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 media-typer • 0.3.0 Simple RFC 6838 media type parser and formatter INDIRECT 0 1410150744 merge-descriptors • 1.0.3 Merge objects using descriptors INDIRECT 0 1700155732 merge-stream • 2.0.0 Create a stream that emits events from multiple other streams INDIRECT 0 1558618605 merge2 • 1.4.1 Merge multiple streams into one stream in sequence or parallel. INDIRECT 0 1591169950 methods • 1.1.2 HTTP methods that node supports INDIRECT 0 1453085636 micromatch • 4.0.8 Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch. INDIRECT 5 1724430678 mime-db • 1.52.0 Media Type Database INDIRECT 0 1645472511 mime-types • 2.1.35 The ultimate javascript content-type utility. INDIRECT 1 1647108283 mime • 1.6.0 A comprehensive library for mime-type mapping INDIRECT 0 1511571199 minimist • 1.2.0 parse argument options INDIRECT 0 1440424587 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 mkdirp • 0.5.6 Recursively mkdir, like `mkdir -p` INDIRECT 1 1647992895 mocha • 8.4.0 simple, flexible, fun test framework DIRECT 83 1620376236 mout • 0.11.1 Modular Utilities INDIRECT 0 1446775545 mout • 1.2.4 Modular Utilities INDIRECT 0 1663609839 ms • 2.0.0 Tiny milisecond conversion utility INDIRECT 0 1494937566 ms • 2.1.2 Tiny millisecond conversion utility INDIRECT 0 1559842315 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 murmurhash-js • 1.0.0 Native JS murmur hash implementation INDIRECT 0 1398733700 nanoid • 3.1.20 A tiny (108 bytes), secure URL-friendly unique string ID generator INDIRECT 0 1606835713 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 1469220492 negotiator • 0.6.3 HTTP content negotiation INDIRECT 0 1642902613 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 1594319033 node-preload • 0.2.1 Request that Node.js child processes preload modules INDIRECT 2 1577048620 node-releases • 2.0.19 Node.js releases data INDIRECT 0 1733801321 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 1524149687 nwmatcher • 1.4.4 A CSS3-compliant JavaScript selector engine. INDIRECT 0 1521246253 nwsapi • 2.2.20 Fast CSS Selectors API Engine INDIRECT 0 1743143081 object-inspect • 1.13.4 string representations of objects in node and the browser INDIRECT 0 1738718770 on-finished • 2.4.1 Execute a callback when a request closes, finishes, or errors INDIRECT 1 1645546248 optionator • 0.8.3 option parsing and help generation INDIRECT 6 1573077339 optionator • 0.9.4 option parsing and help generation INDIRECT 6 1714169871 os-homedir • 1.0.2 Node.js 4 `os.homedir()` ponyfill INDIRECT 0 1475211521 os-tmpdir • 1.0.2 Node.js os.tmpdir() ponyfill INDIRECT 0 1475211274 p-limit • 2.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1586101245 p-limit • 3.1.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1606290157 p-locate • 3.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1529066877 p-locate • 4.1.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1554354166 p-locate • 5.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1597081354 p-map • 3.0.0 Map over promises concurrently INDIRECT 3 1563032855 p-try • 2.2.0 `Start a promise chain INDIRECT 0 1554035675 parent-module • 1.0.1 Get the path of the parent module INDIRECT 1 1553772832 parse5 • 1.5.1 WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node and io.js. INDIRECT 0 1448751716 parse5 • 3.0.3 HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant. INDIRECT 2 1509843823 parse5 • 5.1.1 HTML parser and serializer. INDIRECT 0 1573036707 parsegraph-input • 1.6.5 input DIRECT 2 1646049607 parsegraph-matrix • 1.4.16 matrix INDIRECT 0 1675244955 parsegraph-method • 1.4.26 An object that holds a function DIRECT 0 1675244960 parsegraph-normalizewheel • 1.4.10 A fix found for normalizing wheel input INDIRECT 0 1675244953 parseurl • 1.3.3 parse a url with memoization INDIRECT 0 1555388186 path-exists • 3.0.0 Check if a path exists INDIRECT 0 1462103093 path-exists • 4.0.0 Check if a path exists INDIRECT 0 1554348556 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 path-key • 3.1.1 Get the PATH environment variable key cross-platform INDIRECT 0 1574441238 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 path-to-regexp • 0.1.12 Express style path to RegExp utility INDIRECT 0 1733436486 path-type • 4.0.0 Check if a path is a file, directory, or symlink INDIRECT 0 1552382718 pathval • 1.1.1 Object value retrieval given a string path INDIRECT 0 1611656317 performance-now • 2.1.0 Implements performance.now (based on process.hrtime). INDIRECT 0 1487514529 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 1641143904 picomatch • 4.0.2 Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. INDIRECT 0 1711596191 pify • 4.0.1 Promisify a callback-style function INDIRECT 0 1540213139 pirates • 4.0.7 Properly hijack require, i.e., properly define require hooks and customizations INDIRECT 0 1743074518 pkg-dir • 3.0.0 Find the root directory of a Node.js project or npm package INDIRECT 6 1529322182 pkg-dir • 4.2.0 Find the root directory of a Node.js project or npm package INDIRECT 6 1558431348 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 1431657754 prelude-ls • 1.2.1 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 1585868020 prettier • 2.1.2 Prettier is an opinionated code formatter DIRECT 0 1600217232 pretty-format • 30.0.2 Stringify any JavaScript value. INDIRECT 4 1750329976 private • 0.1.8 Utility for associating truly private state with any JavaScript object INDIRECT 0 1507855680 process-on-spawn • 1.1.0 Execute callbacks when child processes are spawned INDIRECT 1 1731509893 progress • 2.0.3 Flexible ascii progress bar INDIRECT 0 1544029078 proxy-addr • 2.0.7 Determine address of proxied request INDIRECT 2 1622509048 psl • 1.15.0 Domain name parser based on the Public Suffix List INDIRECT 1 1733134564 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 1698690512 queue-microtask • 1.2.3 fast, tiny `queueMicrotask` shim for modern engines INDIRECT 0 1616391430 randombytes • 2.1.0 random bytes from browserify stand alone INDIRECT 1 1550584119 range-parser • 1.2.1 Range header field string parser INDIRECT 0 1557534457 raw-body • 2.5.2 Get and validate the raw body of a readable stream. INDIRECT 10 1676999169 raw-loader • 4.0.2 A loader for webpack that allows importing files as a String DIRECT 13 1602255176 react-is • 18.3.1 Brand checking of React Elements. INDIRECT 0 1714149785 readable-stream • 1.0.34 Streams2, a user-land copy of the stream library from Node.js v0.10.x INDIRECT 4 1460562524 readable-stream • 1.1.14 Streams3, a user-land copy of the stream library from Node.js v0.11.x INDIRECT 4 1460563294 readable-stream • 3.6.2 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 1678438954 readdirp • 3.5.0 Recursive version of fs.readdir with streaming API. INDIRECT 1 1602584277 readdirp • 3.6.0 Recursive version of fs.readdir with streaming API. INDIRECT 1 1615717351 rechoir • 0.7.1 Prepare a node environment to require files with different extensions. INDIRECT 6 1626761517 regenerate-unicode-properties • 10.2.0 Regenerate sets for Unicode properties and values. INDIRECT 1 1726132062 regenerate • 1.4.2 Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. INDIRECT 0 1604220132 regenerator-runtime • 0.11.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1512675367 regenerator-runtime • 0.13.11 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1668449722 regexpp • 3.2.0 Regular expression parser for ECMAScript. INDIRECT 0 1623668818 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 1732220053 regjsgen • 0.8.0 Generate regular expressions from regjsparser’s AST. INDIRECT 0 1686069841 repeating • 1.1.3 Repeat a string - fast INDIRECT 1 1432645268 repeating • 2.0.1 Repeat a string - fast INDIRECT 1 1460395967 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 1432801864 require-from-string • 2.0.2 Require module from string INDIRECT 0 1523267387 resolve-cwd • 3.0.0 Resolve the path of a module like `require.resolve()` but from the current working directory INDIRECT 1 1556628803 resolve-from • 4.0.0 Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0 1506160096 resolve-from • 5.0.0 Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0 1555301185 resolve • 0.6.3 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 0 1397692621 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 reusify • 1.1.0 Reuse objects and functions with style INDIRECT 0 1740499249 run-parallel • 1.2.0 Run an array of functions in parallel INDIRECT 1 1612925888 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 schema-utils • 2.7.1 webpack Validation Utils INDIRECT 8 1598871630 schema-utils • 3.3.0 webpack Validation Utils INDIRECT 8 1686754363 schema-utils • 4.3.2 webpack Validation Utils INDIRECT 8 1745344065 send • 0.19.0 Better streaming static file server with Range and conditional-GET support INDIRECT 18 1725928480 serve-static • 1.16.2 Serve static files INDIRECT 21 1726079074 shallow-clone • 3.0.1 Creates a shallow clone of any JavaScript value. INDIRECT 1 1555373202 shallow-copy • 0.0.1 make a shallow copy of an object or array INDIRECT 0 1374733474 shebang-command • 2.0.0 Get the command from a shebang INDIRECT 1 1567781605 shebang-regex • 3.0.0 Regular expression for matching a shebang line INDIRECT 0 1556361979 side-channel-list • 1.0.0 Store information about any JS value in a side channel, using a linked list INDIRECT 2 1733862025 side-channel-map • 1.0.1 Store information about any JS value in a side channel, using a Map INDIRECT 14 1733892798 side-channel-weakmap • 1.0.2 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 15 1733895551 side-channel • 1.1.0 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 17 1733936433 slash • 1.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 1407924902 slash • 2.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 1521792101 slash • 3.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 1556425560 slice-ansi • 4.0.0 Slice a string with ANSI escape codes INDIRECT 5 1581872767 source-map-loader • 1.1.3 extracts inlined source map and offers it to webpack DIRECT 18 1607096142 source-map-support • 0.4.18 Fixes stack traces for files with source maps INDIRECT 1 1505036648 source-map-support • 0.5.21 Fixes stack traces for files with source maps DIRECT 2 1637319777 sshpk • 1.18.0 A library for finding and using SSH public keys INDIRECT 9 1697736191 stack-utils • 2.0.6 Captures and cleans stack traces INDIRECT 1 1667921994 statuses • 2.0.1 HTTP status utility INDIRECT 0 1609655867 string_decoder • 0.10.31 The string_decoder module from Node core INDIRECT 0 1408767919 string_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 1565169636 string-width • 2.1.1 Get the visual width of a string - the number of columns required to display it INDIRECT 3 1500376155 string-width • 4.2.3 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1632417441 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 strip-ansi • 4.0.0 Strip ANSI escape codes INDIRECT 1 1497986906 strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 strip-bom • 3.0.0 Strip UTF-8 byte order mark (BOM) from a string INDIRECT 0 1462032164 strip-bom • 4.0.0 Strip UTF-8 byte order mark (BOM) from a string INDIRECT 0 1556426447 strip-json-comments • 3.1.1 Strip comments from JSON. Lets you use comments in your JSON files! INDIRECT 0 1594565096 supports-color • 2.0.0 Detect whether a terminal supports color INDIRECT 0 1435705114 supports-color • 5.5.0 Detect whether a terminal supports color INDIRECT 1 1534739857 supports-color • 7.2.0 Detect whether a terminal supports color INDIRECT 1 1598613454 supports-color • 8.1.1 Detect whether a terminal supports color INDIRECT 1 1611393696 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 symbol-tree • 3.2.4 Turn any collection of objects into its own efficient tree or linked list using Symbol INDIRECT 0 1560363021 tapable • 2.2.2 Just a little module for plugins. INDIRECT 0 1747693100 terser-webpack-plugin • 5.3.14 Terser plugin for webpack INDIRECT 29 1741267281 text-table • 0.2.0 borderless text tables with alignment INDIRECT 0 1380945086 through2 • 0.6.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise INDIRECT 6 1428601327 to-fast-properties • 1.0.3 Force V8 to use fast properties for an object INDIRECT 0 1493539546 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 1554617077 toidentifier • 1.0.1 Convert a string of words to a JavaScript identifier INDIRECT 0 1636928349 tr46 • 0.0.3 An implementation of the Unicode TR46 spec INDIRECT 0 1453255734 tr46 • 2.1.0 An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing INDIRECT 1 1621678028 trim-right • 1.0.1 Similar to String#trim() but removes only whitespace on the right INDIRECT 0 1436991595 ts-loader • 9.5.2 TypeScript loader for webpack DIRECT 17 1736616247 ts-mocha • 8.0.0 Mocha thin wrapper that allows running TypeScript tests with TypeScript runtime (ts-node) to get rid of compilation complexity DIRECT 14 1603626452 ts-node • 7.0.1 TypeScript execution environment and REPL for node.js, with source map support INDIRECT 9 1534025498 ts-node • 9.1.1 TypeScript execution environment and REPL for node.js, with source map support DIRECT 8 1607352471 ts-shader-loader • 1.0.6 A webpack loader for glsl shaders - includes support for nested imports. Re-Written in TypeScript DIRECT 5 1568232225 tsconfig-paths • 3.15.0 Load node modules according to tsconfig paths, in run-time or via API. INDIRECT 4 1702564629 tsutils • 3.21.0 utilities for working with typescript's AST INDIRECT 1 1615137992 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 1451367981 type-check • 0.4.0 type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax. INDIRECT 1 1585882957 type-detect • 4.1.0 Improved typeof detection for node.js and the browser. INDIRECT 0 1721904620 type-is • 1.6.18 Infer the content-type of a request. INDIRECT 3 1556287189 typedarray-to-buffer • 3.1.5 Convert a typed array to a Buffer without a copy INDIRECT 1 1520537433 undici-types • 7.8.0 A stand-alone types package for Undici INDIRECT 0 1744279288 unicode-canonical-property-names-ecmascript • 2.0.1 The set of canonical Unicode property names supported in ECMAScript RegExp property escapes. INDIRECT 0 1726129249 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 1631618585 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 1726132494 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 1663157048 universalify • 0.1.2 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1529493431 unpipe • 1.0.0 Unpipe a stream from all destinations INDIRECT 0 1434313819 update-browserslist-db • 1.1.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1740591163 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 utils-merge • 1.0.1 merge() utility function INDIRECT 0 1505866719 uuid • 3.4.0 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 1579208738 uuid • 8.3.2 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 1607459916 v8-compile-cache • 2.4.0 Require hook for automatic V8 compile cache persistence INDIRECT 0 1692049126 vary • 1.1.2 Manipulate the HTTP Vary header INDIRECT 0 1506217631 verror • 1.10.0 richer JavaScript errors INDIRECT 3 1493743247 w3c-hr-time • 1.0.2 An implementation of the W3C High Resolution Time Level 2 specification. INDIRECT 1 1583455509 w3c-xmlserializer • 2.0.0 A per-spec XML serializer implementation INDIRECT 1 1577994542 watchpack • 2.4.4 Wrapper library for directory and file watching. INDIRECT 2 1747825792 webgl-mock • 0.1.7 A simple implementation-less interface for testing code outside of WebGL DIRECT 0 1528903211 webpack-cli • 4.10.0 CLI for webpack & friends DIRECT 40 1655080803 webpack-merge • 5.10.0 Variant of merge that's useful for webpack configuration INDIRECT 7 1697441610 webpack-sources • 3.3.3 Source code handling classes for webpack INDIRECT 0 1750433221 webpack • 5.100.1 Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff. DIRECT 76 1752232788 whatwg-encoding • 1.0.5 Decode strings according to the WHATWG Encoding Standard INDIRECT 2 1538281259 whatwg-mimetype • 2.3.0 Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard INDIRECT 0 1542758213 whatwg-url-compat • 0.6.5 An implementation of the WHATWG URL algorithm INDIRECT 1 1440943210 whatwg-url • 8.7.0 An implementation of the WHATWG URL Standard's URL API and parsing machinery INDIRECT 4 1624654867 wildcard • 2.0.1 Wildcard matching tools INDIRECT 0 1682344851 word-wrap • 1.2.5 Wrap words to a specified length. INDIRECT 0 1690036658 wrap-ansi • 6.2.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1573488497 wrap-ansi • 7.0.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1587574403 ws • 7.5.10 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js INDIRECT 0 1718549308 xmlchars • 2.2.0 Utilities for determining if characters belong to character classes defined by the XML specs. INDIRECT 0 1567787931 xtend • 2.2.0 extend like a boss INDIRECT 0 1395822947 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945 yargs-unparser • 2.0.0 Converts back a yargs argv object to its original array form INDIRECT 4 1601598101 yargs • 15.4.1 yargs the modern, pirate-themed, successor to optimist. INDIRECT 25 1594420928 yargs • 16.2.0 yargs the modern, pirate-themed, successor to optimist. INDIRECT 15 1607209795 yn • 2.0.0 Parse yes/no like values INDIRECT 0 1494619444 yn • 3.1.1 Parse yes/no like values INDIRECT 0 1564510804 yocto-queue • 0.1.0 Tiny queue data structure INDIRECT 0 1606197935