@babel/code-frame • 7.26.2 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1730310371 @babel/compat-data • 7.26.5 The compat-data to determine required Babel plugins INDIRECT 0 1736529106 @babel/core • 7.26.0 Babel compiler core. DIRECT 38 1729863020 @babel/generator • 7.26.5 Turns an AST into code. INDIRECT 10 1736529114 @babel/helper-annotate-as-pure • 7.25.9 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1729610476 @babel/helper-compilation-targets • 7.26.5 Helper functions on Babel compilation targets INDIRECT 12 1736529110 @babel/helper-create-class-features-plugin • 7.25.9 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 25 1729610503 @babel/helper-create-regexp-features-plugin • 7.26.3 Compile ESNext Regular Expressions to ES5 INDIRECT 15 1733315734 @babel/helper-define-polyfill-provider • 0.6.3 Babel helper to create your own polyfill provider INDIRECT 23 1731351012 @babel/helper-member-expression-to-functions • 7.25.9 Helper function to replace certain member expressions with function calls INDIRECT 19 1729610492 @babel/helper-module-imports • 7.25.9 Babel helper functions for inserting module loads INDIRECT 19 1729610492 @babel/helper-module-transforms • 7.26.0 Babel helper functions for implementing ES6 module transformations INDIRECT 20 1729863006 @babel/helper-optimise-call-expression • 7.25.9 Helper function to optimise call expression INDIRECT 3 1729610477 @babel/helper-plugin-utils • 7.26.5 General utilities for plugins to use INDIRECT 0 1736529106 @babel/helper-remap-async-to-generator • 7.25.9 Helper function to remap async functions to generators INDIRECT 21 1729610497 @babel/helper-replace-supers • 7.26.5 Helper function to replace supers INDIRECT 21 1736529118 @babel/helper-skip-transparent-expression-wrappers • 7.25.9 Helper which skips types and parentheses INDIRECT 19 1729610493 @babel/helper-string-parser • 7.25.9 A utility package to parse strings INDIRECT 0 1729610436 @babel/helper-validator-identifier • 7.25.9 Validate identifier/keywords name INDIRECT 0 1729610436 @babel/helper-validator-option • 7.25.9 Validate plugin/preset options INDIRECT 0 1729610439 @babel/helper-wrap-function • 7.25.9 Helper to wrap functions inside a function call. INDIRECT 19 1729610494 @babel/helpers • 7.26.0 Collection of helper functions used by Babel transforms. INDIRECT 8 1729863016 @babel/parser • 7.26.5 A JavaScript parser INDIRECT 3 1736529110 @babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.25.9 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 20 1729610493 @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.25.9 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 INDIRECT 1 1729610443 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.25.9 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1 1729610444 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.25.9 Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 22 1729610503 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.25.9 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 20 1729610495 @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-syntax-import-assertions • 7.26.0 Allow parsing of the module assertion attributes in the import statement INDIRECT 1 1729863008 @babel/plugin-syntax-import-attributes • 7.26.0 Allow parsing of the module attributes in the import statement INDIRECT 1 1729863009 @babel/plugin-syntax-unicode-sets-regex • 7.18.6 Parse regular expressions' unicodeSets (v) flag. INDIRECT 17 1656359425 @babel/plugin-transform-arrow-functions • 7.25.9 Compile ES2015 arrow functions to ES5 INDIRECT 1 1729610457 @babel/plugin-transform-async-generator-functions • 7.25.9 Turn async generator functions into ES2015 generators INDIRECT 23 1729610505 @babel/plugin-transform-async-to-generator • 7.25.9 Turn async functions into ES2015 generators INDIRECT 24 1729610505 @babel/plugin-transform-block-scoped-functions • 7.26.5 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1 1736529110 @babel/plugin-transform-block-scoping • 7.25.9 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 1729610458 @babel/plugin-transform-class-properties • 7.25.9 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 27 1729610510 @babel/plugin-transform-class-static-block • 7.26.0 Transform class static blocks INDIRECT 27 1729863009 @babel/plugin-transform-classes • 7.25.9 Compile ES2015 classes to ES5 INDIRECT 36 1729610506 @babel/plugin-transform-computed-properties • 7.25.9 Compile ES2015 computed properties to ES5 INDIRECT 9 1729610486 @babel/plugin-transform-destructuring • 7.25.9 Compile ES2015 destructuring to ES5 INDIRECT 1 1729610459 @babel/plugin-transform-dotall-regex • 7.25.9 Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 17 1729610486 @babel/plugin-transform-duplicate-keys • 7.25.9 Compile objects with duplicate keys to valid strict ES5 INDIRECT 1 1729610459 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.9 Compile regular expressions using duplicate named groups to index-based groups. INDIRECT 17 1729610488 @babel/plugin-transform-dynamic-import • 7.25.9 Transform import() expressions INDIRECT 1 1729610460 @babel/plugin-transform-exponentiation-operator • 7.26.3 Compile exponentiation operator to ES5 INDIRECT 1 1733315734 @babel/plugin-transform-export-namespace-from • 7.25.9 Compile export namespace to ES2015 INDIRECT 1 1729610460 @babel/plugin-transform-for-of • 7.25.9 Compile ES2015 for...of to ES5 INDIRECT 21 1729610499 @babel/plugin-transform-function-name • 7.25.9 Apply ES2015 function.name semantics to all functions INDIRECT 32 1729610495 @babel/plugin-transform-json-strings • 7.25.9 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 1729610462 @babel/plugin-transform-literals • 7.25.9 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 1729610462 @babel/plugin-transform-logical-assignment-operators • 7.25.9 Transforms logical assignment operators into short-circuited assignments INDIRECT 1 1729610463 @babel/plugin-transform-member-expression-literals • 7.25.9 Ensure that reserved words are quoted in property accesses INDIRECT 1 1729610464 @babel/plugin-transform-modules-amd • 7.25.9 This plugin transforms ES2015 modules to AMD INDIRECT 22 1729610506 @babel/plugin-transform-modules-commonjs • 7.26.3 This plugin transforms ES2015 modules to CommonJS INDIRECT 22 1733315735 @babel/plugin-transform-modules-systemjs • 7.25.9 This plugin transforms ES2015 modules to SystemJS INDIRECT 22 1729610507 @babel/plugin-transform-modules-umd • 7.25.9 This plugin transforms ES2015 modules to UMD INDIRECT 22 1729610508 @babel/plugin-transform-named-capturing-groups-regex • 7.25.9 Compile regular expressions using named groups to ES5. INDIRECT 17 1729610487 @babel/plugin-transform-new-target • 7.25.9 Transforms new.target meta property INDIRECT 1 1729610464 @babel/plugin-transform-nullish-coalescing-operator • 7.26.6 Remove nullish coalescing operator INDIRECT 1 1736790547 @babel/plugin-transform-numeric-separator • 7.25.9 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 1 1729610465 @babel/plugin-transform-object-rest-spread • 7.25.9 Compile object rest and spread to ES5 INDIRECT 15 1729610480 @babel/plugin-transform-object-super • 7.25.9 Compile ES2015 object super to ES5 INDIRECT 23 1729610508 @babel/plugin-transform-optional-catch-binding • 7.25.9 Compile optional catch bindings INDIRECT 1 1729610466 @babel/plugin-transform-optional-chaining • 7.25.9 Transform optional chaining operators into a series of nil checks INDIRECT 21 1729610501 @babel/plugin-transform-parameters • 7.25.9 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 1729610466 @babel/plugin-transform-private-methods • 7.25.9 This plugin transforms private class methods INDIRECT 27 1729610511 @babel/plugin-transform-private-property-in-object • 7.25.9 This plugin transforms checks for a private property in an object INDIRECT 27 1729610512 @babel/plugin-transform-property-literals • 7.25.9 Ensure that reserved words are quoted in object property keys INDIRECT 1 1729610467 @babel/plugin-transform-regenerator • 7.25.9 Explode async and generator functions into a state machine. INDIRECT 4 1729610470 @babel/plugin-transform-regexp-modifiers • 7.26.0 Compile inline regular expression modifiers INDIRECT 17 1729863010 @babel/plugin-transform-reserved-words • 7.25.9 Ensure that no reserved words are used. INDIRECT 1 1729610471 @babel/plugin-transform-shorthand-properties • 7.25.9 Compile ES2015 shorthand properties to ES5 INDIRECT 1 1729610471 @babel/plugin-transform-spread • 7.25.9 Compile ES2015 spread to ES5 INDIRECT 21 1729610501 @babel/plugin-transform-sticky-regex • 7.25.9 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1 1729610472 @babel/plugin-transform-template-literals • 7.25.9 Compile ES2015 template literals to ES5 INDIRECT 1 1729610473 @babel/plugin-transform-typeof-symbol • 7.25.9 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1 1729610473 @babel/plugin-transform-unicode-escapes • 7.25.9 Compile ES2015 Unicode escapes to ES5 INDIRECT 1 1729610474 @babel/plugin-transform-unicode-property-regex • 7.25.9 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 1729610489 @babel/plugin-transform-unicode-regex • 7.25.9 Compile ES2015 Unicode regex to ES5 INDIRECT 17 1729610489 @babel/plugin-transform-unicode-sets-regex • 7.25.9 Compile regular expressions' unicodeSets (v) flag. INDIRECT 17 1729610489 @babel/preset-env • 7.26.0 A Babel preset for each environment. DIRECT 129 1729863015 @babel/preset-modules • 0.1.6-no-external-plugins A Babel preset that targets modern browsers by fixing engine bugs. INDIRECT 5 1689960984 @babel/runtime • 7.26.0 babel's modular runtime helpers INDIRECT 1 1729863011 @babel/template • 7.25.9 Generate an AST from a string template. INDIRECT 7 1729610484 @babel/traverse • 7.26.5 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 18 1736529116 @babel/types • 7.26.5 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 1736529108 @gar/promisify • 1.1.3 Promisify an entire class or object INDIRECT 0 1645025177 @jridgewell/gen-mapping • 0.3.8 Generate source maps INDIRECT 4 1733944203 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/set-array • 1.2.1 Like a Set, but provides the index of the `key` in the backing array INDIRECT 0 1709186612 @jridgewell/source-map • 0.3.6 Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API INDIRECT 5 1710213851 @jridgewell/sourcemap-codec • 1.5.0 Encode/decode sourcemap mappings INDIRECT 0 1720553292 @jridgewell/trace-mapping • 0.3.25 Trace the original position through a source map INDIRECT 2 1709362371 @npmcli/move-file • 1.1.2 move a file (fork of move-file) INDIRECT 13 1613067369 @rollup/plugin-babel • 5.3.1 Seamless integration between Rollup and Babel. DIRECT 24 1645569448 @rollup/plugin-commonjs • 22.0.2 Convert CommonJS modules to ES2015 DIRECT 26 1659676034 @rollup/plugin-json • 4.1.0 Convert .json files to ES6 modules DIRECT 4 1591365004 @rollup/plugin-node-resolve • 13.3.0 Locate and bundle third-party dependencies in node_modules DIRECT 17 1651494037 @rollup/plugin-typescript • 8.5.0 Seamless integration between Rollup and TypeScript. DIRECT 10 1662426257 @rollup/pluginutils • 3.1.0 A set of utility functions commonly used by Rollup plugins INDIRECT 3 1591365104 @tootallnate/once • 1.1.2 Creates a Promise that waits for a single event INDIRECT 0 1587483659 @types/estree • 0.0.39 TypeScript definitions for ESTree AST specification INDIRECT 0 1523996579 @types/node • 22.10.6 TypeScript definitions for node INDIRECT 1 1736794965 @types/resolve • 1.17.1 TypeScript definitions for resolve INDIRECT 2 1589327978 acorn • 8.14.0 ECMAScript parser INDIRECT 0 1730028229 agent-base • 6.0.2 Turn a function into an `http.Agent` instance INDIRECT 2 1603481595 agentkeepalive • 4.6.0 Missing keepalive http.Agent INDIRECT 2 1735441031 aggregate-error • 3.1.0 Create an error from multiple errors INDIRECT 2 1598048987 ajv • 6.12.6 Another JSON Schema Validator INDIRECT 5 1602349300 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 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 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-plugin-polyfill-corejs2 • 0.4.12 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 24 1731351013 babel-plugin-polyfill-corejs3 • 0.10.6 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 25 1722804434 babel-plugin-polyfill-regenerator • 0.6.3 A Babel plugin to inject imports to regenerator-runtime INDIRECT 24 1731351014 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 binary-extensions • 2.3.0 List of binary file extensions INDIRECT 0 1710439839 boxen • 5.1.2 Create boxes in the terminal INDIRECT 17 1631856700 brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 1518248542 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 brotli-size • 4.0.0 Get the brotli compressed size of a string or buffer INDIRECT 1 1565304051 browserslist • 4.24.4 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 6 1736336671 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1627578333 builtin-modules • 3.3.0 List of the Node.js builtin modules INDIRECT 0 1652341713 builtins • 1.0.3 List of node.js builtin modules INDIRECT 0 1445769576 camelcase • 6.3.0 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 1641068974 chalk • 4.1.2 Terminal string styling done right INDIRECT 5 1627646572 chokidar • 3.6.0 Minimal and efficient cross-platform file watching library INDIRECT 14 1707260254 clean-stack • 2.2.0 Clean up error stack traces INDIRECT 0 1564586696 cli-boxes • 2.2.1 Boxes for use in the terminal INDIRECT 0 1598866354 code-point-at • 1.1.0 ES2015 `String#codePointAt()` ponyfill INDIRECT 0 1478169780 color-convert • 2.0.1 Plain color conversion functions INDIRECT 1 1566248736 color-name • 1.1.4 A list of color names and its values INDIRECT 0 1537526936 colors • 1.4.0 get colors in your node.js console INDIRECT 0 1569195967 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 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.40.0 core-js compat INDIRECT 7 1736274151 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 dashdash • 1.14.1 A light, featureful and explicit option parsing library. INDIRECT 1 1479854020 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1733488366 deepmerge • 4.3.1 A library for deep (recursive) merging of Javascript objects INDIRECT 0 1679007536 delayed-stream • 1.0.0 Buffers events from a stream until you are ready to handle them. INDIRECT 0 1430431829 delegates • 1.0.0 delegate methods and accessors to another property INDIRECT 0 1450122969 duplexer • 0.1.1 Creates a duplex stream INDIRECT 0 1366997971 duplexer • 0.1.2 Creates a duplex stream INDIRECT 0 1597220839 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 encoding • 0.1.13 Convert encodings, uses iconv-lite INDIRECT 2 1594364531 env-paths • 2.2.1 Get paths for storing things like data, config, cache, etc INDIRECT 0 1615206666 err-code • 2.0.3 Create an error with a code INDIRECT 0 1592482215 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 estree-walker • 1.0.1 Traverse an ESTree-compliant AST INDIRECT 0 1578335662 estree-walker • 2.0.2 Traverse an ESTree-compliant AST INDIRECT 0 1607447262 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-json-stable-stringify • 2.1.0 deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify INDIRECT 0 1576340277 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 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 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 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 getpass • 0.1.7 getpass for node.js INDIRECT 1 1493163658 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 1556626185 gzip-size • 6.0.0 Get the gzipped size of a string or buffer INDIRECT 1 1605524956 har-validator • 5.1.5 Extremely fast HTTP Archive (HAR) validator using JSON Schema INDIRECT 7 1596084153 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 http-proxy-agent • 4.0.1 An HTTP(s) proxy `http.Agent` implementation for HTTP INDIRECT 4 1581206314 http-signature • 1.2.0 Reference implementation of Joyent's HTTP Signature scheme. INDIRECT 15 1503689523 https-proxy-agent • 5.0.1 An HTTP(s) proxy `http.Agent` implementation for HTTPS INDIRECT 3 1649961720 humanize-ms • 1.2.1 transform humanize time to ms INDIRECT 1 1495168289 iconv-lite • 0.6.3 Convert character encodings in pure javascript. INDIRECT 1 1621825217 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 ip-address • 9.0.5 A library for parsing IPv4 and IPv6 IP addresses in node and the browser. INDIRECT 2 1695664393 is-binary-path • 2.1.0 Check if a file path is a binary file INDIRECT 1 1555648965 is-builtin-module • 3.2.1 Check if a string matches the name of a Node.js builtin module INDIRECT 1 1675144401 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 • 1.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 1 1437084018 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-lambda • 1.0.1 Detect if your code is running on an AWS Lambda server INDIRECT 0 1495652831 is-module • 1.0.0 check if a source string is an es6 module INDIRECT 0 1396313909 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-reference • 1.2.1 Determine whether an AST node is a reference INDIRECT 1 1593205355 is-typedarray • 1.0.0 Detect whether or not an object is a Typed Array INDIRECT 0 1431824619 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 isstream • 0.1.2 Determine if an object is a Stream INDIRECT 0 1425687315 jest-worker • 26.6.2 Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers. INDIRECT 5 1604321473 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 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 jsbn • 1.1.0 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 1487006096 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-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 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 jsonparse • 1.3.1 This is a pure-js JSON streaming parser for node.js INDIRECT 0 1494359953 jsprim • 1.4.2 utilities for primitive JavaScript types INDIRECT 5 1638199465 livereload-js • 3.4.1 LiveReload JS client - auto reload browser on changes INDIRECT 0 1658388281 livereload • 0.9.3 LiveReload server INDIRECT 18 1616102587 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 magic-string • 0.25.9 Modify strings, generate sourcemaps INDIRECT 1 1646293912 merge-stream • 2.0.0 Create a stream that emits events from multiple other streams INDIRECT 0 1558618605 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 • 2.6.0 A comprehensive library for mime-type mapping INDIRECT 0 1635876020 minipass-fetch • 1.4.1 An implementation of window.fetch in Node.js using Minipass streams INDIRECT 7 1630426408 minipass-json-stream • 1.0.2 Like JSONStream, but using Minipass streams INDIRECT 3 1722204758 minizlib • 2.1.2 A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding. INDIRECT 2 1597444973 mkdirp • 1.0.4 Recursively mkdir, like `mkdir -p` INDIRECT 0 1585933388 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 negotiator • 0.6.4 HTTP content negotiation INDIRECT 0 1729308043 node-gyp • 7.1.2 Node.js native addon build tool INDIRECT 102 1602900192 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 number-is-nan • 1.0.1 ES2015 Number.isNaN() ponyfill INDIRECT 0 1475212313 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 p-map • 4.0.0 Map over promises concurrently INDIRECT 3 1583397765 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 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 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 promise-retry • 2.0.1 Retries a function that returns a promise, leveraging the power of the retry module. INDIRECT 2 1592140142 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 randombytes • 2.1.0 random bytes from browserify stand alone INDIRECT 1 1550584119 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 readdirp • 3.6.0 Recursive version of fs.readdir with streaming API. INDIRECT 1 1615717351 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.14.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1702673522 regenerator-transform • 0.15.2 Explode async and generator functions into a state machine. INDIRECT 2 1691169947 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 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 retry • 0.12.0 Abstraction for exponential and custom retry strategies for failed operations. INDIRECT 0 1523266527 rollup-plugin-filesize • 9.1.2 A rollup plugin to show filesize in the cli DIRECT 200 1641814000 rollup-plugin-livereload • 2.0.5 Rollup plugin for LiveReload that watches the bundle and reloads the page on change DIRECT 19 1624969217 rollup-plugin-serve • 1.1.1 Serve your rolled up bundle DIRECT 2 1702583219 rollup-plugin-terser • 7.0.2 Rollup plugin to minify generated es bundle DIRECT 25 1599244757 rollup • 2.79.2 Next-generation ES module bundler DIRECT 1 1727376296 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 smart-buffer • 4.2.0 smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more. INDIRECT 0 1628317134 socks-proxy-agent • 6.2.1 A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS INDIRECT 8 1653995927 socks • 2.8.3 Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality. INDIRECT 4 1712714721 source-map-support • 0.5.21 Fixes stack traces for files with source maps INDIRECT 2 1637319777 sourcemap-codec • 1.4.8 Encode/decode sourcemap mappings INDIRECT 0 1579200826 sshpk • 1.18.0 A library for finding and using SSH public keys INDIRECT 9 1697736191 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 string-width • 1.0.2 Get the visual width of a string - the number of columns required to display it INDIRECT 5 1471188234 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 • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 supports-color • 7.2.0 Detect whether a terminal supports color INDIRECT 1 1598613454 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 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 undici-types • 6.20.0 A stand-alone types package for Undici INDIRECT 0 1728460238 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.2 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1736335220 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 uuid • 3.4.0 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 1579208738 verror • 1.10.0 richer JavaScript errors INDIRECT 3 1493743247 widest-line • 3.1.0 Get the visual width of the widest line in a string - the number of columns required to display it INDIRECT 5 1554034536 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