licenses.dev

cdk v0.0.0

Cognitive Development Kit

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT82
PackageRelationDependenciesPublished
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
asn1 • 0.1.11Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT0
asn1 • 0.2.6Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT1
assert-plus • 0.1.5Extra assertions on top of node's assert moduleINDIRECT0
assert-plus • 0.2.0Extra assertions on top of node's assert moduleINDIRECT0
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
bignumber.js • 1.1.1A library for arbitrary-precision decimal and non-decimal arithmeticINDIRECT0
bl • 1.0.3Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT7
bluebird • 2.11.0Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
bufferutil • 4.1.0WebSocket buffer utilsINDIRECT1
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
cookie • 0.2.4cookie parsing and serializationINDIRECT0
core-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
ctype • 0.5.3read and write binary structures and data typesINDIRECT0
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
debug • 2.6.9small debugging utilityINDIRECT1
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
duplexer • 0.1.2Creates a duplex streamINDIRECT0
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
es6-iterator • 2.0.3Iterator abstraction based on ES6 specificationINDIRECT8
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
extsprintf • 1.3.0extended POSIX-style sprintfINDIRECT0
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
for-own • 0.1.5Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.INDIRECT1
form-data • 1.0.1A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT6
generate-function • 2.3.1Module that helps you write generated functions in NodeINDIRECT1
generate-object-property • 1.2.0Generate safe JS code that can used to reference a object propertyINDIRECT1
getpass • 0.1.7getpass for node.jsINDIRECT1
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
hnp • 0.0.1The hasNestedProperty method missing in Object. This module does not extend Object.INDIRECT0
http-signature • 0.11.0Reference implementation of Joyent's HTTP Signature scheme.INDIRECT3
http-signature • 1.1.1Reference implementation of Joyent's HTTP Signature scheme.INDIRECT16
httperror • 0.2.3HTTPError extends Error. var err = new HTTPError(req,res,'my message');INDIRECT1
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-my-ip-valid • 1.0.1A small lib to validate IP addresses.INDIRECT0
is-my-json-valid • 2.20.6A [JSONSchema](https://json-schema.org/) validator that uses code generation to be extremely fast.INDIRECT6
is-property • 1.0.2Tests if a JSON property can be accessed using . syntaxINDIRECT0
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
jsbn • 0.1.1The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.INDIRECT0
json-bigint • 0.1.4JSON.parse with bigints supportINDIRECT1
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
jsonpointer • 5.0.1Simple JSON Addressing.INDIRECT0
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
lodash.get • 4.4.2The lodash method `_.get` exported as a module.INDIRECT0
lodash • 4.18.1Lodash modular utilities.INDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
node-gyp-build • 4.8.4Build tool and bindings loader for node-gyp that supports prebuildsINDIRECT0
object.omit • 2.0.1Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.INDIRECT3
object.pick • 1.1.2Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.INDIRECT2
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
process-nextick-args • 1.0.7process.nextTick but always with argsINDIRECT0
readable-stream • 2.0.6Streams3, a user-land copy of the stream library from Node.jsINDIRECT6
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
solr-client • 0.6.0 A Solr client library for indexing, adding, deleting, committing, optimizing and searching documents within an Apache Solr installation (version>=3.2)INDIRECT62
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string • 3.3.1string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.INDIRECT0
stringstream • 0.0.6Encode and decode streams into string streamsINDIRECT0
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
utf-8-validate • 5.0.10Check if a buffer contains valid UTF-8INDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
vcap_services • 0.1.7Parse and return service credentials from VCAP_SERVICES.INDIRECT0
verror • 1.10.0richer JavaScript errorsINDIRECT3
xtend • 4.0.2extend like a bossINDIRECT0
yaeti • 0.0.6Yet Another EventTarget ImplementationINDIRECT0
ISC11
PackageRelationDependenciesPublished
d • 1.0.2Property descriptor factoryINDIRECT8
es5-ext • 0.10.64ECMAScript extensions and shimsINDIRECT8
es6-symbol • 3.1.4ECMAScript 6 Symbol polyfillINDIRECT8
esniff • 2.0.1Low footprint ECMAScript source code parserINDIRECT8
ext • 1.7.0JavaScript utilities with respect to emerging standardINDIRECT1
har-validator • 1.8.0Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT16
har-validator • 2.0.6Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT17
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
next-tick • 1.1.0Environment agnostic nextTick polyfillINDIRECT0
type • 2.7.3Runtime validation and processing of JavaScript typesINDIRECT0
Apache-2.010
PackageRelationDependenciesPublished
aws-sign2 • 0.5.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
aws-sign2 • 0.6.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
caseless • 0.11.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
oauth-sign • 0.8.2OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.63.0Simplified HTTP request client.INDIRECT53
request • 2.69.0Simplified HTTP request client.INDIRECT69
tunnel-agent • 0.4.3HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT0
watson-developer-cloud • 1.3.3Client library to use the IBM Watson Services and AlchemyAPIDIRECT116
websocket • 1.0.35Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.INDIRECT17
BSD-3-Clause10
PackageRelationDependenciesPublished
bcrypt-pbkdf • 1.0.2Port of the OpenBSD bcrypt_pbkdf function to pure JSINDIRECT1
boom • 2.10.1HTTP-friendly error objectsINDIRECT1
cryptiles • 2.0.5General purpose crypto utilitiesINDIRECT2
csv-stringify • 1.0.4CSV stringifier implementing the Node.js `stream.Transform` APIINDIRECT1
hawk • 3.1.3HTTP Hawk Authentication SchemeINDIRECT4
hoek • 2.16.3General purpose node utilitiesINDIRECT0
qs • 5.1.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
qs • 6.0.6A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
sntp • 1.0.9SNTP ClientINDIRECT1
tough-cookie • 2.2.2RFC6265 Cookies and Cookie Jar for node.jsINDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
JSONStream • 1.0.7rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)INDIRECT2
unknown1
PackageRelationDependenciesPublished
node-uuid • 1.4.8Rigorous implementation of RFC4122 (v1 and v4) UUIDs.INDIRECT0
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
Unlicense1
PackageRelationDependenciesPublished
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.0.0 version:

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