@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/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.1 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 1752315693 @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 @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 @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/json-schema • 7.0.15 TypeScript definitions for json-schema INDIRECT 0 1699346963 @types/node • 24.0.13 TypeScript definitions for node INDIRECT 1 1752174178 @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 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 • 7.4.1 ECMAScript parser INDIRECT 0 1601884406 acorn • 8.15.0 ECMAScript parser INDIRECT 0 1749399784 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.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 • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 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 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-union • 2.1.0 Create an array of unique values, in order, from the input arrays INDIRECT 0 1555919785 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 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-loader • 8.4.1 babel module loader for webpack DIRECT 24 1726493661 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 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 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 callsites • 3.1.0 Get callsites from the V8 stack trace API INDIRECT 0 1554551850 chai • 4.5.0 BDD/TDD assertion library for node.js and the browser. Test framework agnostic. DIRECT 7 1721910222 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 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 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-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 convert-source-map • 2.0.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1666044408 core-js-compat • 3.44.0 core-js compat INDIRECT 7 1751896118 core-util-is • 1.0.2 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1447979853 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 • 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 • 4.4.1 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1747169796 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 delayed-stream • 1.0.0 Buffers events from a stream until you are ready to handle them. INDIRECT 0 1430431829 dir-glob • 3.0.1 Convert directories to glob compatible strings INDIRECT 1 1561825326 domexception • 2.0.1 An implementation of the DOMException class from browsers INDIRECT 1 1576352765 ecc-jsbn • 0.1.2 ECC JS code based on JSBN INDIRECT 2 1532879660 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 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-module-lexer • 1.7.0 Lexes ES modules returning their import/export metadata INDIRECT 0 1745360527 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 escape-string-regexp • 4.0.0 Escape RegExp special characters INDIRECT 0 1587627085 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 events • 3.3.0 Node's event emitter for all engines. INDIRECT 0 1614444687 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 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 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 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 getpass • 0.1.7 getpass for node.js INDIRECT 1 1493163658 globals • 13.24.0 Global identifiers from different JavaScript environments INDIRECT 1 1702229568 globby • 11.1.0 User-friendly glob matching INDIRECT 23 1641609998 har-validator • 5.1.5 Extremely fast HTTP Archive (HAR) validator using JSON Schema INDIRECT 7 1596084153 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 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 html-encoding-sniffer • 2.0.1 Sniff the encoding from a HTML byte stream INDIRECT 3 1582496861 http-signature • 1.2.0 Reference implementation of Joyent's HTTP Signature scheme. INDIRECT 15 1503689523 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 interpret • 2.2.0 A dictionary of file extensions and associated module loaders. INDIRECT 0 1591167127 ip-regex • 2.1.0 Regular expression for matching IP addresses (IPv4 & IPv6) INDIRECT 0 1489226169 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-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-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-typedarray • 1.0.0 Detect whether or not an object is a Typed Array INDIRECT 0 1431824619 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-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 • 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 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 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 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 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 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 • 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 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 lodash.merge • 4.6.2 The Lodash method `_.merge` exported as a module. INDIRECT 0 1562717981 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 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 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 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 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 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 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-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 nwsapi • 2.2.20 Fast CSS Selectors API Engine INDIRECT 0 1743143081 optionator • 0.8.3 option parsing and help generation INDIRECT 6 1573077339 optionator • 0.9.4 option parsing and help generation INDIRECT 6 1714169871 p-limit • 2.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1586101245 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-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 • 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 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-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 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 progress • 2.0.3 Flexible ascii progress bar INDIRECT 0 1544029078 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 raw-loader • 4.0.2 A loader for webpack that allows importing files as a String DIRECT 13 1602255176 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 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 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 • 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 shallow-clone • 3.0.1 Creates a shallow clone of any JavaScript value. INDIRECT 1 1555373202 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 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.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 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 • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 strip-json-comments • 3.1.1 Strip comments from JSON. Lets you use comments in your JSON files! INDIRECT 0 1594565096 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 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 tr46 • 2.1.0 An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing INDIRECT 1 1621678028 ts-loader • 9.5.2 TypeScript loader for webpack DIRECT 17 1736616247 ts-node • 9.1.1 TypeScript execution environment and REPL for node.js, with source map support DIRECT 8 1607352471 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 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 update-browserslist-db • 1.1.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1740591163 uuid • 3.4.0 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 1579208738 v8-compile-cache • 2.4.0 Require hook for automatic V8 compile cache persistence INDIRECT 0 1692049126 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 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 • 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 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 yn • 3.1.1 Parse yes/no like values INDIRECT 0 1564510804