licenses.dev

gpc-ko-treeview v0.1.0

GPC Knockout-based TreeView widget

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT164
PackageRelationDependenciesPublished
acorn-walk • 7.2.0ECMAScript (ESTree) AST walkerINDIRECT0
acorn • 4.0.13ECMAScript parserINDIRECT0
acorn • 5.7.4ECMAScript parserINDIRECT0
acorn • 7.4.1ECMAScript parserINDIRECT0
almond • 0.3.3A minimal AMD API implementation for use in optimized browser builds.DIRECT0
asn1.js • 4.10.1ASN.1 encoder and decoderINDIRECT3
assert • 1.3.0commonjs assert - node.js api compatibleINDIRECT2
astw • 2.2.0walk the ast with references to parent nodesINDIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 0.0.8Base64 encoding/decoding in pure JSINDIRECT0
bn.js • 4.12.1Big number implementation in pure javascriptINDIRECT0
bn.js • 5.2.1Big number implementation in pure javascriptINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
browser-pack • 4.0.4pack node-style source files from a json stream into a browser bundleINDIRECT21
browser-resolve • 1.11.3resolve which handles browser field support in package.jsonINDIRECT1
browserify-aes • 1.2.0aes, for browserifyINDIRECT10
browserify-cipher • 1.0.1ciphers for the browserINDIRECT14
browserify-des • 1.0.2browserify-des ===INDIRECT5
browserify-rsa • 4.1.1RSA for browserifyINDIRECT3
browserify-zlib • 0.1.4Full zlib module for browserifyINDIRECT1
browserify • 9.0.8browser-side require() the node wayDIRECT176
buffer-xor • 1.0.3A simple module for bitwise-xor on buffersINDIRECT0
buffer • 3.6.2Node.js Buffer API, for the browserINDIRECT3
builtins • 0.0.7List of node.js builtin modulesINDIRECT0
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
cipher-base • 1.0.6abstract base class for crypto-streamsINDIRECT2
combine-source-map • 0.3.0Add source maps of multiple files, offset them and then combine them into one source mapINDIRECT5
combine-source-map • 0.6.1Add source maps of multiple files, offset them and then combine them into one source mapINDIRECT5
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.4.11writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT6
constants-browserify • 0.0.1node's constants module for the browserINDIRECT0
convert-source-map • 0.3.5Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
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 browserifyINDIRECT7
create-hmac • 1.1.7node style hmacs in the browserINDIRECT8
crypto-browserify • 3.12.1implementation of crypto for the browserINDIRECT41
css-parse • 1.7.0CSS parserINDIRECT0
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
defined • 0.0.0return the first argument that is `!== undefined`INDIRECT0
defined • 1.0.1return the first argument that is `!== undefined`INDIRECT0
deps-sort • 1.3.9sort module-deps output for deterministic browserify bundlesINDIRECT17
des.js • 1.1.0DES implementationINDIRECT2
detective • 4.7.1find all require() calls by walking the ASTINDIRECT2
diffie-hellman • 5.0.3pure js diffie-hellmanINDIRECT5
domain-browser • 1.1.7Node'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.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
events • 1.0.2Node's event emitter for all engines.INDIRECT0
evp_bytestokey • 1.0.3The insecure key derivation algorithm from OpenSSLINDIRECT4
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
has • 1.0.4Object.prototype.hasOwnProperty.call shortcutINDIRECT0
hash-base • 3.0.5abstract base class for hash-streamsINDIRECT2
hash.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
https-browserify • 0.0.1https module compatability for browserifyINDIRECT0
inline-source-map • 0.3.1Adds source mappings and base64 encodes them, so they can be inlined in your generated file.INDIRECT2
inline-source-map • 0.5.0Adds source mappings and base64 encodes them, so they can be inlined in your generated file.INDIRECT2
insert-module-globals • 6.6.3insert implicit module globals into a module-deps streamINDIRECT23
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT14
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
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 • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
json-stable-stringify • 0.0.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT1
jsonparse • 0.0.5This is a pure-js JSON streaming parser for node.jsINDIRECT0
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
knockout • 3.5.1Knockout makes it easier to create rich, responsive UIs with JavaScriptDIRECT0
labeled-stream-splicer • 1.0.2stream splicer with labelsINDIRECT10
lexical-scope • 1.2.0detect global and local lexical identifiers from javascript source codeINDIRECT2
lodash.flatten • 4.4.0The lodash method `_.flatten` exported as a module.INDIRECT0
lodash.memoize • 3.0.4The modern build of lodash’s `_.memoize` as a module.INDIRECT0
lodash.merge • 4.6.2The Lodash method `_.merge` exported as a module.INDIRECT0
lodash.uniq • 4.5.0The lodash method `_.uniq` exported 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 • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
module-deps • 3.9.1walk the dependency graph to generate json output that can be fed into browser-packINDIRECT32
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nib • 1.2.0Stylus mixins and utilitiesDIRECT0
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
os-browserify • 0.1.2os-browserify =============INDIRECT0
pako • 0.2.9zlib port to javascript - fast, modularized, with browser supportINDIRECT0
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.2This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()INDIRECT9
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
process • 0.10.1process information for node.js and browsersINDIRECT0
process • 0.11.10process information for node.js and browsersINDIRECT0
public-encrypt • 4.0.3browserify version of publicEncrypt & privateDecryptINDIRECT20
punycode • 1.2.4A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
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
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
randomfill • 1.0.4random fill from browserify stand aloneINDIRECT2
read-only-stream • 1.1.1wrap a readable/writable stream to be read-onlyINDIRECT6
readable-stream • 1.0.34Streams2, a user-land copy of the stream library from Node.js v0.10.xINDIRECT4
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xINDIRECT4
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-wrap • 1.0.0upgrade streams1 to streams2 streams as a standalone moduleINDIRECT5
regexp.prototype.flags • 1.5.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT20
resolve • 1.1.7resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
ripemd160 • 2.0.2Compute ripemd160 of bytes or strings.INDIRECT3
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 propertyINDIRECT14
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
shallow-copy • 0.0.1make a shallow copy of an object or arrayINDIRECT0
shasum • 1.0.2Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.INDIRECT5
shell-quote • 0.0.1quote and parse shell commandsINDIRECT0
stream-browserify • 1.0.0the stream module from node core for browsersINDIRECT5
stream-combiner2 • 1.0.2This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams2.INDIRECT9
stream-splicer • 1.3.2streaming pipeline with a mutable configurationINDIRECT9
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
stylify • 1.4.0browserify plugin for stylusDIRECT39
stylus • 0.54.5Robust, expressive, and feature-rich CSS supersetINDIRECT19
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 • 0.5.1A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT6
through2 • 1.1.1A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT6
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
timers-browserify • 1.4.2timers module for browserifyINDIRECT1
tty-browserify • 0.0.1the tty module from node core for browsersINDIRECT0
typedarray • 0.0.7TypedArray polyfill for old browsersINDIRECT0
umd • 3.0.3Universal Module Definition for use in automated build systemsINDIRECT0
underscore • 1.13.7JavaScript's functional programming helper library.DIRECT0
url • 0.10.3The core `url` packaged standalone for use with Browserify.INDIRECT2
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util • 0.10.3Node.JS util moduleINDIRECT1
util • 0.10.4Node.JS util moduleINDIRECT1
vm-browserify • 0.0.4vm module for the browserINDIRECT1
xtend • 3.0.0extend like a bossINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
ISC15
PackageRelationDependenciesPublished
browserify-sign • 4.2.3adds node crypto signing for browsersINDIRECT32
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 4.5.3a little globberINDIRECT8
glob • 7.0.6a little globberINDIRECT10
glob • 7.2.3a little globberINDIRECT10
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.1Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
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 • 2.0.10a glob matcher in javascriptINDIRECT3
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
parse-asn1 • 5.1.7utility library for parsing asn1 files for use with browserify-sign.INDIRECT16
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause4
PackageRelationDependenciesPublished
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
source-map • 0.1.43Generates and consumes source mapsINDIRECT1
source-map • 0.3.0Generates and consumes source mapsINDIRECT1
source-map • 0.4.4Generates and consumes source mapsINDIRECT1
unknown3
PackageRelationDependenciesPublished
console-browserify • 1.2.0Emulate console for all the browsersINDIRECT0
indexof • 0.0.1Microsoft sucksINDIRECT0
querystring-es3 • 0.2.1Node's querystring module for all engines. (ES3 compat fork)INDIRECT0
non-standard3
PackageRelationDependenciesPublished
duplexer2 • 0.0.2Like duplexer (http://npm.im/duplexer) but using streams2INDIRECT5
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
sax • 0.5.8An evented streaming XML parser in JavaScriptINDIRECT0
Apache-2.0 OR MIT2
PackageRelationDependenciesPublished
JSONStream • 0.10.0rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)INDIRECT2
JSONStream • 1.3.5rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)INDIRECT2
MIT OR X112
PackageRelationDependenciesPublished
commondir • 0.0.1Compute the closest common parent for file pathsINDIRECT0
http-browserify • 1.7.0http module compatability for browserifyINDIRECT2
WTFPL1
PackageRelationDependenciesPublished
jadeify • 4.7.0A browserify transform for turning .jade files into template functionsDIRECT1
Apache-2.0 OR WTFPL1
PackageRelationDependenciesPublished
Base64 • 0.2.1Base64 encoding and decodingINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
acorn-node • 1.8.2the acorn javascript parser, preloaded with plugins for syntax parity with recent node versionsINDIRECT3
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.11Streamable SHA hashes in pure javascriptINDIRECT2
BSD-3-Clause OR MIT1
PackageRelationDependenciesPublished
amdefine • 1.0.1Provide AMD's define() API for declaring modules in the AMD formatINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.0 version:

[![licenses](https://licenses.dev/b/npm/gpc-ko-treeview/0.1.0)](https://licenses.dev/npm/gpc-ko-treeview/0.1.0)
<a href="https://licenses.dev/npm/gpc-ko-treeview/0.1.0">
  <img src="https://licenses.dev/b/npm/gpc-ko-treeview/0.1.0" alt="licenses" />
</a>
GitHub