licenses.dev

firebase-admin v6.4.0

Firebase admin SDK for Node.js

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT199
PackageRelationDependenciesPublished
@types/bytebuffer • 5.0.49TypeScript definitions for bytebufferINDIRECT2
@types/caseless • 0.12.5TypeScript definitions for caselessINDIRECT0
@types/google-cloud__storage • 1.7.2TypeScript definitions for @google-cloud/storageDIRECT11
@types/lodash • 4.17.10TypeScript definitions for lodashINDIRECT0
@types/long • 3.0.32TypeScript definitions for long.jsINDIRECT0
@types/long • 4.0.2TypeScript definitions for long.jsINDIRECT0
@types/node • 22.7.5TypeScript definitions for nodeINDIRECT1
@types/node • 8.10.66TypeScript definitions for Node.jsDIRECT0
@types/node • 9.6.61TypeScript definitions for Node.jsINDIRECT0
@types/request • 2.48.12TypeScript definitions for requestINDIRECT10
@types/tough-cookie • 4.0.5TypeScript definitions for tough-cookieINDIRECT0
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
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.12.6Another JSON Schema ValidatorINDIRECT5
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
array-uniq • 1.0.3Create an array without duplicatesINDIRECT0
arrify • 1.0.1Convert a value to an arrayINDIRECT0
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 • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
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
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
camelcase • 2.1.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
capture-stack-trace • 1.0.2Error.captureStackTrace ponyfillINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
colour • 0.7.1A cored, fixed, documented and optimized version of the popular `colors.js`: Get colors in your node.js console like what...INDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
compressible • 2.0.18Compressible Content-Type / mime checkingINDIRECT1
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
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
create-error-class • 3.0.2Create Error classesINDIRECT1
crypto-random-string • 1.0.0Generate a cryptographically strong random stringINDIRECT0
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
debug • 3.1.0small debugging utilityINDIRECT1
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
deep-equal • 1.1.2node's assert.deepEqual algorithmINDIRECT22
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT11
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
dot-prop • 4.2.1Get, set, or delete a property from a nested object using a dot pathINDIRECT1
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
ent • 2.2.1Encode and decode HTML entitiesINDIRECT1
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
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
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
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
faye-websocket • 0.11.1Standards-compliant WebSocket server and clientINDIRECT4
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
form-data • 2.5.2A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT6
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
functional-red-black-tree • 1.0.1A fully persistent balanced binary search treeINDIRECT0
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
gcp-metadata • 0.6.3Get the metadata from a Google Cloud Platform environmentINDIRECT7
gcp-metadata • 0.7.0Get the metadata from a Google Cloud Platform environmentINDIRECT7
gcs-resumable-upload • 0.10.2Upload a file to Google Cloud Storage with built-in resumable behaviorINDIRECT111
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
getpass • 0.1.7getpass for node.jsINDIRECT1
google-auto-auth • 0.10.1Making it as easy as possible to authenticate a Google API requestINDIRECT81
google-p12-pem • 1.0.5Convert Google .p12 keys to .pem keysINDIRECT2
google-proto-files • 0.18.0All of the Google API's protocol buffer filesINDIRECT16
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
gtoken • 2.3.3Node.js Google Authentication Service Account TokensINDIRECT23
har-validator • 5.1.5Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT7
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hash-stream-validation • 0.2.4Hash a stream of data, then validateINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-parser-js • 0.5.8A pure JS HTTP parser for node.INDIRECT0
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
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
is-arguments • 1.1.1Is this an arguments object? It's a harder question than you think.INDIRECT13
is-buffer • 2.0.5Determine if an object is a BufferINDIRECT0
is-date-object • 1.0.5Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-obj • 1.0.1Check if a value is an objectINDIRECT0
is-regex • 1.1.4Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT13
is-stream-ended • 0.1.4Check if a stream has endedINDIRECT0
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is • 3.3.0the definitive JavaScript type testing libraryINDIRECT0
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
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
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
jsonwebtoken • 8.1.0JSON Web Token implementation (symmetric and asymmetric)DIRECT14
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
jwa • 1.4.1JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 3.2.2Implementation of JSON Web SignaturesINDIRECT4
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)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.clone • 4.5.0The lodash method `_.clone` 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.isboolean • 3.0.3The lodash method `_.isBoolean` exported as a module.INDIRECT0
lodash.isinteger • 4.0.4The lodash method `_.isInteger` exported as a module.INDIRECT0
lodash.isnumber • 3.0.3The lodash method `_.isNumber` exported as a module.INDIRECT0
lodash.isplainobject • 4.0.6The lodash method `_.isPlainObject` exported as a module.INDIRECT0
lodash.isstring • 4.0.1The lodash method `_.isString` exported as a module.INDIRECT0
lodash.merge • 4.6.2The Lodash method `_.merge` exported as a module.INDIRECT0
lodash.once • 4.1.1The lodash method `_.once` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
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
methmeth • 1.1.0Execute a method out from an object.INDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 2.6.0A comprehensive library for mime-type mappingINDIRECT0
minizlib • 2.1.2A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.INDIRECT2
mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`INDIRECT0
modelo • 4.2.3A JavaScript object inheritance utility.INDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nan • 2.22.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibilityINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT14
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
optjs • 3.2.2Probably the sole command line option parser you'll ever need to...INDIRECT0
os-locale • 1.4.0Get the system localeINDIRECT2
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
performance-now • 2.1.0Implements performance.now (based on process.hrtime).INDIRECT0
pify • 3.0.0Promisify a callback-style functionINDIRECT0
pify • 4.0.1Promisify a callback-style functionINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
psl • 1.9.0Domain name parser based on the Public Suffix ListINDIRECT0
pump • 2.0.1pipe streams together and close all of them if one of them closesINDIRECT3
pumpify • 1.5.1Combine an array of streams into a single duplex stream using pump and duplexifyINDIRECT14
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
readable-stream • 1.0.34Streams2, a user-land copy of the stream library from Node.js v0.10.xINDIRECT4
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
regexp.prototype.flags • 1.5.3ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT16
retry-request • 3.3.2Retry a request.INDIRECT57
retry-request • 4.2.2Retry a request.INDIRECT3
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
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
set-function-name • 2.0.2Set a function's name propertyINDIRECT11
snakeize • 0.1.0recursively transform key strings from camel-case to underscore-styleINDIRECT0
split-array-stream • 1.0.3Safely push each item of an array to a streamINDIRECT3
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
stream-events • 1.0.5Get an event when you're being sent data or asked for it.INDIRECT1
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_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-format-obj • 1.1.1Replace tokens from a string with values of an objectINDIRECT0
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
stubs • 3.0.0Easy method stubber.INDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
through2 • 3.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseINDIRECT5
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
undici-types • 6.19.8A stand-alone types package for UndiciINDIRECT0
unique-string • 1.0.0Generate a unique random stringINDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
verror • 1.10.0richer JavaScript errorsINDIRECT3
walkdir • 0.0.12Find 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
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
window-size • 0.1.4Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
xdg-basedir • 3.0.0Get XDG Base Directory pathsINDIRECT0
xmlhttprequest • 1.8.0XMLHttpRequest for NodeINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
yargs • 3.32.0Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT15
ISC41
PackageRelationDependenciesPublished
abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
aproba • 2.0.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
are-we-there-yet • 2.0.0Keep track of the overall completion of many disparate processesINDIRECT6
chownr • 2.0.0like `chown -R`INDIRECT0
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support.INDIRECT0
console-control-strings • 1.1.0A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.INDIRECT0
fs-minipass • 2.1.0fs read and write streams based on minipassINDIRECT2
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
gauge • 3.0.2A terminal based horizontal guageINDIRECT12
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
has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
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
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
log-driver • 1.2.7log-driver is a simple logging framework for logging to stdoutINDIRECT0
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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
minipass • 5.0.0minimal implementation of a PassThrough streamINDIRECT0
nopt • 5.0.0Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npmlog • 5.0.1logger for npmINDIRECT21
once • 1.4.0Run a function exactly one timeINDIRECT1
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 • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
tar • 6.2.1tar for nodeINDIRECT7
wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT5
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 2.4.3Write files in an atomic fashion w/configurable ownershipINDIRECT3
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
yallist • 2.1.2Yet Another Linked ListINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yallist • 4.0.0Yet Another Linked ListINDIRECT0
Apache-2.033
PackageRelationDependenciesPublished
@firebase/app-types • 0.3.10@firebase/app TypesINDIRECT0
@firebase/app • 0.3.17The primary entrypoint to the Firebase JS SDKDIRECT5
@firebase/database-types • 0.3.11@firebase/database TypesINDIRECT0
@firebase/database • 0.3.20This is the Firebase Realtime Database component of the Firebase JS SDK.DIRECT9
@firebase/logger • 0.1.13A logger package for use in the Firebase JS SDKINDIRECT0
@firebase/util • 0.2.14_NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a member of the Firebase team, please avoid using this package_INDIRECT1
@google-cloud/common • 0.17.0Common components for Cloud APIs Node.js Client LibrariesINDIRECT116
@google-cloud/firestore • 0.19.0Firestore Client Library for Node.jsDIRECT181
@google-cloud/projectify • 0.3.3A simple utility for replacing the projectid token in objects.INDIRECT0
@google-cloud/storage • 1.7.0Cloud Storage Client Library for Node.jsDIRECT135
@grpc/grpc-js • 0.3.6gRPC Library for Node - pure JS implementationINDIRECT1
@grpc/proto-loader • 0.3.0gRPC utility library for loading .proto filesINDIRECT18
ascli • 1.0.1A uniform foundation for unobtrusive (ASCII art in) cli apps.INDIRECT2
aws-sign2 • 0.7.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
bytebuffer • 5.0.1The swiss army knife for binary data in JavaScript.INDIRECT1
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
detect-libc • 2.0.3Node.js module to detect the C standard library (libc) implementation family and versionINDIRECT0
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
gaxios • 1.8.4A simple common HTTP client specifically for Google APIs and services.INDIRECT13
google-auth-library • 1.6.1Google APIs Authentication Client Library for Node.jsINDIRECT33
google-auth-library • 2.0.2Google APIs Authentication Client Library for Node.jsINDIRECT32
grpc • 1.24.11gRPC Library for NodeINDIRECT84
long • 3.2.0A Long class for representing a 64-bit two's-complement integer value.INDIRECT0
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
protobufjs • 5.0.3Protocol Buffers for JavaScript. Finally.INDIRECT32
request • 2.88.2Simplified HTTP request client.INDIRECT46
retry-axios • 0.3.2Retry HTTP requests with Axios.INDIRECT0
tslib • 1.9.3Runtime library for TypeScript helper functionsINDIRECT0
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
websocket-driver • 0.7.4WebSocket protocol handler with pluggable I/OINDIRECT3
websocket-extensions • 0.1.4Generic extension manager for WebSocket connectionsINDIRECT0
BSD-3-Clause17
PackageRelationDependenciesPublished
@mapbox/node-pre-gyp • 1.0.11Node.js native addon binary install toolINDIRECT55
@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.4A minimalistic code generation utility.INDIRECT0
@protobufjs/eventemitter • 1.1.0A minimal event emitter.INDIRECT0
@protobufjs/fetch • 1.1.0Fetches the contents of a file accross node and browsers.INDIRECT2
@protobufjs/float • 1.0.2Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.INDIRECT0
@protobufjs/inquire • 1.1.0Requires 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.0A 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
google-gax • 0.22.1Google API ExtensionsINDIRECT148
protobufjs • 6.11.4Protocol Buffers for JavaScript (& TypeScript).INDIRECT14
qs • 6.5.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
tough-cookie • 2.5.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
BSD-2-Clause3
PackageRelationDependenciesPublished
configstore • 3.1.5Easily load and save config without having to think about where and howINDIRECT11
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
BSD-3-Clause OR GPL-2.02
PackageRelationDependenciesPublished
node-forge • 0.10.0JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.INDIRECT0
node-forge • 0.7.4JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.DIRECT0
non-standard2
PackageRelationDependenciesPublished
bun • 0.0.12A useful container for streamsINDIRECT5
dom-storage • 2.1.0W3C DOM Storage (localStorage and sessionStorage) for node.jsINDIRECT0
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
Unlicense1
PackageRelationDependenciesPublished
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 6.4.0 version:

[![licenses](https://licenses.dev/b/npm/firebase-admin/6.4.0)](https://licenses.dev/npm/firebase-admin/6.4.0)
<a href="https://licenses.dev/npm/firebase-admin/6.4.0">
  <img src="https://licenses.dev/b/npm/firebase-admin/6.4.0" alt="licenses" />
</a>
GitHub