licenses.dev

@bnnvara/hub v2.0.2

## Development

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT61
PackageRelationDependenciesPublished
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
brace-expansion • 1.1.12Brace expansion as known from sh/bashINDIRECT2
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
compression-webpack-plugin • 1.1.12Prepare compressed versions of assets to serve them with Content-EncodingDIRECT72
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
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cyclist • 1.0.2Cyclist is an efficient cyclic list implemention.INDIRECT0
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
find-cache-dir • 1.0.0My well-made moduleINDIRECT10
find-up • 2.1.0Find a file by walking up parent directoriesINDIRECT5
flush-write-stream • 1.1.1A write stream constructor that supports a flush function that is called before finish is emittedINDIRECT8
from2 • 2.3.0Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"INDIRECT8
iferr • 0.1.5Higher-order functions for easier error handlingINDIRECT0
immutability-helper • 2.9.1mutate a copy of data without changing the original sourceINDIRECT3
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
invariant • 2.2.4invariantINDIRECT2
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
js-cookie • 2.2.1A simple, lightweight JavaScript API for handling cookiesDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
locate-path • 2.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
make-dir • 1.3.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
p-limit • 1.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 2.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 1.0.0`Promise#try()` ponyfill - Starts a promise chainINDIRECT0
parallel-transform • 1.2.0Transform stream that allows you to run your transforms in parallel without changing the orderINDIRECT9
path-exists • 3.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
pify • 3.0.0Promisify a callback-style functionINDIRECT0
pkg-dir • 2.0.0Find the root directory of a Node.js project or npm packageINDIRECT6
preact-compat • 3.19.0A React compatibility layer for PreactDIRECT12
preact-render-to-string • 3.8.2Render JSX to an HTML string, with support for Preact components.INDIRECT1
preact-transition-group • 1.1.1transition-group ui component for preactINDIRECT0
preact • 8.5.3Fast 3kb React alternative with the same modern API. Components & Virtual DOM.DIRECT0
pretty-format • 3.8.0Stringify any JavaScript value.INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
pump • 2.0.1pipe streams together and close all of them if one of them closesINDIRECT3
pumpify • 1.5.1Combine an array of streams into a single duplex stream using pump and duplexifyINDIRECT14
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
source-list-map • 2.0.1Fast line to line SourceMap generator.INDIRECT0
standalone-react-addons-pure-render-mixin • 0.1.1Standalone version of React's react-addon-pure-render-mixing packageINDIRECT0
stream-each • 1.2.3Iterate all the data in a streamINDIRECT4
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
webpack-sources • 1.4.3Source code handling classes for webpackINDIRECT2
whatwg-fetch • 2.0.4A window.fetch polyfill.DIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
ISC24
PackageRelationDependenciesPublished
aproba • 1.2.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
cacache • 10.0.4Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT55
chownr • 1.1.4like `chown -R`INDIRECT0
copy-concurrently • 1.0.5Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.INDIRECT27
fs-write-stream-atomic • 1.0.10Like `fs.createWriteStream(...)`, but atomic.INDIRECT11
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
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.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
lru-cache • 4.1.5A cache object that deletes the least-recently-used items.INDIRECT2
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
move-concurrently • 1.0.1Promises of moves of files or directories with rename, falling back to recursive rename/copy on EXDEV errors, with configurable concurrency and win32 junction support.INDIRECT28
once • 1.4.0Run a function exactly one timeINDIRECT1
promise-inflight • 1.0.1One promise for multiple requests in flight to avoid async duplicationINDIRECT0
pseudomap • 1.0.2A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.INDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
run-queue • 1.0.3A promise based, dynamic priority queue runner, with concurrency limiting.INDIRECT1
ssri • 5.3.0Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT1
unique-filename • 1.1.1Generate a unique filename for use in temporary directories or caches.INDIRECT2
unique-slug • 2.0.2Generate a unique character string suitible for use in files and URLs.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yallist • 2.1.2Yet Another Linked ListINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
serialize-javascript • 1.9.1Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
preact-context • 1.1.4React's new Context Api for preactINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
mississippi • 2.0.0a collection of useful streamsINDIRECT25
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.0.2 version:

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