licenses.dev

lambda-images-resizer v0.4.0

Lambda images resizing handler

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT84
PackageRelationDependenciesPublished
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bl • 4.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
buffer • 4.9.2Node.js Buffer API, for the browserINDIRECT3
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
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
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-string • 1.9.1Parser and generator for CSS color stringsINDIRECT3
color • 3.2.1Color conversion and manipulation with CSS string supportINDIRECT5
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
decompress-response • 4.2.1Decompress a HTTP response if neededINDIRECT1
deep-extend • 0.6.0Recursive object extendingINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
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
events • 1.1.1Node's event emitter for all engines.INDIRECT0
for-each • 0.3.3A better forEachINDIRECT1
fs-constants • 1.0.0Require constants across node and the browserINDIRECT0
fs-copy-file-sync • 1.1.1fs.copyFileSync ponyfillINDIRECT0
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
github-from-package • 0.0.0return the github url from a package.json fileINDIRECT0
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
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT13
is-arrayish • 0.3.2Determines if an object can be used as an arrayINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
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
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
mime • 2.6.0A comprehensive library for mime-type mappingDIRECT0
mimic-response • 2.1.0Mimic a Node.js HTTP response streamINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
minizlib • 1.3.3A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.INDIRECT3
mkdirp-classic • 0.5.3Mirror of mkdirp 0.5.2INDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
nan • 2.22.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibilityINDIRECT0
napi-build-utils • 1.0.2A set of utilities to assist developers of tools that build N-API native add-onsINDIRECT0
node-abi • 2.30.1Get the Node ABI for a given target and runtime, and vice versa.INDIRECT1
noop-logger • 0.1.1A logger that does exactly nothing.INDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
prebuild-install • 5.3.6A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platformINDIRECT57
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
punycode • 1.3.2A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
querystring • 0.2.0Node's querystring module for all engines.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.jsINDIRECT4
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT13
simple-concat • 1.0.1Super-minimalist version of `concat-stream`. Less than 15 lines!INDIRECT0
simple-get • 3.1.1Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.INDIRECT5
simple-swizzle • 0.2.2Simply swizzle your argumentsINDIRECT1
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
tar-fs • 2.1.1filesystem bindings for tar-streamINDIRECT17
tar-stream • 2.2.0tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.INDIRECT13
url • 0.10.3The core `url` packaged standalone for use with Browserify.INDIRECT2
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util • 0.12.5Node.js's util module for all enginesINDIRECT26
uuid • 8.0.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
which-pm-runs • 1.1.0Detects what package manager executes the processINDIRECT0
which-typed-array • 1.1.18Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT21
xml2js • 0.6.2Simple XML to JavaScript object converter.INDIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
ISC21
PackageRelationDependenciesPublished
aproba • 1.2.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
are-we-there-yet • 1.1.7Keep track of the overall completion of many disparate processesINDIRECT9
chownr • 1.1.4like `chown -R`INDIRECT0
console-control-strings • 1.1.0A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.INDIRECT0
fs-minipass • 1.2.7fs read and write streams based on minipassINDIRECT3
gauge • 2.7.4A terminal based horizontal guageINDIRECT12
has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
minipass • 2.9.0minimal implementation of a PassThrough streamINDIRECT2
npmlog • 4.1.2logger for npmINDIRECT24
once • 1.4.0Run a function exactly one timeINDIRECT1
sax • 1.2.1An evented streaming XML parser in JavaScriptINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
tar • 4.4.19tar for nodeINDIRECT9
wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT6
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
Apache-2.05
PackageRelationDependenciesPublished
aws-sdk • 2.1692.0AWS SDK for JavaScriptDIRECT40
detect-libc • 1.0.3Node.js module to detect the C standard library (libc) implementation family and versionINDIRECT0
jmespath • 0.16.0JMESPath implementation in javascriptINDIRECT0
sharp • 0.22.1High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF imagesDIRECT74
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
BSD-3-Clause1
PackageRelationDependenciesPublished
ieee754 • 1.1.13Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
MIT OR WTFPL1
PackageRelationDependenciesPublished
expand-template • 2.0.3Expand placeholders in a template stringINDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
rc • 1.2.8hardwired configuration loaderINDIRECT4
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.4.0 version:

[![licenses](https://licenses.dev/b/npm/lambda-images-resizer/0.4.0)](https://licenses.dev/npm/lambda-images-resizer/0.4.0)
<a href="https://licenses.dev/npm/lambda-images-resizer/0.4.0">
  <img src="https://licenses.dev/b/npm/lambda-images-resizer/0.4.0" alt="licenses" />
</a>
GitHub