licenses.dev

jsharmony v1.35.0

Rapid Application Development (RAD) Platform for Node.js Database Application Development

Published on

Licenses

Learn more about license information.

Package Licenses

LGPL-3.0

Dependency Licenses

MIT134
PackageRelationDependenciesPublished
accepts • 1.3.8Higher-level content negotiationINDIRECT3
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
async-limiter • 1.0.1asynchronous function queue with adjustable concurrencyINDIRECT0
async • 2.6.4Higher-order functions and common patterns for asynchronous codeDIRECT1
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
body-parser • 1.20.3Node.js body parsing middlewareDIRECT36
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
buffer • 4.9.2Node.js Buffer API, for the browserINDIRECT3
bytes • 3.0.0Utility to parse a string bytes to bytes and vice-versaINDIRECT0
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
compressible • 2.0.18Compressible Content-Type / mime checkingINDIRECT1
compression • 1.7.4Node.js compression middlewareDIRECT11
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
content-disposition • 0.5.4Create and parse Content-Disposition headerINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
cookie-parser • 1.4.7Parse HTTP request cookiesDIRECT2
cookie-signature • 1.0.6Sign and unsign cookiesINDIRECT0
cookie • 0.7.1HTTP server cookie parsing and serializationINDIRECT0
cookie • 0.7.2HTTP server cookie parsing and serializationINDIRECT0
css-parse • 2.0.0CSS parserINDIRECT9
css • 2.2.4CSS parser / stringifierINDIRECT8
csv-generate • 3.4.3CSV and object generation implementing the Node.js `stream.Readable` APIINDIRECT0
csv-parse • 4.16.3CSV parsing implementing the Node.js `stream.Transform` APIINDIRECT0
csv-stringify • 5.6.5CSV stringifier implementing the Node.js `stream.Transform` APIINDIRECT0
csv • 5.5.3A mature CSV toolset with simple api, full of options and tested against large datasets.DIRECT5
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.1.0small debugging utilityINDIRECT1
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
depd • 1.1.2Deprecate all the thingsINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
dom-serializer • 1.4.1render domhandler DOM nodes to a stringINDIRECT3
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
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
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
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
events • 1.1.1Node's event emitter for all engines.INDIRECT0
express • 4.21.1Fast, unopinionated, minimalist web frameworkDIRECT64
finalhandler • 1.3.1Node.js final http responderINDIRECT9
for-each • 0.3.3A better forEachINDIRECT1
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.DIRECT6
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
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
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
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
he • 1.2.0A robust HTML entities encoder/decoder with full Unicode support.INDIRECT0
html-to-text • 7.1.1Advanced html to plain text converterINDIRECT9
htmlparser2 • 6.1.0Fast & forgiving HTML/XML parserINDIRECT5
http-errors • 1.8.1Create HTTP error objectsINDIRECT5
http-errors • 2.0.0Create 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-arguments • 1.1.1Is this an arguments object? It's a harder question than you think.INDIRECT13
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-generator-function • 1.0.10Determine if a function is a native generator function.INDIRECT2
is-typed-array • 1.1.13Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT18
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
lodash • 4.17.21Lodash modular utilities.DIRECT0
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
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 mappingDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mixme • 0.5.10A library for recursively merging JavaScript objectsINDIRECT0
mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`INDIRECT0
moment • 2.30.1Parse, validate, manipulate, and display datesDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multiparty • 4.2.3multipart/form-data parser which supports streamingDIRECT9
negotiator • 0.6.3HTTP content negotiationINDIRECT0
nodemailer-html-to-text • 3.2.0Generate text content from html for Nodemailer e-mailsDIRECT10
object-inspect • 1.13.2string representations of objects in node and the browserINDIRECT0
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
on-headers • 1.0.2Execute a listener when a response is about to write headersINDIRECT0
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
parseurl • 1.3.3parse a url with memoizationINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-to-regexp • 0.1.10Express style path to RegExp utilityINDIRECT0
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
proxy-addr • 2.0.7Determine address of proxied requestINDIRECT2
punycode • 1.3.2A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
querystring • 0.2.0Node's querystring module for all engines.INDIRECT0
random-bytes • 1.0.0URL and cookie safe UIDsINDIRECT0
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.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
send • 0.19.0Better streaming static file server with Range and conditional-GET supportINDIRECT18
serve-static • 1.16.2Serve static filesINDIRECT21
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
source-map-resolve • 0.5.3Resolve the source map and/or sources for a generated file.INDIRECT5
source-map-url • 0.4.1Tools for working with sourceMappingURL comments.INDIRECT0
statuses • 1.5.0HTTP status utilityINDIRECT0
statuses • 2.0.1HTTP status utilityINDIRECT0
stream-transform • 2.1.3Object transformations implementing the Node.js `stream.Transform` APIINDIRECT1
stylus • 0.54.8Robust, expressive, and feature-rich CSS supersetDIRECT27
through • 2.3.8simplified stream constructionDIRECT0
tmp • 0.0.31Temporary file and directory creatorDIRECT1
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
uid-safe • 2.1.5URL and cookie safe UIDsINDIRECT1
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.INDIRECT0
url • 0.10.3The core `url` packaged standalone for use with Browserify.INDIRECT2
util • 0.12.5Node.js's util module for all enginesINDIRECT22
utils-merge • 1.0.1merge() utility functionINDIRECT0
uuid • 8.0.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
which-typed-array • 1.1.15Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
ws • 6.2.3Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsDIRECT1
xml2js • 0.6.2Simple XML to JavaScript object converter.INDIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
ISC11
PackageRelationDependenciesPublished
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 7.2.3a little globberINDIRECT10
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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
sax • 1.2.1An evented streaming XML parser in JavaScriptINDIRECT0
sax • 1.2.4An evented streaming XML parser in JavaScriptINDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause4
PackageRelationDependenciesPublished
ieee754 • 1.1.13Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT14
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
source-map • 0.7.4Generates and consumes source mapsINDIRECT0
BSD-2-Clause4
PackageRelationDependenciesPublished
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 4.3.1Handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 2.8.0Utilities for working with htmlparser2's domINDIRECT4
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
Apache-2.03
PackageRelationDependenciesPublished
aws-sdk • 2.1691.0AWS SDK for JavaScriptDIRECT36
ejs • 2.7.4Embedded JavaScript templatesDIRECT0
jmespath • 0.16.0JMESPath implementation in javascriptINDIRECT0
LGPL-3.02
PackageRelationDependenciesPublished
jsharmony-db • 1.11.0jsHarmony Database CoreDIRECT2
jsharmony-validate • 1.3.0Validation function for jsHarmonyDIRECT1
MIT-01
PackageRelationDependenciesPublished
nodemailer • 6.9.15Easy as cake e-mail sending from your Node.js applicationsDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.35.0 version:

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