licenses.dev

@serverless/template v1.1.4

This component is used behind the scenes to deploy your YAML templates. It is loaded by the serverless CLI and executed just as any other component. However, there's a lot you can do with this component programmatically. See the sections below for some ex

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT109
PackageRelationDependenciesPublished
@serverless/core • 1.1.2Serverless Components CoreDIRECT44
@sindresorhus/is • 0.14.0Type check values: `is.string('🦄') //=> true`INDIRECT0
@szmarczak/http-timer • 1.1.2Timings for HTTP requestsINDIRECT1
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
array-buffer-byte-length • 1.0.1Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT13
arraybuffer.prototype.slice • 1.0.3ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT64
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
cacheable-request • 6.1.0Wrap native HTTP requests with RFC compliant cache supportINDIRECT14
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
clone-response • 1.0.3Clone a Node.js HTTP response streamINDIRECT1
data-view-buffer • 1.0.1Get the ArrayBuffer out of a DataView, robustly.INDIRECT20
data-view-byte-length • 1.0.1Get the byteLength out of a DataView, robustly.INDIRECT20
data-view-byte-offset • 1.0.0Get the byteOffset out of a DataView, robustly.INDIRECT20
decompress-response • 3.3.0Decompress a HTTP response if neededINDIRECT1
deep-extend • 0.6.0Recursive object extendingINDIRECT0
defer-to-connect • 1.1.3The safe way to handle the `connect` socket eventINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT11
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
es-abstract • 1.23.3ECMAScript spec abstract operations.INDIRECT64
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
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
es-set-tostringtag • 2.0.3A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT7
es-to-primitive • 1.2.1ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.INDIRECT5
for-each • 0.3.3A better forEachINDIRECT1
fs-extra • 7.0.1fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
function.prototype.name • 1.1.6An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT64
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
get-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
get-symbol-description • 1.0.2Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT12
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT12
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
got • 9.6.0Simplified HTTP requestsINDIRECT25
graphlib • 2.1.8A directed and undirected multi-graph libraryDIRECT1
has-bigints • 1.0.2Determine if the JS environment has BigInt support.INDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine 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
internal-slot • 1.0.7ES spec-like internal slotsINDIRECT14
is-array-buffer • 3.0.4Is this value a JS ArrayBuffer?INDIRECT12
is-bigint • 1.0.4Is this value an ES BigInt?INDIRECT1
is-boolean-object • 1.1.2Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-data-view • 1.0.1Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT19
is-date-object • 1.0.5Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-negative-zero • 2.0.3Is this value negative zero? === will lie to youINDIRECT0
is-number-object • 1.0.7Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-regex • 1.1.4Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT13
is-shared-array-buffer • 1.0.3Is this value a JS SharedArrayBuffer?INDIRECT12
is-string • 1.0.7Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-symbol • 1.0.4Determine if a value is an ES6 Symbol or not.INDIRECT1
is-typed-array • 1.1.13Is 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.INDIRECT18
is-weakref • 1.0.2Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
json-buffer • 3.0.0JSON parse & stringify that supports binary via bops & base64INDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
keyv • 3.1.0Simple key-value storage with support for multiple backendsINDIRECT1
lodash • 4.17.21Lodash modular utilities.INDIRECT0
lowercase-keys • 1.0.1Lowercase the keys of an objectINDIRECT0
lowercase-keys • 2.0.0Lowercase the keys of an objectINDIRECT0
mimic-response • 1.0.1Mimic a Node.js HTTP response streamINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
nanoid • 2.1.11A tiny (119 bytes), secure URL-friendly unique string ID generatorINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
normalize-url • 4.5.1Normalize a URLINDIRECT0
object-inspect • 1.13.2string representations of objects in node and the browserINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object.assign • 4.1.5ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT14
p-cancelable • 1.1.0Create a promise that can be canceledINDIRECT0
package-json • 6.5.0Get metadata of a package from the npm registryINDIRECT34
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
prepend-http • 2.0.0Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
ramda • 0.26.1A practical functional library for JavaScript programmers.DIRECT0
regexp.prototype.flags • 1.5.3ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT16
registry-auth-token • 4.2.2Get the auth token set for an npm registry (if any)INDIRECT5
registry-url • 5.1.0Get the set npm registry URLINDIRECT5
responselike • 1.0.2A response-like object for mocking a Node.js HTTP response streamINDIRECT1
safe-array-concat • 1.1.2`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT13
safe-regex-test • 1.0.3Give a regex, get a robust predicate function that tests it against a string.INDIRECT14
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
set-function-name • 2.0.2Set a function's name propertyINDIRECT11
shortid • 2.2.16Amazingly short non-sequential url-friendly unique id generator.INDIRECT1
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
string.prototype.trim • 1.2.9ES5 spec-compliant shim for String.prototype.trimINDIRECT64
string.prototype.trimend • 1.0.8ES2019 spec-compliant String.prototype.trimEnd shim.INDIRECT15
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim.INDIRECT15
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
to-readable-stream • 1.0.0Convert a string/Buffer/Uint8Array to a readable streamINDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
traverse • 0.6.10traverse and transform objects by visiting every node on a recursive walkDIRECT66
typed-array-buffer • 1.0.2Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT19
typed-array-byte-length • 1.0.1Robustly get the byte length of a Typed ArrayINDIRECT19
typed-array-byte-offset • 1.0.2Robustly get the byte offset of a Typed ArrayINDIRECT19
typed-array-length • 1.0.6Robustly get the length of a Typed ArrayINDIRECT19
typedarray.prototype.slice • 1.0.3ES spec-compliant shim for TypedArray.prototype.sliceINDIRECT65
unbox-primitive • 1.0.2Unbox a boxed JS primitive value.INDIRECT20
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
url-parse-lax • 3.0.0Lax url.parse() with support for protocol-less URLs & IPsINDIRECT1
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
which-boxed-primitive • 1.0.2Which kind of boxed JS primitive is this?INDIRECT19
which-typed-array • 1.1.15Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
ISC6
PackageRelationDependenciesPublished
@serverless/component-metrics • 1.0.8Sends feature metrics of serverless componentsDIRECT6
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-2-Clause3
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
http-cache-semantics • 4.1.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
duplexer3 • 0.1.5Like duplexer but using streams3INDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
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/%40serverless%2Ftemplate)](https://licenses.dev/npm/%40serverless%2Ftemplate)
<a href="https://licenses.dev/npm/%40serverless%2Ftemplate">
  <img src="https://licenses.dev/b/npm/%40serverless%2Ftemplate" alt="licenses" />
</a>

Or the licenses badge code for the 1.1.4 version:

[![licenses](https://licenses.dev/b/npm/%40serverless%2Ftemplate/1.1.4)](https://licenses.dev/npm/%40serverless%2Ftemplate/1.1.4)
<a href="https://licenses.dev/npm/%40serverless%2Ftemplate/1.1.4">
  <img src="https://licenses.dev/b/npm/%40serverless%2Ftemplate/1.1.4" alt="licenses" />
</a>
GitHub