licenses.dev

channelape-web-service-sdk v1.1.0

Common services, controllers, and models for ChannelApe TypeScript and JavaScript web services.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT105
PackageRelationDependenciesPublished
accepts • 1.3.8Higher-level content negotiationINDIRECT3
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
async • 1.0.0Higher-order functions and common patterns for asynchronous codeINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
axios • 0.21.2Promise based HTTP client for the browser and node.jsINDIRECT1
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
body-parser • 1.20.3Node.js body parsing middlewareINDIRECT39
buffer • 4.9.2Node.js Buffer API, for the browserINDIRECT3
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
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 functionINDIRECT14
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT11
colors • 1.0.3get colors in your node.js consoleINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
content-disposition • 0.5.4Create and parse Content-Disposition headerINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
cookie-signature • 1.0.6Sign and unsign cookiesINDIRECT0
cookie • 0.7.1HTTP server cookie parsing and serializationINDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
encodeurl • 2.0.0Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
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.0.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
events • 1.1.1Node's event emitter for all engines.INDIRECT0
express • 4.21.2Fast, unopinionated, minimalist web frameworkDIRECT67
finalhandler • 1.3.1Node.js final http responderINDIRECT9
follow-redirects • 1.15.9HTTP and HTTPS modules that follow redirects.INDIRECT0
for-each • 0.3.3A better forEachINDIRECT1
forwarded • 0.2.0Parse HTTP X-Forwarded-For headerINDIRECT0
fresh • 0.5.2HTTP response freshness testingINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.2.6Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT10
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
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
ipaddr.js • 1.9.1A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT13
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-generator-function • 1.0.10Determine if a function is a native generator function.INDIRECT2
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.INDIRECT22
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
json2csv • 4.5.4Convert JSON to CSVDIRECT3
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
lodash.get • 4.4.2The lodash method `_.get` exported as a module.INDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
merge-descriptors • 1.0.3Merge objects using descriptorsINDIRECT0
methods • 1.1.2HTTP methods that node supportsINDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
moment • 2.30.1Parse, validate, manipulate, and display datesDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
negotiator • 0.6.3HTTP content negotiationINDIRECT0
nodemailer • 4.7.0Easy as cake e-mail sending from your Node.js applicationsDIRECT0
object-inspect • 1.13.3string representations of objects in node and the browserINDIRECT0
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
parseurl • 1.3.3parse a url with memoizationINDIRECT0
path-to-regexp • 0.1.12Express style path to RegExp utilityINDIRECT0
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
proxy-addr • 2.0.7Determine address of proxied requestINDIRECT2
punycode • 1.3.2A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D)INDIRECT0
querystring • 0.2.0Node's querystring module for all engines.INDIRECT0
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
send • 0.19.0Better streaming static file server with Range and conditional-GET supportINDIRECT18
serve-static • 1.16.2Serve static filesINDIRECT21
set-function-length • 1.2.2Set a function's length propertyINDIRECT13
side-channel-list • 1.0.0Store 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 MapINDIRECT13
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT14
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT16
stack-trace • 0.0.10Get v8 stack traces as an array of CallSite objects.INDIRECT0
statuses • 2.0.1HTTP status utilityINDIRECT0
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
url • 0.10.3The core `url` packaged standalone for use with Browserify.INDIRECT2
util • 0.12.5Node.js's util module for all enginesINDIRECT26
utils-merge • 1.0.1merge() utility functionINDIRECT0
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsDIRECT0
uuid • 8.0.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
which-typed-array • 1.1.18Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT21
winston • 2.4.2A multi-transport async logging library for Node.jsINDIRECT6
xml2js • 0.4.23Simple XML to JavaScript object converter.DIRECT2
xml2js • 0.6.2Simple XML to JavaScript object converter.INDIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
Apache-2.05
PackageRelationDependenciesPublished
aws-sdk • 2.1692.0AWS SDK for JavaScriptDIRECT40
channelape-logger • 0.1.6Common logger for all ChannelApe TypeScript and JavaScript projects.DIRECT7
channelape-logger • 0.2.0Common logger for all ChannelApe TypeScript and JavaScript projects.INDIRECT0
channelape-sdk • 1.49.1A client for interacting with ChannelApe's APIDIRECT23
jmespath • 0.16.0JMESPath implementation in javascriptINDIRECT0
BSD-3-Clause4
PackageRelationDependenciesPublished
csv-parse • 3.2.0CSV parsing implementing the Node.js `stream.Transform` APIDIRECT0
ieee754 • 1.1.13Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT17
qs • 6.13.1A querystring parser that supports nesting and arrays, with a depth limitINDIRECT17
ISC3
PackageRelationDependenciesPublished
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
sax • 1.2.1An evented streaming XML parser in JavaScriptINDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
unknown2
PackageRelationDependenciesPublished
cycle • 1.0.3decycle your jsonINDIRECT0
eyes • 0.1.8a customizable value inspectorINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
dotenv • 5.0.1Loads environment variables from .env fileDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/channelape-web-service-sdk)](https://licenses.dev/npm/channelape-web-service-sdk)
<a href="https://licenses.dev/npm/channelape-web-service-sdk">
  <img src="https://licenses.dev/b/npm/channelape-web-service-sdk" alt="licenses" />
</a>

Or the licenses badge code for the 1.1.0 version:

[![licenses](https://licenses.dev/b/npm/channelape-web-service-sdk/1.1.0)](https://licenses.dev/npm/channelape-web-service-sdk/1.1.0)
<a href="https://licenses.dev/npm/channelape-web-service-sdk/1.1.0">
  <img src="https://licenses.dev/b/npm/channelape-web-service-sdk/1.1.0" alt="licenses" />
</a>
GitHub