licenses.dev

ember-cli-deploy-firebase-app v1.0.1

ember-cli-deploy plugin for deploying to Firebase

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT640
PackageRelationDependenciesPublished
@babel/code-frame • 7.29.0Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.29.3The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.29.0Babel compiler core.INDIRECT38
@babel/generator • 7.29.1Turns an AST into code.INDIRECT9
@babel/helper-annotate-as-pure • 7.27.3Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.28.6Helper functions on Babel compilation targetsINDIRECT13
@babel/helper-create-class-features-plugin • 7.29.3Compile class public and private fields, private methods and decorators to ES6INDIRECT24
@babel/helper-create-regexp-features-plugin • 7.28.5Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.8Babel helper to create your own polyfill providerINDIRECT25
@babel/helper-globals • 7.28.0A collection of JavaScript globals for Babel internal usageINDIRECT0
@babel/helper-member-expression-to-functions • 7.28.5Helper function to replace certain member expressions with function callsINDIRECT18
@babel/helper-module-imports • 7.28.6Babel helper functions for inserting module loadsINDIRECT18
@babel/helper-module-transforms • 7.28.6Babel helper functions for implementing ES6 module transformationsINDIRECT19
@babel/helper-optimise-call-expression • 7.27.1Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.28.6General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.27.1Helper function to remap async functions to generatorsINDIRECT20
@babel/helper-replace-supers • 7.28.6Helper function to replace supersINDIRECT20
@babel/helper-skip-transparent-expression-wrappers • 7.27.1Helper which skips types and parenthesesINDIRECT18
@babel/helper-string-parser • 7.27.1A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.28.5Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.27.1Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.28.6Helper to wrap functions inside a function call.INDIRECT18
@babel/helpers • 7.29.2Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.29.3A JavaScript parserINDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.28.5Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT19
@babel/plugin-bugfix-safari-class-field-initializer-scope • 7.27.1Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.27.1Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-safari-rest-destructuring-rhs-array • 7.29.3Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect resultsINDIRECT20
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.27.1Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT21
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.28.6Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT19
@babel/plugin-proposal-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT26
@babel/plugin-proposal-decorators • 7.29.0Compile class and object decorators to ES5INDIRECT27
@babel/plugin-proposal-private-methods • 7.18.6This plugin transforms private class methodsINDIRECT26
@babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an objectINDIRECT0
@babel/plugin-proposal-private-property-in-object • 7.21.11This plugin transforms checks for a private property in an objectINDIRECT27
@babel/plugin-syntax-decorators • 7.28.6Allow parsing of decoratorsINDIRECT1
@babel/plugin-syntax-import-assertions • 7.28.6Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.28.6Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-private-property-in-object • 7.14.5Allow parsing of '#foo in obj' brand checksINDIRECT1
@babel/plugin-syntax-typescript • 7.28.6Allow parsing of TypeScript syntaxINDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/plugin-transform-arrow-functions • 7.27.1Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.29.0Turn async generator functions into ES2015 generatorsINDIRECT22
@babel/plugin-transform-async-to-generator • 7.28.6Turn async functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-block-scoped-functions • 7.27.1Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.28.6Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.28.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT26
@babel/plugin-transform-class-static-block • 7.28.6Transform class static blocksINDIRECT26
@babel/plugin-transform-classes • 7.28.6Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties • 7.28.6Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.28.5Compile ES2015 destructuring to ES5INDIRECT19
@babel/plugin-transform-dotall-regex • 7.28.6Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 7.27.1Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.29.0Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 7.27.1Transform import() expressionsINDIRECT1
@babel/plugin-transform-explicit-resource-management • 7.28.6Compile `using` and `await using` declarations to ES2015INDIRECT20
@babel/plugin-transform-exponentiation-operator • 7.28.6Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-export-namespace-from • 7.27.1Compile export namespace to ES2015INDIRECT1
@babel/plugin-transform-for-of • 7.27.1Compile ES2015 for...of to ES5INDIRECT20
@babel/plugin-transform-function-name • 7.27.1Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-json-strings • 7.28.6Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 7.27.1Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.28.6Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 7.27.1Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.27.1This plugin transforms ES2015 modules to AMDINDIRECT21
@babel/plugin-transform-modules-commonjs • 7.28.6This plugin transforms ES2015 modules to CommonJSINDIRECT21
@babel/plugin-transform-modules-systemjs • 7.29.4This plugin transforms ES2015 modules to SystemJSINDIRECT21
@babel/plugin-transform-modules-umd • 7.27.1This plugin transforms ES2015 modules to UMDINDIRECT21
@babel/plugin-transform-named-capturing-groups-regex • 7.29.0Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 7.27.1Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.28.6Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.28.6Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-rest-spread • 7.28.6Compile object rest and spread to ES5INDIRECT34
@babel/plugin-transform-object-super • 7.27.1Compile ES2015 object super to ES5INDIRECT22
@babel/plugin-transform-optional-catch-binding • 7.28.6Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 7.28.6Transform optional chaining operators into a series of nil checksINDIRECT20
@babel/plugin-transform-parameters • 7.27.7Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.28.6This plugin transforms private class methodsINDIRECT26
@babel/plugin-transform-private-property-in-object • 7.28.6This plugin transforms checks for a private property in an objectINDIRECT26
@babel/plugin-transform-property-literals • 7.27.1Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-regenerator • 7.29.0Explode async and generator functions into a state machine.INDIRECT1
@babel/plugin-transform-regexp-modifiers • 7.28.6Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 7.27.1Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-runtime • 7.29.0Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsINDIRECT46
@babel/plugin-transform-shorthand-properties • 7.27.1Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.28.6Compile ES2015 spread to ES5INDIRECT20
@babel/plugin-transform-sticky-regex • 7.27.1Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.27.1Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.27.1This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-typescript • 7.28.6Transform TypeScript into ES.nextINDIRECT27
@babel/plugin-transform-unicode-escapes • 7.27.1Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.28.6Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 7.27.1Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 7.28.6Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/polyfill • 7.12.1Provides polyfills necessary for a full ES2015+ environmentINDIRECT2
@babel/preset-env • 7.29.5A Babel preset for each environment.INDIRECT128
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT5
@babel/runtime • 7.12.18babel's modular runtime helpersINDIRECT1
@babel/template • 7.28.6Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.29.0The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT17
@babel/types • 7.29.0Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@ember-data/rfc395-data • 0.0.4JSON data for Ember.js RFC #395INDIRECT0
@jridgewell/gen-mapping • 0.3.13Generate source mapsINDIRECT3
@jridgewell/remapping • 2.3.5Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/sourcemap-codec • 1.5.5Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.31Trace the original position through a source mapINDIRECT2
@pkgjs/parseargs • 0.11.0Polyfill of future proposal for `util.parseArgs()`INDIRECT0
@types/duplexify • 3.6.5TypeScript definitions for duplexifyINDIRECT2
@types/fs-extra • 5.1.0TypeScript definitions for fs-extraINDIRECT2
@types/fs-extra • 8.1.5TypeScript definitions for fs-extraINDIRECT2
@types/glob • 9.0.0Stub TypeScript definitions entry for glob, which provides its own types definitionsINDIRECT11
@types/long • 4.0.2TypeScript definitions for long.jsINDIRECT0
@types/minimatch • 3.0.5TypeScript definitions for MinimatchINDIRECT0
@types/node • 25.9.1TypeScript definitions for nodeINDIRECT1
@types/rimraf • 2.0.5TypeScript definitions for rimrafINDIRECT14
@types/symlink-or-copy • 1.2.2TypeScript definitions for symlink-or-copyINDIRECT0
@xmldom/xmldom • 0.9.10A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.INDIRECT0
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
accepts • 1.3.8Higher-level content negotiationINDIRECT3
agent-base • 4.3.0Turn a function into an `http.Agent` instanceINDIRECT2
agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
ajv • 6.15.0Another JSON Schema ValidatorINDIRECT5
amd-name-resolver • 1.3.1AMD module name resolver algorithmINDIRECT2
ansi-escapes • 3.2.0ANSI escape codes for manipulating the terminalINDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 4.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 6.2.2Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 6.2.3ANSI escape codes for styling strings in the terminalINDIRECT0
ansicolors • 0.3.2Functions that surround a string with ansicolor codes so it prints in color.INDIRECT0
archiver-utils • 2.1.0utility functions for archiverINDIRECT26
archiver • 3.1.1a streaming interface for archive generationINDIRECT42
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
array-equal • 1.0.2Check if two arrays are equalINDIRECT0
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
array-flatten • 3.0.0Flatten nested arraysINDIRECT0
arrify • 2.0.1Convert a value to an arrayINDIRECT0
as-array • 1.0.0Make any value an arrayINDIRECT7
as-array • 2.0.0Make any value an array. No dependencies.INDIRECT0
asn1 • 0.2.6Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT1
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
async-disk-cache • 1.3.5Async disk cacheINDIRECT24
async-each • 1.0.6No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.INDIRECT0
async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructorINDIRECT0
async-generator-function • 1.0.0A function that returns the normally hidden `AsyncGeneratorFunction` constructorINDIRECT0
async-promise-queue • 1.0.5wrapper around async.queue to make some common usages simplerINDIRECT4
async • 1.0.0Higher-order functions and common patterns for asynchronous codeINDIRECT0
async • 1.5.2Higher-order functions and common patterns for asynchronous codeINDIRECT0
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
axios • 0.18.1Promise based HTTP client for the browser and node.jsINDIRECT4
babel-plugin-debug-macros • 0.3.4Debug macros and feature flag strippingINDIRECT1
babel-plugin-ember-data-packages-polyfill • 0.1.2Polyfill for EmberData Packages API.INDIRECT1
babel-plugin-ember-modules-api-polyfill • 3.5.0Polyfill for Ember JS API.INDIRECT1
babel-plugin-module-resolver • 3.2.0Module resolver plugin for BabelINDIRECT29
babel-plugin-polyfill-corejs2 • 0.4.17A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT26
babel-plugin-polyfill-corejs3 • 0.13.0A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT27
babel-plugin-polyfill-corejs3 • 0.14.2A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT27
babel-plugin-polyfill-regenerator • 0.6.8A Babel plugin to inject imports to regenerator-runtimeINDIRECT26
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
basic-auth-connect • 1.1.0Basic auth middleware for node and connectINDIRECT1
basic-auth • 2.0.1node.js basic auth parserINDIRECT1
bignumber.js • 9.3.1A library for arbitrary-precision decimal and non-decimal arithmeticINDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
binary • 0.3.0Unpack multibyte binary values from buffersINDIRECT3
binaryextensions • 2.3.0A package that contains an array of every single file extension there is for binary filesINDIRECT0
bl • 4.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
blank-object • 1.0.2A faster alternative to Object.create(null)INDIRECT0
bluebird • 3.4.7Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
body-parser • 1.20.5Node.js body parsing middlewareINDIRECT43
boxen • 1.3.0Create boxes in the terminalINDIRECT32
brace-expansion • 1.1.14Brace expansion as known from sh/bashINDIRECT2
brace-expansion • 2.1.0Brace expansion as known from sh/bashINDIRECT1
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
broccoli-babel-transpiler • 7.8.1A Broccoli plugin which transpile ES6 to readable ES5 by using babel.INDIRECT172
broccoli-debug • 0.6.5Enable easy debugging of broccoli pipelines with broccoli-debug!INDIRECT70
broccoli-funnel • 2.0.2Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.INDIRECT72
broccoli-merge-trees • 3.0.2Broccoli plugin to merge multiple trees into oneINDIRECT67
broccoli-persistent-filter • 2.3.1broccoli filter but with a persistent cacheINDIRECT93
broccoli-plugin • 1.3.1Base class for all Broccoli pluginsINDIRECT55
broccoli-source • 2.1.2Broccoli plugin for referring to source directories on the file systemINDIRECT0
browserslist • 4.28.2Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT7
buffer-crc32 • 0.2.13A pure javascript CRC32 algorithm that plays nice with binary dataINDIRECT0
buffer-indexof-polyfill • 1.0.2This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.INDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
calculate-cache-key-for-tree • 2.0.0ember-cli addon tree cache key builderINDIRECT24
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.9Robustly `.call.bind()` a functionINDIRECT18
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT15
camelcase • 4.1.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
can-symlink • 1.0.0Utility module to determine if fs.symlink commands will succeed. Useful for win32 enviornments where special permission is required for symlinking.INDIRECT2
capture-stack-trace • 1.0.2Error.captureStackTrace ponyfillINDIRECT0
cardinal • 2.1.1Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.INDIRECT3
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chardet • 0.7.0Character detectorINDIRECT0
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryINDIRECT14
ci-info • 1.6.0Get details about the current Continuous Integration environmentINDIRECT0
cjson • 0.3.3cjson - Commented JavaScript Object Notation. It is a json loader, which parses only valid json files, but with comments enabled. Useful for loading configs.INDIRECT2
clean-up-path • 1.0.0Make paths absolute and normalize them.INDIRECT0
cli-boxes • 1.0.0Boxes for use in the terminalINDIRECT0
cli-cursor • 2.1.0Toggle the CLI cursorINDIRECT4
cli-spinners • 2.9.2Spinners for use in the terminalINDIRECT0
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
clone • 2.1.2deep cloning of objects and arraysINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-name • 1.1.4A list of color names and its valuesINDIRECT0
colors • 1.0.3get colors in your node.js consoleINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 4.1.1the complete solution for node.js command-line programsINDIRECT0
compare-semver • 1.1.0Compare semver versions to many other semver versionsINDIRECT1
compress-commons • 2.1.1a library that defines a common interface for working with archive formats within nodeINDIRECT16
compressible • 2.0.18Compressible Content-Type / mime checkingINDIRECT1
compression • 1.8.1Node.js compression middlewareINDIRECT9
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
connect-query • 1.0.0Parse query parameters in Connect or ExpressINDIRECT1
connect • 3.7.0High performance middleware frameworkINDIRECT11
content-disposition • 0.5.4Create and parse Content-Disposition headerINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
cookie-signature • 1.0.7Sign and unsign cookiesINDIRECT0
cookie • 0.7.2HTTP server cookie parsing and serializationINDIRECT0
core-js-compat • 3.49.0core-js compatINDIRECT8
core-js • 2.6.12Standard libraryINDIRECT0
core-object • 2.0.6A lightweight implementation of OOP Class in JavaScriptINDIRECT7
core-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
crc • 3.8.0Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.INDIRECT3
crc32-stream • 3.0.1a streaming CRC32 checksumerINDIRECT9
create-error-class • 3.0.2Create Error classesINDIRECT1
cross-env • 5.2.1Run scripts that set and use environment variables across platformsINDIRECT8
cross-spawn • 4.0.2Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
cross-spawn • 5.1.0Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
cross-spawn • 6.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
crypto-random-string • 1.0.0Generate a cryptographically strong random stringINDIRECT0
crypto-random-string • 2.0.0Generate a cryptographically strong random stringINDIRECT0
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.1.0small debugging utilityINDIRECT1
debug • 3.2.7small debugging utilityINDIRECT1
debug • 4.3.1small debugging utilityINDIRECT1
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
deep-extend • 0.6.0Recursive object extendingINDIRECT0
deep-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaNINDIRECT0
defaults • 1.0.4merge single level defaults over a config objectINDIRECT1
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
dot-prop • 4.2.1Get, set, or delete a property from a nested object using a dot pathINDIRECT1
dot-prop • 5.3.0Get, set, or delete a property from a nested object using a dot pathINDIRECT1
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
eastasianwidth • 0.2.0Get East Asian Width from a character.INDIRECT0
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
editions • 1.3.4Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)INDIRECT0
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
ember-cli-babel-plugin-helpers • 1.1.1Utilities for managing installed Babel plugins in an Ember app or addonINDIRECT0
ember-cli-babel • 7.26.11Ember CLI addon for BabelDIRECT315
ember-cli-deploy-plugin • 0.2.9For building plugins for ember-cli-deployDIRECT9
ember-cli-version-checker • 4.1.1Determine if your addon is being used by a minimum version of Ember CLI.INDIRECT14
ember-rfc176-data • 0.3.18JSON data for Ember.js RFC #176INDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emoji-regex • 9.2.2A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
encodeurl • 2.0.0Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.2ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es6-iterator • 2.0.3Iterator abstraction based on ES6 specificationINDIRECT8
es6-promise • 4.2.8A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
es6-promisify • 5.0.0Converts callback-based functions to ES6 PromisesINDIRECT1
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
execa • 0.7.0A better `child_process`INDIRECT15
express • 4.22.2Fast, unopinionated, minimalist web frameworkINDIRECT70
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
external-editor • 3.1.0Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT5
extsprintf • 1.3.0extended POSIX-style sprintfINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
fast-url-parser • 1.1.3Extremely fast implementation of node core url libraryINDIRECT1
figures • 2.0.0Unicode symbols with Windows CMD fallbacksINDIRECT1
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
finalhandler • 1.1.2Node.js final http responderINDIRECT9
finalhandler • 1.3.2Node.js final http responderINDIRECT9
find-babel-config • 1.2.2Find the closest babel config based on a directoryINDIRECT3
find-up • 2.1.0Find a file by walking up parent directoriesINDIRECT5
firebase-tools • 7.16.2Command-Line Interface for FirebaseDIRECT521
fixturify-project • 1.10.0[![Build Status](https://travis-ci.org/stefanpenner/node-fixturify-project.svg?branch=master)](https://travis-ci.org/stefanpenner/node-fixturify-project) [![Build status](https://ci.appveyor.com/api/projects/status/li9y4rjfjt7fmvpc/branch/master?svg=true)INDIRECT25
fixturify • 1.3.0Convert objects into directory structures and back againINDIRECT22
flat-arguments • 1.0.2Flatten a function's argument. Like, really flattenINDIRECT11
follow-redirects • 1.5.10HTTP and HTTPS modules that follow redirects.INDIRECT2
form-data • 2.3.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
forwarded • 0.2.0Parse HTTP X-Forwarded-For headerINDIRECT0
fresh • 0.5.2HTTP response freshness testingINDIRECT0
fs-constants • 1.0.0Require constants across node and the browserINDIRECT0
fs-extra • 0.23.1fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT14
fs-extra • 0.30.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT15
fs-extra • 7.0.1fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fs-tree-diff • 0.5.9Backs out file tree changesINDIRECT8
fs-tree-diff • 2.0.1Backs out file tree changesINDIRECT9
fs-updater • 1.0.4Incrementally update a directory based on an in-memory representation.INDIRECT21
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
gcp-metadata • 0.6.3Get the metadata from a Google Cloud Platform environmentINDIRECT7
generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructorINDIRECT0
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
get-intrinsic • 1.3.1Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT14
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-stream • 3.0.0Get a stream as a string, buffer, or arrayINDIRECT0
getpass • 0.1.7getpass for node.jsINDIRECT1
glob-slash • 1.0.0Prefix globs with a slash and normalize. Supports negated globs tooINDIRECT0
glob-slasher • 1.0.1Prefix an object (key/values) of globs with a slash and normalize. Supports negated globs too. Glob version of slasher moduleINDIRECT5
global-dirs • 0.1.1Get the directory of globally installed packages and binariesINDIRECT1
google-auto-auth • 0.10.1Making it as easy as possible to authenticate a Google API requestINDIRECT83
google-p12-pem • 1.0.5Convert Google .p12 keys to .pem keysINDIRECT2
google-p12-pem • 2.0.5Convert Google .p12 keys to .pem keys.INDIRECT1
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
got • 6.7.1Simplified HTTP requestsINDIRECT13
gtoken • 2.3.3Node.js Google Authentication Service Account TokensINDIRECT23
gtoken • 4.1.4Node.js Google Authentication Service Account TokensINDIRECT21
har-validator • 5.1.5Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT7
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-flag • 2.0.0Check if argv has a specific flagINDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.3A robust, ES3 compatible, "has own property" predicate.INDIRECT1
heimdalljs-logger • 0.1.10Structured logging via heimdalljsINDIRECT4
heimdalljs • 0.2.6Structured instrumentation libraryINDIRECT1
home-dir • 1.0.0Get home directory path on any platformINDIRECT0
http-errors • 2.0.1Create HTTP error objectsINDIRECT5
http-signature • 1.2.0Reference implementation of Joyent's HTTP Signature scheme.INDIRECT15
https-proxy-agent • 2.2.4An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT5
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
import-lazy • 2.1.0Import modules lazilyINDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
inquirer • 6.3.1A collection of common interactive command line user interfaces.INDIRECT33
ip-regex • 4.3.0Regular expression for matching IP addresses (IPv4 & IPv6)INDIRECT0
ipaddr.js • 1.9.1A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-buffer • 2.0.5Determine if an object is a BufferINDIRECT0
is-ci • 1.2.1Detect if the current environment is a CI serverINDIRECT1
is-core-module • 2.16.2Is this specifier a node.js core module?INDIRECT2
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-installed-globally • 0.1.0Check if your package was installed globallyINDIRECT4
is-npm • 1.0.0Check if your code is running as an npm scriptINDIRECT0
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-obj • 1.0.1Check if a value is an objectINDIRECT0
is-obj • 2.0.0Check if a value is an objectINDIRECT0
is-path-inside • 1.0.1Check if a path is inside another pathINDIRECT1
is-promise • 2.2.2Test whether an object looks like a promises-a+ promiseINDIRECT0
is-redirect • 1.0.0Check if a number is a redirect HTTP status codeINDIRECT0
is-retry-allowed • 1.2.0Is retry allowed for Error?INDIRECT0
is-stream-ended • 0.1.4Check if a stream has endedINDIRECT0
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-url • 1.2.4Check whether a string is a URL.INDIRECT0
is-wsl • 1.1.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT0
is2 • 2.0.9A type checking library where each exported function returns either true or false and does not throw. Also added tests.INDIRECT3
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
istextorbinary • 2.1.0Determines if a buffer is comprised of text or binaryINDIRECT3
jju • 1.4.0a set of utilities to work with JSON / JSON5 documentsINDIRECT0
join-path • 1.1.1Join urls or system paths, even with undefined valuesINDIRECT3
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.2YAML 1.2 parser and serializerINDIRECT3
jsbn • 0.1.1The 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.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-bigint • 0.3.1JSON.parse with bigints supportINDIRECT1
json-parse-helpfulerror • 1.0.3A drop-in replacement for JSON.parse that uses `jju` to give helpful errorsINDIRECT1
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json-stable-stringify • 1.3.0deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT23
json5 • 1.0.2JSON for humans.INDIRECT1
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 2.4.0Easily read/write JSON files.INDIRECT1
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
jsonschema • 1.5.0A fast and easy to use JSON Schema validatorINDIRECT0
jsonwebtoken • 8.5.1JSON Web Token implementation (symmetric and asymmetric)INDIRECT14
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
jwa • 1.4.2JWA implementation (supports all JWS algorithms)INDIRECT3
jwa • 2.0.1JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 3.2.3Implementation of JSON Web SignaturesINDIRECT4
jws • 4.0.1Implementation of JSON Web SignaturesINDIRECT4
klaw • 1.3.1File system walker with Readable stream interface.INDIRECT1
latest-version • 3.1.0Get the latest version of an npm packageINDIRECT23
lazystream • 1.0.1Open Node Streams on demand.INDIRECT8
locate-path • 2.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
lodash._isnative • 2.4.1The internal Lo-Dash function `isNative` as a Node.js module generated by lodash-cli.INDIRECT0
lodash._objecttypes • 2.4.1The internal Lo-Dash variable `objectTypes` as a Node.js module generated by lodash-cli.INDIRECT0
lodash._shimkeys • 2.4.1The internal Lo-Dash function `shimKeys` as a Node.js module generated by lodash-cli.INDIRECT1
lodash.at • 4.6.0The lodash method `_.at` exported as a module.INDIRECT0
lodash.camelcase • 4.3.0The lodash method `_.camelCase` exported as a module.INDIRECT0
lodash.clonedeep • 4.5.0The lodash method `_.cloneDeep` exported as a module.INDIRECT0
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.defaults • 4.2.0The lodash method `_.defaults` exported as a module.INDIRECT0
lodash.difference • 4.5.0The lodash method `_.difference` exported as a module.INDIRECT0
lodash.flatten • 4.4.0The lodash method `_.flatten` exported as a module.INDIRECT0
lodash.has • 4.5.2The lodash method `_.has` exported as a module.INDIRECT0
lodash.includes • 4.3.0The lodash method `_.includes` exported as a module.INDIRECT0
lodash.isarguments • 2.4.1The Lo-Dash function `_.isArguments` as a Node.js module generated by lodash-cli.INDIRECT0
lodash.isarguments • 3.1.0The lodash method `_.isArguments` exported as a module.INDIRECT0
lodash.isboolean • 3.0.3The lodash method `_.isBoolean` exported as a module.INDIRECT0
lodash.isinteger • 4.0.4The lodash method `_.isInteger` exported as a module.INDIRECT0
lodash.isnumber • 3.0.3The lodash method `_.isNumber` exported as a module.INDIRECT0
lodash.isobject • 2.4.1The Lo-Dash function `_.isObject` as a Node.js module generated by lodash-cli.INDIRECT1
lodash.isobject • 3.0.2The modern build of lodash’s `_.isObject` as a module.INDIRECT0
lodash.isplainobject • 4.0.6The lodash method `_.isPlainObject` exported as a module.INDIRECT0
lodash.isstring • 4.0.1The lodash method `_.isString` exported as a module.INDIRECT0
lodash.keys • 2.4.1The Lo-Dash function `_.keys` as a Node.js module generated by lodash-cli.INDIRECT4
lodash.once • 4.1.1The lodash method `_.once` exported as a module.INDIRECT0
lodash.snakecase • 4.1.1The lodash method `_.snakeCase` exported as a module.INDIRECT0
lodash.union • 4.6.0The lodash method `_.union` exported as a module.INDIRECT0
lodash.values • 2.4.1The Lo-Dash function `_.values` as a Node.js module generated by lodash-cli.INDIRECT5
lodash • 4.18.1Lodash modular utilities.INDIRECT0
log-symbols • 2.2.0Colored symbols for various log levels. Example: ✔︎ SuccessINDIRECT7
lowercase-keys • 1.0.1Lowercase the keys of an objectINDIRECT0
lru-queue • 0.1.0LRU QueueINDIRECT9
make-dir • 1.3.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
marked-terminal • 3.3.0A custom render for marked to output to the TerminalINDIRECT18
marked • 0.7.0A markdown parser built for speedINDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
merge-descriptors • 1.0.3Merge objects using descriptorsINDIRECT0
merge-trees • 2.0.0Incrementally merge directories.INDIRECT22
methods • 1.1.2HTTP methods that node supportsINDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
mime • 2.6.0A comprehensive library for mime-type mappingINDIRECT0
mimic-fn • 1.2.0Make a function mimic another oneINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
minizlib • 1.3.3A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.INDIRECT3
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
mktemp • 2.0.3create temporary files and directoriesINDIRECT0
morgan • 1.10.1HTTP request logger middleware for node.jsINDIRECT8
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.2Tiny millisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nash • 3.0.0Craft command-line MasterpiecesINDIRECT15
negotiator • 0.6.3HTTP content negotiationINDIRECT0
negotiator • 0.6.4HTTP content negotiationINDIRECT0
nice-try • 1.0.5Tries to execute a function and discards any error that occursINDIRECT0
node-emoji • 1.11.0simple emoji support for node.js projectsINDIRECT1
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
node-releases • 2.0.46Node.js releases dataINDIRECT0
normalize-path • 3.0.0Normalize 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.INDIRECT0
npm-run-path • 2.0.2Get your PATH prepended with locally installed binariesINDIRECT1
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-hash • 1.3.1Generate hashes from javascript objects in node and the browser.INDIRECT0
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
on-finished • 2.3.0Execute a callback when a request closes, finishes, or errorsINDIRECT1
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
on-headers • 1.1.0Execute a listener when a response is about to write headersINDIRECT0
onetime • 2.0.1Ensure a function is only called onceINDIRECT1
open • 6.4.0Open stuff like URLs, files, executables. Cross-platform.INDIRECT1
ora • 3.4.0Elegant terminal spinnerINDIRECT19
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-defer • 3.0.0Create a deferred promiseINDIRECT0
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-limit • 1.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 2.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 1.0.0`Promise#try()` ponyfill - Starts a promise chainINDIRECT0
package-json • 4.0.1Get metadata of a package from the npm registryINDIRECT22
parseurl • 1.3.3parse a url with memoizationINDIRECT0
path-exists • 3.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 2.0.1Get the PATH environment variable key cross-platformINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-root-regex • 0.1.2Regular expression for getting the root of a posix or windows filepath.INDIRECT0
path-root • 0.1.1Get the root of a posix or windows filepath.INDIRECT1
path-to-regexp • 0.1.13Express style path to RegExp utilityINDIRECT0
path-to-regexp • 0.1.7Express style path to RegExp utilityINDIRECT0
path-to-regexp • 1.9.0Express style path to RegExp utilityINDIRECT1
performance-now • 2.1.0Implements performance.now (based on process.hrtime).INDIRECT0
picomatch • 2.3.2Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.INDIRECT0
pify • 3.0.0Promisify a callback-style functionINDIRECT0
pify • 4.0.1Promisify a callback-style functionINDIRECT0
pkg-up • 2.0.0Find the closest package.json fileINDIRECT6
pkginfo • 0.3.1An easy way to expose properties on a module from a package.jsonINDIRECT0
plist • 3.1.1Apple's property list parser/builder for Node.js and browsersINDIRECT3
portfinder • 1.0.38A simple tool to find an open port on the current machineINDIRECT3
prepend-http • 1.0.4Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
process-nextick-args • 1.0.7process.nextTick but always with argsINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
progress • 2.0.3Flexible ascii progress barINDIRECT0
promise-map-series • 0.2.3Map over array avoiding parallel execution, using promisesINDIRECT1
proxy-addr • 2.0.7Determine address of proxied requestINDIRECT2
psl • 1.15.0Domain name parser based on the Public Suffix ListINDIRECT1
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
quick-temp • 0.1.9Create and remove temporary directories with minimal effortINDIRECT40
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.5.3Get and validate the raw body of a readable stream.INDIRECT10
readable-stream • 2.0.6Streams3, a user-land copy of the stream library from Node.jsINDIRECT6
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
redeyed • 2.1.1Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.INDIRECT1
regenerate-unicode-properties • 10.2.2Regenerate sets for Unicode properties and values.INDIRECT1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regenerator-runtime • 0.13.11Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regexpu-core • 6.4.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
registry-auth-token • 3.4.0Get the auth token set for an npm registry (if any)INDIRECT6
registry-url • 3.1.0Get the set npm registry URLINDIRECT5
regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
reselect • 3.0.1Selectors for Redux.INDIRECT0
resolve-package-path • 1.2.7a special purpose fast memoizing way to resolve a node modules package.jsonINDIRECT9
resolve-package-path • 2.0.0a special purpose fast memoizing way to resolve a node modules package.jsonINDIRECT9
resolve-package-path • 3.1.0a special purpose fast memoizing way to resolve a node modules package.jsonINDIRECT9
resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
restore-cursor • 2.0.0Gracefully restore the CLI cursor on exitINDIRECT3
retry-request • 4.2.2Retry a request.INDIRECT3
router • 1.3.8Simple middleware-style routerINDIRECT8
rsvp • 3.2.1A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
rsvp • 3.6.2A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
rsvp • 4.8.5A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
run-async • 2.4.1Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
semver-diff • 2.1.0Get the diff type of two semver versions: 0.0.1 0.0.2 → patchINDIRECT1
send • 0.19.2Better streaming static file server with Range and conditional-GET supportINDIRECT18
serve-static • 1.16.3Serve static filesINDIRECT20
set-function-length • 1.2.2Set a function's length propertyINDIRECT17
setimmediate • 1.0.5A shim for the setImmediate efficient script yielding APIINDIRECT0
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
side-channel-list • 1.0.1Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT17
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT18
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT20
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
stack-trace • 0.0.10Get v8 stack traces as an array of CallSite objects.INDIRECT0
statuses • 1.5.0HTTP status utilityINDIRECT0
statuses • 2.0.2HTTP status utilityINDIRECT0
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-length • 1.0.1Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codesINDIRECT2
string-width • 2.1.1Get the visual width of a string - the number of columns required to display itINDIRECT3
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string-width • 5.1.2Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-ansi • 5.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 7.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-eof • 1.0.0Strip the End-Of-File (EOF) character from a string/bufferINDIRECT0
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
superstatic • 6.0.4A static file server for fancy appsINDIRECT165
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-hyperlinks • 1.0.1Detect if your terminal emulator supports hyperlinksINDIRECT3
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
symlink-or-copy • 1.3.1Symlink files or directories, falling back to copying on WindowsINDIRECT0
tar-stream • 2.2.0tar-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.INDIRECT13
tcp-port-used • 1.0.2A simple Node.js module to check if a TCP port is already bound.INDIRECT6
term-size • 1.2.0Reliably get the terminal window size (columns & rows)INDIRECT16
textextensions • 2.6.0A package that contains an array of every single file extension there is for text filesINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 2.0.1A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT8
timed-out • 4.0.1Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hangedINDIRECT0
tmp • 0.0.28Temporary file and directory creatorINDIRECT1
tmp • 0.0.33Temporary file and directory creatorINDIRECT1
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
toxic • 1.0.1Mutate keys and values in objects. Returns a new version of the objectINDIRECT1
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
try-require • 1.2.1Conditional load modules.INDIRECT0
tsscmp • 1.0.6Timing safe string compare using double HMACINDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
underscore.string • 3.3.6String manipulation extensions for Underscore.js javascript library.INDIRECT2
undici-types • 7.24.6A stand-alone types package for UndiciINDIRECT0
unicode-canonical-property-names-ecmascript • 2.0.1The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-match-property-ecmascript • 2.0.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-value-ecmascript • 2.2.1Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-property-aliases-ecmascript • 2.2.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
unique-string • 1.0.0Generate a unique random stringINDIRECT1
unique-string • 2.0.0Generate a unique random stringINDIRECT1
universal-analytics • 0.4.23A node module for Google's Universal Analytics trackingINDIRECT49
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
unzip-response • 2.0.1Unzip a HTTP response if neededINDIRECT0
unzipper • 0.10.14Unzip cross-platform streaming API INDIRECT33
update-browserslist-db • 1.2.3CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
url-join • 0.0.1Join urls and normalize as in path.join.INDIRECT0
url-parse-lax • 1.0.0url.parse() with support for protocol-less URLs & IPsINDIRECT1
username-sync • 1.0.3username but only sync and for node 0.12INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
utils-merge • 1.0.1merge() utility functionINDIRECT0
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
verror • 1.10.0richer JavaScript errorsINDIRECT3
walk-sync • 0.3.4Get an array of recursive directory contentsINDIRECT6
walk-sync • 1.1.4Get an array of recursive directory contentsINDIRECT7
walkdir • 0.4.1Find 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.INDIRECT0
wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
widest-line • 2.0.1Get the visual width of the widest line in a string - the number of columns required to display itINDIRECT4
winston • 1.1.2A multi-transport async logging library for Node.jsINDIRECT7
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 8.1.0Wordwrap a string with ANSI escape codesINDIRECT6
xdg-basedir • 3.0.0Get XDG Base Directory pathsINDIRECT0
xdg-basedir • 4.0.0Get XDG Base Directory pathsINDIRECT0
xmlbuilder • 15.1.1An XML builder for node.jsINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
zip-stream • 2.1.3a streaming zip archive generator.INDIRECT35
ISC68
PackageRelationDependenciesPublished
@isaacs/cliui • 8.0.2easily create complex multi-column command-line-interfacesINDIRECT16
ansi-align • 2.0.0align-text with ANSI support for CLIsINDIRECT4
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
char-spinner • 1.0.1Put a little spinner on process.stderr, as unobtrusively as possible.INDIRECT0
chownr • 1.1.4like `chown -R`INDIRECT0
cli-color • 1.4.0Colors, formatting and other tools for the consoleINDIRECT15
cli-width • 2.2.1Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
d • 1.0.2Property descriptor factoryINDIRECT8
electron-to-chromium • 1.5.361Provides a list of electron-to-chromium version mappingsINDIRECT0
ensure-posix-path • 1.1.1[![Build Status](https://travis-ci.org/stefanpenner/ensure-posix-path.svg)](https://travis-ci.org/stefanpenner/ensure-posix-path) [![Build status](https://ci.appveyor.com/api/projects/status/bt015k54b2ohk1oi?svg=true)](https://ci.appveyor.com/project/embeINDIRECT0
es5-ext • 0.10.64ECMAScript extensions and shimsINDIRECT8
es6-symbol • 3.1.4ECMAScript 6 Symbol polyfillINDIRECT8
es6-weak-map • 2.0.3ECMAScript6 WeakMap polyfillINDIRECT9
esniff • 2.0.1Low footprint ECMAScript source code parserINDIRECT8
exit-code • 1.0.2`process.exitCode` behavior back-ported from io.js and Node.js 0.12+INDIRECT0
ext • 1.7.0JavaScript utilities with respect to emerging standardINDIRECT1
fast-ordered-set • 1.0.3quick and dirty ordered-setINDIRECT1
foreground-child • 3.3.1Run a child as if it's the foreground process. Give it stdio. Exit when it exits.INDIRECT7
fs-minipass • 1.2.7fs read and write streams based on minipassINDIRECT3
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
fstream • 1.0.12Advanced file system stream thingsINDIRECT15
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 10.5.0the most correct and second fastest glob implementation in JavaScriptINDIRECT34
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
har-schema • 2.0.0JSON Schema for HTTP Archive (HAR)INDIRECT0
hash-for-dep • 1.5.2generates a hash that represents a module and its depenencies uniquenessINDIRECT15
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
listenercount • 1.0.1backwards compatible version of builtin events.listenercountINDIRECT0
lru-cache • 10.4.3A cache object that deletes the least-recently-used items.INDIRECT0
lru-cache • 4.1.5A cache object that deletes the least-recently-used items.INDIRECT2
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
matcher-collection • 1.1.2Minimatch but for collections of minimatcher matchers.INDIRECT4
matcher-collection • 2.0.1Minimatch but for collections of minimatcher matchers.INDIRECT5
memoizee • 0.4.17Memoize/cache function resultsINDIRECT13
minimatch • 3.1.5a glob matcher in javascriptINDIRECT3
minimatch • 9.0.9a glob matcher in javascriptINDIRECT2
minipass • 2.9.0minimal implementation of a PassThrough streamINDIRECT2
mute-stream • 0.0.7Bytes go in, but they don't come out (when muted).INDIRECT0
next-tick • 1.1.0Environment agnostic nextTick polyfillINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
path-posix • 1.0.0posix-specific core path moduleINDIRECT0
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
pseudomap • 1.0.2A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.INDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
rimraf • 5.0.10A deep deletion module for node (like `rm -rf`)INDIRECT35
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
signal-exit • 4.1.0when you want to fire an event no matter how a process exits.INDIRECT0
silent-error • 1.1.1stackless unless otherwise requested errorINDIRECT2
tar • 4.4.19tar for nodeINDIRECT8
timers-ext • 0.1.8Timers extensionsINDIRECT9
tree-sync • 1.4.0A module for repeated efficient synchronizing two directories.INDIRECT58
type • 2.7.3Runtime validation and processing of JavaScript typesINDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 2.4.3Write files in an atomic fashion w/configurable ownershipINDIRECT3
write-file-atomic • 3.0.3Write files in an atomic fashion w/configurable ownershipINDIRECT4
yallist • 2.1.2Yet Another Linked ListINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
Apache-2.028
PackageRelationDependenciesPublished
@google-cloud/paginator • 2.0.3A result paging utility used by Google node.js modulesINDIRECT2
@google-cloud/precise-date • 1.0.3A simple utility for precise-dateing functions and classes.INDIRECT0
@google-cloud/projectify • 1.0.4A simple utility for replacing the projectid token in objects.INDIRECT0
@google-cloud/promisify • 1.0.4A simple utility for promisifying functions and classes.INDIRECT0
@google-cloud/pubsub • 1.7.3Cloud Pub/Sub Client Library for Node.jsINDIRECT78
@grpc/grpc-js • 0.6.18gRPC Library for Node - pure JS implementationINDIRECT1
@grpc/grpc-js • 1.3.8gRPC Library for Node - pure JS implementationINDIRECT2
@grpc/proto-loader • 0.5.6gRPC utility library for loading .proto filesINDIRECT16
aws-sign2 • 0.7.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
baseline-browser-mapping • 2.10.32A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.INDIRECT0
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
didyoumean • 1.2.2Match human-quality input to potential matches by edit distance.INDIRECT0
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
fast-text-encoding • 1.0.6Fast polyfill for TextEncoder and TextDecoder, only supports utf-8INDIRECT0
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
gaxios • 1.8.4A simple common HTTP client specifically for Google APIs and services.INDIRECT13
gaxios • 2.3.4A simple common HTTP client specifically for Google APIs and services.INDIRECT12
gcp-metadata • 3.5.0Get the metadata from a Google Cloud Platform environmentINDIRECT15
google-auth-library • 1.6.1Google APIs Authentication Client Library for Node.jsINDIRECT35
google-auth-library • 5.10.1Google APIs Authentication Client Library for Node.jsINDIRECT30
google-gax • 1.15.4Google API ExtensionsINDIRECT69
long • 4.0.0A Long class for representing a 64-bit two's-complement integer value.INDIRECT0
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.88.2Simplified HTTP request client.INDIRECT46
retry-axios • 0.3.2Retry HTTP requests with Axios.INDIRECT0
rxjs • 6.6.7Reactive Extensions for modern JavaScriptINDIRECT1
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
workerpool • 3.1.2Offload tasks to a pool of workers on node.js and in the browserINDIRECT41
BSD-3-Clause24
PackageRelationDependenciesPublished
@protobufjs/aspromise • 1.1.2Returns a promise from a node-style callback function.INDIRECT0
@protobufjs/base64 • 1.1.2A minimal base64 implementation for number arrays.INDIRECT0
@protobufjs/codegen • 2.0.5A minimalistic code generation utility.INDIRECT0
@protobufjs/eventemitter • 1.1.1A minimal event emitter.INDIRECT0
@protobufjs/fetch • 1.1.1Fetches the contents of a file accross node and browsers.INDIRECT1
@protobufjs/float • 1.0.2Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.INDIRECT0
@protobufjs/inquire • 1.1.2Requires a module only if available and hides the require call from bundlers.INDIRECT0
@protobufjs/path • 1.1.2A minimal path module to resolve Unix, Windows and URL paths alike.INDIRECT0
@protobufjs/pool • 1.1.0A general purpose buffer pool.INDIRECT0
@protobufjs/utf8 • 1.1.1A minimal UTF8 implementation for number arrays.INDIRECT0
bcrypt-pbkdf • 1.0.2Port of the OpenBSD bcrypt_pbkdf function to pure JSINDIRECT1
buffer-equal-constant-time • 1.0.1Constant-time comparison of BuffersINDIRECT0
duplexer2 • 0.1.4Like duplexer but using streams3INDIRECT8
duplexer3 • 0.1.5Like duplexer but using streams3INDIRECT0
filesize • 3.6.1JavaScript library to generate a human readable String describing the file sizeINDIRECT0
google-gax • 1.12.0Google API ExtensionsINDIRECT68
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
protobufjs • 6.11.6Protocol Buffers for JavaScript (& TypeScript).INDIRECT14
qs • 6.15.2A querystring parser that supports nesting and arrays, with a depth limitINDIRECT21
qs • 6.4.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
qs • 6.5.5A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
tough-cookie • 2.5.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
BSD-2-Clause10
PackageRelationDependenciesPublished
configstore • 3.1.5Easily load and save config without having to think about where and howINDIRECT11
configstore • 5.0.1Easily load and save config without having to think about where and howINDIRECT13
csv-streamify • 3.0.4Streaming CSV Parser. Made entirely out of streams.INDIRECT9
dotenv • 6.2.0Loads environment variables from .env fileINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
regjsparser • 0.13.1Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
update-notifier • 2.5.0Update notifications for your CLI appINDIRECT75
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
unknown6
PackageRelationDependenciesPublished
buffers • 0.1.1Treat a collection of Buffers as a single contiguous partially mutable Buffer.INDIRECT0
cli-table • 0.3.11Pretty unicode tables for the CLIINDIRECT1
cycle • 1.0.3decycle your jsonINDIRECT0
eyes • 0.1.8a customizable value inspectorINDIRECT0
sync-disk-cache • 1.3.4sync disk cacheINDIRECT19
valid-url • 1.0.9URI validation functionsINDIRECT0
BlueOak-1.0.04
PackageRelationDependenciesPublished
jackspeak • 3.4.3A very strict and proper argument parser.INDIRECT18
minipass • 7.1.3minimal implementation of a PassThrough streamINDIRECT0
package-json-from-dist • 1.0.1Load the local package.json from either src or dist folderINDIRECT0
path-scurry • 1.11.1walk paths fast and efficientlyINDIRECT2
Unlicense2
PackageRelationDependenciesPublished
big-integer • 1.6.52An arbitrary length integer library for JavascriptINDIRECT0
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
MIT OR X112
PackageRelationDependenciesPublished
chainsaw • 0.1.0Build chainable fluent interfaces the easy way... with a freakin' chainsaw!INDIRECT1
traverse • 0.3.9Traverse and transform objects by visiting every node on a recursive walkINDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
JSONStream • 1.3.5rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)INDIRECT2
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001793A smaller version of caniuse-db, with only the essentials!INDIRECT0
non-standard1
PackageRelationDependenciesPublished
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
MIT OR WTFPL1
PackageRelationDependenciesPublished
path-is-inside • 1.0.2Tests whether one path is inside another pathINDIRECT0
BSD-3-Clause OR GPL-2.01
PackageRelationDependenciesPublished
node-forge • 0.10.0JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.INDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
rc • 1.2.8hardwired configuration loaderINDIRECT4
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/ember-cli-deploy-firebase-app)](https://licenses.dev/npm/ember-cli-deploy-firebase-app)
<a href="https://licenses.dev/npm/ember-cli-deploy-firebase-app">
  <img src="https://licenses.dev/b/npm/ember-cli-deploy-firebase-app" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.1 version:

[![licenses](https://licenses.dev/b/npm/ember-cli-deploy-firebase-app/1.0.1)](https://licenses.dev/npm/ember-cli-deploy-firebase-app/1.0.1)
<a href="https://licenses.dev/npm/ember-cli-deploy-firebase-app/1.0.1">
  <img src="https://licenses.dev/b/npm/ember-cli-deploy-firebase-app/1.0.1" alt="licenses" />
</a>
GitHub