licenses.dev

webapplication v1.1.5

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT139
PackageRelationDependenciesPublished
@babel/runtime • 7.29.7babel's modular runtime helpersINDIRECT0
@types/bson • 4.0.5TypeScript definitions for bsonINDIRECT2
@types/mongodb • 3.6.20TypeScript definitions for MongoDBINDIRECT3
@types/node • 26.1.1TypeScript definitions for nodeINDIRECT1
accepts • 1.3.8Higher-level content negotiationINDIRECT3
ansi-regex • 4.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
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
axios • 0.19.2Promise based HTTP client for the browser and node.jsDIRECT3
bl • 2.2.1Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT9
bluebird • 3.5.1Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
body-parser • 1.20.6Node.js body parsing middlewareDIRECT43
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT15
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chalk • 2.4.2Terminal string styling done rightINDIRECT6
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
commander • 2.14.1the complete solution for node.js command-line programsINDIRECT0
commander • 2.17.1the complete solution for node.js command-line programsINDIRECT0
concurrently • 5.3.0Run commands concurrentlyDIRECT59
content-disposition • 0.5.4Create and parse Content-Disposition headerINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
cookie-signature • 1.0.7Sign and unsign cookiesINDIRECT0
cookie • 0.7.2HTTP server cookie parsing and serializationINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cors • 2.8.6Node.js CORS middlewareDIRECT2
date-fns • 2.30.0Modern JavaScript date utility libraryINDIRECT1
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.1.0small debugging utilityINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
emoji-regex • 7.0.3A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
encodeurl • 2.0.0Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
error-ex • 1.3.4Easy error subclassing and stack customizationINDIRECT1
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
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
express • 4.22.2Fast, unopinionated, minimalist web frameworkDIRECT70
finalhandler • 1.3.2Node.js final http responderINDIRECT9
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
follow-redirects • 1.5.10HTTP and HTTPS modules that follow redirects.INDIRECT2
forwarded • 0.2.0Parse HTTP X-Forwarded-For headerINDIRECT0
fresh • 0.5.2HTTP response freshness testingINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructorINDIRECT0
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
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-errors • 2.0.1Create HTTP error objectsINDIRECT5
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
ipaddr.js • 1.9.1A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-core-module • 2.16.2Is this specifier a node.js core module?INDIRECT2
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
json-parse-better-errors • 1.0.2JSON.parse with context information on errorINDIRECT0
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
lodash • 4.18.1Lodash modular utilities.INDIRECT0
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
memory-pager • 1.5.0Access memory using small fixed sized buffersINDIRECT0
merge-descriptors • 1.0.3Merge objects using descriptorsINDIRECT0
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
mongoose • 5.13.23Mongoose MongoDB ODMDIRECT34
mpath • 0.8.4{G,S}et object values using MongoDB-like path notationINDIRECT0
mquery • 3.2.5Expressive query building for MongoDBINDIRECT6
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.2Tiny millisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
negotiator • 0.6.3HTTP content negotiationINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
parse-json • 4.0.0Parse JSON with more helpful errorsINDIRECT3
parseurl • 1.3.3parse a url with memoizationINDIRECT0
path-exists • 3.0.0Check if a path existsINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-to-regexp • 0.1.13Express style path to RegExp utilityINDIRECT0
pify • 3.0.0Promisify a callback-style functionINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
proxy-addr • 2.0.7Determine address of proxied requestINDIRECT2
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.5.3Get and validate the raw body of a readable stream.INDIRECT10
read-pkg • 4.0.1Read a package.json fileINDIRECT20
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
regexp-clone • 1.0.0Clone RegExps with optionsINDIRECT0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
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
saslprep • 1.0.3SASLprep: Stringprep Profile for User Names and Passwords, rfc4013.INDIRECT2
send • 0.19.2Better streaming static file server with Range and conditional-GET supportINDIRECT18
serve-static • 1.16.3Serve static filesINDIRECT20
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.1Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT20
sift • 13.5.2MongoDB query filtering in JavaScriptINDIRECT0
sliced • 1.0.1A faster Node.js alternative to Array.prototype.slice.call(arguments)INDIRECT0
sparse-bitfield • 3.0.3Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive bufferINDIRECT1
spawn-command • 0.0.2Spawn commands like `child_process.exec` does but return a `ChildProcess`INDIRECT0
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
statuses • 2.0.2HTTP status utilityINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 3.1.0Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 5.2.0Strip ANSI escape codes from a stringINDIRECT1
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-color • 6.1.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
tree-kill • 1.2.2kill trees of processesINDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
undici-types • 8.3.0A stand-alone types package for UndiciINDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
utils-merge • 1.0.1merge() utility functionINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
wrap-ansi • 5.1.0Wordwrap a string with ANSI escape codesINDIRECT8
yargs • 13.3.2yargs the modern, pirate-themed, successor to optimist.INDIRECT25
Apache-2.022
PackageRelationDependenciesPublished
adler-32 • 1.2.0Pure-JS ADLER-32INDIRECT2
adler-32 • 1.3.1Pure-JS ADLER-32INDIRECT0
bson • 1.1.6A bson parser for node.js and the browserINDIRECT0
cfb • 1.2.2Compound File Binary File Format extractorINDIRECT2
codepage • 1.14.0pure-JS library to handle codepagesINDIRECT2
crc-32 • 1.2.2Pure-JS CRC-32INDIRECT0
denque • 1.5.1The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.INDIRECT0
exit-on-epipe • 1.0.1Cleanly exit process on EPIPEINDIRECT0
frac • 1.1.2Rational approximation with bounded denominatorINDIRECT0
kareem • 2.3.2Next-generation take on pre/post function hooksINDIRECT0
mongodb • 3.7.4The official MongoDB driver for Node.jsINDIRECT17
mongoose-legacy-pluralize • 1.0.2Legacy pluralization logic for mongooseINDIRECT0
optional-require • 1.0.3NodeJS Require that let you handle module not found error without try/catchINDIRECT0
optional-require • 1.1.10NodeJS Require that let you handle module not found error without try/catchINDIRECT1
printj • 1.1.2Pure-JS printfINDIRECT0
require-at • 1.0.6Call require pretending your are at another directoryINDIRECT0
rxjs • 6.6.7Reactive Extensions for modern JavaScriptINDIRECT1
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
ssf • 0.10.3Format data using ECMA-376 spreadsheet Format CodesINDIRECT1
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
wmf • 1.0.2Windows MetaFile (WMF) parserINDIRECT0
xlsx • 0.15.6SheetJS Spreadsheet data parser and writerDIRECT12
ISC11
PackageRelationDependenciesPublished
cliui • 5.0.0easily 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
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
require-main-filename • 2.0.0shim for require.main.filename() that works in as many environments as possibleINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 13.1.2the mighty option parser used by yargsINDIRECT2
BSD-3-Clause1
PackageRelationDependenciesPublished
qs • 6.15.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT21
BSD-2-Clause1
PackageRelationDependenciesPublished
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT14
0BSD1
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.23A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.1.5 version:

[![licenses](https://licenses.dev/b/npm/webapplication/1.1.5)](https://licenses.dev/npm/webapplication/1.1.5)
<a href="https://licenses.dev/npm/webapplication/1.1.5">
  <img src="https://licenses.dev/b/npm/webapplication/1.1.5" alt="licenses" />
</a>
GitHub