@babel/code-frame • 7.29.0 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1769881149 @babel/compat-data • 7.29.3 The compat-data to determine required Babel plugins INDIRECT 0 1777584808 @babel/core • 7.29.0 Babel compiler core. INDIRECT 38 1769881162 @babel/generator • 7.29.1 Turns an AST into code. INDIRECT 9 1770218560 @babel/helper-annotate-as-pure • 7.27.3 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1748335159 @babel/helper-compilation-targets • 7.28.6 Helper functions on Babel compilation targets INDIRECT 13 1768240180 @babel/helper-create-class-features-plugin • 7.29.3 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 24 1777584809 @babel/helper-create-regexp-features-plugin • 7.28.5 Compile ESNext Regular Expressions to ES5 INDIRECT 15 1761232658 @babel/helper-define-polyfill-provider • 0.6.8 Babel helper to create your own polyfill provider INDIRECT 25 1773698699 @babel/helper-globals • 7.28.0 A collection of JavaScript globals for Babel internal usage INDIRECT 0 1751445494 @babel/helper-member-expression-to-functions • 7.28.5 Helper function to replace certain member expressions with function calls INDIRECT 18 1761232673 @babel/helper-module-imports • 7.28.6 Babel helper functions for inserting module loads INDIRECT 18 1768240204 @babel/helper-module-transforms • 7.28.6 Babel helper functions for implementing ES6 module transformations INDIRECT 19 1768240207 @babel/helper-optimise-call-expression • 7.27.1 Helper function to optimise call expression INDIRECT 3 1746025741 @babel/helper-plugin-utils • 7.28.6 General utilities for plugins to use INDIRECT 0 1768240175 @babel/helper-remap-async-to-generator • 7.27.1 Helper function to remap async functions to generators INDIRECT 20 1746025760 @babel/helper-replace-supers • 7.28.6 Helper function to replace supers INDIRECT 20 1768240204 @babel/helper-skip-transparent-expression-wrappers • 7.27.1 Helper which skips types and parentheses INDIRECT 18 1746025755 @babel/helper-string-parser • 7.27.1 A utility package to parse strings INDIRECT 0 1746025706 @babel/helper-validator-identifier • 7.28.5 Validate identifier/keywords name INDIRECT 0 1761232658 @babel/helper-validator-option • 7.27.1 Validate plugin/preset options INDIRECT 0 1746025707 @babel/helper-wrap-function • 7.28.6 Helper to wrap functions inside a function call. INDIRECT 18 1768240204 @babel/helpers • 7.29.2 Collection of helper functions used by Babel transforms. INDIRECT 8 1773700399 @babel/parser • 7.29.3 A JavaScript parser INDIRECT 3 1777584809 @babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.28.5 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 19 1761232673 @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.27.1 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 INDIRECT 1 1746025711 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.27.1 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1 1746025713 @babel/plugin-bugfix-safari-rest-destructuring-rhs-array • 7.29.3 Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results INDIRECT 20 1777584810 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.27.1 Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 21 1746025765 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.28.6 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 19 1768240204 @babel/plugin-proposal-class-properties • 7.18.6 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 26 1656359444 @babel/plugin-proposal-decorators • 7.29.0 Compile class and object decorators to ES5 INDIRECT 27 1769881149 @babel/plugin-proposal-private-methods • 7.18.6 This plugin transforms private class methods INDIRECT 26 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-proposal-private-property-in-object • 7.21.11 This plugin transforms checks for a private property in an object INDIRECT 27 1685999513 @babel/plugin-syntax-decorators • 7.28.6 Allow parsing of decorators INDIRECT 1 1768240183 @babel/plugin-syntax-import-assertions • 7.28.6 Allow parsing of the module assertion attributes in the import statement INDIRECT 1 1768240186 @babel/plugin-syntax-import-attributes • 7.28.6 Allow parsing of the module attributes in the import statement INDIRECT 1 1768240187 @babel/plugin-syntax-private-property-in-object • 7.14.5 Allow parsing of '#foo in obj' brand checks INDIRECT 1 1623280313 @babel/plugin-syntax-typescript • 7.28.6 Allow parsing of TypeScript syntax INDIRECT 1 1768240191 @babel/plugin-syntax-unicode-sets-regex • 7.18.6 Parse regular expressions' unicodeSets (v) flag. INDIRECT 17 1656359425 @babel/plugin-transform-arrow-functions • 7.27.1 Compile ES2015 arrow functions to ES5 INDIRECT 1 1746025724 @babel/plugin-transform-async-generator-functions • 7.29.0 Turn async generator functions into ES2015 generators INDIRECT 22 1769881162 @babel/plugin-transform-async-to-generator • 7.28.6 Turn async functions into ES2015 generators INDIRECT 23 1768240207 @babel/plugin-transform-block-scoped-functions • 7.27.1 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1 1746025724 @babel/plugin-transform-block-scoping • 7.28.6 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 1768240191 @babel/plugin-transform-class-properties • 7.28.6 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 26 1768240210 @babel/plugin-transform-class-static-block • 7.28.6 Transform class static blocks INDIRECT 26 1768240212 @babel/plugin-transform-classes • 7.28.6 Compile ES2015 classes to ES5 INDIRECT 36 1768240209 @babel/plugin-transform-computed-properties • 7.28.6 Compile ES2015 computed properties to ES5 INDIRECT 9 1768240202 @babel/plugin-transform-destructuring • 7.28.5 Compile ES2015 destructuring to ES5 INDIRECT 19 1761232673 @babel/plugin-transform-dotall-regex • 7.28.6 Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 17 1768240191 @babel/plugin-transform-duplicate-keys • 7.27.1 Compile objects with duplicate keys to valid strict ES5 INDIRECT 1 1746025726 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.29.0 Compile regular expressions using duplicate named groups to index-based groups. INDIRECT 17 1769881150 @babel/plugin-transform-dynamic-import • 7.27.1 Transform import() expressions INDIRECT 1 1746025726 @babel/plugin-transform-explicit-resource-management • 7.28.6 Compile `using` and `await using` declarations to ES2015 INDIRECT 20 1768240193 @babel/plugin-transform-exponentiation-operator • 7.28.6 Compile exponentiation operator to ES5 INDIRECT 1 1768240193 @babel/plugin-transform-export-namespace-from • 7.27.1 Compile export namespace to ES2015 INDIRECT 1 1746025727 @babel/plugin-transform-for-of • 7.27.1 Compile ES2015 for...of to ES5 INDIRECT 20 1746025762 @babel/plugin-transform-function-name • 7.27.1 Apply ES2015 function.name semantics to all functions INDIRECT 32 1746025759 @babel/plugin-transform-json-strings • 7.28.6 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 1768240193 @babel/plugin-transform-literals • 7.27.1 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 1746025728 @babel/plugin-transform-logical-assignment-operators • 7.28.6 Transforms logical assignment operators into short-circuited assignments INDIRECT 1 1768240194 @babel/plugin-transform-member-expression-literals • 7.27.1 Ensure that reserved words are quoted in property accesses INDIRECT 1 1746025729 @babel/plugin-transform-modules-amd • 7.27.1 This plugin transforms ES2015 modules to AMD INDIRECT 21 1746025768 @babel/plugin-transform-modules-commonjs • 7.28.6 This plugin transforms ES2015 modules to CommonJS INDIRECT 21 1768240212 @babel/plugin-transform-modules-systemjs • 7.29.4 This plugin transforms ES2015 modules to SystemJS INDIRECT 21 1777974178 @babel/plugin-transform-modules-umd • 7.27.1 This plugin transforms ES2015 modules to UMD INDIRECT 21 1746025770 @babel/plugin-transform-named-capturing-groups-regex • 7.29.0 Compile regular expressions using named groups to ES5. INDIRECT 17 1769881151 @babel/plugin-transform-new-target • 7.27.1 Transforms new.target meta property INDIRECT 1 1746025730 @babel/plugin-transform-nullish-coalescing-operator • 7.28.6 Remove nullish coalescing operator INDIRECT 1 1768240195 @babel/plugin-transform-numeric-separator • 7.28.6 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 1 1768240195 @babel/plugin-transform-object-rest-spread • 7.28.6 Compile object rest and spread to ES5 INDIRECT 34 1768240206 @babel/plugin-transform-object-super • 7.27.1 Compile ES2015 object super to ES5 INDIRECT 22 1746025769 @babel/plugin-transform-optional-catch-binding • 7.28.6 Compile optional catch bindings INDIRECT 1 1768240195 @babel/plugin-transform-optional-chaining • 7.28.6 Transform optional chaining operators into a series of nil checks INDIRECT 20 1768240196 @babel/plugin-transform-parameters • 7.27.7 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 1750946597 @babel/plugin-transform-private-methods • 7.28.6 This plugin transforms private class methods INDIRECT 26 1768240212 @babel/plugin-transform-private-property-in-object • 7.28.6 This plugin transforms checks for a private property in an object INDIRECT 26 1768240213 @babel/plugin-transform-property-literals • 7.27.1 Ensure that reserved words are quoted in object property keys INDIRECT 1 1746025732 @babel/plugin-transform-regenerator • 7.29.0 Explode async and generator functions into a state machine. INDIRECT 1 1769881151 @babel/plugin-transform-regexp-modifiers • 7.28.6 Compile inline regular expression modifiers INDIRECT 17 1768240196 @babel/plugin-transform-reserved-words • 7.27.1 Ensure that no reserved words are used. INDIRECT 1 1746025736 @babel/plugin-transform-runtime • 7.29.0 Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals INDIRECT 46 1769881152 @babel/plugin-transform-shorthand-properties • 7.27.1 Compile ES2015 shorthand properties to ES5 INDIRECT 1 1746025736 @babel/plugin-transform-spread • 7.28.6 Compile ES2015 spread to ES5 INDIRECT 20 1768240197 @babel/plugin-transform-sticky-regex • 7.27.1 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1 1746025737 @babel/plugin-transform-template-literals • 7.27.1 Compile ES2015 template literals to ES5 INDIRECT 1 1746025738 @babel/plugin-transform-typeof-symbol • 7.27.1 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1 1746025738 @babel/plugin-transform-typescript • 7.28.6 Transform TypeScript into ES.next INDIRECT 27 1768240213 @babel/plugin-transform-unicode-escapes • 7.27.1 Compile ES2015 Unicode escapes to ES5 INDIRECT 1 1746025739 @babel/plugin-transform-unicode-property-regex • 7.28.6 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 1768240198 @babel/plugin-transform-unicode-regex • 7.27.1 Compile ES2015 Unicode regex to ES5 INDIRECT 17 1746025753 @babel/plugin-transform-unicode-sets-regex • 7.28.6 Compile regular expressions' unicodeSets (v) flag. INDIRECT 17 1768240198 @babel/polyfill • 7.12.1 Provides polyfills necessary for a full ES2015+ environment INDIRECT 2 1602801635 @babel/preset-env • 7.29.5 A Babel preset for each environment. INDIRECT 128 1777995890 @babel/preset-modules • 0.1.6-no-external-plugins A Babel preset that targets modern browsers by fixing engine bugs. INDIRECT 5 1689960984 @babel/runtime • 7.12.18 babel's modular runtime helpers INDIRECT 1 1613665220 @babel/template • 7.28.6 Generate an AST from a string template. INDIRECT 7 1768240200 @babel/traverse • 7.29.0 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 17 1769881160 @babel/types • 7.29.0 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 1769881153 @ember-data/rfc395-data • 0.0.4 JSON data for Ember.js RFC #395 INDIRECT 0 1564554028 @jridgewell/gen-mapping • 0.3.13 Generate source maps INDIRECT 3 1754981001 @jridgewell/remapping • 2.3.5 Remap sequential sourcemaps through transformations to point at the original source code INDIRECT 4 1754981015 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/sourcemap-codec • 1.5.5 Encode/decode sourcemap mappings INDIRECT 0 1754981039 @jridgewell/trace-mapping • 0.3.31 Trace the original position through a source map INDIRECT 2 1757535169 @pkgjs/parseargs • 0.11.0 Polyfill of future proposal for `util.parseArgs()` INDIRECT 0 1665411524 @sindresorhus/is • 0.7.0 Type check values: `is.string('🦄') //=> true` INDIRECT 0 1513024822 @types/fs-extra • 5.1.0 TypeScript definitions for fs-extra INDIRECT 2 1557130795 @types/glob • 9.0.0 Stub TypeScript definitions entry for glob, which provides its own types definitions INDIRECT 11 1751396595 @types/minimatch • 3.0.5 TypeScript definitions for Minimatch INDIRECT 0 1625616168 @types/node • 25.9.1 TypeScript definitions for node INDIRECT 1 1779212952 @types/rimraf • 2.0.5 TypeScript definitions for rimraf INDIRECT 14 1625681262 @types/symlink-or-copy • 1.2.2 TypeScript definitions for symlink-or-copy INDIRECT 0 1699378527 abort-controller • 3.0.0 An implementation of WHATWG AbortController interface. INDIRECT 1 1553937332 accepts • 1.3.8 Higher-level content negotiation INDIRECT 3 1643845928 adm-zip • 0.4.16 Javascript implementation of zip for nodejs with support for electron original-fs. Allows user to create or extract zip files both in memory or to/from disk INDIRECT 0 1592903168 agent-base • 4.3.0 Turn a function into an `http.Agent` instance INDIRECT 2 1559765836 ajv • 6.15.0 Another JSON Schema Validator INDIRECT 5 1776956364 amd-name-resolver • 1.3.1 AMD module name resolver algorithm INDIRECT 2 1547045207 ansi-escapes • 1.4.0 ANSI escape codes for manipulating the terminal INDIRECT 0 1460925439 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 ansi-regex • 3.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1648387784 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 ansi-regex • 6.2.2 Regular expression for matching ANSI escape codes INDIRECT 0 1757342894 ansi-styles • 2.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 0 1459197318 ansi-styles • 3.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 2 1519983600 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 ansi-styles • 6.2.3 ANSI escape codes for styling strings in the terminal INDIRECT 0 1757343135 archiver-utils • 1.3.0 utility functions for archiver INDIRECT 23 1472323340 archiver • 2.1.1 a streaming interface for archive generation INDIRECT 72 1515603748 array-equal • 1.0.2 Check if two arrays are equal INDIRECT 0 1700154519 array-flatten • 1.1.1 Flatten an array of nested arrays into a single flat array INDIRECT 0 1436478175 array-flatten • 3.0.0 Flatten nested arrays INDIRECT 0 1574313279 array-uniq • 1.0.3 Create an array without duplicates INDIRECT 0 1466079719 arrify • 1.0.1 Convert a value to an array INDIRECT 0 1449683318 as-array • 1.0.0 Make any value an array INDIRECT 7 1412380235 as-array • 2.0.0 Make any value an array. No dependencies. INDIRECT 0 1440603267 asn1 • 0.2.6 Contains parsers and serializers for ASN.1 (currently BER only) INDIRECT 1 1635986788 assert-plus • 1.0.0 Extra assertions on top of node's assert module INDIRECT 0 1453921418 async-disk-cache • 1.3.5 Async disk cache INDIRECT 24 1572458762 async-function • 1.0.0 A function that returns the normally hidden `AsyncFunction` constructor INDIRECT 0 1737602154 async-generator-function • 1.0.0 A function that returns the normally hidden `AsyncGeneratorFunction` constructor INDIRECT 0 1739558117 async-promise-queue • 1.0.5 wrapper around async.queue to make some common usages simpler INDIRECT 4 1557492641 async • 0.9.2 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1432025157 async • 1.0.0 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1432165205 async • 1.5.2 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1452211412 async • 2.6.0 Higher-order functions and common patterns for asynchronous code INDIRECT 1 1510022753 async • 2.6.4 Higher-order functions and common patterns for asynchronous code INDIRECT 1 1649891255 async • 3.2.6 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1724109863 asynckit • 0.4.0 Minimal async jobs utility library, with streams support INDIRECT 0 1465928945 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 aws4 • 1.13.2 Signs and prepares requests using AWS Signature Version 4 INDIRECT 0 1724831030 axios • 0.18.1 Promise based HTTP client for the browser and node.js INDIRECT 4 1559349996 babel-plugin-debug-macros • 0.3.4 Debug macros and feature flag stripping INDIRECT 1 1611759580 babel-plugin-ember-data-packages-polyfill • 0.1.2 Polyfill for EmberData Packages API. INDIRECT 1 1581543886 babel-plugin-ember-modules-api-polyfill • 3.5.0 Polyfill for Ember JS API. INDIRECT 1 1616011068 babel-plugin-module-resolver • 3.2.0 Module resolver plugin for Babel INDIRECT 29 1549892007 babel-plugin-polyfill-corejs2 • 0.4.17 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 26 1773698701 babel-plugin-polyfill-corejs3 • 0.13.0 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 27 1751042269 babel-plugin-polyfill-corejs3 • 0.14.2 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 27 1773698700 babel-plugin-polyfill-regenerator • 0.6.8 A Babel plugin to inject imports to regenerator-runtime INDIRECT 26 1773698700 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 1605123228 basic-auth-connect • 1.1.0 Basic auth middleware for node and connect INDIRECT 1 1727691367 basic-auth • 2.0.1 node.js basic auth parser INDIRECT 1 1537413962 binaryextensions • 2.3.0 A package that contains an array of every single file extension there is for binary files INDIRECT 0 1590050158 bl • 1.2.3 Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! INDIRECT 9 1599126736 blank-object • 1.0.2 A faster alternative to Object.create(null) INDIRECT 0 1470513546 body-parser • 1.20.5 Node.js body parsing middleware INDIRECT 43 1777053323 boxen • 1.3.0 Create boxes in the terminal INDIRECT 32 1512091817 brace-expansion • 1.1.14 Brace expansion as known from sh/bash INDIRECT 2 1775913902 brace-expansion • 2.1.0 Brace expansion as known from sh/bash INDIRECT 1 1775913974 broccoli-babel-transpiler • 7.8.1 A Broccoli plugin which transpile ES6 to readable ES5 by using babel. INDIRECT 172 1649351081 broccoli-debug • 0.6.5 Enable easy debugging of broccoli pipelines with broccoli-debug! INDIRECT 70 1538623075 broccoli-funnel • 2.0.2 Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions. INDIRECT 72 1549639289 broccoli-merge-trees • 3.0.2 Broccoli plugin to merge multiple trees into one INDIRECT 67 1543460337 broccoli-persistent-filter • 2.3.1 broccoli filter but with a persistent cache INDIRECT 93 1561558954 broccoli-plugin • 1.3.1 Base class for all Broccoli plugins INDIRECT 55 1533755395 broccoli-source • 2.1.2 Broccoli plugin for referring to source directories on the file system INDIRECT 0 1558740276 browserslist • 4.28.2 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 7 1774952692 buffer-alloc-unsafe • 1.1.0 A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`. INDIRECT 0 1527635920 buffer-alloc • 1.2.0 A [ponyfill](https://ponyfill.com) for `Buffer.alloc`. INDIRECT 2 1527637266 buffer-crc32 • 0.2.13 A pure javascript CRC32 algorithm that plays nice with binary data INDIRECT 0 1479778108 buffer-fill • 1.0.0 A [ponyfill](https://ponyfill.com) for `Buffer.fill`. INDIRECT 0 1527636952 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1627578333 buffer • 5.7.1 Node.js Buffer API, for the browser INDIRECT 2 1604526695 bytes • 3.1.2 Utility to parse a string bytes to bytes and vice-versa INDIRECT 0 1643346157 cacheable-request • 2.1.4 Wrap native HTTP requests with RFC compliant cache support INDIRECT 17 1514318996 calculate-cache-key-for-tree • 2.0.0 ember-cli addon tree cache key builder INDIRECT 24 1554145279 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bind • 1.0.9 Robustly `.call.bind()` a function INDIRECT 18 1775749088 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 15 1741024203 camelcase • 4.1.0 Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar INDIRECT 0 1490865362 can-symlink • 1.0.0 Utility module to determine if fs.symlink commands will succeed. Useful for win32 enviornments where special permission is required for symlinking. INDIRECT 2 1450715373 capture-stack-trace • 1.0.2 Error.captureStackTrace ponyfill INDIRECT 0 1665131047 chalk • 1.1.3 Terminal string styling done right. Much color. INDIRECT 6 1459210604 chalk • 2.4.2 Terminal string styling done right INDIRECT 6 1546703152 ci-info • 1.6.0 Get details about the current Continuous Integration environment INDIRECT 0 1537432621 cjson • 0.3.3 cjson - Commented JavaScript Object Notation. It is a json loader, which parses only valid json files, but with comments enabled. Useful for loading configs. INDIRECT 2 1452673878 clean-up-path • 1.0.0 Make paths absolute and normalize them. INDIRECT 0 1518714125 cli-boxes • 1.0.0 Boxes for use in the terminal INDIRECT 0 1456820451 cli-cursor • 1.0.2 Toggle the CLI cursor INDIRECT 3 1442584046 cli-spinners • 0.1.2 Spinners for use in the terminal INDIRECT 0 1457030236 cli-table2 • 0.2.0 Pretty unicode tables for the command line. Based on the original cli-table. INDIRECT 8 1454527756 clone-response • 1.0.2 Clone a Node.js HTTP response stream INDIRECT 1 1502988275 clone • 2.1.2 deep cloning of objects and arrays INDIRECT 0 1521666430 code-point-at • 1.1.0 ES2015 `String#codePointAt()` ponyfill INDIRECT 0 1478169780 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 colors • 1.1.2 get colors in your node.js console INDIRECT 0 1434546180 combined-stream • 1.0.8 A stream that emits multiple other streams one after another. INDIRECT 1 1557683385 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 1570772424 compare-semver • 1.1.0 Compare semver versions to many other semver versions INDIRECT 1 1441143949 compress-commons • 1.2.2 a library that defines a common interface for working with archive formats within node INDIRECT 16 1507661532 compressible • 2.0.18 Compressible Content-Type / mime checking INDIRECT 1 1578286209 compression • 1.8.1 Node.js compression middleware INDIRECT 9 1752773773 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 concat-stream • 1.6.2 writable stream that concatenates strings or binary data and calls a callback with the result INDIRECT 10 1521645450 connect-query • 1.0.0 Parse query parameters in Connect or Express INDIRECT 1 1488815063 connect • 3.7.0 High performance middleware framework INDIRECT 11 1558141125 content-disposition • 0.5.4 Create and parse Content-Disposition header INDIRECT 1 1639176934 content-type • 1.0.5 Create and parse HTTP Content-Type header INDIRECT 0 1675020359 convert-source-map • 2.0.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1666044408 cookie-signature • 1.0.7 Sign and unsign cookies INDIRECT 0 1681343950 cookie • 0.7.2 HTTP server cookie parsing and serialization INDIRECT 0 1728272488 core-js-compat • 3.49.0 core-js compat INDIRECT 8 1773695590 core-js • 2.6.12 Standard library INDIRECT 0 1606327727 core-object • 2.0.6 A lightweight implementation of OOP Class in JavaScript INDIRECT 7 1470704412 core-util-is • 1.0.2 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1447979853 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 crc • 3.8.0 Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser. INDIRECT 3 1532567395 crc32-stream • 2.0.0 a streaming CRC32 checksumer INDIRECT 12 1487027752 create-error-class • 3.0.2 Create Error classes INDIRECT 1 1459840491 cross-env • 5.2.1 Run scripts that set and use environment variables across platforms INDIRECT 8 1567276168 cross-spawn • 4.0.2 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 1474803801 cross-spawn • 5.1.0 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 7 1488134326 cross-spawn • 6.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 7 1731939694 cross-spawn • 7.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 1731938392 crypto-random-string • 1.0.0 Generate a cryptographically strong random string INDIRECT 0 1479096884 dashdash • 1.14.1 A light, featureful and explicit option parsing library. INDIRECT 1 1479854020 debug • 2.6.9 small debugging utility INDIRECT 1 1506087155 debug • 3.1.0 small debugging utility INDIRECT 1 1506453231 debug • 3.2.7 small debugging utility INDIRECT 1 1605790637 debug • 4.4.3 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1757784319 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 decode-uri-component • 0.2.2 A better decodeURIComponent INDIRECT 0 1669918979 decompress-response • 3.3.0 Decompress a HTTP response if needed INDIRECT 1 1496432628 deep-equal • 0.2.2 node's assert.deepEqual algorithm INDIRECT 0 1423333629 deep-extend • 0.6.0 Recursive object extending INDIRECT 0 1527012797 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 1707843362 delayed-stream • 1.0.0 Buffers events from a stream until you are ready to handle them. INDIRECT 0 1430431829 depd • 2.0.0 Deprecate all the things INDIRECT 0 1540576375 destroy • 1.2.0 destroy a stream if possible INDIRECT 0 1647802992 dot-prop • 4.2.1 Get, set, or delete a property from a nested object using a dot path INDIRECT 1 1597576383 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 duplexify • 3.7.1 Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input INDIRECT 12 1549298243 eastasianwidth • 0.2.0 Get East Asian Width from a character. INDIRECT 0 1514798767 ecc-jsbn • 0.1.2 ECC JS code based on JSBN INDIRECT 2 1532879660 editions • 1.3.4 Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition) INDIRECT 0 1517357127 ee-first • 1.1.1 return the first event in a set of ee/event pairs INDIRECT 0 1432581508 ember-cli-babel-plugin-helpers • 1.1.1 Utilities for managing installed Babel plugins in an Ember app or addon INDIRECT 0 1601392606 ember-cli-babel • 7.26.11 Ember CLI addon for Babel DIRECT 315 1640178630 ember-cli-deploy-plugin • 0.2.9 For building plugins for ember-cli-deploy DIRECT 9 1479770722 ember-cli-version-checker • 4.1.1 Determine if your addon is being used by a minimum version of Ember CLI. INDIRECT 14 1590077041 ember-rfc176-data • 0.3.18 JSON data for Ember.js RFC #176 INDIRECT 0 1674081082 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 emoji-regex • 9.2.2 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1614682689 encodeurl • 1.0.2 Encode a URL to a percent-encoded form, excluding already-encoded sequences INDIRECT 0 1516591169 encodeurl • 2.0.0 Encode a URL to a percent-encoded form, excluding already-encoded sequences INDIRECT 0 1711670622 end-of-stream • 1.4.5 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1750080540 ent • 2.2.2 Encode and decode HTML entities INDIRECT 20 1734389329 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.1.2 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1779460803 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 es6-promisify • 5.0.0 Converts callback-based functions to ES6 Promises INDIRECT 1 1475062711 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 escape-html • 1.0.3 Escape string for use in HTML INDIRECT 0 1441082842 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 etag • 1.8.1 Create simple HTTP ETags INDIRECT 0 1505270624 event-emitter • 0.3.5 Environment agnostic event emitter INDIRECT 8 1489591870 event-target-shim • 5.0.1 An implementation of WHATWG EventTarget interface. INDIRECT 0 1550556052 eventemitter3 • 1.2.0 EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface. INDIRECT 0 1458148663 execa • 0.7.0 A better `child_process` INDIRECT 15 1497045042 exit-hook • 1.1.1 Run some code when the process exits INDIRECT 0 1409577290 express • 4.22.2 Fast, unopinionated, minimalist web framework INDIRECT 70 1778525400 extend • 3.0.2 Port of jQuery.extend for node.js and the browser INDIRECT 0 1532032091 extsprintf • 1.3.0 extended POSIX-style sprintf INDIRECT 0 1425687180 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 fast-json-stable-stringify • 2.1.0 deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify INDIRECT 0 1576340277 fast-url-parser • 1.1.3 Extremely fast implementation of node core url library INDIRECT 1 1422200210 figures • 1.7.0 Unicode symbols with Windows CMD fallbacks INDIRECT 2 1463504380 finalhandler • 1.1.2 Node.js final http responder INDIRECT 9 1557453893 finalhandler • 1.3.2 Node.js final http responder INDIRECT 9 1764604790 find-babel-config • 1.2.2 Find the closest babel config based on a directory INDIRECT 3 1714068333 find-up • 2.1.0 Find a file by walking up parent directories INDIRECT 5 1480684911 firebase-tools • 5.1.1 Command-Line Interface for Firebase DIRECT 550 1539641313 fixturify-project • 1.10.0 [](https://travis-ci.org/stefanpenner/node-fixturify-project) [ INDIRECT 25 1579191527 fixturify • 1.3.0 Convert objects into directory structures and back again INDIRECT 22 1582412770 flat-arguments • 1.0.2 Flatten a function's argument. Like, really flatten INDIRECT 11 1424881959 follow-redirects • 1.5.10 HTTP and HTTPS modules that follow redirects. INDIRECT 2 1542662749 for-each • 0.3.5 A better forEach INDIRECT 1 1739256963 form-data • 2.3.3 A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. INDIRECT 5 1539761182 forwarded • 0.2.0 Parse HTTP X-Forwarded-For header INDIRECT 0 1622503382 fresh • 0.5.2 HTTP response freshness testing INDIRECT 0 1505365392 from2 • 2.3.0 Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2" INDIRECT 8 1471281359 fs-constants • 1.0.0 Require constants across node and the browser INDIRECT 0 1524753752 fs-extra • 0.23.1 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. INDIRECT 14 1438979195 fs-extra • 0.30.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. INDIRECT 15 1461855288 fs-extra • 7.0.1 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. INDIRECT 3 1541596990 fs-tree-diff • 0.5.9 Backs out file tree changes INDIRECT 8 1534452691 fs-tree-diff • 2.0.1 Backs out file tree changes INDIRECT 9 1556928601 fs-updater • 1.0.4 Incrementally update a directory based on an in-memory representation. INDIRECT 21 1519087904 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 gcp-metadata • 0.3.1 Get the metadata from a Google Cloud Platform environment INDIRECT 58 1506037073 gcp-metadata • 0.6.3 Get the metadata from a Google Cloud Platform environment INDIRECT 7 1520708695 gcs-resumable-upload • 0.10.2 Upload a file to Google Cloud Storage with built-in resumable behavior INDIRECT 113 1524072560 generator-function • 2.0.1 A function that returns the normally hidden `GeneratorFunction` constructor INDIRECT 0 1759256613 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-intrinsic • 1.3.1 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 14 1759188007 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 get-stream • 3.0.0 Get a stream as a string, buffer, or array INDIRECT 0 1479869387 getpass • 0.1.7 getpass for node.js INDIRECT 1 1493163658 glob-slash • 1.0.0 Prefix globs with a slash and normalize. Supports negated globs too INDIRECT 0 1416346641 glob-slasher • 1.0.1 Prefix an object (key/values) of globs with a slash and normalize. Supports negated globs too. Glob version of slasher module INDIRECT 5 1416349976 global-dirs • 0.1.1 Get the directory of globally installed packages and binaries INDIRECT 1 1511072938 google-auto-auth • 0.10.1 Making it as easy as possible to authenticate a Google API request INDIRECT 83 1524507587 google-auto-auth • 0.7.2 Making it as easy as possible to authenticate a Google API request INDIRECT 71 1503321636 google-p12-pem • 0.1.2 Convert Google .p12 keys to .pem keys INDIRECT 1 1491514464 google-p12-pem • 1.0.5 Convert Google .p12 keys to .pem keys INDIRECT 2 1626901176 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 got • 6.7.1 Simplified HTTP requests INDIRECT 13 1483022572 got • 8.3.2 Simplified HTTP requests INDIRECT 45 1530608473 gtoken • 1.2.3 Node.js Google Authentication Service Account Tokens INDIRECT 54 1508792002 gtoken • 2.3.3 Node.js Google Authentication Service Account Tokens INDIRECT 23 1552518249 har-validator • 5.1.5 Extremely fast HTTP Archive (HAR) validator using JSON Schema INDIRECT 7 1596084153 has-ansi • 2.0.0 Check if a string has ANSI escape codes INDIRECT 1 1435681054 has-flag • 3.0.0 Check if argv has a specific flag INDIRECT 0 1514920916 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 1707801707 has-symbol-support-x • 1.4.2 Tests if ES6 Symbol is supported. INDIRECT 0 1519475296 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 has-to-string-tag-x • 1.4.1 Tests if ES6 @@toStringTag is supported. INDIRECT 1 1504281616 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 hash-stream-validation • 0.2.4 Hash a stream of data, then validate INDIRECT 0 1598366202 hasown • 2.0.3 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1776463926 heimdalljs-logger • 0.1.10 Structured logging via heimdalljs INDIRECT 4 1534467851 heimdalljs • 0.2.6 Structured instrumentation library INDIRECT 1 1534379677 home-dir • 1.0.0 Get home directory path on any platform INDIRECT 0 1421854198 http-errors • 2.0.1 Create HTTP error objects INDIRECT 5 1763665942 http-parser-js • 0.5.10 A pure JS HTTP parser for node. INDIRECT 0 1744121547 http-proxy • 1.16.2 HTTP proxying for the masses INDIRECT 2 1481039350 http-signature • 1.2.0 Reference implementation of Joyent's HTTP Signature scheme. INDIRECT 15 1503689523 https-proxy-agent • 2.2.4 An HTTP(s) proxy `http.Agent` implementation for HTTPS INDIRECT 5 1572034368 iconv-lite • 0.4.24 Convert character encodings in pure javascript. INDIRECT 1 1534969392 import-lazy • 2.1.0 Import modules lazily INDIRECT 0 1495360148 imurmurhash • 0.1.4 An incremental implementation of MurmurHash3 INDIRECT 0 1377377123 inquirer • 0.12.0 A collection of common interactive command line user interfaces. INDIRECT 27 1454990164 into-stream • 3.1.0 Convert a buffer/string/array/object/iterable/promise into a stream INDIRECT 10 1480406949 invert-kv • 1.0.0 Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'} INDIRECT 0 1407957720 ipaddr.js • 1.9.1 A library for manipulating IPv4 and IPv6 addresses in JavaScript. INDIRECT 0 1563330499 is-buffer • 2.0.5 Determine if an object is a Buffer INDIRECT 0 1604431173 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-ci • 1.2.1 Detect if the current environment is a CI server INDIRECT 1 1536479359 is-core-module • 2.16.2 Is this specifier a node.js core module? INDIRECT 2 1778002489 is-fullwidth-code-point • 1.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 1 1437084018 is-fullwidth-code-point • 2.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1474526569 is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1552896545 is-installed-globally • 0.1.0 Check if your package was installed globally INDIRECT 4 1498431003 is-npm • 1.0.0 Check if your code is running as an npm script INDIRECT 0 1405848972 is-obj • 1.0.1 Check if a value is an object INDIRECT 0 1458641652 is-object • 1.0.2 Checks whether a value is an object INDIRECT 0 1606929380 is-path-inside • 1.0.1 Check if a path is inside another path INDIRECT 1 1512038092 is-plain-obj • 1.1.0 Check if a value is a plain object INDIRECT 0 1446715918 is-promise • 2.2.2 Test whether an object looks like a promises-a+ promise INDIRECT 0 1587838086 is-redirect • 1.0.0 Check if a number is a redirect HTTP status code INDIRECT 0 1433692659 is-regex • 1.2.1 Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag INDIRECT 17 1733982247 is-retry-allowed • 1.2.0 Is retry allowed for Error? INDIRECT 0 1567930051 is-stream-ended • 0.1.4 Check if a stream has ended INDIRECT 0 1522622966 is-stream • 1.1.0 Check if something is a Node.js stream INDIRECT 0 1460446915 is-typed-array • 1.1.15 Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 26 1734542407 is-typedarray • 1.0.0 Detect whether or not an object is a Typed Array INDIRECT 0 1431824619 is-url • 1.2.4 Check whether a string is a URL. INDIRECT 0 1522088754 is-wsl • 1.1.0 Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) INDIRECT 0 1492407587 is • 3.3.2 the definitive JavaScript type testing library INDIRECT 0 1752952413 isarray • 0.0.1 Array#isArray for older browsers INDIRECT 0 1369676435 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 isarray • 2.0.5 Array#isArray for older browsers INDIRECT 0 1562592082 isstream • 0.1.2 Determine if an object is a Stream INDIRECT 0 1425687315 istextorbinary • 2.1.0 Determines if a buffer is comprised of text or binary INDIRECT 3 1462855300 isurl • 1.0.0 Checks whether a value is a WHATWG URL. INDIRECT 3 1498762271 jju • 1.4.0 a set of utilities to work with JSON / JSON5 documents INDIRECT 0 1532942582 join-path • 1.1.1 Join urls or system paths, even with undefined values INDIRECT 3 1484142099 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 jsbn • 0.1.1 The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers. INDIRECT 0 1486886596 jsesc • 3.1.0 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1733905474 json-buffer • 3.0.0 JSON parse & stringify that supports binary via bops & base64 INDIRECT 0 1500312568 json-parse-helpfulerror • 1.0.3 A drop-in replacement for JSON.parse that uses `jju` to give helpful errors INDIRECT 1 1420337774 json-schema-traverse • 0.4.1 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1528620125 json-stable-stringify • 1.3.0 deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results INDIRECT 23 1745300129 json5 • 1.0.2 JSON for humans. INDIRECT 1 1672420182 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 jsonfile • 2.4.0 Easily read/write JSON files. INDIRECT 1 1473989979 jsonfile • 4.0.0 Easily read/write JSON files. INDIRECT 1 1505244119 jsonparse • 1.3.1 This is a pure-js JSON streaming parser for node.js INDIRECT 0 1494359953 jsonschema • 1.5.0 A fast and easy to use JSON Schema validator INDIRECT 0 1736262551 jsonwebtoken • 8.5.1 JSON Web Token implementation (symmetric and asymmetric) INDIRECT 14 1552910857 jsprim • 1.4.2 utilities for primitive JavaScript types INDIRECT 5 1638199465 jwa • 1.4.2 JWA implementation (supports all JWS algorithms) INDIRECT 3 1746619155 jws • 3.2.3 Implementation of JSON Web Signatures INDIRECT 4 1764838031 keyv • 3.0.0 Simple key-value storage with support for multiple backends INDIRECT 1 1507037906 klaw • 1.3.1 File system walker with Readable stream interface. INDIRECT 1 1477411631 latest-version • 3.1.0 Get the latest version of an npm package INDIRECT 23 1490525406 lazystream • 1.0.1 Open Node Streams on demand. INDIRECT 8 1634979855 lcid • 1.0.0 Mapping between standard locale identifiers and Windows locale identifiers (LCID) INDIRECT 1 1426489487 locate-path • 2.0.0 Get the first path that exists on disk of multiple paths INDIRECT 4 1480310853 lodash._isnative • 2.4.1 The internal Lo-Dash function `isNative` as a Node.js module generated by lodash-cli. INDIRECT 0 1386090536 lodash._objecttypes • 2.4.1 The internal Lo-Dash variable `objectTypes` as a Node.js module generated by lodash-cli. INDIRECT 0 1386090569 lodash._shimkeys • 2.4.1 The internal Lo-Dash function `shimKeys` as a Node.js module generated by lodash-cli. INDIRECT 1 1386090600 lodash.clonedeep • 4.5.0 The lodash method `_.cloneDeep` exported as a module. INDIRECT 0 1471109839 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.isarguments • 2.4.1 The Lo-Dash function `_.isArguments` as a Node.js module generated by lodash-cli. INDIRECT 0 1386090823 lodash.isarguments • 3.1.0 The lodash method `_.isArguments` exported as a module. INDIRECT 0 1471110007 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.isobject • 2.4.1 The Lo-Dash function `_.isObject` as a Node.js module generated by lodash-cli. INDIRECT 1 1386090879 lodash.isobject • 3.0.2 The modern build of lodash’s `_.isObject` as a module. INDIRECT 0 1432065136 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.keys • 2.4.1 The Lo-Dash function `_.keys` as a Node.js module generated by lodash-cli. INDIRECT 4 1386090900 lodash.merge • 4.6.2 The Lodash method `_.merge` exported as a module. INDIRECT 0 1562717981 lodash.noop • 3.0.1 The lodash method `_.noop` exported as a module. INDIRECT 0 1454143768 lodash.once • 4.1.1 The lodash method `_.once` exported as a module. INDIRECT 0 1471110167 lodash.values • 2.4.1 The Lo-Dash function `_.values` as a Node.js module generated by lodash-cli. INDIRECT 5 1386091104 lodash • 3.10.1 The modern build of lodash modular utilities. INDIRECT 0 1438668306 lodash • 4.17.5 Lodash modular utilities. INDIRECT 0 1517704481 lodash • 4.18.1 Lodash modular utilities. INDIRECT 0 1775077280 lowercase-keys • 1.0.0 Lowercase the keys of an object INDIRECT 0 1422086387 lowercase-keys • 1.0.1 Lowercase the keys of an object INDIRECT 0 1521791528 lru-queue • 0.1.0 LRU Queue INDIRECT 9 1398539532 make-dir • 1.3.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 1 1525960375 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 media-typer • 0.3.0 Simple RFC 6838 media type parser and formatter INDIRECT 0 1410150744 mem • 1.1.0 Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input INDIRECT 1 1476900326 merge-descriptors • 1.0.3 Merge objects using descriptors INDIRECT 0 1700155732 merge-trees • 2.0.0 Incrementally merge directories. INDIRECT 22 1519088043 methmeth • 1.1.0 Execute a method out from an object. INDIRECT 0 1438290970 methods • 1.1.2 HTTP methods that node supports INDIRECT 0 1453085636 mime-db • 1.52.0 Media Type Database INDIRECT 0 1645472511 mime-types • 2.1.35 The ultimate javascript content-type utility. INDIRECT 1 1647108283 mime • 1.6.0 A comprehensive library for mime-type mapping INDIRECT 0 1511571199 mime • 2.6.0 A comprehensive library for mime-type mapping INDIRECT 0 1635876020 mimic-fn • 1.2.0 Make a function mimic another one INDIRECT 0 1517542098 mimic-response • 1.0.1 Mimic a Node.js HTTP response stream INDIRECT 0 1531308307 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 minizlib • 1.3.3 A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding. INDIRECT 3 1569874185 mkdirp • 0.5.6 Recursively mkdir, like `mkdir -p` INDIRECT 1 1647992895 mktemp • 2.0.3 create temporary files and directories INDIRECT 0 1776904523 modelo • 4.2.3 A JavaScript object inheritance utility. INDIRECT 0 1515262076 morgan • 1.10.1 HTTP request logger middleware for node.js INDIRECT 8 1752768866 ms • 2.0.0 Tiny milisecond conversion utility INDIRECT 0 1494937566 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 nash • 3.0.0 Craft command-line Masterpieces INDIRECT 15 1533043281 ncp • 1.0.1 Asynchronous recursive file copy utility. INDIRECT 0 1412229834 negotiator • 0.6.3 HTTP content negotiation INDIRECT 0 1642902613 negotiator • 0.6.4 HTTP content negotiation INDIRECT 0 1729308043 nice-try • 1.0.5 Tries to execute a function and discards any error that occurs INDIRECT 0 1535223789 node-fetch • 2.7.0 A light-weight module that brings window.fetch to node.js INDIRECT 3 1692811119 node-releases • 2.0.46 Node.js releases data INDIRECT 0 1779424293 normalize-path • 2.1.1 Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled. INDIRECT 1 1490811685 normalize-url • 2.0.1 Normalize a URL INDIRECT 7 1514211317 npm-run-path • 2.0.2 Get your PATH prepended with locally installed binaries INDIRECT 1 1475136639 number-is-nan • 1.0.1 ES2015 Number.isNaN() ponyfill INDIRECT 0 1475212313 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 object-hash • 1.3.1 Generate hashes from javascript objects in node and the browser. INDIRECT 0 1542049605 object-inspect • 1.13.4 string representations of objects in node and the browser INDIRECT 0 1738718770 object-keys • 1.1.1 An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0 1554604218 on-finished • 2.3.0 Execute a callback when a request closes, finishes, or errors INDIRECT 1 1432691894 on-finished • 2.4.1 Execute a callback when a request closes, finishes, or errors INDIRECT 1 1645546248 on-headers • 1.1.0 Execute a listener when a response is about to write headers INDIRECT 0 1752766891 onetime • 1.1.0 Only call a function once INDIRECT 0 1450398655 opn • 5.5.0 A better node-open. Opens stuff like websites, files, executables. Cross-platform. INDIRECT 1 1552716614 ora • 0.2.3 Elegant terminal spinner INDIRECT 13 1463655724 os-homedir • 1.0.2 Node.js 4 `os.homedir()` ponyfill INDIRECT 0 1475211521 os-locale • 2.1.0 Get the system locale INDIRECT 20 1500667150 os-tmpdir • 1.0.2 Node.js os.tmpdir() ponyfill INDIRECT 0 1475211274 p-cancelable • 0.4.1 Create a promise that can be canceled INDIRECT 0 1522581779 p-finally • 1.0.0 `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome INDIRECT 0 1477029729 p-is-promise • 1.1.0 Check if something is a promise INDIRECT 0 1480311620 p-limit • 1.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1528300898 p-locate • 2.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1480310721 p-timeout • 2.0.1 Timeout a promise after a specified amount of time INDIRECT 1 1511899602 p-try • 1.0.0 `Promise#try()` ponyfill - Starts a promise chain INDIRECT 0 1477030603 package-json • 4.0.1 Get metadata of a package from the npm registry INDIRECT 22 1492413595 parseurl • 1.3.3 parse a url with memoization INDIRECT 0 1555388186 path-exists • 3.0.0 Check if a path exists INDIRECT 0 1462103093 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 path-key • 2.0.1 Get the PATH environment variable key cross-platform INDIRECT 0 1474887353 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-root-regex • 0.1.2 Regular expression for getting the root of a posix or windows filepath. INDIRECT 0 1459235196 path-root • 0.1.1 Get the root of a posix or windows filepath. INDIRECT 1 1459235667 path-to-regexp • 0.1.13 Express style path to RegExp utility INDIRECT 0 1774539760 path-to-regexp • 0.1.7 Express style path to RegExp utility INDIRECT 0 1438052872 path-to-regexp • 1.9.0 Express style path to RegExp utility INDIRECT 1 1726003548 performance-now • 2.1.0 Implements performance.now (based on process.hrtime). INDIRECT 0 1487514529 pify • 3.0.0 Promisify a callback-style function INDIRECT 0 1495952728 pify • 4.0.1 Promisify a callback-style function INDIRECT 0 1540213139 pkg-up • 2.0.0 Find the closest package.json file INDIRECT 6 1493911467 pkginfo • 0.3.1 An easy way to expose properties on a module from a package.json INDIRECT 0 1445352868 pkginfo • 0.4.1 An easy way to expose properties on a module from a package.json INDIRECT 0 1503460522 portfinder • 1.0.38 A simple tool to find an open port on the current machine INDIRECT 3 1757662722 possible-typed-array-names • 1.1.0 A simple list of possible Typed Array names. INDIRECT 0 1738904655 prepend-http • 1.0.4 Prepend `http://` to humanized URLs like todomvc.com and localhost INDIRECT 0 1462857683 prepend-http • 2.0.0 Prepend `http://` to humanized URLs like todomvc.com and localhost INDIRECT 0 1506153538 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 progress • 2.0.3 Flexible ascii progress bar INDIRECT 0 1544029078 promise-map-series • 0.2.3 Map over array avoiding parallel execution, using promises INDIRECT 1 1470692313 prompt • 1.0.0 A beautiful command-line prompt for node.js INDIRECT 32 1455093790 proxy-addr • 2.0.7 Determine address of proxied request INDIRECT 2 1622509048 psl • 1.15.0 Domain name parser based on the Public Suffix List INDIRECT 1 1733134564 pump • 2.0.1 pipe streams together and close all of them if one of them closes INDIRECT 3 1516638147 pumpify • 1.5.1 Combine an array of streams into a single duplex stream using pump and duplexify INDIRECT 14 1526480433 punycode • 1.4.1 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 1458437238 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 query-string • 5.1.1 Parse and stringify URL query strings INDIRECT 3 1521003107 quick-temp • 0.1.9 Create and remove temporary directories with minimal effort INDIRECT 40 1764026387 range-parser • 1.2.1 Range header field string parser INDIRECT 0 1557534457 raw-body • 2.5.3 Get and validate the raw body of a readable stream. INDIRECT 10 1764084228 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 readline2 • 1.0.1 Readline Façade fixing bugs and issues found in releases 0.8 and 0.10 INDIRECT 4 1437116750 regenerate-unicode-properties • 10.2.2 Regenerate sets for Unicode properties and values. INDIRECT 1 1757448519 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.13.11 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1668449722 regexpu-core • 6.4.0 regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. INDIRECT 9 1758554442 registry-auth-token • 3.4.0 Get the auth token set for an npm registry (if any) INDIRECT 6 1553096945 registry-url • 3.1.0 Get the set npm registry URL INDIRECT 5 1459781197 regjsgen • 0.8.0 Generate regular expressions from regjsparser’s AST. INDIRECT 0 1686069841 require-directory • 2.1.1 Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules. INDIRECT 0 1432801864 requires-port • 1.0.0 Check if a protocol requires a certain port number to be added to an URL. INDIRECT 0 1446216153 reselect • 3.0.1 Selectors for Redux. INDIRECT 0 1494453027 resolve-package-path • 1.2.7 a special purpose fast memoizing way to resolve a node modules package.json INDIRECT 9 1555373162 resolve-package-path • 2.0.0 a special purpose fast memoizing way to resolve a node modules package.json INDIRECT 9 1575916512 resolve-package-path • 3.1.0 a special purpose fast memoizing way to resolve a node modules package.json INDIRECT 9 1603134447 resolve • 1.22.12 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 6 1775929295 responselike • 1.0.2 A response-like object for mocking a Node.js HTTP response stream INDIRECT 1 1502988435 restore-cursor • 1.0.1 Gracefully restore the CLI cursor on exit INDIRECT 2 1442583494 retry-request • 3.3.2 Retry a request. INDIRECT 57 1528486627 router • 1.3.8 Simple middleware-style router INDIRECT 8 1677256958 rsvp • 3.2.1 A lightweight library that provides tools for organizing asynchronous code INDIRECT 0 1455130769 rsvp • 3.6.2 A lightweight library that provides tools for organizing asynchronous code INDIRECT 0 1500348550 rsvp • 4.8.5 A lightweight library that provides tools for organizing asynchronous code INDIRECT 0 1559843747 run-async • 0.1.0 Utility method to run function either synchronously or asynchronously using the common `this.async()` style. INDIRECT 2 1407719491 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 safe-regex-test • 1.1.0 Give a regex, get a robust predicate function that tests it against a string. INDIRECT 18 1734029347 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 semver-diff • 2.1.0 Get the diff type of two semver versions: 0.0.1 0.0.2 → patch INDIRECT 1 1447504290 send • 0.19.2 Better streaming static file server with Range and conditional-GET support INDIRECT 18 1765826944 serve-static • 1.16.3 Serve static files INDIRECT 20 1765825976 set-function-length • 1.2.2 Set a function's length property INDIRECT 17 1710006059 shebang-command • 1.2.0 Get the command from a shebang INDIRECT 1 1474530106 shebang-command • 2.0.0 Get the command from a shebang INDIRECT 1 1567781605 shebang-regex • 1.0.0 Regular expression for matching a shebang INDIRECT 0 1424150698 shebang-regex • 3.0.0 Regular expression for matching a shebang line INDIRECT 0 1556361979 side-channel-list • 1.0.1 Store information about any JS value in a side channel, using a linked list INDIRECT 2 1775667313 side-channel-map • 1.0.1 Store information about any JS value in a side channel, using a Map INDIRECT 17 1733892798 side-channel-weakmap • 1.0.2 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 18 1733895551 side-channel • 1.1.0 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 20 1733936433 snakeize • 0.1.0 recursively transform key strings from camel-case to underscore-style INDIRECT 0 1431476608 sort-keys • 2.0.0 Sort the keys of an object INDIRECT 1 1497046108 split-array-stream • 1.0.3 Safely push each item of an array to a stream INDIRECT 3 1494344454 sshpk • 1.18.0 A library for finding and using SSH public keys INDIRECT 9 1697736191 stack-trace • 0.0.10 Get v8 stack traces as an array of CallSite objects. INDIRECT 0 1494918433 statuses • 1.5.0 HTTP status utility INDIRECT 0 1522201397 statuses • 2.0.2 HTTP status utility INDIRECT 0 1749239761 stream-events • 1.0.5 Get an event when you're being sent data or asked for it. INDIRECT 1 1540573884 stream-shift • 1.0.3 Returns the next buffer/object in a stream's readable queue INDIRECT 0 1705518913 strict-uri-encode • 1.1.0 A stricter URI encode adhering to RFC 3986 INDIRECT 0 1451891015 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-format-obj • 1.1.1 Replace tokens from a string with values of an object INDIRECT 0 1515165731 string-length • 1.0.1 Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes INDIRECT 2 1437081369 string-template • 1.0.0 A simple string template function based on named or indexed arguments INDIRECT 0 1452196395 string-width • 1.0.2 Get the visual width of a string - the number of columns required to display it INDIRECT 5 1471188234 string-width • 2.1.1 Get the visual width of a string - the number of columns required to display it INDIRECT 3 1500376155 string-width • 4.2.3 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1632417441 string-width • 5.1.2 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1646036525 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 strip-ansi • 4.0.0 Strip ANSI escape codes INDIRECT 1 1497986906 strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 strip-ansi • 7.2.0 Strip ANSI escape codes from a string INDIRECT 1 1772113871 strip-eof • 1.0.0 Strip the End-Of-File (EOF) character from a string/buffer INDIRECT 0 1449316193 strip-json-comments • 2.0.1 Strip comments from JSON. Lets you use comments in your JSON files! INDIRECT 0 1455006606 stubs • 3.0.0 Easy method stubber. INDIRECT 0 1484320349 superstatic • 6.0.4 A static file server for fancy apps INDIRECT 165 1543451201 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 symlink-or-copy • 1.3.1 Symlink files or directories, falling back to copying on Windows INDIRECT 0 1577130389 tar-stream • 1.6.2 tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system. INDIRECT 48 1537619777 term-size • 1.2.0 Reliably get the terminal window size (columns & rows) INDIRECT 16 1498495345 textextensions • 2.6.0 A package that contains an array of every single file extension there is for text files INDIRECT 0 1573616174 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 through2 • 2.0.1 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise INDIRECT 8 1454928419 through2 • 2.0.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise INDIRECT 9 1541541791 timed-out • 4.0.1 Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hanged INDIRECT 0 1484575091 tmp • 0.0.28 Temporary file and directory creator INDIRECT 1 1443386730 tmp • 0.0.33 Temporary file and directory creator INDIRECT 1 1502530219 to-buffer • 1.2.2 Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back. INDIRECT 30 1758755621 toidentifier • 1.0.1 Convert a string of words to a JavaScript identifier INDIRECT 0 1636928349 toxic • 1.0.1 Mutate keys and values in objects. Returns a new version of the object INDIRECT 1 1529087709 tr46 • 0.0.3 An implementation of the Unicode TR46 spec INDIRECT 0 1453255734 try-require • 1.2.1 Conditional load modules. INDIRECT 0 1432250577 tsscmp • 1.0.6 Timing safe string compare using double HMAC INDIRECT 0 1533003113 type-is • 1.6.18 Infer the content-type of a request. INDIRECT 3 1556287189 typed-array-buffer • 1.0.3 Get the ArrayBuffer out of a TypedArray, robustly. INDIRECT 27 1734539188 typedarray • 0.0.6 TypedArray polyfill for old browsers INDIRECT 0 1400295169 underscore.string • 3.3.6 String manipulation extensions for Underscore.js javascript library. INDIRECT 2 1642928387 undici-types • 7.24.6 A stand-alone types package for Undici INDIRECT 0 1774454496 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.1 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 1757432126 unicode-property-aliases-ecmascript • 2.2.0 Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. INDIRECT 0 1757921571 unique-string • 1.0.0 Generate a unique random string INDIRECT 1 1479097656 universal-analytics • 0.4.23 A node module for Google's Universal Analytics tracking INDIRECT 49 1594103607 universalify • 0.1.2 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1529493431 unpipe • 1.0.0 Unpipe a stream from all destinations INDIRECT 0 1434313819 unzip-response • 2.0.1 Unzip a HTTP response if needed INDIRECT 0 1473187388 update-browserslist-db • 1.2.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1765898277 url-join • 0.0.1 Join urls and normalize as in path.join. INDIRECT 0 1359474475 url-parse-lax • 1.0.0 url.parse() with support for protocol-less URLs & IPs INDIRECT 1 1436786495 url-parse-lax • 3.0.0 Lax url.parse() with support for protocol-less URLs & IPs INDIRECT 1 1509741338 url-to-options • 1.0.1 Convert a WHATWG URL to an http(s).request options object. INDIRECT 0 1496714214 user-home • 2.0.0 Get the path to the user home directory INDIRECT 1 1434199231 username-sync • 1.0.3 username but only sync and for node 0.12 INDIRECT 0 1628019790 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 utils-merge • 1.0.1 merge() utility function INDIRECT 0 1505866719 uuid • 2.0.3 Rigorous implementation of RFC4122 (v1 and v4) UUIDs. INDIRECT 0 1474232618 uuid • 3.2.1 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 1516124697 uuid • 3.4.0 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 1579208738 vary • 1.1.2 Manipulate the HTTP Vary header INDIRECT 0 1506217631 verror • 1.10.0 richer JavaScript errors INDIRECT 3 1493743247 walk-sync • 0.3.4 Get an array of recursive directory contents INDIRECT 6 1543889442 walk-sync • 1.1.4 Get an array of recursive directory contents INDIRECT 7 1561584209 whatwg-url • 5.0.0 An implementation of the WHATWG URL Standard's URL API and parsing machinery INDIRECT 2 1495832201 which-typed-array • 1.1.20 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 25 1768425914 widest-line • 2.0.1 Get the visual width of the widest line in a string - the number of columns required to display it INDIRECT 4 1539713572 winston • 1.1.2 A multi-transport async logging library for Node.js INDIRECT 7 1446109224 winston • 2.1.1 A multi-transport async logging library for Node.js INDIRECT 7 1447883524 winston • 2.4.0 A multi-transport async logging library for Node.js INDIRECT 6 1506920354 wrap-ansi • 2.1.0 Wordwrap a string with ANSI escape codes INDIRECT 6 1480440084 wrap-ansi • 7.0.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1587574403 wrap-ansi • 8.1.0 Wordwrap a string with ANSI escape codes INDIRECT 6 1674468804 xdg-basedir • 2.0.0 Get XDG Base Directory paths INDIRECT 1 1434199630 xdg-basedir • 3.0.0 Get XDG Base Directory paths INDIRECT 0 1486978344 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945 yargs • 11.0.0 yargs the modern, pirate-themed, successor to optimist. INDIRECT 48 1516600166 zip-stream • 1.2.0 a streaming zip archive generator. INDIRECT 31 1497655253