licenses.dev

@google-cloud/storage v4.7.2

Cloud Storage Client Library for Node.js

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT82
PackageRelationDependenciesPublished
@tootallnate/once • 1.1.2Creates a Promise that waits for a single eventINDIRECT0
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
arrify • 2.0.1Convert a value to an arrayDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bignumber.js • 9.1.2A library for arbitrary-precision decimal and non-decimal arithmeticINDIRECT0
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
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`.INDIRECT11
compressible • 2.0.18Compressible Content-Type / mime checkingDIRECT1
concat-stream • 2.0.0writable stream that concatenates strings or binary data and calls a callback with the resultDIRECT7
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
crypto-random-string • 2.0.0Generate a cryptographically strong random stringINDIRECT0
date-and-time • 0.14.2A Minimalist DateTime utility for Node.js and the browserDIRECT0
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
dot-prop • 5.3.0Get, set, or delete a property from a nested object using a dot pathINDIRECT1
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputDIRECT12
duplexify • 4.1.3Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT9
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
ent • 2.2.2Encode and decode HTML entitiesINDIRECT16
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
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
extend • 3.0.2Port of jQuery.extend for node.js and the browserDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
gcs-resumable-upload • 2.3.3Upload a file to Google Cloud Storage with built-in resumable behaviorDIRECT58
get-intrinsic • 1.2.6Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT10
google-p12-pem • 2.0.5Convert Google .p12 keys to .pem keys.INDIRECT1
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
gtoken • 4.1.4Node.js Google Authentication Service Account TokensINDIRECT21
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
hash-stream-validation • 0.2.4Hash a stream of data, then validateDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-proxy-agent • 4.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPINDIRECT4
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
is-obj • 2.0.0Check if a value is an objectINDIRECT0
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT13
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
json-bigint • 0.3.1JSON.parse with bigints supportINDIRECT1
jwa • 2.0.0JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 4.0.0Implementation of JSON Web SignaturesINDIRECT4
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-db • 1.53.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.DIRECT1
mime • 2.6.0A comprehensive library for mime-type mappingDIRECT0
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
onetime • 5.1.2Ensure a function is only called onceDIRECT1
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyDIRECT1
p-try • 2.2.0`Start a promise chainINDIRECT0
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 closesINDIRECT3
pumpify • 2.0.1Combine an array of streams into a single duplex stream using pump and duplexifyDIRECT11
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsDIRECT4
retry-request • 4.2.2Retry a request.INDIRECT3
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT14
snakeize • 0.1.0recursively transform key strings from camel-case to underscore-styleDIRECT0
stream-events • 1.0.5Get an event when you're being sent data or asked for it.DIRECT1
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
stubs • 3.0.0Easy method stubber.INDIRECT0
through2 • 3.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseDIRECT5
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
unique-string • 2.0.0Generate a unique random stringINDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
uuid • 7.0.3RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
xdg-basedir • 4.0.0Get XDG Base Directory pathsDIRECT0
Apache-2.011
PackageRelationDependenciesPublished
@google-cloud/common • 2.4.0Common components for Cloud APIs Node.js Client LibrariesDIRECT69
@google-cloud/paginator • 2.0.3A result paging utility used by Google node.js modulesDIRECT2
@google-cloud/projectify • 1.0.4A simple utility for replacing the projectid token in objects.INDIRECT0
@google-cloud/promisify • 1.0.4A simple utility for promisifying functions and classes.DIRECT0
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
fast-text-encoding • 1.0.6Fast polyfill for TextEncoder and TextDecoder, only supports utf-8INDIRECT0
gaxios • 2.3.4A simple common HTTP client specifically for Google APIs and services.INDIRECT12
gaxios • 3.2.0A simple common HTTP client specifically for Google APIs and services.DIRECT12
gcp-metadata • 3.5.0Get the metadata from a Google Cloud Platform environmentINDIRECT15
google-auth-library • 5.10.1Google APIs Authentication Client Library for Node.jsINDIRECT30
teeny-request • 6.0.3Like request, but smaller.INDIRECT13
ISC9
PackageRelationDependenciesPublished
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
once • 1.4.0Run a function exactly one timeINDIRECT1
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 3.0.3Write files in an atomic fashion w/configurable ownershipINDIRECT4
yallist • 3.1.1Yet Another Linked ListINDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
configstore • 5.0.1Easily load and save config without having to think about where and howINDIRECT13
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
buffer-equal-constant-time • 1.0.1Constant-time comparison of BuffersINDIRECT0
BSD-3-Clause OR GPL-2.01
PackageRelationDependenciesPublished
node-forge • 0.10.0JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40google-cloud%2Fstorage)](https://licenses.dev/npm/%40google-cloud%2Fstorage)
<a href="https://licenses.dev/npm/%40google-cloud%2Fstorage">
  <img src="https://licenses.dev/b/npm/%40google-cloud%2Fstorage" alt="licenses" />
</a>

Or the licenses badge code for the 4.7.2 version:

[![licenses](https://licenses.dev/b/npm/%40google-cloud%2Fstorage/4.7.2)](https://licenses.dev/npm/%40google-cloud%2Fstorage/4.7.2)
<a href="https://licenses.dev/npm/%40google-cloud%2Fstorage/4.7.2">
  <img src="https://licenses.dev/b/npm/%40google-cloud%2Fstorage/4.7.2" alt="licenses" />
</a>
GitHub