licenses.dev

@google-cloud/firestore v6.8.0

Firestore Client Library for Node.js

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT88
PackageRelationDependenciesPublished
@babel/helper-string-parser • 7.25.9A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@babel/parser • 7.26.5A JavaScript parserINDIRECT3
@babel/types • 7.26.5Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@types/glob • 8.1.0TypeScript definitions for globINDIRECT3
@types/linkify-it • 5.0.0TypeScript definitions for linkify-itINDIRECT0
@types/long • 4.0.2TypeScript definitions for long.jsINDIRECT0
@types/markdown-it • 14.1.2TypeScript definitions for markdown-itINDIRECT2
@types/mdurl • 2.0.0TypeScript definitions for mdurlINDIRECT0
@types/minimatch • 5.1.2TypeScript definitions for minimatchINDIRECT0
@types/node • 22.10.6TypeScript definitions for nodeINDIRECT1
@types/rimraf • 3.0.2TypeScript definitions for rimrafINDIRECT4
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
acorn-jsx • 5.3.2Modern, fast React.js JSX parserINDIRECT0
acorn • 8.14.0ECMAScript parserINDIRECT0
agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
arrify • 2.0.1Convert a value to an arrayINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bignumber.js • 9.1.2A library for arbitrary-precision decimal and non-decimal arithmeticINDIRECT0
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
catharsis • 0.9.0A JavaScript parser for Google Closure Compiler and JSDoc type expressions.INDIRECT1
chalk • 4.1.2Terminal string styling done rightINDIRECT5
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
deep-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaNINDIRECT0
duplexify • 4.1.3Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT9
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
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 2.0.0Escape RegExp special charactersINDIRECT0
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
fast-deep-equal • 3.1.3Fast deep equalDIRECT0
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
functional-red-black-tree • 1.0.1A fully persistent balanced binary search treeDIRECT0
google-p12-pem • 4.0.1Convert Google .p12 keys to .pem keys.INDIRECT1
gtoken • 6.1.2Node.js Google Authentication Service Account TokensINDIRECT18
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-stream-ended • 0.1.4Check if a stream has endedINDIRECT0
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
json-bigint • 1.0.0JSON.parse with bigints supportINDIRECT1
jwa • 2.0.0JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 4.0.0Implementation of JSON Web SignaturesINDIRECT4
klaw • 3.0.0File system walker with Readable stream interface.INDIRECT1
levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
linkify-it • 5.0.0Links recognition library with FULL unicode supportINDIRECT1
lodash.camelcase • 4.3.0The lodash method `_.camelCase` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
markdown-it • 14.1.0Markdown-it - modern pluggable markdown parser.INDIRECT6
marked • 4.3.0A markdown parser built for speedINDIRECT0
mdurl • 2.0.0URL utilities for markdown-itINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`INDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
object-hash • 3.0.0Generate hashes from javascript objects in node and the browser.INDIRECT0
optionator • 0.8.3option parsing and help generationINDIRECT6
prelude-ls • 1.1.2prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.INDIRECT0
punycode.js • 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 • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
requizzle • 0.2.4Swizzle a little something into your require() calls.INDIRECT1
retry-request • 5.0.2Retry a request.INDIRECT3
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-json-comments • 3.1.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
tmp • 0.2.3Temporary file and directory creatorINDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.INDIRECT1
uc.micro • 2.1.0Micro subset of unicode data files for markdown-it projects.INDIRECT0
underscore • 1.13.7JavaScript's functional programming helper library.INDIRECT0
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
word-wrap • 1.2.5Wrap words to a specified length.INDIRECT0
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
yargs • 17.7.2yargs the modern, pirate-themed, successor to optimist.INDIRECT15
Apache-2.015
PackageRelationDependenciesPublished
@grpc/grpc-js • 1.8.22gRPC Library for Node - pure JS implementationINDIRECT32
@grpc/proto-loader • 0.7.13gRPC utility library for loading .proto filesINDIRECT31
@jsdoc/salty • 0.2.9A drop-in replacement for (some of) TaffyDB.INDIRECT1
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
eslint-visitor-keys • 3.4.3Constants and utilities about visitor keys to traverse AST.INDIRECT0
fast-text-encoding • 1.0.6Fast polyfill for TextEncoder and TextDecoder, only supports utf-8INDIRECT0
gaxios • 5.1.3A simple common HTTP client specifically for Google APIs and services.INDIRECT10
gcp-metadata • 5.3.0Get the metadata from a Google Cloud Platform environmentINDIRECT13
google-auth-library • 8.9.0Google APIs Authentication Client Library for Node.jsINDIRECT27
google-gax • 3.6.1Google API ExtensionsDIRECT142
js2xmlparser • 4.0.2Parses JavaScript objects into XMLINDIRECT1
jsdoc • 4.0.4An API documentation generator for JavaScript.INDIRECT29
long • 5.2.4A Long class for representing a 64-bit two's-complement integer value.INDIRECT0
proto3-json-serializer • 1.1.1Support for proto3 JSON serialiazation/deserialization for protobuf.jsINDIRECT14
xmlcreate • 2.0.4Simple XML builder for Node.jsINDIRECT0
BSD-3-Clause15
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.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
buffer-equal-constant-time • 1.0.1Constant-time comparison of BuffersINDIRECT0
protobufjs-cli • 1.1.1Translates between file formats and generates static code as well as TypeScript definitions.INDIRECT66
protobufjs • 7.2.4Protocol Buffers for JavaScript (& TypeScript).INDIRECT13
protobufjs • 7.4.0Protocol Buffers for JavaScript (& TypeScript).DIRECT13
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
ISC15
PackageRelationDependenciesPublished
cliui • 8.0.1easily create complex multi-column command-line-interfacesINDIRECT9
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
glob • 8.1.0a little globberINDIRECT8
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
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
lru-cache • 6.0.0A cache object that deletes the least-recently-used items.INDIRECT1
minimatch • 5.1.6a glob matcher in javascriptINDIRECT2
once • 1.4.0Run a function exactly one timeINDIRECT1
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
yallist • 4.0.0Yet Another Linked ListINDIRECT0
yargs-parser • 21.1.1the mighty option parser used by yargsINDIRECT0
BSD-2-Clause9
PackageRelationDependenciesPublished
entities • 4.5.0Encode & decode XML and HTML entities with ease & speedINDIRECT0
escodegen • 1.14.3ECMAScript code generatorINDIRECT11
espree • 9.6.1An Esprima-compatible JavaScript parser built on AcornINDIRECT3
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
estraverse • 4.3.0ECMAScript JS AST traversal functionsINDIRECT0
estraverse • 5.3.0ECMAScript JS AST traversal functionsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
uglify-js • 3.19.3JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT0
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Unlicense1
PackageRelationDependenciesPublished
markdown-it-anchor • 8.6.7Header anchors for markdown-it.INDIRECT0
Python-2.01
PackageRelationDependenciesPublished
argparse • 2.0.1CLI arguments parser. Native port of python's argparse.INDIRECT0
BSD-3-Clause OR GPL-2.01
PackageRelationDependenciesPublished
node-forge • 1.3.1JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40google-cloud%2Ffirestore)](https://licenses.dev/npm/%40google-cloud%2Ffirestore)
<a href="https://licenses.dev/npm/%40google-cloud%2Ffirestore">
  <img src="https://licenses.dev/b/npm/%40google-cloud%2Ffirestore" alt="licenses" />
</a>

Or the licenses badge code for the 6.8.0 version:

[![licenses](https://licenses.dev/b/npm/%40google-cloud%2Ffirestore/6.8.0)](https://licenses.dev/npm/%40google-cloud%2Ffirestore/6.8.0)
<a href="https://licenses.dev/npm/%40google-cloud%2Ffirestore/6.8.0">
  <img src="https://licenses.dev/b/npm/%40google-cloud%2Ffirestore/6.8.0" alt="licenses" />
</a>
GitHub