licenses.dev

rippleware v0.0.18

🚣 A middleware-inspired toolbox that promotes function extensibility.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT65
PackageRelationDependenciesPublished
array-buffer-byte-length • 1.0.1Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT13
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
bindings • 1.5.0Helper module for loading your native module's .node fileINDIRECT1
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
deasync • 0.1.30Turns async function into sync via JavaScript wrapper of Node event loopDIRECT3
deep-equal • 2.2.3node's assert.deepEqual algorithmDIRECT49
deep-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaNINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT11
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
es-get-iterator • 1.1.3Get an iterator for any JS language value. Works robustly across all environments, all versions.INDIRECT22
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
file-uri-to-path • 1.0.0Convert a file: URI to a file pathINDIRECT0
for-each • 0.3.3A better forEachINDIRECT1
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.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-bigints • 1.0.2Determine if the JS environment has BigInt support.INDIRECT0
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
internal-slot • 1.0.7ES spec-like internal slotsINDIRECT14
is-arguments • 1.1.1Is this an arguments object? It's a harder question than you think.INDIRECT13
is-array-buffer • 3.0.4Is this value a JS ArrayBuffer?INDIRECT12
is-bigint • 1.0.4Is this value an ES BigInt?INDIRECT1
is-boolean-object • 1.1.2Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-date-object • 1.0.5Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-map • 2.0.3Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-number-object • 1.0.7Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-regex • 1.1.4Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT13
is-set • 2.0.3Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-shared-array-buffer • 1.0.3Is this value a JS SharedArrayBuffer?INDIRECT12
is-string • 1.0.7Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-symbol • 1.0.4Determine if a value is an ES6 Symbol or not.INDIRECT1
is-weakmap • 2.0.2Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-weakset • 2.0.3Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
jsonpath • 1.1.1Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.DIRECT15
klona • 1.1.2A tiny (423B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!DIRECT0
levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
node-addon-api • 1.7.2Node.js API (N-API)INDIRECT0
object-inspect • 1.13.2string representations of objects in node and the browserINDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT14
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object.assign • 4.1.5ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT14
optionator • 0.8.3option parsing and help generationINDIRECT6
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
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
regexp.prototype.flags • 1.5.2ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT16
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
set-function-name • 2.0.2Set a function's name propertyINDIRECT11
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
static-eval • 2.0.2evaluate statically-analyzable expressionsINDIRECT12
stop-iteration-iterator • 1.0.0Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.INDIRECT15
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.DIRECT1
underscore • 1.12.1JavaScript's functional programming helper library.INDIRECT0
which-boxed-primitive • 1.0.2Which kind of boxed JS primitive is this?INDIRECT19
which-collection • 1.0.2Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT16
which-typed-array • 1.1.15Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
word-wrap • 1.2.5Wrap words to a specified length.INDIRECT0
BSD-2-Clause5
PackageRelationDependenciesPublished
escodegen • 1.14.3ECMAScript code generatorINDIRECT11
esprima • 1.2.2ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
estraverse • 4.3.0ECMAScript JS AST traversal functionsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.0.18 version:

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