licenses.dev

cherry-driver-next v1.0.1

## Table of Contents

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT725
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.26.5The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.26.0Babel compiler core.DIRECT38
@babel/generator • 7.26.5Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure • 7.25.9Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.26.5Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.25.9Compile class public and private fields, private methods and decorators to ES6INDIRECT25
@babel/helper-create-regexp-features-plugin • 7.26.3Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.3Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-environment-visitor • 7.24.7Helper visitor to only visit nodes in the current 'this' contextINDIRECT3
@babel/helper-member-expression-to-functions • 7.25.9Helper function to replace certain member expressions with function callsINDIRECT19
@babel/helper-module-imports • 7.25.9Babel helper functions for inserting module loadsINDIRECT19
@babel/helper-module-transforms • 7.26.0Babel helper functions for implementing ES6 module transformationsINDIRECT20
@babel/helper-optimise-call-expression • 7.25.9Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.26.5General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.25.9Helper function to remap async functions to generatorsINDIRECT21
@babel/helper-replace-supers • 7.26.5Helper function to replace supersINDIRECT21
@babel/helper-skip-transparent-expression-wrappers • 7.25.9Helper which skips types and parenthesesINDIRECT19
@babel/helper-string-parser • 7.25.9A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.25.9Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.25.9Helper to wrap functions inside a function call.INDIRECT19
@babel/helpers • 7.26.0Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.26.5A JavaScript parserINDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.25.9Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT20
@babel/plugin-bugfix-safari-class-field-initializer-scope • 7.25.9Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.25.9Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.25.9Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT22
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.25.9Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT20
@babel/plugin-proposal-async-generator-functions • 7.20.7Turn async generator functions into ES2015 generatorsDIRECT25
@babel/plugin-proposal-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxDIRECT27
@babel/plugin-proposal-decorators • 7.25.9Compile class and object decorators to ES5DIRECT28
@babel/plugin-proposal-object-rest-spread • 7.20.7Compile object rest and spread to ES5DIRECT16
@babel/plugin-proposal-private-methods • 7.18.6This plugin transforms private class methodsDIRECT27
@babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an objectINDIRECT0
@babel/plugin-syntax-async-generators • 7.8.4Allow parsing of async generator functionsINDIRECT1
@babel/plugin-syntax-decorators • 7.25.9Allow parsing of decoratorsINDIRECT1
@babel/plugin-syntax-dynamic-import • 7.8.3Allow parsing of import()DIRECT1
@babel/plugin-syntax-flow • 7.26.0Allow parsing of the flow syntaxINDIRECT1
@babel/plugin-syntax-import-assertions • 7.26.0Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.26.0Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-meta • 7.10.4Allow parsing of import.metaINDIRECT1
@babel/plugin-syntax-jsx • 7.25.9Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-object-rest-spread • 7.8.3Allow parsing of object rest/spreadINDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/plugin-transform-arrow-functions • 7.25.9Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.25.9Turn async generator functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-async-to-generator • 7.25.9Turn async functions into ES2015 generatorsDIRECT24
@babel/plugin-transform-block-scoped-functions • 7.26.5Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.25.9Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.25.9This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT27
@babel/plugin-transform-class-static-block • 7.26.0Transform class static blocksINDIRECT27
@babel/plugin-transform-classes • 7.25.9Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties • 7.25.9Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.25.9Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-dotall-regex • 7.25.9Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 7.25.9Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.9Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 7.25.9Transform import() expressionsINDIRECT1
@babel/plugin-transform-exponentiation-operator • 7.26.3Compile exponentiation operator to ES5DIRECT1
@babel/plugin-transform-export-namespace-from • 7.25.9Compile export namespace to ES2015INDIRECT1
@babel/plugin-transform-flow-strip-types • 7.26.5Strip flow type annotations from your output code.INDIRECT2
@babel/plugin-transform-for-of • 7.25.9Compile ES2015 for...of to ES5DIRECT21
@babel/plugin-transform-function-name • 7.25.9Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-json-strings • 7.25.9Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 7.25.9Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.25.9Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 7.25.9Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.25.9This plugin transforms ES2015 modules to AMDINDIRECT22
@babel/plugin-transform-modules-commonjs • 7.26.3This plugin transforms ES2015 modules to CommonJSINDIRECT22
@babel/plugin-transform-modules-systemjs • 7.25.9This plugin transforms ES2015 modules to SystemJSINDIRECT22
@babel/plugin-transform-modules-umd • 7.25.9This plugin transforms ES2015 modules to UMDINDIRECT22
@babel/plugin-transform-named-capturing-groups-regex • 7.25.9Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 7.25.9Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.26.6Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.25.9Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-rest-spread • 7.25.9Compile object rest and spread to ES5INDIRECT15
@babel/plugin-transform-object-super • 7.25.9Compile ES2015 object super to ES5INDIRECT23
@babel/plugin-transform-optional-catch-binding • 7.25.9Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 7.25.9Transform optional chaining operators into a series of nil checksINDIRECT21
@babel/plugin-transform-parameters • 7.25.9Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.25.9This plugin transforms private class methodsINDIRECT27
@babel/plugin-transform-private-property-in-object • 7.25.9This plugin transforms checks for a private property in an objectINDIRECT27
@babel/plugin-transform-property-literals • 7.25.9Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-react-display-name • 7.25.9Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx-development • 7.25.9Turn JSX into React function calls in developmentINDIRECT24
@babel/plugin-transform-react-jsx • 7.25.9Turn JSX into React function callsINDIRECT23
@babel/plugin-transform-react-pure-annotations • 7.25.9Mark top-level React method calls as pure for tree shakingINDIRECT5
@babel/plugin-transform-regenerator • 7.25.9Explode async and generator functions into a state machine.INDIRECT4
@babel/plugin-transform-regexp-modifiers • 7.26.0Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 7.25.9Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-runtime • 7.25.9Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsDIRECT45
@babel/plugin-transform-shorthand-properties • 7.25.9Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.25.9Compile ES2015 spread to ES5INDIRECT21
@babel/plugin-transform-sticky-regex • 7.25.9Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.25.9Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.25.9This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-unicode-escapes • 7.25.9Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.25.9Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 7.25.9Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 7.25.9Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/preset-env • 7.26.0A Babel preset for each environment.DIRECT129
@babel/preset-flow • 7.25.9Babel preset for all Flow plugins.DIRECT4
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT5
@babel/preset-react • 7.26.3Babel preset for all React plugins.DIRECT28
@babel/runtime • 7.26.0babel's modular runtime helpersDIRECT1
@babel/template • 7.25.9Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.26.5The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT18
@babel/types • 7.26.5Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@devexpress/error-stack-parser • 2.0.6Extract meaning from JS ErrorsINDIRECT1
@jridgewell/gen-mapping • 0.3.8Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@miherlosev/esm • 3.2.26Tomorrow's ECMAScript modules today!INDIRECT0
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@rollup/plugin-alias • 3.1.9Define and resolve aliases for bundle dependenciesDIRECT1
@rollup/plugin-commonjs • 21.1.0Convert CommonJS modules to ES2015DIRECT26
@rollup/plugin-inject • 4.0.4Scan modules for global variables and injects `import` statements where necessaryDIRECT7
@rollup/plugin-node-resolve • 13.3.0Locate and bundle third-party dependencies in node_modulesDIRECT17
@rollup/pluginutils • 3.1.0A set of utility functions commonly used by Rollup pluginsINDIRECT3
@rollup/pluginutils • 4.2.1A set of utility functions commonly used by Rollup pluginsINDIRECT2
@types/async-exit-hook • 2.0.2TypeScript definitions for async-exit-hookDIRECT0
@types/babel__core • 7.20.5TypeScript definitions for @babel/coreDIRECT7
@types/babel__generator • 7.6.8TypeScript definitions for @babel/generatorINDIRECT3
@types/babel__template • 7.4.4TypeScript definitions for @babel/templateINDIRECT4
@types/babel__traverse • 7.20.6TypeScript definitions for @babel/traverseINDIRECT3
@types/callsite • 1.0.34TypeScript definitions for callsiteDIRECT0
@types/chai • 4.3.20TypeScript definitions for chaiDIRECT0
@types/chalk • 2.2.4Stub TypeScript definitions entry for chalk, which provides its own types definitionsDIRECT7
@types/coffeescript • 2.5.7TypeScript definitions for coffeescriptDIRECT8
@types/debug • 4.1.12TypeScript definitions for debugDIRECT1
@types/dedent • 0.7.2TypeScript definitions for dedentDIRECT0
@types/diff • 5.2.3TypeScript definitions for diffDIRECT0
@types/estree • 0.0.39TypeScript definitions for ESTree AST specificationINDIRECT0
@types/estree • 0.0.46TypeScript definitions for ESTree AST specificationINDIRECT0
@types/glob • 7.2.0TypeScript definitions for GlobINDIRECT3
@types/graceful-fs • 4.1.9TypeScript definitions for graceful-fsDIRECT2
@types/is-glob • 4.0.4TypeScript definitions for is-globDIRECT0
@types/lodash • 4.17.14TypeScript definitions for lodashDIRECT0
@types/mime-db • 1.43.5TypeScript definitions for mime-dbDIRECT0
@types/minimatch • 5.1.2TypeScript definitions for minimatchINDIRECT0
@types/ms • 0.7.34TypeScript definitions for msINDIRECT0
@types/mustache • 4.2.5TypeScript definitions for mustacheDIRECT0
@types/nanoid • 2.1.0TypeScript definitions for nanoidDIRECT2
@types/node • 12.20.55TypeScript definitions for Node.jsINDIRECT0
@types/node • 22.10.7TypeScript definitions for nodeINDIRECT1
@types/parse5 • 6.0.3TypeScript definitions for parse5DIRECT0
@types/pngjs • 6.0.5TypeScript definitions for pngjsDIRECT2
@types/resolve • 1.17.1TypeScript definitions for resolveINDIRECT2
@types/semver • 7.5.8TypeScript definitions for semverDIRECT0
@types/source-map-support • 0.5.10TypeScript definitions for source-map-supportDIRECT1
@types/strip-bom • 4.0.1Stub TypeScript definitions entry for strip-bom, which provides its own types definitionsDIRECT2
@types/tmp • 0.2.6TypeScript definitions for tmpDIRECT0
accepts • 1.2.13Higher-level content negotiationINDIRECT3
acorn-hammerhead • 0.6.1acorn.js parser adapted to TestCafe HammerheadINDIRECT1
addressparser • 0.3.2Parse e-mail addressesINDIRECT0
after • 0.8.1after - tiny flow controlINDIRECT0
aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
ansi-colors • 1.1.0Collection of ansi colors and styles.INDIRECT1
ansi-cyan • 0.1.1The color cyan, in ansi.INDIRECT1
ansi-escapes • 4.3.2ANSI escape codes for manipulating the terminalINDIRECT1
ansi-red • 0.1.1The color red, in ansi.INDIRECT1
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes.INDIRECT0
arr-diff • 1.1.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT2
arr-diff • 4.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT0
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-union • 2.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
array-each • 1.0.1Loop over each item in an array and call the given function on every element.INDIRECT0
array-find • 1.0.0ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.INDIRECT0
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
array-slice • 0.2.3Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.INDIRECT0
array-union • 1.0.2Create an array of unique values, in order, from the input arraysINDIRECT1
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
array-uniq • 1.0.3Create an array without duplicatesINDIRECT0
arraybuffer.slice • 0.0.6Exports a function for slicing ArrayBuffers (no polyfilling)INDIRECT0
asar • 2.1.0Creating Electron app packagesINDIRECT24
asn1 • 0.1.11Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT0
assert-plus • 0.1.5Extra assertions on top of node's assert moduleINDIRECT0
assertion-error • 1.1.0Error constructor for test and validation frameworks that implements standardized AssertionError specification.INDIRECT0
assign-symbols • 1.0.0Assign 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.INDIRECT0
async-exit-hook • 1.1.2Run some code when the process exits (supports async hooks and pm2 clustering)INDIRECT0
async-exit-hook • 2.0.1Run some code when the process exits (supports async hooks and pm2 clustering)DIRECT0
async • 0.9.0Higher-order functions and common patterns for asynchronous codeINDIRECT0
async • 1.0.0Higher-order functions and common patterns for asynchronous codeINDIRECT0
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
async • 3.2.3Higher-order functions and common patterns for asynchronous codeINDIRECT0
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
babel-plugin-module-resolver • 4.1.0Module resolver plugin for BabelDIRECT28
babel-plugin-polyfill-corejs2 • 0.4.12A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT24
babel-plugin-polyfill-corejs3 • 0.10.6A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT25
babel-plugin-polyfill-regenerator • 0.6.3A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
babel-plugin-syntax-trailing-function-commas • 6.22.0Compile trailing function commas to ES5DIRECT0
backo2 • 1.0.2simple backoff based on segmentio/backoINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-arraybuffer • 0.1.2Encode/decode base64 data into ArrayBuffersINDIRECT0
base64-js • 0.0.2Base64 encoding/decoding in pure JSINDIRECT0
base64id • 0.1.0Generates a base64 idINDIRECT0
base64url • 3.0.1For encoding to/from base64urlsINDIRECT0
benchmark • 1.0.0A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.INDIRECT0
bin-v8-flags-filter • 1.2.0Filters out v8 flags for your Node.js CLIs.INDIRECT0
bindings • 1.2.1Helper module for loading your native module's .node fileINDIRECT0
bindings • 1.5.0Helper module for loading your native module's .node fileINDIRECT1
bl • 1.0.3Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT7
blob • 0.0.4Abstracts out Blob and uses BlobBulder in cases where it is supported with any vendor prefix.INDIRECT0
bluebird • 2.11.0Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
bluebird • 2.9.26Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
body-parser • 1.13.3Node.js body parsing middlewareINDIRECT20
bops • 0.0.7buffer operationsINDIRECT2
bowser • 1.6.0a browser detectorINDIRECT0
bowser • 2.11.0Lightweight browser detectorDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
braces • 3.0.3Bash-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.INDIRECT3
browserslist • 4.24.4Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
bufferutil • 1.2.1WebSocket buffer utilsINDIRECT2
buildmail • 1.3.0buildmail is a low level rfc2822 message composer. Define your own mime tree, no magic included.INDIRECT16
builtin-modules • 3.3.0List of the Node.js builtin modulesINDIRECT0
bytes • 2.1.0Utility to parse a string bytes to bytes and vice-versaINDIRECT0
bytes • 2.4.0Utility to parse a string bytes to bytes and vice-versaINDIRECT0
callsite-record • 4.1.5Create fancy log entries for errors and function call sites.DIRECT17
chai • 4.3.4BDD/TDD assertion library for node.js and the browser. Test framework agnostic.INDIRECT6
chai • 4.5.0BDD/TDD assertion library for node.js and the browser. Test framework agnostic.DIRECT7
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
chalk • 2.4.2Terminal string styling done rightDIRECT6
check-error • 1.0.3Error comparison and information related utility for node and the browserINDIRECT1
chrome-remote-interface • 0.30.1Chrome Debugging Protocol interfaceINDIRECT2
chrome-remote-interface • 0.31.3Chrome Debugging Protocol interfaceDIRECT2
chromium-pickle-js • 0.2.0Binary value packing and unpackingINDIRECT0
ci-info • 1.6.0Get details about the current Continuous Integration environmentINDIRECT0
ci-info • 3.9.0Get details about the current Continuous Integration environmentINDIRECT0
clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
coffeescript • 2.7.0Unfancy JavaScriptDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-name • 1.1.4A list of color names and its valuesINDIRECT0
colors • 1.0.3get colors in your node.js consoleINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 2.1.0the complete solution for node.js command-line programsINDIRECT0
commander • 2.11.0the complete solution for node.js command-line programsINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commander • 8.3.0the complete solution for node.js command-line programsDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
component-emitter • 1.1.2Event emitterINDIRECT0
compressible • 2.0.18Compressible Content-Type / mime checkingINDIRECT1
compression • 1.5.2Node.js compression middlewareINDIRECT11
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
connect-redis • 2.4.1Redis session store for ConnectINDIRECT3
content-disposition • 0.5.0Create and parse Content-Disposition headerINDIRECT0
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
cookie-parser • 1.3.5cookie parsing with signaturesINDIRECT2
cookie-signature • 1.0.6Sign and unsign cookiesINDIRECT0
cookie • 0.1.3cookie parsing and serializationINDIRECT0
core-js-compat • 3.40.0core-js compatINDIRECT7
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
crc • 3.3.0Various CRC JavaScript implementationsINDIRECT0
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
css • 2.2.3CSS parser / stringifierINDIRECT9
ctype • 0.5.3read and write binary structures and data typesINDIRECT0
cuint • 0.2.2Unsigned integers for JavascriptINDIRECT0
d • 0.1.1Property descriptor factoryINDIRECT9
debug • 0.7.4small debugging utilityINDIRECT0
debug • 1.0.2small debugging utilityINDIRECT1
debug • 1.0.3small debugging utilityINDIRECT1
debug • 1.0.4small debugging utilityINDIRECT1
debug • 1.0.5small debugging utilityINDIRECT1
debug • 2.1.0small debugging utilityINDIRECT1
debug • 2.2.0small debugging utilityINDIRECT1
debug • 4.3.1small debugging utilityINDIRECT1
debug • 4.4.0Lightweight debugging utility for Node.js and the browserDIRECT1
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
dedent • 0.4.0An ES6 string tag that strips indentation from multi-line stringsINDIRECT0
dedent • 0.6.0An ES6 string tag that strips indentation from multi-line stringsINDIRECT0
dedent • 0.7.0An ES6 string tag that strips indentation from multi-line stringsDIRECT0
deep-eql • 3.0.1Improved deep equality testing for Node.js and the browser.INDIRECT1
deep-eql • 4.1.4Improved deep equality testing for Node.js and the browser.INDIRECT1
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
del • 3.0.0Delete files and foldersINDIRECT25
del • 5.1.0Delete files and directoriesINDIRECT47
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
depd • 1.0.1Deprecate all the thingsINDIRECT0
depd • 1.1.2Deprecate all the thingsINDIRECT0
destroy • 1.0.3destroy a stream if possibleINDIRECT0
destroy • 1.0.4destroy a stream if possibleINDIRECT0
device-specs • 1.0.1A list of devices that can be emulated using Chrome DevTools.DIRECT0
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
elegant-spinner • 1.0.1Elegant spinner for interactive CLI appsINDIRECT0
emittery • 0.10.2Simple and modern async event emitterDIRECT0
emittery • 0.4.1Simple and modern async event emitterINDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
endpoint-utils • 1.0.2Utils to deal with TCP ports and hostnames. Safe for everyday use.DIRECT3
engine.io-client • 1.5.4Client for the realtime EngineINDIRECT27
engine.io-parser • 1.2.2Parser for the client for the realtime EngineINDIRECT7
engine.io • 1.5.4The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and serverINDIRECT19
es6-iterator • 2.0.3Iterator abstraction based on ES6 specificationINDIRECT8
es6-promise • 4.2.8A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-html • 1.0.2Escape HTML entitiesINDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
escape-string-regexp • 2.0.0Escape RegExp special charactersINDIRECT0
esotope-hammerhead • 0.6.2This is an [Esotope](https://github.com/inikulin/esotope) fork that contains enhancements required for [TestCafe Hammerhead](https://github.com/DevExpress/testcafe-hammerhead).INDIRECT1
estree-walker • 1.0.1Traverse an ESTree-compliant ASTINDIRECT0
estree-walker • 2.0.2Traverse an ESTree-compliant ASTINDIRECT0
etag • 1.7.0Create simple ETagsINDIRECT0
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
execa • 3.4.0Process execution for humansINDIRECT20
execa • 4.1.0Process execution for humansINDIRECT19
execa • 5.1.1Process execution for humansINDIRECT15
express-session • 1.11.3Simple session middleware for ExpressINDIRECT11
express • 4.13.3Fast, unopinionated, minimalist web frameworkINDIRECT44
extend-shallow • 1.1.4Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT4
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fd-slicer • 1.0.1safely create multiple ReadStream or WriteStream objects from the same file descriptorINDIRECT1
file-uri-to-path • 1.0.0Convert a file: URI to a file pathINDIRECT0
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
finalhandler • 0.4.0Node.js final http responderINDIRECT6
find-babel-config • 1.2.2Find the closest babel config based on a directoryINDIRECT3
find-cache-dir • 3.3.2Finds the common standard cache directoryINDIRECT10
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 5.0.0Find a file or directory by walking up parent directoriesINDIRECT5
findit2 • 2.2.3walk a directory tree recursively with eventsINDIRECT0
form-data • 1.0.1A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT6
formidable • 1.0.17A node.js module for parsing form data, especially file uploads.INDIRECT0
forwarded • 0.1.2Parse HTTP X-Forwarded-For headerINDIRECT0
fp-ts • 2.16.9Functional programming in TypeScriptINDIRECT0
fresh • 0.3.0HTTP response freshness testingINDIRECT0
fs-extra • 10.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generate-function • 2.3.1Module that helps you write generated functions in NodeINDIRECT1
generate-object-property • 1.2.0Generate safe JS code that can used to reference a object propertyINDIRECT1
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
get-func-name • 2.0.2Utility for getting a function's name for node and the browserINDIRECT0
get-stdin • 4.0.1Easier stdinINDIRECT0
get-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
get-stream • 6.0.1Get a stream as a string, buffer, or arrayINDIRECT0
getos • 3.2.1Get the OS/Distribution name of the environment you are working onINDIRECT1
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
globby • 10.0.2Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT38
globby • 11.1.0User-friendly glob matchingINDIRECT23
globby • 6.1.0Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT17
glogg • 1.0.2Global logging utilityINDIRECT1
graphlib • 2.1.8A directed and undirected multi-graph libraryINDIRECT1
gulp-data • 1.3.1Generate 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.DIRECT21
gulp-ll-next • 2.1.0Run CPU-consuming Gulp tasks in the separate processes to achieve faster builds.DIRECT12
gulp-rename • 2.0.0Rename filesDIRECT0
gulp-step • 1.1.0The plugin to define internal build steps for the Gulp@nextDIRECT0
gulp-uglify • 3.0.2Minify files with UglifyJS.DIRECT25
gulplog • 1.0.0Logger for gulp and gulp pluginsINDIRECT2
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-binary • 0.1.6A function that takes anything in javascript and returns true if its argument contains binary data.INDIRECT1
has-cors • 1.0.3Detects support for Cross-Origin Resource SharingINDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-gulplog • 0.1.0Check if gulplog is available before attempting to use itINDIRECT1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
highlight-es • 1.0.3Highlight ECMAScript syntax for the console or any other medium.INDIRECT9
html-to-text • 1.6.2Advanced html to plain text converterINDIRECT6
http-errors • 1.3.1Create HTTP error objectsINDIRECT2
http-signature • 0.11.0Reference implementation of Joyent's HTTP Signature scheme.INDIRECT3
hyperquest • 1.3.0make streaming http requestsINDIRECT9
iconv-lite • 0.4.11Convert character encodings in pure javascript.INDIRECT0
iconv-lite • 0.4.13Convert character encodings in pure javascript.INDIRECT0
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
iconv-lite • 0.5.1Convert character encodings in pure javascript.INDIRECT1
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
import-lazy • 3.1.0Import a module lazilyINDIRECT0
import-lazy • 4.0.0Import a module lazilyDIRECT0
indent-string • 1.2.2Indent each line in a stringINDIRECT4
indent-string • 4.0.0Indent each line in a stringINDIRECT0
io-ts-types • 0.5.19A collection of codecs and combinators for use with io-tsINDIRECT0
io-ts • 2.2.22TypeScript runtime type system for IO decoding/encodingINDIRECT0
ip • 1.1.9[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)INDIRECT0
ipaddr.js • 1.0.5A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
is-builtin-module • 3.2.1Check if a string matches the name of a Node.js builtin moduleINDIRECT1
is-ci • 1.2.1Detect if the current environment is a CI serverINDIRECT1
is-ci • 3.0.1Detect if the current environment is a CI serverDIRECT1
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-docker • 2.2.1Check if the process is running inside a Docker containerDIRECT0
is-es2016-keyword • 1.0.0Determine if string is an ES2016 keyword.INDIRECT0
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-extglob • 1.0.0Returns true if a string has an extglob.INDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-finite • 1.1.0ES2015 Number.isFinite() ponyfillINDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-glob • 2.0.1Returns `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 betINDIRECT1
is-glob • 4.0.3Returns `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 betINDIRECT1
is-jquery-obj • 0.1.1check if object is a jQuery objectINDIRECT0
is-module • 1.0.0check if a source string is an es6 moduleINDIRECT0
is-my-ip-valid • 1.0.1A small lib to validate IP addresses.INDIRECT0
is-my-json-valid • 2.20.6A [JSONSchema](https://json-schema.org/) validator that uses code generation to be extremely fast.INDIRECT6
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-path-cwd • 1.0.0Check if a path is CWDINDIRECT0
is-path-cwd • 2.2.0Check if a path is the current working directoryINDIRECT0
is-path-in-cwd • 1.0.1Check if a path is in the current working directoryINDIRECT2
is-path-inside • 1.0.1Check if a path is inside another pathINDIRECT1
is-path-inside • 3.0.3Check if a path is inside another pathINDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-property • 1.0.2Tests if a JSON property can be accessed using . syntaxINDIRECT0
is-reference • 1.2.1Determine whether an AST node is a referenceINDIRECT1
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
isomorphic-fetch • 3.0.0Isomorphic WHATWG Fetch API, for Node & BrowserifyINDIRECT5
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
js-tokens • 3.0.2A regex that tokenizes JavaScript.INDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 3.0.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json3 • 3.2.6A modern JSON implementation compatible with nearly all JavaScript platforms.INDIRECT0
json5 • 1.0.2JSON for humans.INDIRECT1
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
jsonpointer • 5.0.1Simple JSON Addressing.INDIRECT0
jsonwebtoken • 8.5.1JSON Web Token implementation (symmetric and asymmetric)INDIRECT14
jwa • 1.4.1JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 3.2.2Implementation of JSON Web SignaturesINDIRECT4
kind-of • 1.1.0Get the native type of a value.INDIRECT0
kleur • 3.0.3The fastest Node.js library for formatting terminal text with ANSI colors~!INDIRECT0
libbase64 • 0.1.0Encode and decode base64 encoded stringsINDIRECT0
libmime • 1.2.0Encode and decode quoted printable and base64 stringsINDIRECT4
libqp • 1.1.0Encode and decode quoted-printable strings according to rfc2045INDIRECT0
linux-platform-info • 0.0.3Returns platorm information (arch, libc) for Linux hostsINDIRECT1
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
locate-path • 6.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.includes • 4.3.0The lodash method `_.includes` exported as a module.INDIRECT0
lodash.isboolean • 3.0.3The lodash method `_.isBoolean` exported as a module.INDIRECT0
lodash.isinteger • 4.0.4The lodash method `_.isInteger` exported as a module.INDIRECT0
lodash.isnumber • 3.0.3The lodash method `_.isNumber` exported as a module.INDIRECT0
lodash.isplainobject • 4.0.6The lodash method `_.isPlainObject` exported as a module.INDIRECT0
lodash.isstring • 4.0.1The lodash method `_.isString` exported as a module.INDIRECT0
lodash.once • 4.1.1The lodash method `_.once` exported as a module.INDIRECT0
lodash • 3.10.1The modern build of lodash modular utilities.INDIRECT0
lodash • 4.17.21Lodash modular utilities.DIRECT0
log-update-async-hook • 2.0.7log-update fork that uses async-exit-hook internallyINDIRECT14
loupe • 2.3.7Inspect utility for Node.js and browsersINDIRECT1
lru-cache • 2.6.3A cache object that deletes the least-recently-used items.INDIRECT0
macos-release • 3.3.0Get the name and version of a macOS release from the Darwin versionINDIRECT0
magic-string • 0.25.9Modify strings, generate sourcemapsINDIRECT1
mailcomposer • 1.2.0Compose E-Mail messagesINDIRECT17
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`DIRECT1
match-url-wildcard • 0.0.4Module to match url by pattern with wildcardINDIRECT1
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
merge-descriptors • 1.0.0Merge objects using descriptorsINDIRECT0
merge-stream • 1.0.1Create a stream that emits events from multiple other streamsINDIRECT8
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
methods • 1.1.2HTTP methods that node supportsINDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-db • 1.53.0Media Type DatabaseDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.2.11A comprehensive library for mime-type mappingINDIRECT0
mime • 1.3.4A comprehensive library for mime-type mappingINDIRECT0
mime • 1.4.1A comprehensive library for mime-type mappingINDIRECT0
mimic-fn • 1.2.0Make a function mimic another oneINDIRECT0
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
minimist • 0.0.10parse argument optionsINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
moment-duration-format-commonjs • 1.0.1A moment.js plugin for formatting durations.DIRECT0
moment • 2.30.1Parse, validate, manipulate, and display datesDIRECT0
mongoose • 4.1.0Mongoose MongoDB ODMINDIRECT28
monocle-ts • 2.3.13A porting of scala monocle library to TypeScriptINDIRECT0
mpath • 0.1.1{G,S}et object values using MongoDB path notationINDIRECT0
mpromise • 0.5.4Promises A+ conformant implementationINDIRECT0
mquery • 1.6.1Expressive query building for MongoDBINDIRECT5
ms • 0.1.0Tiny ms conversion utilityINDIRECT0
ms • 0.6.2Tiny ms conversion utilityINDIRECT0
ms • 0.7.1Tiny ms conversion utilityINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.2Tiny millisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
muri • 1.0.0MongoDB URI parserINDIRECT0
mustache • 2.3.2Logic-less {{mustache}} templates with JavaScriptINDIRECT0
mustache • 4.2.0Logic-less {{mustache}} templates with JavaScriptINDIRECT0
nan • 1.0.0Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibilityINDIRECT0
nan • 2.0.9Native Abstractions for Node.js: C++ header for Node 0.8 -> 4 compatibilityINDIRECT0
nan • 2.10.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 9 compatibilityINDIRECT0
nan • 2.4.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 6 compatibilityINDIRECT0
nanoid • 1.3.4A tiny (143 bytes), secure URL-friendly unique string ID generatorDIRECT0
nanoid • 2.1.11A tiny (119 bytes), secure URL-friendly unique string ID generatorINDIRECT0
nanoid • 3.3.8A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
negotiator • 0.5.3HTTP content negotiationINDIRECT0
newtype-ts • 0.3.5Implementation of newtypes in TypeScriptINDIRECT0
next-tick • 0.2.2Environment agnostic nextTick polyfillINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
node-releases • 2.0.19Node.js releases dataINDIRECT0
nodemailer-direct-transport • 1.1.0Direct transport for NodemailerINDIRECT1
nodemailer-html-to-text • 1.0.2Generate text content from html for Nodemailer e-mailsINDIRECT7
nodemailer-smtp-transport • 1.1.0SMTP transport for NodemailerINDIRECT3
nodemailer-wellknown • 0.1.10Well known SMTP servicesINDIRECT0
nodemailer • 1.5.0Easy as cake e-mail sending from your Node.js applicationsINDIRECT23
npm-run-path • 4.0.1Get your PATH prepended with locally installed binariesINDIRECT1
oauth • 0.10.0Library 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.INDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-keys • 1.0.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
on-finished • 2.3.0Execute a callback when a request closes, finishes, or errorsINDIRECT1
on-headers • 1.0.2Execute a listener when a response is about to write headersINDIRECT0
onetime • 2.0.1Ensure a function is only called onceINDIRECT1
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
os-family • 1.1.0Guess what? It gives you OS family. Whoa!INDIRECT0
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-finally • 2.0.1`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 5.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-map • 1.2.0Map over promises concurrentlyINDIRECT0
p-map • 3.0.0Map over promises concurrentlyINDIRECT3
p-try • 2.2.0`Start a promise chainINDIRECT0
parse5 • 1.5.1WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node and io.js.INDIRECT0
parse5 • 2.2.3WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.jsINDIRECT0
parse5 • 6.0.1HTML parser and serializer.DIRECT0
parsejson • 0.0.1Method that parses a JSON string and returns a JSON objectINDIRECT2
parseqs • 0.0.2Provides methods for parsing a query string into an object, and vice versa.INDIRECT2
parseuri • 0.0.2Method that parses a URI and returns an array of its componentsINDIRECT2
parseuri • 0.0.4Method that parses a URI and returns an array of its componentsINDIRECT2
parseurl • 1.3.3parse a url with memoizationINDIRECT0
passport-facebook-token • 2.3.0Facebook token authentication strategy for PassportINDIRECT6
passport-oauth2 • 1.8.0OAuth 2.0 authentication strategy for Passport.INDIRECT5
passport • 0.3.0Simple, unobtrusive authentication for Node.js.INDIRECT2
path-exists • 3.0.0Check if a path existsINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-to-regexp • 0.1.7Express style path to RegExp utilityINDIRECT0
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
pathval • 1.1.1Object value retrieval given a string pathINDIRECT0
pause • 0.0.1Pause streams...INDIRECT0
pend • 1.2.0dead-simple optimistic async helperINDIRECT0
picomatch • 2.3.1Blazing 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.INDIRECT0
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pify • 3.0.0Promisify a callback-style functionINDIRECT0
pinkie-promise • 1.0.0ES6 Promise ponyfillINDIRECT1
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 1.0.0Itty bitty little wittle twinkie pinkie ES6 Promise implementationINDIRECT0
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
pkg-dir • 4.2.0Find the root directory of a Node.js project or npm packageINDIRECT6
pkg-dir • 5.0.0Find the root directory of a Node.js project or npm packageINDIRECT6
pkg-up • 3.1.0Find the closest package.json fileINDIRECT6
pkginfo • 0.3.1An easy way to expose properties on a module from a package.jsonINDIRECT0
plugin-error • 0.1.2Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor changes.INDIRECT9
plugin-error • 1.0.1Error handling for Vinyl plugins.INDIRECT9
pngjs • 3.4.0PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.INDIRECT0
pngjs • 6.0.0PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.DIRECT0
pretty-hrtime • 1.0.3process.hrtime() to wordsINDIRECT0
process-nextick-args • 1.0.7process.nextTick but always with argsINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
promisify-event • 1.0.0Promisify EventEmitter's event.DIRECT2
prompts • 2.4.2Lightweight, beautiful and user-friendly promptsINDIRECT2
proxy-addr • 1.0.10Determine address of proxied requestINDIRECT2
psl • 1.15.0Domain name parser based on the Public Suffix ListINDIRECT1
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
range-parser • 1.0.3Range header field string parserINDIRECT0
raw-body • 2.1.7Get and validate the raw body of a readable stream.INDIRECT3
read-file-relative • 1.2.0Read files with path relative to the current module without annoying boilerplate code DIRECT1
readable-stream • 1.0.31Streams2, a user-land copy of the stream library from Node.js v0.10.xINDIRECT4
readable-stream • 1.0.34Streams2, a user-land copy of the stream library from Node.js v0.10.xINDIRECT4
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xINDIRECT4
readable-stream • 2.0.6Streams3, a user-land copy of the stream library from Node.jsINDIRECT6
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
redis • 0.10.1Redis client libraryINDIRECT0
redis • 0.12.1Redis client libraryINDIRECT0
regenerate-unicode-properties • 10.2.0Regenerate sets for Unicode properties and values.INDIRECT1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-transform • 0.15.2Explode async and generator functions into a state machine.INDIRECT2
regexp-clone • 0.0.1Clone RegExps with optionsINDIRECT0
regexpu-core • 6.2.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
repeating • 1.1.3Repeat a string - fastINDIRECT1
replace-ext • 1.0.1Replaces a file extension with another oneINDIRECT0
replicator • 1.0.5Advanced JavaScript objects serialization.DIRECT0
requireindex • 1.1.0Write minimal node index.js files that require and export siblings by file basenameINDIRECT0
reselect • 4.1.8Selectors for Redux.INDIRECT0
resolve-cwd • 1.0.0Resolve the path of a module like `require.resolve()` but from the current working directoryINDIRECT1
resolve-cwd • 3.0.0Resolve the path of a module like `require.resolve()` but from the current working directoryDIRECT1
resolve-from • 2.0.0Resolve the path of a module like require.resolve() but from a given pathINDIRECT0
resolve-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-from • 5.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.INDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
rimraf • 2.2.8A deep deletion module for node (like `rm -rf`)INDIRECT0
rollup-plugin-typescript2 • 0.31.2Seamless integration between Rollup and TypeScript. Now with errors.DIRECT37
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
s3 • 4.4.0high level amazon s3 client. upload and download files and directoriesINDIRECT14
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
sax • 0.4.2An evented streaming XML parser in JavaScriptINDIRECT0
send • 0.13.0Better streaming static file server with Range and conditional-GET supportINDIRECT15
send • 0.13.2Better streaming static file server with Range and conditional-GET supportINDIRECT15
serve-static • 1.10.3Serve static filesINDIRECT17
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
sisteransi • 1.0.5ANSI escape codes for some terminal swagINDIRECT0
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
sliced • 0.0.5A faster Node.js alternative to Array.prototype.slice.call(arguments)INDIRECT0
smtp-connection • 1.3.8Connect to SMTP serversINDIRECT0
socket.io-adapter • 0.3.1Default socket.io in-memory adapter class.INDIRECT9
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?INDIRECT37
socket.io-parser • 2.2.2socket.io protocol parserINDIRECT5
socket.io-parser • 2.2.4socket.io protocol parserINDIRECT5
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)INDIRECT16
socket.io • 1.3.7node.js realtime framework serverINDIRECT47
source-map-resolve • 0.5.3Resolve the source map and/or sources for a generated file.INDIRECT5
source-map-support • 0.5.21Fixes stack traces for files with source mapsDIRECT2
source-map-url • 0.4.1Tools for working with sourceMappingURL comments.INDIRECT0
sourcemap-codec • 1.4.8Encode/decode sourcemap mappingsINDIRECT0
sparkles • 1.0.1Namespaced global event emitterINDIRECT0
stack-trace • 0.0.10Get v8 stack traces as an array of CallSite objects.INDIRECT0
stackframe • 1.3.4JS Object representation of a stack frameINDIRECT0
statuses • 1.2.1HTTP status utilityINDIRECT0
statuses • 1.5.0HTTP status utilityINDIRECT0
streamsink • 1.2.0pipe to a buffer, then create readable streams from itINDIRECT0
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
stringstream • 0.0.6Encode and decode streams into string streamsINDIRECT0
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/bufferDIRECT1
strip-final-newline • 2.0.0Strip the final newline character from a string/bufferINDIRECT0
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
testcafe-browser-tools • 2.0.19An utility library for performing platform-dependent actions on browsers.DIRECT89
testcafe-browser-tools • 2.0.23An utility library for performing platform-dependent actions on browsers.INDIRECT89
testcafe-hammerhead • 24.7.2A powerful web-proxy used as a core for the TestCafe testing framework (https://github.com/DevExpress/testcafe).INDIRECT71
testcafe-hammerhead • 24.7.4A powerful web-proxy used as a core for the TestCafe testing framework (https://github.com/DevExpress/testcafe).DIRECT71
testcafe-legacy-api • 5.1.4Legacy API support for TestCafeINDIRECT88
testcafe-legacy-api • 5.1.9Legacy API support for TestCafeDIRECT87
testcafe-reporter-dashboard • 1.0.0-rc.3Dashboard TestCafe reporter plugin.INDIRECT28
testcafe-reporter-json • 2.2.0JSON TestCafe reporter plugin.INDIRECT0
testcafe-reporter-list • 2.2.0List TestCafe reporter plugin.INDIRECT0
testcafe-reporter-minimal • 2.2.0Minimal TestCafe reporter plugin.INDIRECT0
testcafe-reporter-spec • 2.2.0Spec TestCafe reporter plugin.INDIRECT0
testcafe-reporter-xunit • 2.2.3xUnit TestCafe reporter plugin.INDIRECT0
testcafe-safe-storage • 1.1.6Encrypted storage for secretsINDIRECT0
testcafe • 1.20.1Automated browser testing for the modern web development stack.DIRECT461
through2 • 0.6.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT6
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
through2 • 3.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseINDIRECT8
time-limit-promise • 1.0.4Fulfill long runinng promises on timeout.DIRECT0
tldts-core • 6.1.72tldts core primitives (internal module)INDIRECT0
tldts • 6.1.72Library to work against complex domain names, subdomains and URIs.INDIRECT1
tmp-promise • 1.1.0The tmp package with promises support and disposers.INDIRECT14
tmp • 0.0.28Temporary file and directory creatorINDIRECT1
tmp • 0.1.0Temporary file and directory creatorINDIRECT12
tmp • 0.2.3Temporary file and directory creatorDIRECT0
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
to-utf8 • 0.0.1single-function form of node's Buffer.toString(utf8)INDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
tree-kill • 1.2.2kill trees of processesDIRECT0
type-detect • 4.1.0Improved typeof detection for node.js and the browser.INDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
uid-safe • 2.0.0URL and cookie safe UIDsINDIRECT1
uid2 • 0.0.3strong uidINDIRECT0
uid2 • 0.0.4strong uidINDIRECT0
ultron • 1.0.2Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary designINDIRECT0
underscore.string • 2.4.0String manipulation extensions for Underscore.js javascript library.INDIRECT0
underscore • 1.8.3JavaScript's functional programming helper library.INDIRECT0
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
unicode-canonical-property-names-ecmascript • 2.0.1The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-match-property-ecmascript • 2.0.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-value-ecmascript • 2.2.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-property-aliases-ecmascript • 2.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
unquote • 1.1.1Remove wrapping quotes from a string.DIRECT0
update-browserslist-db • 1.1.2CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.INDIRECT0
utf-8-validate • 1.2.2Validate UTF-8 for WebINDIRECT2
utf8 • 2.1.0A well-tested UTF-8 encoder/decoder written in JavaScript.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util-extend • 1.0.3Node's internal object extension functionINDIRECT0
utils-merge • 1.0.0merge() utility functionINDIRECT0
uuid • 3.3.3RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
vary • 1.0.1Manipulate the HTTP Vary headerINDIRECT0
vhost • 3.0.1virtual domain hostingINDIRECT0
webauth • 1.1.0Web authentication moduleINDIRECT0
whatwg-fetch • 3.6.20A window.fetch polyfill.INDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
which-promise • 1.0.0Promisified version of node-whichINDIRECT5
windows-release • 5.1.1Get the name of a Windows version from the release number: `5.1.2600` → `XP`INDIRECT16
winston-cloudwatch • 0.6.0Send logs to Amazon Cloudwatch using Winston.INDIRECT5
winston-websocket • 0.1.0Websocket Transport for Winston logger using the lightweight ws websocket library.INDIRECT5
winston • 1.0.2A multi-transport async logging library for Node.jsINDIRECT7
wordwrap • 0.0.3Wrap those words. Show them at what columns to start and stop.INDIRECT0
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
ws • 0.4.32simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455INDIRECT4
ws • 0.8.0simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455INDIRECT7
ws • 7.5.10Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
xml2js • 0.2.6Simple XML to JavaScript object converter.INDIRECT1
xml2js • 0.2.8Simple XML to JavaScript object converter.INDIRECT1
xmlbuilder • 0.4.2An XML builder for node.jsINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
ISC46
PackageRelationDependenciesPublished
@yarn-tool/resolve-package • 1.0.47resolve package root and package.json paths , work on node 17 tooINDIRECT13
base64-url • 1.2.1Base64 encode, decode, escape and unescape for URL applicationsINDIRECT0
d • 1.0.2Property descriptor factoryINDIRECT8
deferred • 0.7.1Modular and fast Promises implementationINDIRECT11
electron-to-chromium • 1.5.83Provides a list of electron-to-chromium version mappingsINDIRECT0
es5-ext • 0.10.64ECMAScript extensions and shimsINDIRECT8
es6-symbol • 3.1.4ECMAScript 6 Symbol polyfillINDIRECT8
eslint-plugin-hammerhead • 0.4.0Specific rules for the hammerhead.DIRECT1
esniff • 2.0.1Low footprint ECMAScript source code parserINDIRECT8
ext • 1.7.0JavaScript utilities with respect to emerging standardINDIRECT1
fastq • 1.18.0Fast, in memory work queueINDIRECT1
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-os-info • 1.0.2This library allows you to get a correct OS name and versionINDIRECT21
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 3.0.12A drop-in replacement for fs, making various improvements.INDIRECT1
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.DIRECT0
har-validator • 1.8.0Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT16
has-binary-data • 0.1.3A function that takes anything in javascript and returns true if its argument contains binary data.INDIRECT1
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
make-error • 1.3.6Make your own error types!INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
natives • 1.1.6Do stuff with Node.js's native JavaScript modulesINDIRECT0
next-tick • 1.1.0Environment agnostic nextTick polyfillINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
path-is-network-drive • 1.0.21INDIRECT1
path-strip-sep • 1.0.18Remove trailing path separator from string.INDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 5.5.0The semantic version parser used by npm.INDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.6.3The semantic version parser used by npm.DIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
type • 2.7.3Runtime validation and processing of JavaScript typesINDIRECT0
upath2 • 3.1.20A proxy to `path`, replacing `\` with `/` for all resultsINDIRECT5
vinyl-sourcemaps-apply • 0.2.1Apply a source map to a vinyl file, merging it with preexisting source mapsINDIRECT1
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
unknown25
PackageRelationDependenciesPublished
better-assert • 1.0.2Better assertions for node, reporting the expr, filename, lineno etcINDIRECT1
callsite • 1.0.0access to v8's CallSitesDIRECT0
component-bind • 1.0.0function binding utilityINDIRECT0
component-inherit • 0.0.3Prototype inheritance utilityINDIRECT0
cycle • 1.0.3decycle your jsonINDIRECT0
email-validator • 2.0.4Provides a fast, pretty robust e-mail validator. Only checks form, not function.INDIRECT0
eyes • 0.1.8a customizable value inspectorINDIRECT0
gulp-clone • 2.0.1Clone files in memory in a gulp streamDIRECT20
gulp-mustache • 5.0.0A plugin for Gulp that renders mustache templates into htmlDIRECT22
hammerhead • 1.1.5DIRECT280
hooks-fixed • 1.1.0Adds pre and post hook functionality to your JavaScript methods.INDIRECT0
htmlparser • 1.7.7Forgiving HTML/XML/RSS Parser in JS for *both* Node and BrowsersINDIRECT0
imagemagick • 0.1.3A wrapper around the imagemagick cliINDIRECT0
indexof • 0.0.1Microsoft sucksINDIRECT0
limits • 0.0.5Sets the limit to upload size and processing time for incoming and outgoing requests.INDIRECT0
msgpack-js • 0.3.0msgpack encoder and decoder in pure javascriptINDIRECT3
node-uuid • 1.4.8Rigorous implementation of RFC4122 (v1 and v4) UUIDs.INDIRECT0
object-component • 0.0.3Object utils.INDIRECT0
options • 0.0.6A very light-weight in-code option parsers for node.js.INDIRECT0
passport-local • 1.0.0Local username and password authentication strategy for Passport.INDIRECT1
passport-strategy • 1.0.0An abstract class implementing Passport's strategy API.INDIRECT0
qrcode-terminal • 0.10.0QRCodes, in the terminalINDIRECT0
qrcode-terminal • 0.12.0QRCodes, in the terminalDIRECT0
tinycolor • 0.0.1a to-the-point color module for nodeINDIRECT0
to-array • 0.1.3Turn an array like into an arrayINDIRECT0
Apache-2.023
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
aws-sdk • 2.0.31AWS SDK for JavaScriptINDIRECT3
aws-sdk • 2.2.9AWS SDK for JavaScriptINDIRECT3
aws-sign2 • 0.5.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
bson-ext • 0.1.13The C++ bson parser for the node.js mongodb driver.INDIRECT3
bson • 0.3.2A bson parser for node.js and the browserINDIRECT4
bson • 0.4.23A bson parser for node.js and the browserINDIRECT0
caseless • 0.11.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
human-signals • 1.1.1Human-friendly process signalsINDIRECT0
human-signals • 2.1.0Human-friendly process signalsINDIRECT0
kareem • 1.0.1Next-generation take on pre/post function hooksINDIRECT0
kerberos • 0.0.24Kerberos library for Node.jsINDIRECT1
make-error-cause • 1.2.2Make your own nested error types!INDIRECT1
mongodb-core • 1.2.0Core MongoDB driver functionality, no bells and whistles and meant for integration not end applicationsINDIRECT3
mongodb • 2.0.34MongoDB legacy driver emulation layer on top of mongodb-coreINDIRECT9
oauth-sign • 0.8.2OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.64.0Simplified HTTP request client.INDIRECT55
sanitizer • 0.1.2Caja's HTML Sanitizer as a Node.js moduleINDIRECT0
tunnel-agent • 0.4.3HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT0
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
typescript • 3.9.10TypeScript is a language for application scale JavaScript developmentINDIRECT0
BSD-3-Clause16
PackageRelationDependenciesPublished
boom • 2.10.1HTTP-friendly error objectsINDIRECT1
buffer-equal-constant-time • 1.0.1Constant-time comparison of BuffersINDIRECT0
cryptiles • 2.0.5General purpose crypto utilitiesINDIRECT2
devtools-protocol • 0.0.943026The Chrome DevTools Protocol JSONDIRECT0
diff • 4.0.2A javascript text diff implementation.INDIRECT0
diff • 5.2.0A JavaScript text diff implementation.DIRECT0
hawk • 3.1.3HTTP Hawk Authentication SchemeINDIRECT4
hoek • 2.16.3General purpose node utilitiesINDIRECT0
qs • 4.0.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
qs • 5.1.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
sntp • 1.0.9SNTP ClientINDIRECT1
source-map • 0.1.43Generates and consumes source mapsINDIRECT1
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
tough-cookie • 4.0.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT3
tough-cookie • 5.1.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
non-standard5
PackageRelationDependenciesPublished
crypto-md5 • 1.0.0Simply expose crypto md5 as a single functionINDIRECT0
duplexer2 • 0.0.2Like duplexer (http://npm.im/duplexer) but using streams2INDIRECT5
node-slack • 0.0.7Send and receive Slack Webhooks easily!INDIRECT68
sax • 0.5.3An evented streaming XML parser in JavaScriptINDIRECT0
stackframe • 0.3.1JS Object representation of a stack frameINDIRECT0
BSD-2-Clause5
PackageRelationDependenciesPublished
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
http-cache-semantics • 4.1.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
regjsparser • 0.12.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
uglify-js • 3.19.3JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT0
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Unlicense2
PackageRelationDependenciesPublished
error-stack-parser • 1.3.6Extract meaning from JS ErrorsINDIRECT1
humanize-duration • 3.32.1Convert millisecond durations to English and many other languages.DIRECT0
MIT OR WTFPL2
PackageRelationDependenciesPublished
path-is-inside • 1.0.2Tests whether one path is inside another pathINDIRECT0
utf8-byte-length • 1.0.5Get utf8 byte length of stringINDIRECT0
ISC OR WTFPL1
PackageRelationDependenciesPublished
sanitize-filename • 1.6.3Sanitize a string for use as a filenameDIRECT2
WTFPL1
PackageRelationDependenciesPublished
truncate-utf8-bytes • 1.0.2Truncate string to given length in bytesINDIRECT1
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
BSD-3-Clause OR MIT1
PackageRelationDependenciesPublished
amdefine • 1.0.1Provide AMD's define() API for declaring modules in the AMD formatINDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001692A smaller version of caniuse-db, with only the essentials!INDIRECT0
MIT OR X111
PackageRelationDependenciesPublished
optimist • 0.6.1Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT2
CC0-1.0 OR MIT1
PackageRelationDependenciesPublished
type-fest • 0.21.3A collection of essential TypeScript typesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/cherry-driver-next)](https://licenses.dev/npm/cherry-driver-next)
<a href="https://licenses.dev/npm/cherry-driver-next">
  <img src="https://licenses.dev/b/npm/cherry-driver-next" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.1 version:

[![licenses](https://licenses.dev/b/npm/cherry-driver-next/1.0.1)](https://licenses.dev/npm/cherry-driver-next/1.0.1)
<a href="https://licenses.dev/npm/cherry-driver-next/1.0.1">
  <img src="https://licenses.dev/b/npm/cherry-driver-next/1.0.1" alt="licenses" />
</a>
GitHub