@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 @types/duplexify • 3.6.5 TypeScript definitions for duplexify INDIRECT 2 1761278939 @types/fs-extra • 5.1.0 TypeScript definitions for fs-extra INDIRECT 2 1557130795 @types/fs-extra • 8.1.5 TypeScript definitions for fs-extra INDIRECT 2 1699388186 @types/glob • 9.0.0 Stub TypeScript definitions entry for glob, which provides its own types definitions INDIRECT 11 1751396595 @types/long • 4.0.2 TypeScript definitions for long.js INDIRECT 0 1651001538 @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 @xmldom/xmldom • 0.9.10 A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module. INDIRECT 0 1776512050 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 agent-base • 4.3.0 Turn a function into an `http.Agent` instance INDIRECT 2 1559765836 agent-base • 6.0.2 Turn a function into an `http.Agent` instance INDIRECT 2 1603481595 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 • 3.2.0 ANSI escape codes for manipulating the terminal INDIRECT 0 1548646619 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 • 4.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1647054538 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 ansicolors • 0.3.2 Functions that surround a string with ansicolor codes so it prints in color. INDIRECT 0 1386084168 archiver-utils • 2.1.0 utility functions for archiver INDIRECT 26 1563576688 archiver • 3.1.1 a streaming interface for archive generation INDIRECT 42 1564787348 argparse • 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 1518704641 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 arrify • 2.0.1 Convert a value to an array INDIRECT 0 1554796157 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-each • 1.0.6 No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript. INDIRECT 0 1675491500 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 • 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.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 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 bignumber.js • 9.3.1 A library for arbitrary-precision decimal and non-decimal arithmetic INDIRECT 0 1752251918 binary-extensions • 2.3.0 List of binary file extensions INDIRECT 0 1710439839 binary • 0.3.0 Unpack multibyte binary values from buffers INDIRECT 3 1336739951 binaryextensions • 2.3.0 A package that contains an array of every single file extension there is for binary files INDIRECT 0 1590050158 bl • 4.1.0 Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! INDIRECT 8 1612867055 blank-object • 1.0.2 A faster alternative to Object.create(null) INDIRECT 0 1470513546 bluebird • 3.4.7 Full featured Promises/A+ implementation with exceptionally good performance INDIRECT 0 1482427671 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 braces • 3.0.3 Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed. INDIRECT 3 1716281951 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-crc32 • 0.2.13 A pure javascript CRC32 algorithm that plays nice with binary data INDIRECT 0 1479778108 buffer-indexof-polyfill • 1.0.2 This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0. INDIRECT 0 1599618245 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 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 cardinal • 2.1.1 Syntax highlights JavaScript code with ANSI colors to be printed to the terminal. INDIRECT 3 1527011077 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 chardet • 0.7.0 Character detector INDIRECT 0 1534546710 chokidar • 3.6.0 Minimal and efficient cross-platform file watching library INDIRECT 14 1707260254 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 • 2.1.0 Toggle the CLI cursor INDIRECT 4 1483990810 cli-spinners • 2.9.2 Spinners for use in the terminal INDIRECT 0 1700844739 clone • 1.0.4 deep cloning of objects and arrays INDIRECT 0 1521667285 clone • 2.1.2 deep cloning of objects and arrays INDIRECT 0 1521666430 color-convert • 1.9.3 Plain color conversion functions INDIRECT 1 1535434359 color-convert • 2.0.1 Plain color conversion functions INDIRECT 1 1566248736 color-name • 1.1.3 A list of color names and its values INDIRECT 0 1500157028 color-name • 1.1.4 A list of color names and its values INDIRECT 0 1537526936 colors • 1.0.3 get colors in your node.js console INDIRECT 0 1412849004 combined-stream • 1.0.8 A stream that emits multiple other streams one after another. INDIRECT 1 1557683385 commander • 4.1.1 the complete solution for node.js command-line programs INDIRECT 0 1580710556 compare-semver • 1.1.0 Compare semver versions to many other semver versions INDIRECT 1 1441143949 compress-commons • 2.1.1 a library that defines a common interface for working with archive formats within node INDIRECT 16 1564786459 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 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 • 3.0.1 a streaming CRC32 checksumer INDIRECT 9 1564761288 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 crypto-random-string • 2.0.0 Generate a cryptographically strong random string INDIRECT 0 1554839384 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.3.1 small debugging utility INDIRECT 1 1605788588 debug • 4.4.3 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1757784319 deep-extend • 0.6.0 Recursive object extending INDIRECT 0 1527012797 deep-is • 0.1.4 node's assert.deepEqual algorithm except for NaN being equal to NaN INDIRECT 0 1630774520 defaults • 1.0.4 merge single level defaults over a config object INDIRECT 1 1665382556 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 dot-prop • 5.3.0 Get, set, or delete a property from a nested object using a dot path INDIRECT 1 1599401690 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 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 execa • 0.7.0 A better `child_process` INDIRECT 15 1497045042 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 external-editor • 3.1.0 Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT INDIRECT 5 1562602033 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 • 2.0.0 Unicode symbols with Windows CMD fallbacks INDIRECT 1 1476763140 fill-range • 7.1.1 Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex` INDIRECT 2 1716281151 finalhandler • 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 • 7.16.2 Command-Line Interface for Firebase DIRECT 521 1585595356 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 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 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 fsevents • 2.3.3 Native Access to MacOS FSEvents INDIRECT 0 1692635062 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 gcp-metadata • 0.6.3 Get the metadata from a Google Cloud Platform environment INDIRECT 7 1520708695 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-p12-pem • 1.0.5 Convert Google .p12 keys to .pem keys INDIRECT 2 1626901176 google-p12-pem • 2.0.5 Convert Google .p12 keys to .pem keys. INDIRECT 1 1626900488 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 gtoken • 2.3.3 Node.js Google Authentication Service Account Tokens INDIRECT 23 1552518249 gtoken • 4.1.4 Node.js Google Authentication Service Account Tokens INDIRECT 21 1578333877 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 • 2.0.0 Check if argv has a specific flag INDIRECT 0 1460389678 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-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 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-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 https-proxy-agent • 5.0.1 An HTTP(s) proxy `http.Agent` implementation for HTTPS INDIRECT 3 1649961720 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 • 6.3.1 A collection of common interactive command line user interfaces. INDIRECT 33 1555234847 ip-regex • 4.3.0 Regular expression for matching IP addresses (IPv4 & IPv6) INDIRECT 0 1611326959 ipaddr.js • 1.9.1 A library for manipulating IPv4 and IPv6 addresses in JavaScript. INDIRECT 0 1563330499 is-binary-path • 2.1.0 Check if a file path is a binary file INDIRECT 1 1555648965 is-buffer • 2.0.5 Determine if an object is a Buffer INDIRECT 0 1604431173 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-extglob • 2.1.1 Returns true if a string has an extglob. INDIRECT 0 1481429064 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-glob • 4.0.3 Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet INDIRECT 1 1632934367 is-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-number • 7.0.0 Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc. INDIRECT 0 1530716938 is-obj • 1.0.1 Check if a value is an object INDIRECT 0 1458641652 is-obj • 2.0.0 Check if a value is an object INDIRECT 0 1555688257 is-path-inside • 1.0.1 Check if a path is inside another path INDIRECT 1 1512038092 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-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-stream • 2.0.1 Check if something is a Node.js stream INDIRECT 0 1627296664 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 is2 • 2.0.9 A type checking library where each exported function returns either true or false and does not throw. Also added tests. INDIRECT 3 1662651639 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 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 js-yaml • 3.14.2 YAML 1.2 parser and serializer INDIRECT 3 1763159537 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-bigint • 0.3.1 JSON.parse with bigints support INDIRECT 1 1592365825 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 jwa • 2.0.1 JWA implementation (supports all JWS algorithms) INDIRECT 3 1746618170 jws • 3.2.3 Implementation of JSON Web Signatures INDIRECT 4 1764838031 jws • 4.0.1 Implementation of JSON Web Signatures INDIRECT 4 1764838349 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 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.at • 4.6.0 The lodash method `_.at` exported as a module. INDIRECT 0 1471109809 lodash.camelcase • 4.3.0 The lodash method `_.camelCase` exported as a module. INDIRECT 0 1471109823 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.defaults • 4.2.0 The lodash method `_.defaults` exported as a module. INDIRECT 0 1471109872 lodash.difference • 4.5.0 The lodash method `_.difference` exported as a module. INDIRECT 0 1471109881 lodash.flatten • 4.4.0 The lodash method `_.flatten` exported as a module. INDIRECT 0 1471109924 lodash.has • 4.5.2 The lodash method `_.has` exported as a module. INDIRECT 0 1471109975 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.once • 4.1.1 The lodash method `_.once` exported as a module. INDIRECT 0 1471110167 lodash.snakecase • 4.1.1 The lodash method `_.snakeCase` exported as a module. INDIRECT 0 1471110270 lodash.union • 4.6.0 The lodash method `_.union` exported as a module. INDIRECT 0 1471110393 lodash.values • 2.4.1 The Lo-Dash function `_.values` as a Node.js module generated by lodash-cli. INDIRECT 5 1386091104 lodash • 4.18.1 Lodash modular utilities. INDIRECT 0 1775077280 log-symbols • 2.2.0 Colored symbols for various log levels. Example: ✔︎ Success INDIRECT 7 1516578275 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 make-dir • 3.1.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 1 1587567554 marked-terminal • 3.3.0 A custom render for marked to output to the Terminal INDIRECT 18 1564940293 marked • 0.7.0 A markdown parser built for speed INDIRECT 0 1562386388 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 merge-descriptors • 1.0.3 Merge objects using descriptors INDIRECT 0 1700155732 merge-trees • 2.0.0 Incrementally merge directories. INDIRECT 22 1519088043 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 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 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.2 Tiny millisecond conversion utility INDIRECT 0 1559842315 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 nash • 3.0.0 Craft command-line Masterpieces INDIRECT 15 1533043281 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-emoji • 1.11.0 simple emoji support for node.js projects INDIRECT 1 1628672441 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 • 3.0.0 Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled. INDIRECT 0 1524149687 npm-run-path • 2.0.2 Get your PATH prepended with locally installed binaries INDIRECT 1 1475136639 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 • 2.0.1 Ensure a function is only called once INDIRECT 1 1489980257 open • 6.4.0 Open stuff like URLs, files, executables. Cross-platform. INDIRECT 1 1561819105 ora • 3.4.0 Elegant terminal spinner INDIRECT 19 1554268295 os-tmpdir • 1.0.2 Node.js os.tmpdir() ponyfill INDIRECT 0 1475211274 p-defer • 3.0.0 Create a deferred promise INDIRECT 0 1559895073 p-finally • 1.0.0 `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome INDIRECT 0 1477029729 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-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 picomatch • 2.3.2 Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. INDIRECT 0 1774298348 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 plist • 3.1.1 Apple's property list parser/builder for Node.js and browsers INDIRECT 3 1777131960 portfinder • 1.0.38 A simple tool to find an open port on the current machine INDIRECT 3 1757662722 prepend-http • 1.0.4 Prepend `http://` to humanized URLs like todomvc.com and localhost INDIRECT 0 1462857683 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 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 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 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 readable-stream • 3.6.2 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 1678438954 readdirp • 3.6.0 Recursive version of fs.readdir with streaming API. INDIRECT 1 1615717351 redeyed • 2.1.1 Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured. INDIRECT 1 1527013931 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 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 restore-cursor • 2.0.0 Gracefully restore the CLI cursor on exit INDIRECT 3 1483989431 retry-request • 4.2.2 Retry a request. INDIRECT 3 1625859770 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 • 2.4.1 Utility method to run function either synchronously or asynchronously using the common `this.async()` style. INDIRECT 0 1587966009 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 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 setimmediate • 1.0.5 A shim for the setImmediate efficient script yielding API INDIRECT 0 1473641996 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 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-shift • 1.0.3 Returns the next buffer/object in a stream's readable queue INDIRECT 0 1705518913 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-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-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 • 5.2.0 Strip ANSI escape codes from a string INDIRECT 1 1552898778 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 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-hyperlinks • 1.0.1 Detect if your terminal emulator supports hyperlinks INDIRECT 3 1511833858 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 • 2.2.0 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 13 1609237377 tcp-port-used • 1.0.2 A simple Node.js module to check if a TCP port is already bound. INDIRECT 6 1608051727 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 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-regex-range • 5.0.1 Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. INDIRECT 1 1554617077 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 typedarray-to-buffer • 3.1.5 Convert a typed array to a Buffer without a copy INDIRECT 1 1520537433 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 unique-string • 2.0.0 Generate a unique random string INDIRECT 1 1556511486 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 unzipper • 0.10.14 Unzip cross-platform streaming API INDIRECT 33 1683684567 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 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 • 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 walkdir • 0.4.1 Find files simply. Walks a directory tree emitting events based on what it finds. Presents a familiar callback/emitter/a+sync interface. Walk a tree of any depth. INDIRECT 0 1563462919 wcwidth • 1.0.1 Port of C's wcwidth() and wcswidth() INDIRECT 2 1464580617 whatwg-url • 5.0.0 An implementation of the WHATWG URL Standard's URL API and parsing machinery INDIRECT 2 1495832201 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 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 • 3.0.0 Get XDG Base Directory paths INDIRECT 0 1486978344 xdg-basedir • 4.0.0 Get XDG Base Directory paths INDIRECT 0 1556597387 xmlbuilder • 15.1.1 An XML builder for node.js INDIRECT 0 1586386023 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945 zip-stream • 2.1.3 a streaming zip archive generator. INDIRECT 35 1578527132