@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-environment-visitor • 7.24.7 Helper visitor to only visit nodes in the current 'this' context INDIRECT 3 1717593330 @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-async-generator-functions • 7.20.7 Turn async generator functions into ES2015 generators DIRECT 25 1671702320 @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 27 1656359444 @babel/plugin-proposal-decorators • 7.25.9 Compile class and object decorators to ES5 DIRECT 28 1729610510 @babel/plugin-proposal-object-rest-spread • 7.20.7 Compile object rest and spread to ES5 DIRECT 16 1671702328 @babel/plugin-proposal-private-methods • 7.18.6 This plugin transforms private class methods DIRECT 27 1656359448 @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-async-generators • 7.8.4 Allow parsing of async generator functions INDIRECT 1 1578950149 @babel/plugin-syntax-decorators • 7.25.9 Allow parsing of decorators INDIRECT 1 1729610448 @babel/plugin-syntax-dynamic-import • 7.8.3 Allow parsing of import() DIRECT 1 1578949953 @babel/plugin-syntax-flow • 7.26.0 Allow parsing of the flow syntax INDIRECT 1 1729863008 @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-import-meta • 7.10.4 Allow parsing of import.meta INDIRECT 1 1593522706 @babel/plugin-syntax-jsx • 7.25.9 Allow parsing of jsx INDIRECT 1 1729610454 @babel/plugin-syntax-object-rest-spread • 7.8.3 Allow parsing of object rest/spread INDIRECT 1 1578950053 @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 DIRECT 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 DIRECT 1 1733315734 @babel/plugin-transform-export-namespace-from • 7.25.9 Compile export namespace to ES2015 INDIRECT 1 1729610460 @babel/plugin-transform-flow-strip-types • 7.26.5 Strip flow type annotations from your output code. INDIRECT 2 1736529110 @babel/plugin-transform-for-of • 7.25.9 Compile ES2015 for...of to ES5 DIRECT 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-react-display-name • 7.25.9 Add displayName to React.createClass calls INDIRECT 1 1729610469 @babel/plugin-transform-react-jsx-development • 7.25.9 Turn JSX into React function calls in development INDIRECT 24 1729610508 @babel/plugin-transform-react-jsx • 7.25.9 Turn JSX into React function calls INDIRECT 23 1729610501 @babel/plugin-transform-react-pure-annotations • 7.25.9 Mark top-level React method calls as pure for tree shaking INDIRECT 5 1729610482 @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-runtime • 7.25.9 Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals DIRECT 45 1729610501 @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-flow • 7.25.9 Babel preset for all Flow plugins. DIRECT 4 1729610483 @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-react • 7.26.3 Babel preset for all React plugins. DIRECT 28 1733315735 @babel/runtime • 7.26.0 babel's modular runtime helpers DIRECT 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 @devexpress/error-stack-parser • 2.0.6 Extract meaning from JS Errors INDIRECT 1 1635489212 @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/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 @miherlosev/esm • 3.2.26 Tomorrow's ECMAScript modules today! INDIRECT 0 1634063262 @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 @rollup/plugin-alias • 3.1.9 Define and resolve aliases for bundle dependencies DIRECT 1 1640919061 @rollup/plugin-commonjs • 21.1.0 Convert CommonJS modules to ES2015 DIRECT 26 1650026755 @rollup/plugin-inject • 4.0.4 Scan modules for global variables and injects `import` statements where necessary DIRECT 7 1640717503 @rollup/plugin-node-resolve • 13.3.0 Locate and bundle third-party dependencies in node_modules DIRECT 17 1651494037 @rollup/pluginutils • 3.1.0 A set of utility functions commonly used by Rollup plugins INDIRECT 3 1591365104 @rollup/pluginutils • 4.2.1 A set of utility functions commonly used by Rollup plugins INDIRECT 2 1649875949 @types/async-exit-hook • 2.0.2 TypeScript definitions for async-exit-hook DIRECT 0 1699313174 @types/babel__core • 7.20.5 TypeScript definitions for @babel/core DIRECT 7 1700523850 @types/babel__generator • 7.6.8 TypeScript definitions for @babel/generator INDIRECT 3 1702717607 @types/babel__template • 7.4.4 TypeScript definitions for @babel/template INDIRECT 4 1699314008 @types/babel__traverse • 7.20.6 TypeScript definitions for @babel/traverse INDIRECT 3 1716325633 @types/callsite • 1.0.34 TypeScript definitions for callsite DIRECT 0 1699316206 @types/chai • 4.3.20 TypeScript definitions for chai DIRECT 0 1727204950 @types/chalk • 2.2.4 Stub TypeScript definitions entry for chalk, which provides its own types definitions DIRECT 7 1729651251 @types/coffeescript • 2.5.7 TypeScript definitions for coffeescript DIRECT 8 1700613083 @types/debug • 4.1.12 TypeScript definitions for debug DIRECT 1 1699499217 @types/dedent • 0.7.2 TypeScript definitions for dedent DIRECT 0 1699320840 @types/diff • 5.2.3 TypeScript definitions for diff DIRECT 0 1728338984 @types/estree • 0.0.39 TypeScript definitions for ESTree AST specification INDIRECT 0 1523996579 @types/estree • 0.0.46 TypeScript definitions for ESTree AST specification INDIRECT 0 1610403303 @types/glob • 7.2.0 TypeScript definitions for Glob INDIRECT 3 1634680892 @types/graceful-fs • 4.1.9 TypeScript definitions for graceful-fs DIRECT 2 1699339058 @types/is-glob • 4.0.4 TypeScript definitions for is-glob DIRECT 0 1699344181 @types/lodash • 4.17.15 TypeScript definitions for lodash DIRECT 0 1738049543 @types/mime-db • 1.43.5 TypeScript definitions for mime-db DIRECT 0 1700526900 @types/minimatch • 5.1.2 TypeScript definitions for minimatch INDIRECT 0 1661967188 @types/ms • 2.1.0 TypeScript definitions for ms INDIRECT 0 1737061366 @types/mustache • 4.2.5 TypeScript definitions for mustache DIRECT 0 1699356716 @types/nanoid • 2.1.0 TypeScript definitions for nanoid DIRECT 2 1570135736 @types/node • 12.20.55 TypeScript definitions for Node.js INDIRECT 0 1654628597 @types/node • 22.10.7 TypeScript definitions for node INDIRECT 1 1736988419 @types/parse5 • 6.0.3 TypeScript definitions for parse5 DIRECT 0 1638234159 @types/pngjs • 6.0.5 TypeScript definitions for pngjs DIRECT 2 1714678534 @types/resolve • 1.17.1 TypeScript definitions for resolve INDIRECT 2 1589327978 @types/semver • 7.5.8 TypeScript definitions for semver DIRECT 0 1708792529 @types/source-map-support • 0.5.10 TypeScript definitions for source-map-support DIRECT 1 1699375971 @types/strip-bom • 4.0.1 Stub TypeScript definitions entry for strip-bom, which provides its own types definitions DIRECT 2 1557133188 @types/tmp • 0.2.6 TypeScript definitions for tmp DIRECT 0 1699379929 accepts • 1.2.13 Higher-level content negotiation INDIRECT 3 1441594741 acorn-hammerhead • 0.6.1 acorn.js parser adapted to TestCafe Hammerhead INDIRECT 1 1649148759 addressparser • 0.3.2 Parse e-mail addresses INDIRECT 0 1420643570 after • 0.8.1 after - tiny flow control INDIRECT 0 1372572580 aggregate-error • 3.1.0 Create an error from multiple errors INDIRECT 2 1598048987 ansi-colors • 1.1.0 Collection of ansi colors and styles. INDIRECT 1 1518979728 ansi-cyan • 0.1.1 The color cyan, in ansi. INDIRECT 1 1432259870 ansi-escapes • 4.3.2 ANSI escape codes for manipulating the terminal INDIRECT 1 1616593301 ansi-red • 0.1.1 The color red, in ansi. INDIRECT 1 1432259898 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 • 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-wrap • 0.1.0 Create ansi colors by passing the open and close codes. INDIRECT 0 1432259000 arr-diff • 1.1.0 Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons. INDIRECT 2 1440319282 arr-diff • 4.0.0 Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons. INDIRECT 0 1492143089 arr-flatten • 1.1.0 Recursively flatten an array or arrays. INDIRECT 0 1499280631 arr-union • 2.1.0 Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons. INDIRECT 0 1434354472 arr-union • 3.1.0 Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons. INDIRECT 0 1456232080 array-each • 1.0.1 Loop over each item in an array and call the given function on every element. INDIRECT 0 1488156050 array-find • 1.0.0 ES6 Array.find ponyfill. Return the first array element which satisfies a testing function. INDIRECT 0 1432205056 array-flatten • 1.1.1 Flatten an array of nested arrays into a single flat array INDIRECT 0 1436478175 array-slice • 0.2.3 Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index. INDIRECT 0 1428397211 array-union • 1.0.2 Create an array of unique values, in order, from the input arrays INDIRECT 1 1466079412 array-union • 2.1.0 Create an array of unique values, in order, from the input arrays INDIRECT 0 1555919785 array-uniq • 1.0.3 Create an array without duplicates INDIRECT 0 1466079719 arraybuffer.slice • 0.0.6 Exports a function for slicing ArrayBuffers (no polyfilling) INDIRECT 0 1394137163 asar • 2.1.0 Creating Electron app packages INDIRECT 24 1582148679 asn1 • 0.1.11 Contains parsers and serializers for ASN.1 (currently BER only) INDIRECT 0 1325869339 assert-plus • 0.1.5 Extra assertions on top of node's assert module INDIRECT 0 1385400227 assertion-error • 1.1.0 Error constructor for test and validation frameworks that implements standardized AssertionError specification. INDIRECT 0 1515337171 assign-symbols • 1.0.0 Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method. INDIRECT 0 1513723534 async-exit-hook • 1.1.2 Run some code when the process exits (supports async hooks and pm2 clustering) INDIRECT 0 1490802574 async-exit-hook • 2.0.1 Run some code when the process exits (supports async hooks and pm2 clustering) DIRECT 0 1501755831 async • 0.9.0 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1400235622 async • 1.0.0 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1432165205 async • 2.6.4 Higher-order functions and common patterns for asynchronous code INDIRECT 1 1649891255 async • 3.2.3 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1641775116 async • 3.2.6 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1724109863 babel-plugin-module-resolver • 4.1.0 Module resolver plugin for Babel DIRECT 28 1608043616 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 babel-plugin-syntax-trailing-function-commas • 6.22.0 Compile trailing function commas to ES5 DIRECT 0 1484872422 backo2 • 1.0.2 simple backoff based on segmentio/backo INDIRECT 0 1416723058 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 base64-arraybuffer • 0.1.2 Encode/decode base64 data into ArrayBuffers INDIRECT 0 1395130366 base64-js • 0.0.2 Base64 encoding/decoding in pure JS INDIRECT 0 1322345193 base64id • 0.1.0 Generates a base64 id INDIRECT 0 1347014690 base64url • 3.0.1 For encoding to/from base64urls INDIRECT 0 1543191692 benchmark • 1.0.0 A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results. INDIRECT 0 1345105865 bin-v8-flags-filter • 1.2.0 Filters out v8 flags for your Node.js CLIs. INDIRECT 0 1548677915 bindings • 1.2.1 Helper module for loading your native module's .node file INDIRECT 0 1403979205 bindings • 1.5.0 Helper module for loading your native module's .node file INDIRECT 1 1551308084 bl • 1.0.3 Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! INDIRECT 7 1455187282 blob • 0.0.4 Abstracts out Blob and uses BlobBulder in cases where it is supported with any vendor prefix. INDIRECT 0 1397415348 bluebird • 2.11.0 Full featured Promises/A+ implementation with exceptionally good performance INDIRECT 0 1472582306 bluebird • 2.9.26 Full featured Promises/A+ implementation with exceptionally good performance INDIRECT 0 1432544472 bluebird • 3.7.2 Full featured Promises/A+ implementation with exceptionally good performance INDIRECT 0 1574981740 body-parser • 1.13.3 Node.js body parsing middleware INDIRECT 20 1438369484 bops • 0.0.7 buffer operations INDIRECT 2 1380401967 bowser • 1.6.0 a browser detector INDIRECT 0 1480970734 bowser • 2.11.0 Lightweight browser detector DIRECT 0 1599899110 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 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 bufferutil • 1.2.1 WebSocket buffer utils INDIRECT 2 1440157564 buildmail • 1.3.0 buildmail is a low level rfc2822 message composer. Define your own mime tree, no magic included. INDIRECT 16 1444058424 builtin-modules • 3.3.0 List of the Node.js builtin modules INDIRECT 0 1652341713 bytes • 2.1.0 Utility to parse a string bytes to bytes and vice-versa INDIRECT 0 1432263358 bytes • 2.4.0 Utility to parse a string bytes to bytes and vice-versa INDIRECT 0 1464812474 callsite-record • 4.1.5 Create fancy log entries for errors and function call sites. DIRECT 17 1671795479 chai • 4.3.4 BDD/TDD assertion library for node.js and the browser. Test framework agnostic. INDIRECT 6 1615567844 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 DIRECT 6 1546703152 check-error • 1.0.3 Error comparison and information related utility for node and the browser INDIRECT 1 1695806568 chrome-remote-interface • 0.30.1 Chrome Debugging Protocol interface INDIRECT 2 1623833034 chrome-remote-interface • 0.31.3 Chrome Debugging Protocol interface DIRECT 2 1657725049 chromium-pickle-js • 0.2.0 Binary value packing and unpacking INDIRECT 0 1472492577 ci-info • 1.6.0 Get details about the current Continuous Integration environment INDIRECT 0 1537432621 ci-info • 3.9.0 Get details about the current Continuous Integration environment INDIRECT 0 1696395370 clean-stack • 2.2.0 Clean up error stack traces INDIRECT 0 1564586696 clone • 1.0.4 deep cloning of objects and arrays INDIRECT 0 1521667285 coffeescript • 2.7.0 Unfancy JavaScript DIRECT 0 1650767827 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 colors • 1.0.3 get colors in your node.js console INDIRECT 0 1412849004 combined-stream • 1.0.8 A stream that emits multiple other streams one after another. INDIRECT 1 1557683385 commander • 2.1.0 the complete solution for node.js command-line programs INDIRECT 0 1385053583 commander • 2.11.0 the complete solution for node.js command-line programs INDIRECT 0 1499076445 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 1570772424 commander • 8.3.0 the complete solution for node.js command-line programs DIRECT 0 1634886126 commondir • 1.0.1 compute the closest common parent for file paths INDIRECT 0 1426292101 component-emitter • 1.1.2 Event emitter INDIRECT 0 1392084929 compressible • 2.0.18 Compressible Content-Type / mime checking INDIRECT 1 1578286209 compression • 1.5.2 Node.js compression middleware INDIRECT 11 1438313389 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 connect-redis • 2.4.1 Redis session store for Connect INDIRECT 3 1437768603 content-disposition • 0.5.0 Create and parse Content-Disposition header INDIRECT 0 1413065163 content-type • 1.0.5 Create and parse HTTP Content-Type header INDIRECT 0 1675020359 convert-source-map • 2.0.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1666044408 cookie-parser • 1.3.5 cookie parsing with signatures INDIRECT 2 1432086160 cookie-signature • 1.0.6 Sign and unsign cookies INDIRECT 0 1423002195 cookie • 0.1.3 cookie parsing and serialization INDIRECT 0 1432084940 core-js-compat • 3.40.0 core-js compat INDIRECT 7 1736274151 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 crc • 3.3.0 Various CRC JavaScript implementations INDIRECT 0 1433570140 cross-spawn • 7.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 1731938392 css • 2.2.3 CSS parser / stringifier INDIRECT 9 1525275517 ctype • 0.5.3 read and write binary structures and data types INDIRECT 0 1370232803 cuint • 0.2.2 Unsigned integers for Javascript INDIRECT 0 1471979738 d • 0.1.1 Property descriptor factory INDIRECT 9 1398354071 debug • 0.7.4 small debugging utility INDIRECT 0 1384373317 debug • 1.0.2 small debugging utility INDIRECT 1 1402447847 debug • 1.0.3 small debugging utility INDIRECT 1 1404922607 debug • 1.0.4 small debugging utility INDIRECT 1 1405466168 debug • 1.0.5 small debugging utility INDIRECT 1 1497485664 debug • 2.1.0 small debugging utility INDIRECT 1 1413410321 debug • 2.2.0 small debugging utility INDIRECT 1 1431242485 debug • 4.3.1 small debugging utility INDIRECT 1 1605788588 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser DIRECT 1 1733488366 decode-uri-component • 0.2.2 A better decodeURIComponent INDIRECT 0 1669918979 dedent • 0.4.0 An ES6 string tag that strips indentation from multi-line strings INDIRECT 0 1428891661 dedent • 0.6.0 An ES6 string tag that strips indentation from multi-line strings INDIRECT 0 1446962148 dedent • 0.7.0 An ES6 string tag that strips indentation from multi-line strings DIRECT 0 1485642779 deep-eql • 3.0.1 Improved deep equality testing for Node.js and the browser. INDIRECT 1 1504732163 deep-eql • 4.1.4 Improved deep equality testing for Node.js and the browser. INDIRECT 1 1717599702 deepmerge • 4.3.1 A library for deep (recursive) merging of Javascript objects INDIRECT 0 1679007536 del • 3.0.0 Delete files and folders INDIRECT 25 1497019192 del • 5.1.0 Delete files and directories INDIRECT 47 1566558677 delayed-stream • 1.0.0 Buffers events from a stream until you are ready to handle them. INDIRECT 0 1430431829 depd • 1.0.1 Deprecate all the things INDIRECT 0 1428429007 depd • 1.1.2 Deprecate all the things INDIRECT 0 1515736023 destroy • 1.0.3 destroy a stream if possible INDIRECT 0 1408084206 destroy • 1.0.4 destroy a stream if possible INDIRECT 0 1452914045 device-specs • 1.0.1 A list of devices that can be emulated using Chrome DevTools. DIRECT 0 1674456847 dir-glob • 3.0.1 Convert directories to glob compatible strings INDIRECT 1 1561825326 ee-first • 1.1.1 return the first event in a set of ee/event pairs INDIRECT 0 1432581508 elegant-spinner • 1.0.1 Elegant spinner for interactive CLI apps INDIRECT 0 1443778034 emittery • 0.10.2 Simple and modern async event emitter DIRECT 0 1648842702 emittery • 0.4.1 Simple and modern async event emitter INDIRECT 0 1531412646 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 end-of-stream • 1.4.4 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1569416251 endpoint-utils • 1.0.2 Utils to deal with TCP ports and hostnames. Safe for everyday use. DIRECT 3 1467195592 engine.io-client • 1.5.4 Client for the realtime Engine INDIRECT 27 1441838017 engine.io-parser • 1.2.2 Parser for the client for the realtime Engine INDIRECT 7 1441836379 engine.io • 1.5.4 The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server INDIRECT 19 1441838018 es6-iterator • 2.0.3 Iterator abstraction based on ES6 specification INDIRECT 8 1508238115 es6-promise • 4.2.8 A lightweight library that provides tools for organizing asynchronous code INDIRECT 0 1559843963 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 escape-html • 1.0.2 Escape HTML entities INDIRECT 0 1433622302 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 esotope-hammerhead • 0.6.2 This is an [Esotope](https://github.com/inikulin/esotope) fork that contains enhancements required for [TestCafe Hammerhead](https://github.com/DevExpress/testcafe-hammerhead). INDIRECT 1 1657179050 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 etag • 1.7.0 Create simple ETags INDIRECT 0 1433821134 event-emitter • 0.3.5 Environment agnostic event emitter INDIRECT 8 1489591870 execa • 3.4.0 Process execution for humans INDIRECT 20 1574677163 execa • 4.1.0 Process execution for humans INDIRECT 19 1603884652 execa • 5.1.1 Process execution for humans INDIRECT 15 1622824691 express-session • 1.11.3 Simple session middleware for Express INDIRECT 11 1433987770 express • 4.13.3 Fast, unopinionated, minimalist web framework INDIRECT 44 1438578280 extend-shallow • 1.1.4 Extend an object with the properties of additional objects. node.js/javascript util. INDIRECT 1 1432245371 extend-shallow • 3.0.2 Extend an object with the properties of additional objects. node.js/javascript util. INDIRECT 4 1513797098 extend • 3.0.2 Port of jQuery.extend for node.js and the browser INDIRECT 0 1532032091 fast-glob • 3.3.3 It's a very fast and efficient glob library for Node.js INDIRECT 17 1736073522 fd-slicer • 1.0.1 safely create multiple ReadStream or WriteStream objects from the same file descriptor INDIRECT 1 1421080468 file-uri-to-path • 1.0.0 Convert a file: URI to a file path INDIRECT 0 1499377911 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 • 0.4.0 Node.js final http responder INDIRECT 6 1434316557 find-babel-config • 1.2.2 Find the closest babel config based on a directory INDIRECT 3 1714068333 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 findit2 • 2.2.3 walk a directory tree recursively with events INDIRECT 0 1413662329 form-data • 1.0.1 A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. INDIRECT 6 1472204677 formidable • 1.0.17 A node.js module for parsing form data, especially file uploads. INDIRECT 0 1423730690 forwarded • 0.1.2 Parse HTTP X-Forwarded-For header INDIRECT 0 1505441874 fp-ts • 2.16.9 Functional programming in TypeScript INDIRECT 0 1721923525 fresh • 0.3.0 HTTP response freshness testing INDIRECT 0 1431443438 fs-extra • 10.1.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. INDIRECT 3 1650135094 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 generate-function • 2.3.1 Module that helps you write generated functions in Node INDIRECT 1 1535726781 generate-object-property • 1.2.0 Generate safe JS code that can used to reference a object property INDIRECT 1 1431893704 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-stdin • 4.0.1 Easier stdin INDIRECT 0 1421761124 get-stream • 5.2.0 Get a stream as a string, buffer, or array INDIRECT 4 1597007197 get-stream • 6.0.1 Get a stream as a string, buffer, or array INDIRECT 0 1618462602 getos • 3.2.1 Get the OS/Distribution name of the environment you are working on INDIRECT 1 1589857225 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 1556626185 globby • 10.0.2 Extends `glob` with support for multiple patterns and exposes a Promise API INDIRECT 38 1578299770 globby • 11.1.0 User-friendly glob matching INDIRECT 23 1641609998 globby • 6.1.0 Extends `glob` with support for multiple patterns and exposes a Promise API INDIRECT 17 1478246824 glogg • 1.0.2 Global logging utility INDIRECT 1 1544473264 graphlib • 2.1.8 A directed and undirected multi-graph library INDIRECT 1 1575392434 gulp-data • 1.3.1 Generate a data object from a variety of sources: json, front-matter, databases, promises, anything... and set it to the file object for other plugins to consume. DIRECT 21 1515101180 gulp-ll-next • 2.1.0 Run CPU-consuming Gulp tasks in the separate processes to achieve faster builds. DIRECT 12 1528468040 gulp-rename • 2.0.0 Rename files DIRECT 0 1575478206 gulp-step • 1.1.0 The plugin to define internal build steps for the Gulp@next DIRECT 0 1528447824 gulp-uglify • 3.0.2 Minify files with UglifyJS. DIRECT 25 1551468084 gulplog • 1.0.0 Logger for gulp and gulp plugins INDIRECT 2 1443244086 has-ansi • 2.0.0 Check if a string has ANSI escape codes INDIRECT 1 1435681054 has-binary • 0.1.6 A function that takes anything in javascript and returns true if its argument contains binary data. INDIRECT 1 1422112111 has-cors • 1.0.3 Detects support for Cross-Origin Resource Sharing INDIRECT 0 1390770254 has-flag • 3.0.0 Check if argv has a specific flag INDIRECT 0 1514920916 has-gulplog • 0.1.0 Check if gulplog is available before attempting to use it INDIRECT 1 1441922176 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 highlight-es • 1.0.3 Highlight ECMAScript syntax for the console or any other medium. INDIRECT 9 1524421152 html-to-text • 1.6.2 Advanced html to plain text converter INDIRECT 6 1455894732 http-errors • 1.3.1 Create HTTP error objects INDIRECT 2 1422929208 http-signature • 0.11.0 Reference implementation of Joyent's HTTP Signature scheme. INDIRECT 3 1427934006 hyperquest • 1.3.0 make streaming http requests INDIRECT 9 1456337037 iconv-lite • 0.4.11 Convert character encodings in pure javascript. INDIRECT 0 1435958989 iconv-lite • 0.4.13 Convert character encodings in pure javascript. INDIRECT 0 1443759055 iconv-lite • 0.4.24 Convert character encodings in pure javascript. INDIRECT 1 1534969392 iconv-lite • 0.5.1 Convert character encodings in pure javascript. INDIRECT 1 1579333912 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-lazy • 3.1.0 Import a module lazily INDIRECT 0 1509719453 import-lazy • 4.0.0 Import a module lazily DIRECT 0 1556361731 indent-string • 1.2.2 Indent each line in a string INDIRECT 4 1437352778 indent-string • 4.0.0 Indent each line in a string INDIRECT 0 1555486273 io-ts-types • 0.5.19 A collection of codecs and combinators for use with io-ts INDIRECT 0 1665568688 io-ts • 2.2.22 TypeScript runtime type system for IO decoding/encoding INDIRECT 0 1733831536 ip • 1.1.9 [![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip) INDIRECT 0 1708316973 ipaddr.js • 1.0.5 A library for manipulating IPv4 and IPv6 addresses in JavaScript. INDIRECT 0 1449671802 is-builtin-module • 3.2.1 Check if a string matches the name of a Node.js builtin module INDIRECT 1 1675144401 is-ci • 1.2.1 Detect if the current environment is a CI server INDIRECT 1 1536479359 is-ci • 3.0.1 Detect if the current environment is a CI server DIRECT 1 1635220923 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 1734816207 is-docker • 2.2.1 Check if the process is running inside a Docker container DIRECT 0 1617958751 is-es2016-keyword • 1.0.0 Determine if string is an ES2016 keyword. INDIRECT 0 1455113307 is-extendable • 1.0.1 Returns true if a value is a plain object, array or function. INDIRECT 2 1505162306 is-extglob • 1.0.0 Returns true if a string has an extglob. INDIRECT 0 1425675623 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 • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1552896545 is-glob • 2.0.1 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 1443760481 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-jquery-obj • 0.1.1 check if object is a jQuery object INDIRECT 0 1548837190 is-module • 1.0.0 check if a source string is an es6 module INDIRECT 0 1396313909 is-my-ip-valid • 1.0.1 A small lib to validate IP addresses. INDIRECT 0 1646151758 is-my-json-valid • 2.20.6 A [JSONSchema](https://json-schema.org/) validator that uses code generation to be extremely fast. INDIRECT 6 1636548621 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-path-cwd • 1.0.0 Check if a path is CWD INDIRECT 0 1408009657 is-path-cwd • 2.2.0 Check if a path is the current working directory INDIRECT 0 1562347266 is-path-in-cwd • 1.0.1 Check if a path is in the current working directory INDIRECT 2 1521732435 is-path-inside • 1.0.1 Check if a path is inside another path INDIRECT 1 1512038092 is-path-inside • 3.0.3 Check if a path is inside another path INDIRECT 0 1615183714 is-plain-object • 2.0.4 Returns true if an object was created by the `Object` constructor. INDIRECT 1 1499812870 is-property • 1.0.2 Tests if a JSON property can be accessed using . syntax INDIRECT 0 1419519043 is-reference • 1.2.1 Determine whether an AST node is a reference INDIRECT 1 1593205355 is-stream • 2.0.1 Check if something is a Node.js stream INDIRECT 0 1627296664 is-utf8 • 0.2.1 Detect if a buffer is utf8 encoded. INDIRECT 0 1450497862 isarray • 0.0.1 Array#isArray for older browsers INDIRECT 0 1369676435 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 isobject • 3.0.1 Returns true if the value is an object and not an array or null. INDIRECT 0 1498846770 isomorphic-fetch • 3.0.0 Isomorphic WHATWG Fetch API, for Node & Browserify INDIRECT 5 1600846029 isstream • 0.1.2 Determine if an object is a Stream INDIRECT 0 1425687315 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 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 json3 • 3.2.6 A modern JSON implementation compatible with nearly all JavaScript platforms. INDIRECT 0 1385367035 json5 • 1.0.2 JSON for humans. INDIRECT 1 1672420182 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 jsonfile • 6.1.0 Easily read/write JSON files. INDIRECT 2 1604163624 jsonpointer • 5.0.1 Simple JSON Addressing. INDIRECT 0 1657716370 jsonwebtoken • 8.5.1 JSON Web Token implementation (symmetric and asymmetric) INDIRECT 14 1552910857 jwa • 1.4.1 JWA implementation (supports all JWS algorithms) INDIRECT 3 1552749595 jws • 3.2.2 Implementation of JSON Web Signatures INDIRECT 4 1552749977 kind-of • 1.1.0 Get the native type of a value. INDIRECT 0 1423476583 kleur • 3.0.3 The fastest Node.js library for formatting terminal text with ANSI colors~! INDIRECT 0 1554674521 libbase64 • 0.1.0 Encode and decode base64 encoded strings INDIRECT 0 1403098038 libmime • 1.2.0 Encode and decode quoted printable and base64 strings INDIRECT 4 1444056917 libqp • 1.1.0 Encode and decode quoted-printable strings according to rfc2045 INDIRECT 0 1443096265 linux-platform-info • 0.0.3 Returns platorm information (arch, libc) for Linux hosts INDIRECT 1 1499782910 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.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 lodash.includes • 4.3.0 The lodash method `_.includes` exported as a module. INDIRECT 0 1471109980 lodash.isboolean • 3.0.3 The lodash method `_.isBoolean` exported as a module. INDIRECT 0 1454484500 lodash.isinteger • 4.0.4 The lodash method `_.isInteger` exported as a module. INDIRECT 0 1471110041 lodash.isnumber • 3.0.3 The lodash method `_.isNumber` exported as a module. INDIRECT 0 1454484529 lodash.isplainobject • 4.0.6 The lodash method `_.isPlainObject` exported as a module. INDIRECT 0 1471110067 lodash.isstring • 4.0.1 The lodash method `_.isString` exported as a module. INDIRECT 0 1454484539 lodash.once • 4.1.1 The lodash method `_.once` exported as a module. INDIRECT 0 1471110167 lodash • 3.10.1 The modern build of lodash modular utilities. INDIRECT 0 1438668306 lodash • 4.17.21 Lodash modular utilities. DIRECT 0 1613835736 log-update-async-hook • 2.0.7 log-update fork that uses async-exit-hook internally INDIRECT 14 1652774889 loupe • 2.3.7 Inspect utility for Node.js and browsers INDIRECT 1 1697196675 lru-cache • 2.6.3 A cache object that deletes the least-recently-used items. INDIRECT 0 1431652904 macos-release • 3.3.0 Get the name and version of a macOS release from the Darwin version INDIRECT 0 1722441794 magic-string • 0.25.9 Modify strings, generate sourcemaps INDIRECT 1 1646293912 mailcomposer • 1.2.0 Compose E-Mail messages INDIRECT 17 1444058530 make-dir • 3.1.0 Make a directory and its parents if needed - Think `mkdir -p` DIRECT 1 1587567554 match-url-wildcard • 0.0.4 Module to match url by pattern with wildcard INDIRECT 1 1558429926 media-typer • 0.3.0 Simple RFC 6838 media type parser and formatter INDIRECT 0 1410150744 merge-descriptors • 1.0.0 Merge objects using descriptors INDIRECT 0 1425245401 merge-stream • 1.0.1 Create a stream that emits events from multiple other streams INDIRECT 8 1480049997 merge-stream • 2.0.0 Create a stream that emits events from multiple other streams DIRECT 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-db • 1.53.0 Media Type Database DIRECT 0 1720816500 mime-types • 2.1.35 The ultimate javascript content-type utility. INDIRECT 1 1647108283 mime • 1.2.11 A comprehensive library for mime-type mapping INDIRECT 0 1376588811 mime • 1.3.4 A comprehensive library for mime-type mapping INDIRECT 0 1423267472 mime • 1.4.1 A comprehensive library for mime-type mapping INDIRECT 0 1506364709 mimic-fn • 1.2.0 Make a function mimic another one INDIRECT 0 1517542098 mimic-fn • 2.1.0 Make a function mimic another one INDIRECT 0 1554054814 minimist • 0.0.10 parse argument options INDIRECT 0 1399844590 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 mkdirp • 0.5.6 Recursively mkdir, like `mkdir -p` INDIRECT 1 1647992895 moment-duration-format-commonjs • 1.0.1 A moment.js plugin for formatting durations. DIRECT 0 1624629672 moment • 2.30.1 Parse, validate, manipulate, and display dates DIRECT 0 1703673523 mongoose • 4.1.0 Mongoose MongoDB ODM INDIRECT 28 1437749477 monocle-ts • 2.3.13 A porting of scala monocle library to TypeScript INDIRECT 0 1649149143 mpath • 0.1.1 {G,S}et object values using MongoDB path notation INDIRECT 0 1356130260 mpromise • 0.5.4 Promises A+ conformant implementation INDIRECT 0 1391891384 mquery • 1.6.1 Expressive query building for MongoDB INDIRECT 5 1434481884 ms • 0.1.0 Tiny ms conversion utility INDIRECT 0 1324496306 ms • 0.6.2 Tiny ms conversion utility INDIRECT 0 1386259065 ms • 0.7.1 Tiny ms conversion utility INDIRECT 0 1429573137 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 muri • 1.0.0 MongoDB URI parser INDIRECT 0 1413639093 mustache • 2.3.2 Logic-less {{mustache}} templates with JavaScript INDIRECT 0 1534508361 mustache • 4.2.0 Logic-less {{mustache}} templates with JavaScript INDIRECT 0 1616959679 nan • 1.0.0 Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility INDIRECT 0 1399206009 nan • 2.0.9 Native Abstractions for Node.js: C++ header for Node 0.8 -> 4 compatibility INDIRECT 0 1441753045 nan • 2.10.0 Native Abstractions for Node.js: C++ header for Node 0.8 -> 9 compatibility INDIRECT 0 1521216708 nan • 2.4.0 Native Abstractions for Node.js: C++ header for Node 0.8 -> 6 compatibility INDIRECT 0 1468158681 nanoid • 1.3.4 A tiny (143 bytes), secure URL-friendly unique string ID generator DIRECT 0 1541293249 nanoid • 2.1.11 A tiny (119 bytes), secure URL-friendly unique string ID generator INDIRECT 0 1580414172 nanoid • 3.3.8 A tiny (116 bytes), secure URL-friendly unique string ID generator INDIRECT 0 1732622105 negotiator • 0.5.3 HTTP content negotiation INDIRECT 0 1431310772 newtype-ts • 0.3.5 Implementation of newtypes in TypeScript INDIRECT 0 1642437466 next-tick • 0.2.2 Environment agnostic nextTick polyfill INDIRECT 0 1397838269 node-fetch • 2.7.0 A light-weight module that brings window.fetch to node.js INDIRECT 3 1692811119 node-releases • 2.0.19 Node.js releases data INDIRECT 0 1733801321 nodemailer-direct-transport • 1.1.0 Direct transport for Nodemailer INDIRECT 1 1444305267 nodemailer-html-to-text • 1.0.2 Generate text content from html for Nodemailer e-mails INDIRECT 7 1437399185 nodemailer-smtp-transport • 1.1.0 SMTP transport for Nodemailer INDIRECT 3 1451306757 nodemailer-wellknown • 0.1.10 Well known SMTP services INDIRECT 0 1463170015 nodemailer • 1.5.0 Easy as cake e-mail sending from your Node.js applications INDIRECT 23 1443097865 npm-run-path • 4.0.1 Get your PATH prepended with locally installed binaries INDIRECT 1 1577052272 oauth • 0.10.0 Library for interacting with OAuth 1.0, 1.0A, 2 and Echo. Provides simplified client access and allows for construction of more complex apis and OAuth providers. INDIRECT 0 1658521641 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 object-keys • 1.0.1 An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0 1409728748 on-finished • 2.3.0 Execute a callback when a request closes, finishes, or errors INDIRECT 1 1432691894 on-headers • 1.0.2 Execute a listener when a response is about to write headers INDIRECT 0 1550807334 onetime • 2.0.1 Ensure a function is only called once INDIRECT 1 1489980257 onetime • 5.1.2 Ensure a function is only called once INDIRECT 1 1597004944 os-family • 1.1.0 Guess what? It gives you OS family. Whoa! INDIRECT 0 1549994225 os-tmpdir • 1.0.2 Node.js os.tmpdir() ponyfill INDIRECT 0 1475211274 p-finally • 2.0.1 `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome INDIRECT 0 1560955738 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 • 1.2.0 Map over promises concurrently INDIRECT 0 1505195036 p-map • 3.0.0 Map over promises concurrently INDIRECT 3 1563032855 p-try • 2.2.0 `Start a promise chain INDIRECT 0 1554035675 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 • 2.2.3 WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js INDIRECT 0 1476879541 parse5 • 6.0.1 HTML parser and serializer. DIRECT 0 1595603871 parsejson • 0.0.1 Method that parses a JSON string and returns a JSON object INDIRECT 2 1393112715 parseqs • 0.0.2 Provides methods for parsing a query string into an object, and vice versa. INDIRECT 2 1397168236 parseuri • 0.0.2 Method that parses a URI and returns an array of its components INDIRECT 2 1391973745 parseuri • 0.0.4 Method that parses a URI and returns an array of its components INDIRECT 2 1405815040 parseurl • 1.3.3 parse a url with memoization INDIRECT 0 1555388186 passport-facebook-token • 2.3.0 Facebook token authentication strategy for Passport INDIRECT 6 1438087564 passport-oauth2 • 1.8.0 OAuth 2.0 authentication strategy for Passport. INDIRECT 5 1706915328 passport • 0.3.0 Simple, unobtrusive authentication for Node.js. INDIRECT 2 1440104540 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.7 Express style path to RegExp utility INDIRECT 0 1438052872 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 pause • 0.0.1 Pause streams... INDIRECT 0 1342720832 pend • 1.2.0 dead-simple optimistic async helper INDIRECT 0 1416779572 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 • 2.3.0 Promisify a callback-style function INDIRECT 0 1445865378 pify • 3.0.0 Promisify a callback-style function INDIRECT 0 1495952728 pinkie-promise • 1.0.0 ES6 Promise ponyfill INDIRECT 1 1431513042 pinkie-promise • 2.0.1 ES2015 Promise ponyfill INDIRECT 1 1460309840 pinkie • 1.0.0 Itty bitty little wittle twinkie pinkie ES6 Promise implementation INDIRECT 0 1431323931 pinkie • 2.0.4 Itty bitty little widdle twinkie pinkie ES2015 Promise implementation INDIRECT 0 1454324926 pkg-dir • 4.2.0 Find the root directory of a Node.js project or npm package INDIRECT 6 1558431348 pkg-dir • 5.0.0 Find the root directory of a Node.js project or npm package INDIRECT 6 1602860124 pkg-up • 3.1.0 Find the closest package.json file INDIRECT 6 1555300980 pkginfo • 0.3.1 An easy way to expose properties on a module from a package.json INDIRECT 0 1445352868 plugin-error • 0.1.2 Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor changes. INDIRECT 9 1433150126 plugin-error • 1.0.1 Error handling for Vinyl plugins. INDIRECT 9 1516749839 pngjs • 3.4.0 PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite. INDIRECT 0 1552136457 pngjs • 6.0.0 PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite. DIRECT 0 1603550322 pretty-hrtime • 1.0.3 process.hrtime() to words INDIRECT 0 1478374729 process-nextick-args • 1.0.7 process.nextTick but always with args INDIRECT 0 1462394254 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 promisify-event • 1.0.0 Promisify EventEmitter's event. DIRECT 2 1449758259 prompts • 2.4.2 Lightweight, beautiful and user-friendly prompts INDIRECT 2 1633641837 proxy-addr • 1.0.10 Determine address of proxied request INDIRECT 2 1449718068 psl • 1.15.0 Domain name parser based on the Public Suffix List INDIRECT 1 1733134564 pump • 3.0.2 pipe streams together and close all of them if one of them closes INDIRECT 3 1726041514 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 range-parser • 1.0.3 Range header field string parser INDIRECT 0 1446160320 raw-body • 2.1.7 Get and validate the raw body of a readable stream. INDIRECT 3 1466363665 read-file-relative • 1.2.0 Read files with path relative to the current module without annoying boilerplate code DIRECT 1 1444160165 readable-stream • 1.0.31 Streams2, a user-land copy of the stream library from Node.js v0.10.x INDIRECT 4 1408530415 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 • 2.0.6 Streams3, a user-land copy of the stream library from Node.js INDIRECT 6 1457893510 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 redis • 0.10.1 Redis client library INDIRECT 0 1392688433 redis • 0.12.1 Redis client library INDIRECT 0 1407778401 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 regexp-clone • 0.0.1 Clone RegExps with options INDIRECT 0 1366233765 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 replace-ext • 1.0.1 Replaces a file extension with another one INDIRECT 0 1588547348 replicator • 1.0.5 Advanced JavaScript objects serialization. DIRECT 0 1621842410 requireindex • 1.1.0 Write minimal node index.js files that require and export siblings by file basename INDIRECT 0 1389996773 reselect • 4.1.8 Selectors for Redux. INDIRECT 0 1681677100 resolve-cwd • 1.0.0 Resolve the path of a module like `require.resolve()` but from the current working directory INDIRECT 1 1449419187 resolve-cwd • 3.0.0 Resolve the path of a module like `require.resolve()` but from the current working directory DIRECT 1 1556628803 resolve-from • 2.0.0 Resolve the path of a module like require.resolve() but from a given path INDIRECT 0 1448773753 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-url • 0.2.1 Like Node.js’ `path.resolve`/`url.resolve` for the browser. INDIRECT 0 1393354130 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 reusify • 1.0.4 Reuse objects and functions with style INDIRECT 0 1516958898 rimraf • 2.2.8 A deep deletion module for node (like `rm -rf`) INDIRECT 0 1399392005 rollup-plugin-typescript2 • 0.31.2 Seamless integration between Rollup and TypeScript. Now with errors. DIRECT 37 1643759508 run-parallel • 1.2.0 Run an array of functions in parallel INDIRECT 1 1612925888 s3 • 4.4.0 high level amazon s3 client. upload and download files and directories INDIRECT 14 1424282518 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 sax • 0.4.2 An evented streaming XML parser in JavaScript INDIRECT 0 1343275462 send • 0.13.0 Better streaming static file server with Range and conditional-GET support INDIRECT 15 1434505682 send • 0.13.2 Better streaming static file server with Range and conditional-GET support INDIRECT 15 1457238389 serve-static • 1.10.3 Serve static files INDIRECT 17 1464664783 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 sisteransi • 1.0.5 ANSI escape codes for some terminal swag INDIRECT 0 1584536006 slash • 3.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 1556425560 sliced • 0.0.5 A faster Node.js alternative to Array.prototype.slice.call(arguments) INDIRECT 0 1360072422 smtp-connection • 1.3.8 Connect to SMTP servers INDIRECT 0 1451379563 socket.io-adapter • 0.3.1 Default socket.io in-memory adapter class. INDIRECT 9 1414435659 socket.io-client • 1.3.7 [![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.svg)](http://travis-ci.org/Automattic/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg? INDIRECT 37 1442794921 socket.io-parser • 2.2.2 socket.io protocol parser INDIRECT 5 1409818400 socket.io-parser • 2.2.4 socket.io protocol parser INDIRECT 5 1425407666 socket.io-redis • 0.1.4 [![Build Status](https://travis-ci.org/Automattic/socket.io-redis.svg?branch=master)](https://travis-ci.org/Automattic/socket.io-redis) [![NPM version](https://badge.fury.io/js/socket.io-redis.svg)](http://badge.fury.io/js/socket.io-redis) INDIRECT 16 1416951329 socket.io • 1.3.7 node.js realtime framework server INDIRECT 47 1442794920 source-map-resolve • 0.5.3 Resolve the source map and/or sources for a generated file. INDIRECT 5 1577561795 source-map-support • 0.5.21 Fixes stack traces for files with source maps DIRECT 2 1637319777 source-map-url • 0.4.1 Tools for working with sourceMappingURL comments. INDIRECT 0 1612210494 sourcemap-codec • 1.4.8 Encode/decode sourcemap mappings INDIRECT 0 1579200826 sparkles • 1.0.1 Namespaced global event emitter INDIRECT 0 1526266664 stack-trace • 0.0.10 Get v8 stack traces as an array of CallSite objects. INDIRECT 0 1494918433 stackframe • 1.3.4 JS Object representation of a stack frame INDIRECT 0 1654488489 statuses • 1.2.1 HTTP status utility INDIRECT 0 1422834770 statuses • 1.5.0 HTTP status utility INDIRECT 0 1522201397 streamsink • 1.2.0 pipe to a buffer, then create readable streams from it INDIRECT 0 1412877793 string_decoder • 0.10.31 The string_decoder module from Node core INDIRECT 0 1408767919 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 string-width • 4.2.3 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1632417441 stringstream • 0.0.6 Encode and decode streams into string streams INDIRECT 0 1526552557 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 strip-bom • 2.0.0 Strip UTF-8 byte order mark (BOM) from a string/buffer DIRECT 1 1435583611 strip-final-newline • 2.0.0 Strip the final newline character from a string/buffer INDIRECT 0 1540715802 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-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 testcafe-browser-tools • 2.0.19 An utility library for performing platform-dependent actions on browsers. DIRECT 89 1639649299 testcafe-browser-tools • 2.0.23 An utility library for performing platform-dependent actions on browsers. INDIRECT 89 1649321329 testcafe-hammerhead • 24.7.2 A powerful web-proxy used as a core for the TestCafe testing framework (https://github.com/DevExpress/testcafe). INDIRECT 71 1659593501 testcafe-hammerhead • 24.7.4 A powerful web-proxy used as a core for the TestCafe testing framework (https://github.com/DevExpress/testcafe). DIRECT 71 1662458528 testcafe-legacy-api • 5.1.4 Legacy API support for TestCafe INDIRECT 88 1649925833 testcafe-legacy-api • 5.1.9 Legacy API support for TestCafe DIRECT 87 1730965356 testcafe-reporter-dashboard • 1.0.0-rc.3 Dashboard TestCafe reporter plugin. INDIRECT 28 1655364764 testcafe-reporter-json • 2.2.0 JSON TestCafe reporter plugin. INDIRECT 0 1561456583 testcafe-reporter-list • 2.2.0 List TestCafe reporter plugin. INDIRECT 0 1683098274 testcafe-reporter-minimal • 2.2.0 Minimal TestCafe reporter plugin. INDIRECT 0 1683098285 testcafe-reporter-spec • 2.2.0 Spec TestCafe reporter plugin. INDIRECT 0 1680589202 testcafe-reporter-xunit • 2.2.3 xUnit TestCafe reporter plugin. INDIRECT 0 1688720488 testcafe-safe-storage • 1.1.6 Encrypted storage for secrets INDIRECT 0 1698932835 testcafe • 1.20.1 Automated browser testing for the modern web development stack. DIRECT 461 1659960887 through2 • 0.6.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise INDIRECT 6 1428601327 through2 • 2.0.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise INDIRECT 9 1541541791 through2 • 3.0.2 A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise INDIRECT 8 1592965529 time-limit-promise • 1.0.4 Fulfill long runinng promises on timeout. DIRECT 0 1529577522 tldts-core • 6.1.76 tldts core primitives (internal module) INDIRECT 0 1738356392 tldts • 6.1.76 Library to work against complex domain names, subdomains and URIs. INDIRECT 1 1738356396 tmp-promise • 1.1.0 The tmp package with promises support and disposers. INDIRECT 14 1557240573 tmp • 0.0.28 Temporary file and directory creator INDIRECT 1 1443386730 tmp • 0.1.0 Temporary file and directory creator INDIRECT 12 1553535560 tmp • 0.2.3 Temporary file and directory creator DIRECT 0 1709174778 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 to-utf8 • 0.0.1 single-function form of node's Buffer.toString(utf8) INDIRECT 0 1362101143 tr46 • 0.0.3 An implementation of the Unicode TR46 spec INDIRECT 0 1453255734 tree-kill • 1.2.2 kill trees of processes DIRECT 0 1576089261 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 uid-safe • 2.0.0 URL and cookie safe UIDs INDIRECT 1 1431097544 uid2 • 0.0.3 strong uid INDIRECT 0 1373129581 uid2 • 0.0.4 strong uid INDIRECT 0 1629849447 ultron • 1.0.2 Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design INDIRECT 0 1433948347 underscore.string • 2.4.0 String manipulation extensions for Underscore.js javascript library. INDIRECT 0 1416055529 underscore • 1.8.3 JavaScript's functional programming helper library. INDIRECT 0 1427988774 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 universalify • 0.1.2 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1529493431 universalify • 2.0.1 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1698858765 unpipe • 1.0.0 Unpipe a stream from all destinations INDIRECT 0 1434313819 unquote • 1.1.1 Remove wrapping quotes from a string. DIRECT 0 1513569273 update-browserslist-db • 1.1.2 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1736335220 urix • 0.1.0 Makes Windows-style paths more unix and URI friendly. INDIRECT 0 1393707752 utf-8-validate • 1.2.2 Validate UTF-8 for Web INDIRECT 2 1481128510 utf8 • 2.1.0 A well-tested UTF-8 encoder/decoder written in JavaScript. INDIRECT 0 1420714902 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 util-extend • 1.0.3 Node's internal object extension function INDIRECT 0 1452392549 utils-merge • 1.0.0 merge() utility function INDIRECT 0 1373569217 uuid • 3.3.3 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 1566221185 vary • 1.0.1 Manipulate the HTTP Vary header INDIRECT 0 1436400187 vhost • 3.0.1 virtual domain hosting INDIRECT 0 1437358484 webauth • 1.1.0 Web authentication module INDIRECT 0 1477994513 whatwg-fetch • 3.6.20 A window.fetch polyfill. INDIRECT 0 1702509384 whatwg-url • 5.0.0 An implementation of the WHATWG URL Standard's URL API and parsing machinery INDIRECT 2 1495832201 which-promise • 1.0.0 Promisified version of node-which INDIRECT 5 1444378775 windows-release • 5.1.1 Get the name of a Windows version from the release number: `5.1.2600` → `XP` INDIRECT 16 1686064431 winston-cloudwatch • 0.6.0 Send logs to Amazon Cloudwatch using Winston. INDIRECT 5 1443123717 winston-websocket • 0.1.0 Websocket Transport for Winston logger using the lightweight ws websocket library. INDIRECT 5 1401033455 winston • 1.0.2 A multi-transport async logging library for Node.js INDIRECT 7 1443218510 wordwrap • 0.0.3 Wrap those words. Show them at what columns to start and stop. INDIRECT 0 1431018298 wrap-ansi • 7.0.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1587574403 ws • 0.4.32 simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455 INDIRECT 4 1407324234 ws • 0.8.0 simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455 INDIRECT 7 1440158229 ws • 7.5.10 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js INDIRECT 0 1718549308 xml2js • 0.2.6 Simple XML to JavaScript object converter. INDIRECT 1 1362055716 xml2js • 0.2.8 Simple XML to JavaScript object converter. INDIRECT 1 1371325007 xmlbuilder • 0.4.2 An XML builder for node.js INDIRECT 0 1347628300 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945 yocto-queue • 0.1.0 Tiny queue data structure INDIRECT 0 1606197935