licenses.dev

watchify-cache v2.0.0

watchify, with an optionally persistent cache. [email protected]

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT165
PackageRelationDependenciesPublished
acorn-walk • 7.2.0ECMAScript (ESTree) AST walkerINDIRECT0
acorn • 7.4.1ECMAScript parserINDIRECT0
asn1.js • 4.10.1ASN.1 encoder and decoderINDIRECT3
assert • 1.5.1The node.js assert module, re-packaged for web browsers.INDIRECT25
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
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
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
bn.js • 4.12.3Big number implementation in pure javascriptINDIRECT0
bn.js • 5.2.3Big number implementation in pure javascriptINDIRECT0
brace-expansion • 1.1.14Brace expansion as known from sh/bashINDIRECT2
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
browser-pack • 6.1.0pack node-style source files from a json stream into a browser bundleINDIRECT21
browser-resolve • 2.0.0resolve which handles browser field support in package.jsonINDIRECT7
browserify-aes • 1.2.0aes, for browserifyINDIRECT48
browserify-cipher • 1.0.1ciphers for the browserINDIRECT52
browserify-des • 1.0.2browserify-des ===INDIRECT35
browserify-rsa • 4.1.1RSA for browserifyINDIRECT3
browserify-zlib • 0.2.0Full zlib module for the browserINDIRECT1
browserify • 16.5.2browser-side require() the node wayDIRECT172
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
buffer-xor • 1.0.3A simple module for bitwise-xor on buffersINDIRECT0
buffer • 5.2.1Node.js Buffer API, for the browserINDIRECT2
builtin-status-codes • 3.0.0The map of HTTP status codes from the builtin http moduleINDIRECT0
cached-path-relative • 1.1.0Memoize the results of the path.relative functionINDIRECT0
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.9Robustly `.call.bind()` a functionINDIRECT18
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT15
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryDIRECT14
cipher-base • 1.0.7abstract base class for crypto-streamsINDIRECT32
combine-source-map • 0.8.0Add source maps of multiple files, offset them and then combine them into one source mapINDIRECT4
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
constants-browserify • 1.0.0node's constants module for the browserINDIRECT0
convert-source-map • 1.1.3Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
create-ecdh • 4.0.4createECDH but browserifiableINDIRECT8
create-hash • 1.2.0create hashes for browserifyINDIRECT45
create-hmac • 1.1.7node style hmacs in the browserINDIRECT46
crypto-browserify • 3.12.1implementation of crypto for the browserINDIRECT72
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
defined • 1.0.1return the first argument that is `!== undefined`DIRECT0
deps-sort • 2.0.1sort module-deps output for deterministic browserify bundlesINDIRECT17
des.js • 1.1.0DES implementationINDIRECT2
detective • 5.2.1find all require() calls by walking the ASTINDIRECT6
diffie-hellman • 5.0.3pure js diffie-hellmanINDIRECT5
domain-browser • 1.2.0Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.INDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
elliptic • 6.6.1EC cryptographyINDIRECT7
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
events • 2.1.0Node's event emitter for all engines.INDIRECT0
evp_bytestokey • 1.0.3The insecure key derivation algorithm from OpenSSLINDIRECT4
fast-safe-stringify • 2.1.1Safely and quickly serialize JavaScript objectsINDIRECT0
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
for-each • 0.3.5A better forEachINDIRECT1
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
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-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
has • 1.0.4Object.prototype.hasOwnProperty.call shortcutINDIRECT0
hash-base • 3.0.5abstract base class for hash-streamsINDIRECT2
hash-base • 3.1.2abstract base class for hash-streamsINDIRECT39
hash.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
hasown • 2.0.3A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
htmlescape • 1.1.1Properly escape JSON for usage as an object literal inside of a `<script>` tagINDIRECT0
https-browserify • 1.0.0https module compatability for browserifyINDIRECT0
inline-source-map • 0.6.3Adds source mappings and base64 encodes them, so they can be inlined in your generated file.INDIRECT1
insert-module-globals • 7.2.1insert implicit module globals into a module-deps streamINDIRECT31
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-core-module • 2.16.2Is this specifier a node.js core module?INDIRECT2
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-typed-array • 1.1.15Is 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.INDIRECT26
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
json-stable-stringify • 0.0.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT1
jsonfile • 5.0.0Easily read/write JSON files.DIRECT2
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
labeled-stream-splicer • 2.0.2stream splicer with labelsINDIRECT9
lodash.memoize • 3.0.4The modern build of lodash’s `_.memoize` as a module.INDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
md5.js • 1.3.5node style md5 on pure JavaScriptINDIRECT3
miller-rabin • 4.0.1Miller Rabin algorithm for primality testINDIRECT2
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp-classic • 0.5.3Mirror of mkdirp 0.5.2INDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`DIRECT1
module-deps • 6.2.3walk the dependency graph to generate json output that can be fed into browser-packINDIRECT36
normalize-path • 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.INDIRECT0
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
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.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT22
os-browserify • 0.3.0The [os](https://nodejs.org/api/os.html) module from node.js, but for browsers.INDIRECT0
outpipe • 1.1.1write output to a file through shell commandsDIRECT1
parents • 1.0.1return all the parent directories for a directoryINDIRECT1
path-browserify • 0.0.1the path module from node core for browsersINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-platform • 0.11.15Provide access to win32 and posix path operations; sourced directly from upstream Node.jsINDIRECT0
pbkdf2 • 3.1.5This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()INDIRECT47
picomatch • 2.3.2Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.INDIRECT0
possible-typed-array-names • 1.1.0A simple list of possible Typed Array names.INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
process • 0.11.10process information for node.js and browsersINDIRECT0
public-encrypt • 4.0.3browserify version of publicEncrypt & privateDecryptINDIRECT58
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
randomfill • 1.0.4random fill from browserify stand aloneINDIRECT2
read-only-stream • 2.0.0wrap a readable/writable stream to be read-onlyINDIRECT8
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
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
ripemd160 • 2.0.3Compute ripemd160 of bytes or strings.INDIRECT40
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT17
shasum • 1.0.2Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.INDIRECT35
shell-quote • 1.8.4quote and parse shell commandsINDIRECT0
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.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT20
simple-concat • 1.0.1Super-minimalist version of `concat-stream`. Less than 15 lines!INDIRECT0
stream-browserify • 2.0.2the stream module from node core for browsersINDIRECT8
stream-combiner2 • 1.1.1This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.INDIRECT9
stream-http • 3.2.0Streaming http in the browserINDIRECT7
stream-splicer • 2.0.1streaming pipeline with a mutable configurationINDIRECT8
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
subarg • 1.0.0parse arguments with recursive contextsINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
syntax-error • 1.4.0detect and report syntax errors in source code stringsINDIRECT4
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
through2 • 3.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseDIRECT8
timers-browserify • 1.4.2timers module for browserifyINDIRECT1
to-buffer • 1.2.2Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.INDIRECT30
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
tty-browserify • 0.0.1the tty module from node core for browsersINDIRECT0
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT27
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
umd • 3.0.3Universal Module Definition for use in automated build systemsINDIRECT0
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
url • 0.11.4The core `url` packaged standalone for use with Browserify.INDIRECT23
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util • 0.10.4Node.JS util moduleINDIRECT1
vm-browserify • 1.1.2vm module for the browserINDIRECT0
which-typed-array • 1.1.20Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT25
xtend • 4.0.2extend like a bossDIRECT0
ISC14
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsDIRECT2
browserify-sign • 4.2.6adds node crypto signing for browsersINDIRECT63
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.3Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
minimatch • 3.1.5a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
parse-asn1 • 5.1.9utility library for parsing asn1 files for use with browserify-sign.INDIRECT54
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
Apache-2.05
PackageRelationDependenciesPublished
acorn-node • 1.8.2the acorn javascript parser, preloaded with plugins for syntax parity with recent node versionsINDIRECT3
dash-ast • 1.0.0walk an AST, quicklyINDIRECT0
get-assigned-identifiers • 1.2.0get a list of identifiers that are initialised by a JavaScript AST node.INDIRECT0
shasum-object • 1.0.1get the shasum of a buffer or objectINDIRECT1
undeclared-identifiers • 1.1.3find undeclared identifiers and property accesses in a javascript file.INDIRECT7
BSD-3-Clause4
PackageRelationDependenciesPublished
duplexer2 • 0.1.4Like duplexer but using streams3INDIRECT8
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
qs • 6.15.2A querystring parser that supports nesting and arrays, with a depth limitINDIRECT21
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
unknown2
PackageRelationDependenciesPublished
console-browserify • 1.2.0Emulate console for all the browsersINDIRECT0
querystring-es3 • 0.2.1Node's querystring module for all engines. (ES3 compat fork)INDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
JSONStream • 1.3.5rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)INDIRECT2
MIT AND Zlib1
PackageRelationDependenciesPublished
pako • 1.0.11zlib port to javascript - fast, modularized, with browser supportINDIRECT0
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.12Streamable SHA hashes in pure javascriptINDIRECT32
non-standard1
PackageRelationDependenciesPublished
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.0.0 version:

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