licenses.dev

ali-oss v6.22.0

aliyun oss(object storage service) node client

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT81
PackageRelationDependenciesPublished
address • 1.2.2Get current machine IP, MAC and DNS servers.DIRECT0
agentkeepalive • 3.5.3Missing keepalive http.AgentDIRECT2
any-promise • 1.3.0Resolve any installed ES6 compatible promiseINDIRECT0
bowser • 1.9.4Lightweight browser detectorDIRECT0
builtin-status-codes • 3.0.0The map of HTTP status codes from the builtin http moduleINDIRECT0
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
copy-to • 2.0.1copy an object's properties to another objectDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
dateformat • 2.2.0A node.js package for Steven Levithan's excellent dateFormat() function.DIRECT0
debug • 4.4.0Lightweight debugging utility for Node.js and the browserDIRECT1
default-user-agent • 1.0.0Default user agent string for nodejs http requestINDIRECT5
destroy • 1.2.0destroy a stream if possibleDIRECT0
digest-header • 1.1.0Digest access authentication header helperINDIRECT0
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
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
end-or-error • 1.0.1Listen readable stream `end` or `error` event onceDIRECT0
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
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
formstream • 1.5.1A multipart/form-data encoded stream, helper for file upload.INDIRECT5
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
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
get-ready • 1.0.0mixin to add one-time ready event callback handlerDIRECT0
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
humanize-ms • 1.2.1transform humanize time to msDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
is-class-hotfix • 0.0.6Check if function is an ES6 class.INDIRECT0
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-type-of • 1.4.0complete type checking for nodeDIRECT3
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
jstoxml • 2.2.9Converts JavaScript/JSON to XML (for RSS, Podcasts, AMP, etc.)DIRECT0
lodash • 4.17.21Lodash modular utilities.DIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
merge-descriptors • 1.0.3Merge objects using descriptorsDIRECT0
mime • 2.6.0A comprehensive library for mime-type mappingDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
mz • 2.7.0modernize node.js to current ECMAScript standardsINDIRECT4
node-hex • 1.0.1Pretty-prints a BufferINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.3string representations of objects in node and the browserINDIRECT0
os-name • 1.0.3Get the name of the current operating system. Example: OS X MavericksINDIRECT4
osx-release • 1.1.0Get the name and version of a OS X release from the Darwin version. Example: 13.2.0 → {name: 'Mavericks', version: '10.9'}INDIRECT1
pause-stream • 0.0.11a ThroughStream that strictly buffers all readable events when paused.INDIRECT1
platform • 1.3.6A platform detection library that works on nearly all JavaScript platforms.DIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
pump • 3.0.2pipe streams together and close all of them if one of them closesDIRECT3
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
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
sdk-base • 2.0.1a base class for sdk with default error handlerDIRECT1
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
statuses • 1.5.0HTTP status utilityINDIRECT0
stream-http • 2.8.2Streaming http in the browserDIRECT11
stream-wormhole • 1.1.0Pipe ReadStream to a wormholeDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
thenify-all • 1.6.0Promisifies all the selected functions in an objectINDIRECT2
thenify • 3.3.1Promisify a callback-based functionINDIRECT1
through • 2.3.8simplified stream constructionINDIRECT0
to-arraybuffer • 1.0.1Get an ArrayBuffer from a Buffer as fast as possibleINDIRECT0
unescape • 1.0.1Convert HTML entities to HTML characters, e.g. `>` converts to `>`.INDIRECT2
urllib • 2.44.0Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.DIRECT55
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
utility • 1.18.0A collection of useful utilities.DIRECT12
win-release • 1.1.1Get the name of a Windows version from the release number: 5.1.2600 → XPINDIRECT1
xml2js • 0.6.2Simple XML to JavaScript object converter.DIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
ISC5
PackageRelationDependenciesPublished
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
sax • 1.4.1An evented streaming XML parser in JavaScriptINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
js-base64 • 2.6.4Yet another Base64 transcoder in pure-JSDIRECT0
qs • 6.14.0A querystring parser that supports nesting and arrays, with a depth limitDIRECT18
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 6.22.0 version:

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