licenses.dev

@usehenri/mssql v0.34.3

henri mssql database connector

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT67
PackageRelationDependenciesPublished
@types/node • 22.10.6TypeScript definitions for nodeINDIRECT1
@usehenri/sequelize • 0.34.7henri sequalize class providerDIRECT52
any-promise • 1.3.0Resolve any installed ES6 compatible promiseINDIRECT0
big-number • 1.0.0Light, ultra-fast javascript implementation for BigIntegers (base arithmetic operations)INDIRECT0
bl • 2.2.1Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT9
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT15
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
connect-session-sequelize • 6.1.1Session store for connect-session using sequelizeINDIRECT30
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
debug • 3.2.7small debugging utilityINDIRECT1
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
deep-equal • 1.1.2node's assert.deepEqual algorithmINDIRECT27
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
depd • 1.1.2Deprecate all the thingsINDIRECT0
dottie • 2.0.6Fast and safe nested object access and manipulation in JavaScriptINDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
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.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
get-intrinsic • 1.2.7Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
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-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-symbols • 1.1.0Determine 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
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
inflection • 1.12.0A port of inflection-js to node.js moduleINDIRECT0
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT14
is-bluebird • 1.0.2Is this a bluebird promise I see before me?INDIRECT0
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
moment-timezone • 0.5.46Parse and display moments in any timezone.INDIRECT1
moment • 2.30.1Parse, validate, manipulate, and display datesINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
native-duplexpair • 1.0.0Make a full duplex stream with 2 Duplex endpoints, using the native version of `Duplex`INDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT18
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
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 • 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.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT20
retry-as-promised • 3.2.0Retry a failed promiseINDIRECT1
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
sequelize-pool • 1.0.2Resource pooling for Node.JSINDIRECT1
sequelize • 5.8.8Multi dialect ORM for Node.JSINDIRECT21
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
tedious • 3.0.1A TDS driver, for connecting to MS SQLServer databases.DIRECT18
toposort-class • 1.0.1Topological sort of directed acyclic graphs (like dependecy lists)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
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
validator • 10.11.0String validation and sanitizationINDIRECT0
wkx • 0.4.8A WKT/WKB/EWKT/EWKB/TWKB/GeoJSON parser and serializerINDIRECT2
BSD-2-Clause2
PackageRelationDependenciesPublished
cls-bluebird • 2.1.0Make bluebird work with the continuation-local-storage module.INDIRECT2
shimmer • 1.2.1Safe(r) monkeypatching for JavaScript.INDIRECT0
ISC2
PackageRelationDependenciesPublished
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.34.3 version:

[![licenses](https://licenses.dev/b/npm/%40usehenri%2Fmssql/0.34.3)](https://licenses.dev/npm/%40usehenri%2Fmssql/0.34.3)
<a href="https://licenses.dev/npm/%40usehenri%2Fmssql/0.34.3">
  <img src="https://licenses.dev/b/npm/%40usehenri%2Fmssql/0.34.3" alt="licenses" />
</a>
GitHub