licenses.dev

firestore-model v0.0.5

Firestore / Firebase object model schema wrapper

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT101
PackageRelationDependenciesPublished
@fastify/busboy • 3.0.0A streaming parser for HTML form data for node.jsINDIRECT0
@js-sdsl/ordered-map • 4.4.2javascript standard data structure library which benchmark against C++ STLINDIRECT0
@tootallnate/once • 2.0.0Creates a Promise that waits for a single eventINDIRECT0
@types/body-parser • 1.19.5TypeScript definitions for body-parserINDIRECT3
@types/caseless • 0.12.5TypeScript definitions for caselessINDIRECT0
@types/connect • 3.4.38TypeScript definitions for connectINDIRECT2
@types/express-serve-static-core • 4.19.5TypeScript definitions for express-serve-static-coreINDIRECT6
@types/express • 4.17.21TypeScript definitions for expressINDIRECT11
@types/http-errors • 2.0.4TypeScript definitions for http-errorsINDIRECT0
@types/jsonwebtoken • 9.0.6TypeScript definitions for jsonwebtokenINDIRECT2
@types/long • 4.0.2TypeScript definitions for long.jsINDIRECT0
@types/mime • 1.3.5TypeScript definitions for mimeINDIRECT0
@types/node • 22.5.4TypeScript definitions for nodeINDIRECT1
@types/qs • 6.9.15TypeScript definitions for qsINDIRECT0
@types/range-parser • 1.2.7TypeScript definitions for range-parserINDIRECT0
@types/request • 2.48.12TypeScript definitions for requestINDIRECT10
@types/send • 0.17.4TypeScript definitions for sendINDIRECT3
@types/serve-static • 1.15.7TypeScript definitions for serve-staticINDIRECT5
@types/tough-cookie • 4.0.5TypeScript definitions for tough-cookieINDIRECT0
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
agent-base • 7.1.1Turn 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
async-retry • 1.3.3Retrying made simple, easy and asyncINDIRECT1
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bignumber.js • 9.1.2A library for arbitrary-precision decimal and non-decimal arithmeticINDIRECT0
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
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
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
farmhash-modern • 1.1.0FarmHash functions compiled using Rust and WebAssembly to make them easy to use in node.js and the browserINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-xml-parser • 4.5.0Validate XML, Parse XML, Build XML without C/C++ based librariesINDIRECT1
form-data • 2.5.1A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
functional-red-black-tree • 1.0.1A fully persistent balanced binary search treeINDIRECT0
gtoken • 7.1.0Node.js Google Authentication Service Account TokensINDIRECT17
html-entities • 2.5.2Fastest HTML entities encode/decode library.INDIRECT0
http-parser-js • 0.5.8A pure JS HTTP parser for node.INDIRECT0
http-proxy-agent • 5.0.0An HTTP(s) proxy `http.Agent` implementation for HTTPINDIRECT4
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
https-proxy-agent • 7.0.5An 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 • 2.0.1Check if something is a Node.js streamINDIRECT0
jose • 4.15.9'JSON Web Almost Everything' - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimesINDIRECT0
json-bigint • 1.0.0JSON.parse with bigints supportINDIRECT1
jsonwebtoken • 9.0.2JSON Web Token implementation (symmetric and asymmetric)INDIRECT14
jwa • 1.4.1JWA implementation (supports all JWS algorithms)INDIRECT3
jwa • 2.0.0JWA implementation (supports all JWS algorithms)INDIRECT3
jwks-rsa • 3.1.0Library to retrieve RSA public keys from a JWKS endpointINDIRECT21
jws • 3.2.2Implementation of JSON Web SignaturesINDIRECT4
jws • 4.0.0Implementation of JSON Web SignaturesINDIRECT4
limiter • 1.1.5A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttledINDIRECT0
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.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.once • 4.1.1The lodash method `_.once` exported as a module.INDIRECT0
lru-memoizer • 2.3.0Memoize functions results using an lru-cache.INDIRECT3
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 3.0.0A comprehensive library for mime-type mappingINDIRECT0
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
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
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
retry-request • 7.0.2Retry a request.INDIRECT26
retry • 0.13.1Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
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 • 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
strnum • 1.0.5Parse String to Number based on configurationINDIRECT0
stubs • 3.0.0Easy method stubber.INDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
undici-types • 6.19.8A stand-alone types package for UndiciINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
uuid • 10.0.0RFC9562 UUIDsINDIRECT0
uuid • 8.3.2RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
uuid • 9.0.1RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
yargs • 17.7.2yargs the modern, pirate-themed, successor to optimist.INDIRECT15
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
Apache-2.029
PackageRelationDependenciesPublished
@firebase/app-check-interop-types • 0.3.2@firebase/app-check-interop-types TypesINDIRECT0
@firebase/app-types • 0.9.2@firebase/app TypesINDIRECT0
@firebase/auth-interop-types • 0.2.3@firebase/auth interop TypesINDIRECT0
@firebase/component • 0.6.8Firebase Component PlatformINDIRECT2
@firebase/database-compat • 1.0.7The Realtime Database component of the Firebase JS SDK.INDIRECT14
@firebase/database-types • 1.0.4@firebase/database TypesINDIRECT3
@firebase/database • 1.0.7This is the Firebase Realtime Database component of the Firebase JS SDK.INDIRECT11
@firebase/logger • 0.4.2A logger package for use in the Firebase JS SDKINDIRECT1
@firebase/util • 1.9.7_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/firestore • 7.10.0Firestore Client Library for Node.jsINDIRECT92
@google-cloud/paginator • 5.0.2A result paging utility used by Google node.js modulesINDIRECT2
@google-cloud/projectify • 4.0.0A simple utility for replacing the projectid token in objects.INDIRECT0
@google-cloud/promisify • 4.0.0A simple utility for promisifying functions and classes.INDIRECT0
@google-cloud/storage • 7.12.1Cloud Storage Client Library for Node.jsINDIRECT66
@grpc/grpc-js • 1.11.2gRPC Library for Node - pure JS implementationINDIRECT33
@grpc/proto-loader • 0.7.13gRPC utility library for loading .proto filesINDIRECT31
@opentelemetry/api • 1.9.0Public API for OpenTelemetryINDIRECT0
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
faye-websocket • 0.11.4Standards-compliant WebSocket server and clientINDIRECT4
firebase-admin • 12.4.0Firebase admin SDK for Node.jsDIRECT154
gaxios • 6.7.1A simple common HTTP client specifically for Google APIs and services.INDIRECT11
gcp-metadata • 6.1.0Get the metadata from a Google Cloud Platform environmentINDIRECT14
google-auth-library • 9.14.1Google APIs Authentication Client Library for Node.jsINDIRECT22
google-gax • 4.4.1Google API ExtensionsINDIRECT88
long • 5.2.3A Long class for representing a 64-bit two's-complement integer value.INDIRECT0
proto3-json-serializer • 2.0.2Support for proto3 JSON serialiazation/deserialization for protobuf.jsINDIRECT14
teeny-request • 9.0.0Like request, but smaller.INDIRECT13
websocket-driver • 0.7.4WebSocket protocol handler with pluggable I/OINDIRECT3
websocket-extensions • 0.1.4Generic extension manager for WebSocket connectionsINDIRECT0
BSD-3-Clause12
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 • 7.4.0Protocol Buffers for JavaScript (& TypeScript).INDIRECT13
ISC10
PackageRelationDependenciesPublished
cliui • 8.0.1easily create complex multi-column command-line-interfacesINDIRECT9
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
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
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-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
0BSD1
PackageRelationDependenciesPublished
tslib • 2.7.0Runtime library for TypeScript helper functionsINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.0.5 version:

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