licenses.dev

asp-sdk v1.0.1

[![npm version](https://badge.fury.io/js/angular2-expandable-list.svg)](https://badge.fury.io/js/angular2-expandable-list) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettie

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT127
PackageRelationDependenciesPublished
@koa/cors • 3.4.3Cross-Origin Resource Sharing(CORS) for koaDIRECT1
accepts • 1.3.8Higher-level content negotiationINDIRECT3
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
axios • 0.24.0Promise based HTTP client for the browser and node.jsDIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
brace-expansion • 1.1.11Brace 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
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
cache-content-type • 1.0.1Create a full Content-Type header given a MIME type or extension and catch the resultINDIRECT3
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryINDIRECT14
co-body • 6.2.0request body parsing for coINDIRECT36
co • 4.6.0generator async control flow goodnessINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
config • 3.3.12Configuration control for production node deploymentsDIRECT1
content-disposition • 0.5.4Create and parse Content-Disposition headerINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
cookies • 0.9.1Cookies, optionally signed using Keygrip.INDIRECT3
copy-to • 2.0.1copy an object's properties to another objectINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
debug • 3.2.7small debugging utilityINDIRECT1
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
deep-equal • 1.0.1node's assert.deepEqual algorithmINDIRECT0
delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
depd • 1.1.2Deprecate all the thingsINDIRECT0
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
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.1ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
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
follow-redirects • 1.15.9HTTP and HTTPS modules that follow redirects.INDIRECT0
fresh • 0.5.2HTTP response freshness testingINDIRECT0
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.3.0Get 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-flag • 3.0.0Check if argv has a specific flagINDIRECT0
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-assert • 1.5.0assert with status codesINDIRECT7
http-errors • 1.8.1Create HTTP error objectsINDIRECT5
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
inflation • 2.1.0Easily unzip an HTTP streamINDIRECT0
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-generator-function • 1.1.0Determine if a function is a native generator function.INDIRECT16
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-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
json5 • 2.2.3JSON for HumansINDIRECT0
jsonwebtoken • 8.5.1JSON Web Token implementation (symmetric and asymmetric)DIRECT14
jwa • 1.4.1JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 3.2.2Implementation of JSON Web SignaturesINDIRECT4
keygrip • 1.1.0Key signing and verification for rotated credentialsINDIRECT1
koa-bodyparser • 4.4.1a body parser for KoaDIRECT38
koa-compose • 4.1.0compose Koa middlewareINDIRECT0
koa-convert • 2.0.0convert modern Koa legacy generator-based middleware to promise-based middlewareINDIRECT2
koa-is-json • 1.0.0check if a koa body should be interpreted as JSONINDIRECT0
koa-json • 2.0.2pretty (non-compressed) json response middlewareDIRECT11
koa-logger • 3.2.1Logging middleware for koaDIRECT10
koa-router • 10.1.1Router middleware for koa. Provides RESTful resource routing.DIRECT11
koa • 2.16.0Koa web app frameworkDIRECT55
lodash.includes • 4.3.0The lodash method `_.includes` exported as a module.INDIRECT0
lodash.isboolean • 3.0.3The lodash method `_.isBoolean` exported as a module.INDIRECT0
lodash.isinteger • 4.0.4The lodash method `_.isInteger` exported as a module.INDIRECT0
lodash.isnumber • 3.0.3The lodash method `_.isNumber` exported as a module.INDIRECT0
lodash.isplainobject • 4.0.6The lodash method `_.isPlainObject` exported as a module.INDIRECT0
lodash.isstring • 4.0.1The lodash method `_.isString` exported as a module.INDIRECT0
lodash.once • 4.1.1The lodash method `_.once` 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
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
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
negotiator • 0.6.3HTTP content negotiationINDIRECT0
nodemon • 2.0.22Simple monitor script for use during development of a Node.js app.DIRECT30
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
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
parseurl • 1.3.3parse a url with memoizationINDIRECT0
passthrough-counter • 1.0.0Get the total buffer length of a stream.INDIRECT0
path-to-regexp • 6.3.0Express style path to RegExp utilityINDIRECT0
picomatch • 2.3.1Blazing 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
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
pstree.remy • 1.1.8Collects the full tree of processes from /procINDIRECT0
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT15
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
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 MapINDIRECT14
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT15
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT17
simple-update-notifier • 1.1.0Simple update notifier to check for npm updates for cli applicationsINDIRECT1
statuses • 1.5.0HTTP status utilityINDIRECT0
statuses • 2.0.1HTTP status utilityINDIRECT0
streaming-json-stringify • 3.1.0Streaming JSON.stringify()INDIRECT9
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
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
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
tsscmp • 1.0.6Timing safe string compare using double HMACINDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
undefsafe • 2.0.5Undefined safe way of extracting object propertiesINDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
ylru • 1.4.0Extends LRU base on hashlruINDIRECT0
ISC10
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
ignore-by-default • 1.0.1A list of directories you should ignore by defaultINDIRECT0
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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 7.0.0The semantic version parser used by npm.INDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
touch • 3.1.1like touch(1) in nodeINDIRECT0
BSD-3-Clause3
PackageRelationDependenciesPublished
@hapi/bourne • 3.0.0JSON parse with prototype poisoning protectionINDIRECT0
buffer-equal-constant-time • 1.0.1Constant-time comparison of BuffersINDIRECT0
qs • 6.14.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT18
unknown2
PackageRelationDependenciesPublished
humanize-number • 0.0.2Humanize a number (1000000 -> 1,000,000)INDIRECT0
only • 0.0.2return whitelisted properties of an objectINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
dotenv • 10.0.0Loads environment variables from .env fileDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.0.1 version:

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