licenses.dev

lamploy v0.1.0

An AWS-SDK wrapper for deploying lambda functions

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT346
PackageRelationDependenciesPublished
acorn-walk • 7.2.0ECMAScript (ESTree) AST walkerINDIRECT0
acorn • 5.7.4ECMAScript parserINDIRECT0
acorn • 7.4.1ECMAScript parserINDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
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
asn1.js • 4.10.1ASN.1 encoder and decoderINDIRECT3
assert • 1.5.1The node.js assert module, re-packaged for web browsers.INDIRECT17
assertion-error • 1.1.0Error constructor for test and validation frameworks that implements standardized AssertionError specification.INDIRECT0
async • 0.9.2Higher-order functions and common patterns for asynchronous codeINDIRECT0
async • 1.5.2Higher-order functions and common patterns for asynchronous codeDIRECT0
aug • 0.1.0a library to augment objects and prototypesINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
babel-code-frame • 6.26.0Generate errors that contain a code frame that point to source locations.INDIRECT9
babel-core • 6.26.3Babel compiler core.INDIRECT49
babel-generator • 6.26.1Turns an AST into code.INDIRECT14
babel-helper-builder-react-jsx • 6.26.0Helper function to build react jsxINDIRECT7
babel-helper-call-delegate • 6.24.1Helper function to call delegateINDIRECT25
babel-helper-define-map • 6.26.0Helper function to define a mapINDIRECT27
babel-helper-function-name • 6.24.1Helper function to change the property 'name' of every functionINDIRECT26
babel-helper-get-function-arity • 6.24.1Helper function to get function arityINDIRECT7
babel-helper-hoist-variables • 6.24.1Helper function to hoist variablesINDIRECT7
babel-helper-optimise-call-expression • 6.24.1Helper function to optimise call expressionINDIRECT7
babel-helper-regex • 6.26.0Helper function to check for literal RegExINDIRECT7
babel-helper-replace-supers • 6.24.1Helper function to replace supersINDIRECT26
babel-helpers • 6.24.1Collection of helper functions used by Babel transforms.INDIRECT25
babel-messages • 6.23.0Collection of debug messages used by Babel.INDIRECT3
babel-plugin-check-es2015-constants • 6.22.0Compile ES2015 constants to ES5INDIRECT3
babel-plugin-syntax-flow • 6.18.0Allow parsing of the flow syntaxINDIRECT0
babel-plugin-syntax-jsx • 6.18.0Allow parsing of jsxINDIRECT0
babel-plugin-transform-es2015-arrow-functions • 6.22.0Compile ES2015 arrow functions to ES5INDIRECT3
babel-plugin-transform-es2015-block-scoped-functions • 6.22.0Babel plugin to ensure function declarations at the block level are block scopedINDIRECT3
babel-plugin-transform-es2015-block-scoping • 6.26.0Compile ES2015 block scoping (const and let) to ES5INDIRECT25
babel-plugin-transform-es2015-classes • 6.24.1Compile ES2015 classes to ES5INDIRECT30
babel-plugin-transform-es2015-computed-properties • 6.24.1Compile ES2015 computed properties to ES5INDIRECT25
babel-plugin-transform-es2015-destructuring • 6.23.0Compile ES2015 destructuring to ES5INDIRECT3
babel-plugin-transform-es2015-duplicate-keys • 6.24.1Compile objects with duplicate keys to valid strict ES5INDIRECT7
babel-plugin-transform-es2015-for-of • 6.23.0Compile ES2015 for...of to ES5INDIRECT3
babel-plugin-transform-es2015-function-name • 6.24.1Apply ES2015 function.name semantics to all functionsINDIRECT27
babel-plugin-transform-es2015-literals • 6.22.0Compile ES2015 unicode string and number literals to ES5INDIRECT3
babel-plugin-transform-es2015-modules-amd • 6.24.1This plugin transforms ES2015 modules to AMDINDIRECT27
babel-plugin-transform-es2015-modules-commonjs • 6.26.2This plugin transforms ES2015 modules to CommonJSINDIRECT26
babel-plugin-transform-es2015-modules-systemjs • 6.24.1This plugin transforms ES2015 modules to SystemJSINDIRECT26
babel-plugin-transform-es2015-modules-umd • 6.24.1This plugin transforms ES2015 modules to UMDINDIRECT28
babel-plugin-transform-es2015-object-super • 6.24.1Compile ES2015 object super to ES5INDIRECT27
babel-plugin-transform-es2015-parameters • 6.24.1Compile ES2015 default and rest parameters to ES5INDIRECT28
babel-plugin-transform-es2015-shorthand-properties • 6.24.1Compile ES2015 shorthand properties to ES5INDIRECT7
babel-plugin-transform-es2015-spread • 6.22.0Compile ES2015 spread to ES5INDIRECT3
babel-plugin-transform-es2015-sticky-regex • 6.24.1Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT8
babel-plugin-transform-es2015-template-literals • 6.22.0Compile ES2015 template literals to ES5INDIRECT3
babel-plugin-transform-es2015-typeof-symbol • 6.23.0This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT3
babel-plugin-transform-es2015-unicode-regex • 6.24.1Compile ES2015 Unicode regex to ES5INDIRECT13
babel-plugin-transform-flow-strip-types • 6.22.0Strip flow type annotations from your output code.INDIRECT4
babel-plugin-transform-object-set-prototype-of-to-assign • 6.22.0Turn Object.setPrototypeOf to assignmentsDIRECT3
babel-plugin-transform-react-display-name • 6.25.0Add displayName to React.createClass callsINDIRECT3
babel-plugin-transform-react-jsx-self • 6.22.0Add a __self prop to all JSX ElementsINDIRECT4
babel-plugin-transform-react-jsx-source • 6.22.0Add a __source prop to all JSX ElementsINDIRECT4
babel-plugin-transform-react-jsx • 6.24.1Turn JSX into React function callsINDIRECT9
babel-plugin-transform-regenerator • 6.26.0Explode async and generator functions into a state machine.INDIRECT9
babel-plugin-transform-strict-mode • 6.24.1This plugin places a 'use strict'; directive at the top of all files to enable strict modeINDIRECT7
babel-preset-es2015 • 6.24.1Babel preset for all es2015 plugins.DIRECT65
babel-preset-flow • 6.23.0Babel preset for all Flow plugins.INDIRECT5
babel-preset-react • 6.24.1Babel preset for all React plugins.DIRECT16
babel-register • 6.26.0babel require hookINDIRECT49
babel-runtime • 6.26.0babel selfContained runtimeINDIRECT2
babel-template • 6.26.0Generate an AST from a string template.INDIRECT24
babel-traverse • 6.26.0The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT23
babel-types • 6.26.0Babel Types is a Lodash-esque utility library for AST nodesINDIRECT6
babelify • 7.3.0Babel browserify transformDIRECT51
babylon • 6.18.0A JavaScript parserINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bn.js • 4.12.0Big number implementation in pure javascriptINDIRECT0
bn.js • 5.2.1Big number implementation in pure javascriptINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
browser-pack • 6.1.0pack node-style source files from a json stream into a browser bundleINDIRECT21
browser-resolve • 1.11.3resolve which handles browser field support in package.jsonINDIRECT1
browserify-aes • 1.2.0aes, for browserifyINDIRECT13
browserify-cipher • 1.0.1ciphers for the browserINDIRECT17
browserify-des • 1.0.2browserify-des ===INDIRECT5
browserify-rsa • 4.1.0RSA for browserifyINDIRECT3
browserify-zlib • 0.1.4Full zlib module for browserifyINDIRECT1
browserify • 13.3.0browser-side require() the node wayDIRECT160
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
buffer-xor • 1.0.3A simple module for bitwise-xor on buffersINDIRECT0
buffer • 4.9.2Node.js Buffer API, for the browserINDIRECT3
builtin-status-codes • 3.0.0The map of HTTP status codes from the builtin http moduleINDIRECT0
cached-path-relative • 1.1.0Memoize the results of the path.relative functionINDIRECT0
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
camelcase • 2.1.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
chai • 3.5.0BDD/TDD assertion library for node.js and the browser. Test framework agnostic.INDIRECT4
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
cipher-base • 1.0.4abstract base class for crypto-streamsINDIRECT2
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
colors • 1.0.3get colors in your node.js consoleINDIRECT0
colors • 1.4.0get colors in your node.js consoleDIRECT0
combine-source-map • 0.8.0Add source maps of multiple files, offset them and then combine them into one source mapINDIRECT4
commander • 0.6.1the complete solution for node.js command-line programsINDIRECT0
commander • 2.3.0the complete solution for node.js command-line programsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.5.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT8
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
confi • 1.2.0a simple configuration libraryDIRECT122
constants-browserify • 1.0.0node's constants module for the browserINDIRECT0
convert-source-map • 1.1.3Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js • 2.6.12Standard libraryINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
create-ecdh • 4.0.4createECDH but browserifiableINDIRECT8
create-hash • 1.2.0create hashes for browserifyINDIRECT10
create-hmac • 1.1.7node style hmacs in the browserINDIRECT11
crypto-browserify • 3.12.0implementation of crypto for the browserINDIRECT44
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
debug • 2.2.0small debugging utilityINDIRECT1
debug • 2.6.9small debugging utilityINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
deep-eql • 0.1.3Improved deep equality testing for Node.js and the browser.INDIRECT1
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
defined • 1.0.1return the first argument that is `!== undefined`INDIRECT0
deps-sort • 2.0.1sort module-deps output for deterministic browserify bundlesINDIRECT17
des.js • 1.1.0DES implementationINDIRECT2
detect-indent • 4.0.0Detect the indentation of codeINDIRECT2
detective • 4.7.1find all require() calls by walking the ASTINDIRECT2
diffie-hellman • 5.0.3pure js diffie-hellmanINDIRECT5
domain-browser • 1.1.7Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.INDIRECT0
elliptic • 6.5.7EC cryptographyINDIRECT7
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
escape-string-regexp • 1.0.2Escape RegExp special charactersINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
events • 1.1.1Node's event emitter for all engines.INDIRECT0
evp_bytestokey • 1.0.3The insecure key derivation algorithm from OpenSSLINDIRECT7
fast-safe-stringify • 2.1.1Safely and quickly serialize JavaScript objectsINDIRECT0
for-each • 0.3.3A better forEachINDIRECT1
fs-extra • 0.26.7fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.DIRECT15
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-symbol-description • 1.0.2Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT12
globals • 9.18.0Global identifiers from different JavaScript environmentsINDIRECT0
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
growl • 1.9.2Growl unobtrusive notificationsINDIRECT0
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
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
has • 1.0.4Object.prototype.hasOwnProperty.call shortcutINDIRECT0
hash-base • 3.0.4abstract base class for hash-streamsINDIRECT2
hash-base • 3.1.0abstract base class for hash-streamsINDIRECT5
hash.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
home-or-tmp • 2.0.0Get the user home directory with fallback to the system temp directoryINDIRECT2
htmlescape • 1.1.1Properly escape JSON for usage as an object literal inside of a `<script>` tagINDIRECT0
https-browserify • 0.0.1https module compatability for browserifyINDIRECT0
inline-source-map • 0.6.3Adds source mappings and base64 encodes them, so they can be inlined in your generated file.INDIRECT1
insert-module-globals • 7.2.1insert implicit module globals into a module-deps streamINDIRECT31
internal-slot • 1.0.7ES spec-like internal slotsINDIRECT14
invariant • 2.2.4invariantINDIRECT2
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
is-arguments • 1.1.1Is this an arguments object? It's a harder question than you think.INDIRECT13
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-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-core-module • 2.15.1Is this specifier a node.js core module?INDIRECT2
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-finite • 1.1.0ES2015 Number.isFinite() ponyfillINDIRECT0
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-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 • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
jade • 0.26.3Jade template engineINDIRECT2
js-tokens • 3.0.2A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerDIRECT3
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.INDIRECT0
jsesc • 1.3.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.INDIRECT0
json-stable-stringify • 0.0.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT1
json5 • 0.5.1JSON for the ES5 era.INDIRECT0
jsonfile • 2.4.0Easily read/write JSON files.INDIRECT1
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
klaw • 1.3.1File system walker with Readable stream interface.INDIRECT1
labeled-stream-splicer • 2.0.2stream splicer with labelsINDIRECT9
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
lodash._basecopy • 3.0.1The modern build of lodash’s internal `baseCopy` as a module.INDIRECT0
lodash._basetostring • 3.0.1The modern build of lodash’s internal `baseToString` as a module.INDIRECT0
lodash._basevalues • 3.0.0The modern build of lodash’s internal `baseValues` as a module.INDIRECT0
lodash._getnative • 3.9.1The modern build of lodash’s internal `getNative` as a module.INDIRECT0
lodash._isiterateecall • 3.0.9The modern build of lodash’s internal `isIterateeCall` as a module.INDIRECT0
lodash._reinterpolate • 3.0.0The modern build of lodash’s internal `reInterpolate` as a module.INDIRECT0
lodash._root • 3.0.1The internal lodash function `root` exported as a module.INDIRECT0
lodash.escape • 3.2.0The lodash method `_.escape` exported as a module.INDIRECT1
lodash.isarguments • 3.1.0The lodash method `_.isArguments` exported as a module.INDIRECT0
lodash.isarray • 3.0.4The modern build of lodash’s `_.isArray` as a module.INDIRECT0
lodash.keys • 3.1.2The modern build of lodash’s `_.keys` as a module.INDIRECT3
lodash.memoize • 3.0.4The modern build of lodash’s `_.memoize` as a module.INDIRECT0
lodash.restparam • 3.6.1The modern build of lodash’s `_.restParam` as a module.INDIRECT0
lodash.template • 3.6.2The modern build of lodash’s `_.template` as a module.INDIRECT13
lodash.templatesettings • 3.1.1The lodash method `_.templateSettings` exported as a module.INDIRECT3
lodash • 3.10.1The modern build of lodash modular utilities.INDIRECT0
lodash • 4.17.21Lodash modular utilities.DIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
md5.js • 1.3.5node style md5 on pure JavaScriptINDIRECT6
miller-rabin • 4.0.1Miller Rabin algorithm for primality testINDIRECT2
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
minimatch • 0.3.0a glob matcher in javascriptINDIRECT2
minimist • 0.0.8parse argument optionsINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.1Recursively mkdir, like `mkdir -p`INDIRECT1
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
mocha • 2.5.3simple, flexible, fun test frameworkINDIRECT18
module-deps • 4.1.1walk the dependency graph to generate json output that can be fed into browser-packINDIRECT36
ms • 0.7.1Tiny ms conversion utilityINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ncp • 2.0.0Asynchronous recursive file copy utility.DIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
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
os-browserify • 0.1.2os-browserify =============INDIRECT0
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
os-locale • 1.4.0Get the system localeINDIRECT2
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
pako • 0.2.9zlib port to javascript - fast, modularized, with browser supportINDIRECT0
parents • 1.0.1return all the parent directories for a directoryINDIRECT1
parse-dir • 0.1.0Node lib to recursively read the files in a directory and return their contentsINDIRECT14
path-browserify • 0.0.1the path module from node core for browsersINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-platform • 0.11.15Provide access to win32 and posix path operations; sourced directly from upstream Node.jsINDIRECT0
pbkdf2 • 3.1.2This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()INDIRECT12
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
private • 0.1.8Utility for associating truly private state with any JavaScript objectINDIRECT0
process-nextick-args • 1.0.7process.nextTick but always with argsINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
process • 0.11.10process information for node.js and browsersINDIRECT0
public-encrypt • 4.0.3browserify version of publicEncrypt & privateDecryptINDIRECT24
punycode • 1.3.2A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
punycode • 1.4.1A 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
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
randomfill • 1.0.4random fill from browserify stand aloneINDIRECT2
read-only-stream • 2.0.0wrap a readable/writable stream to be read-onlyINDIRECT8
readable-stream • 2.0.6Streams3, a user-land copy of the stream library from Node.jsINDIRECT6
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
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regexp.prototype.flags • 1.5.2ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT16
regexpu-core • 2.0.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT4
regjsgen • 0.2.0Generate `RegExp`s from RegJSParser’s ASTINDIRECT0
repeating • 2.0.1Repeat a string - fastINDIRECT1
require-all • 2.2.0An easy way to require all files within a directory.DIRECT0
resolve • 1.1.7resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
ripemd160 • 2.0.2Compute ripemd160 of bytes or strings.INDIRECT6
safe-array-concat • 1.1.2`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT13
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
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
shasum • 1.0.2Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.INDIRECT5
shell-quote • 1.8.1quote and parse shell commandsINDIRECT0
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
simple-concat • 1.0.1Super-minimalist version of `concat-stream`. Less than 15 lines!INDIRECT0
slash • 1.0.0Convert Windows backslash paths to slash pathsINDIRECT0
source-map-support • 0.4.18Fixes stack traces for files with source mapsINDIRECT1
stream-browserify • 2.0.2the stream module from node core for browsersINDIRECT8
stream-combiner2 • 1.1.1This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.INDIRECT9
stream-http • 2.8.3Streaming http in the browserINDIRECT11
stream-splicer • 2.0.1streaming pipeline with a mutable configurationINDIRECT8
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The 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
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-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
subarg • 1.0.0parse arguments with recursive contextsINDIRECT1
supports-color • 1.2.0Detect whether a terminal supports colorINDIRECT0
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
syntax-error • 1.4.0detect and report syntax errors in source code stringsINDIRECT4
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
timers-browserify • 1.4.2timers module for browserifyINDIRECT1
to-arraybuffer • 1.0.1Get an ArrayBuffer from a Buffer as fast as possibleINDIRECT0
to-fast-properties • 1.0.3Force V8 to use fast properties for an objectINDIRECT0
to-iso-string • 0.0.2Cross-browser toISOString support.INDIRECT0
traverse • 0.6.9traverse and transform objects by visiting every node on a recursive walkINDIRECT66
trim-right • 1.0.1Similar to String#trim() but removes only whitespace on the rightINDIRECT0
tty-browserify • 0.0.1the tty module from node core for browsersINDIRECT0
type-detect • 0.1.1Improved typeof detection for node.js and the browser.INDIRECT0
type-detect • 1.0.0Improved typeof detection for node.js and the browser.INDIRECT0
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
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
typedarray • 0.0.7TypedArray polyfill for old browsersINDIRECT0
umd • 3.0.3Universal Module Definition for use in automated build systemsINDIRECT0
unbox-primitive • 1.0.2Unbox a boxed JS primitive value.INDIRECT20
url • 0.10.3The core `url` packaged standalone for use with Browserify.INDIRECT2
url • 0.11.4The core `url` packaged standalone for use with Browserify.INDIRECT16
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util • 0.10.4Node.JS util moduleINDIRECT1
util • 0.12.5Node.js's util module for all enginesINDIRECT22
uuid • 8.0.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
varson • 0.0.2INDIRECT106
vm-browserify • 0.0.4vm module for the browserINDIRECT1
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
window-size • 0.1.4Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
xml2js • 0.6.2Simple XML to JavaScript object converter.INDIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
yargs • 3.32.0Light-weight option parsing with an argv hash. No optstrings attached.DIRECT15
ISC20
PackageRelationDependenciesPublished
browserify-sign • 4.2.3adds node crypto signing for browsersINDIRECT35
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 4.5.3a little globberINDIRECT8
glob • 7.2.3a little globberDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.3Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
lru-cache • 2.7.3A cache object that deletes the least-recently-used items.INDIRECT0
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
minimatch • 2.0.10a glob matcher in javascriptINDIRECT3
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
parse-asn1 • 5.1.7utility library for parsing asn1 files for use with browserify-sign.INDIRECT20
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)DIRECT11
sax • 1.2.1An evented streaming XML parser in JavaScriptINDIRECT0
sigmund • 1.0.1Quick and dirty signatures for Objects.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
Apache-2.07
PackageRelationDependenciesPublished
acorn-node • 1.8.2the acorn javascript parser, preloaded with plugins for syntax parity with recent node versionsINDIRECT3
aws-sdk • 2.1691.0AWS SDK for JavaScriptDIRECT36
dash-ast • 1.0.0walk an AST, quicklyINDIRECT0
get-assigned-identifiers • 1.2.0get a list of identifiers that are initialised by a JavaScript AST node.INDIRECT0
jmespath • 0.16.0JMESPath implementation in javascriptINDIRECT0
shasum-object • 1.0.0get the shasum of a buffer or objectINDIRECT1
undeclared-identifiers • 1.1.3find undeclared identifiers and property accesses in a javascript file.INDIRECT7
BSD-3-Clause6
PackageRelationDependenciesPublished
diff • 1.4.0A javascript text diff implementation.INDIRECT0
duplexer2 • 0.1.4Like duplexer but using streams3INDIRECT8
ieee754 • 1.1.13Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT14
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
unknown4
PackageRelationDependenciesPublished
cli-table • 0.3.11Pretty unicode tables for the CLIDIRECT1
console-browserify • 1.2.0Emulate console for all the browsersINDIRECT0
indexof • 0.0.1Microsoft sucksINDIRECT0
querystring-es3 • 0.2.1Node's querystring module for all engines. (ES3 compat fork)INDIRECT0
non-standard4
PackageRelationDependenciesPublished
glob • 3.2.11a little globberINDIRECT4
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
regenerator-transform • 0.10.1Explode async and generator functions into a state machine.INDIRECT8
regjsparser • 0.1.5Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
BSD-2-Clause3
PackageRelationDependenciesPublished
dotenv • 2.0.0Loads environment variables from .env fileDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
GPL-3.0 OR MIT1
PackageRelationDependenciesPublished
jszip • 2.7.0Create, read and edit .zip files with Javascript http://stuartk.com/jszipDIRECT1
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
JSONStream • 1.3.5rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)INDIRECT2
MIT AND Zlib1
PackageRelationDependenciesPublished
pako • 1.0.11zlib port to javascript - fast, modularized, with browser supportINDIRECT0
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.11Streamable SHA hashes in pure javascriptINDIRECT2
MIT OR X111
PackageRelationDependenciesPublished
mkdirp • 0.3.0Recursively mkdir, like `mkdir -p`INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.0 version:

[![licenses](https://licenses.dev/b/npm/lamploy/0.1.0)](https://licenses.dev/npm/lamploy/0.1.0)
<a href="https://licenses.dev/npm/lamploy/0.1.0">
  <img src="https://licenses.dev/b/npm/lamploy/0.1.0" alt="licenses" />
</a>
GitHub