licenses.dev

@itentialopensource/adapter-openstack_neutron v3.1.1

This adapter integrates with system described as: Openstack Networking (Neutron) Service

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT277
PackageRelationDependenciesPublished
@babel/code-frame • 7.25.7Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/compat-data • 7.25.7INDIRECT0
@babel/core • 7.25.7Babel compiler core.INDIRECT48
@babel/generator • 7.25.7Turns an AST into code.INDIRECT10
@babel/helper-compilation-targets • 7.25.7Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-module-imports • 7.25.7Babel helper functions for inserting module loadsINDIRECT28
@babel/helper-module-transforms • 7.25.7Babel helper functions for implementing ES6 module transformationsINDIRECT30
@babel/helper-simple-access • 7.25.7Babel helper for ensuring that access to a given value is performed through simple accessesINDIRECT28
@babel/helper-string-parser • 7.25.7A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.7Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.25.7Validate plugin/preset optionsINDIRECT0
@babel/helpers • 7.25.7Collection of helper functions used by Babel transforms.INDIRECT17
@babel/highlight • 7.25.7Syntax highlight JavaScript strings for output in terminals.INDIRECT10
@babel/parser • 7.25.7A JavaScript parserINDIRECT4
@babel/template • 7.25.7Generate an AST from a string template.INDIRECT16
@babel/traverse • 7.25.7The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT27
@babel/types • 7.25.7Babel Types is a Lodash-esque utility library for AST nodesINDIRECT3
@colors/colors • 1.6.0get colors in your node.js consoleINDIRECT0
@dabh/diagnostics • 2.0.3Tools for debugging your node.js modules and event loopINDIRECT11
@istanbuljs/schema • 0.1.3Schemas describing various structures used by nyc and istanbuljsINDIRECT0
@jridgewell/gen-mapping • 0.3.5Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@mongodb-js/saslprep • 1.1.9SASLprep: Stringprep Profile for User Names and Passwords, rfc4013INDIRECT2
@types/node • 22.7.4TypeScript definitions for nodeINDIRECT1
@types/triple-beam • 1.3.5TypeScript definitions for triple-beamINDIRECT0
@types/webidl-conversions • 7.0.3TypeScript definitions for webidl-conversionsINDIRECT0
@types/whatwg-url • 8.2.2TypeScript definitions for whatwg-urlINDIRECT3
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
acorn • 8.12.1ECMAScript parserDIRECT0
agent-base • 7.1.1Turn a function into an `http.Agent` instanceINDIRECT2
aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
ajv • 8.17.1Another JSON Schema ValidatorDIRECT4
ansi-colors • 4.1.3Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).INDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
append-transform • 2.0.0Install a transform to `require.extensions` that always runs last, even if additional extensions are added later.INDIRECT2
archy • 1.0.0render nested hierarchies `npm ls` style with unicode pipesINDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
async-lock • 1.4.1Lock on asynchronous codeINDIRECT0
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
axios • 1.7.7Promise based HTTP client for the browser and node.jsDIRECT8
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
bl • 2.2.1Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT9
bowser • 2.11.0Lightweight browser detectorINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
browserslist • 4.24.0Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buffer • 4.9.2Node.js Buffer API, for the browserINDIRECT3
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
buffer • 6.0.3Node.js Buffer API, for the browserINDIRECT2
caching-transform • 4.0.0Wraps a transform and provides cachingINDIRECT15
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
camelcase • 6.3.0Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chalk • 4.1.2Terminal string styling done rightINDIRECT5
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryINDIRECT14
clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-name • 1.1.4A 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 supportINDIRECT6
colorspace • 1.1.4Generate HEX colors for a given namespace.INDIRECT8
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 11.1.0the complete solution for node.js command-line programsDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
cookie • 0.5.0HTTP server cookie parsing and serializationINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cross-spawn • 7.0.3Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
crypto-js • 4.2.0JavaScript library of crypto standards.INDIRECT0
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
decamelize • 4.0.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
default-require-extensions • 3.0.1Node's default require extensions as a separate moduleINDIRECT1
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
dns-lookup-cache • 1.0.4An implementation to speed up the nodejs `dns.lookup` method by avoiding thread pool and using resolve4/resolve6 with DNS TTL valuesINDIRECT2
dns-lookup-promise • 1.0.4Promise version from `dns-lookup-cache`DIRECT3
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
enabled • 2.0.0Check if a certain debug flag is enabled.INDIRECT0
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
es6-error • 4.1.1Easily-extendable error for use with ES6 classesINDIRECT0
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
events • 1.1.1Node's event emitter for all engines.INDIRECT0
events • 3.3.0Node's event emitter for all engines.INDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-uri • 3.0.2Dependency free RFC 3986 URI toolboxINDIRECT0
fast-xml-parser • 4.4.1Validate XML, Parse XML, Build XML without C/C++ based librariesINDIRECT1
fecha • 4.2.3Date formatting and parsingINDIRECT0
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
find-cache-dir • 3.3.2Finds the common standard cache directoryINDIRECT10
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 5.0.0Find a file or directory by walking up parent directoriesINDIRECT5
fn.name • 1.1.0Extract names from functionsINDIRECT0
follow-redirects • 1.15.9HTTP and HTTPS modules that follow redirects.INDIRECT0
for-each • 0.3.3A better forEachINDIRECT1
form-data • 4.0.0A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
fromentries • 1.3.2Object.fromEntries() ponyfill (in 6 lines)INDIRECT0
fs-extra • 11.2.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.DIRECT3
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
get-package-type • 0.1.0Determine the `package.json#type` which applies to a locationINDIRECT0
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
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
hasha • 5.2.2Hashing made simple. Get the hash of a buffer/string/stream/file.INDIRECT2
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
he • 1.2.0A robust HTML entities encoder/decoder with full Unicode support.INDIRECT0
html-escaper • 2.0.2fast and safe way to escape and unescape &<>'" charsINDIRECT0
https-proxy-agent • 7.0.5An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
ip-address • 9.0.5A library for parsing IPv4 and IPv6 IP addresses in node and the browser.INDIRECT2
is-arguments • 1.1.1Is 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-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-generator-function • 1.0.10Determine if a function is a native generator function.INDIRECT2
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-plain-obj • 2.1.0Check if a value is a plain objectINDIRECT0
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
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-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-unicode-supported • 0.1.0Detect whether the terminal supports UnicodeINDIRECT0
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
js-yaml • 4.1.0YAML 1.2 parser and serializerINDIRECT1
jsbn • 1.1.0The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.INDIRECT0
jsesc • 3.0.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-schema-traverse • 1.0.0Traverse JSON Schema passing each schema object to callbackINDIRECT0
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
jsontoxml • 1.0.1This is a library designed to render js objects as xml. Its not made to parse or otherwise edit existing xml/html structures.INDIRECT0
jsonwebtoken • 9.0.2JSON Web Token implementation (symmetric and asymmetric)INDIRECT14
jwa • 1.4.1JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 3.2.2Implementation of JSON Web SignaturesINDIRECT4
kleur • 3.0.3The fastest Node.js library for formatting terminal text with ANSI colors~!INDIRECT0
kuler • 2.0.0Color your terminal using CSS/hex color codesINDIRECT0
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
locate-path • 6.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.flattendeep • 4.4.0The lodash method `_.flattenDeep` exported as a module.INDIRECT0
lodash.includes • 4.3.0The lodash method `_.includes` exported as a module.INDIRECT0
lodash.isboolean • 3.0.3The lodash method `_.isBoolean` exported as a module.INDIRECT0
lodash.isinteger • 4.0.4The lodash method `_.isInteger` exported as a module.INDIRECT0
lodash.isnumber • 3.0.3The lodash method `_.isNumber` exported as a module.INDIRECT0
lodash.isplainobject • 4.0.6The lodash method `_.isPlainObject` exported as a module.INDIRECT0
lodash.isstring • 4.0.1The lodash method `_.isString` exported as a module.INDIRECT0
lodash.once • 4.1.1The lodash method `_.once` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
log-symbols • 4.1.0Colored symbols for various log levels. Example: `✔︎ Success`INDIRECT7
logform • 2.6.1An mutable object-based log format designed for chaining & objectMode streams.INDIRECT6
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
make-dir • 4.0.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
memory-pager • 1.5.0Access memory using small fixed sized buffersINDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mocha-param • 2.0.1Parameterized tests for MochaDIRECT0
mocha • 10.7.3simple, flexible, fun test frameworkDIRECT71
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-preload • 0.2.1Request that Node.js child processes preload modulesINDIRECT2
node-releases • 2.0.18Node.js releases dataINDIRECT0
normalize-path • 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.INDIRECT0
one-time • 1.0.0Run the supplied function exactly one time (once)INDIRECT1
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 5.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-map • 3.0.0Map over promises concurrentlyINDIRECT3
p-try • 2.2.0`Start a promise chainINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.INDIRECT0
ping • 0.4.4a simple wrapper for pingDIRECT0
pkg-dir • 4.2.0Find the root directory of a Node.js project or npm packageINDIRECT6
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
process-on-spawn • 1.0.0Execute callbacks when child processes are spawnedINDIRECT1
process • 0.11.10process information for node.js and browsersINDIRECT0
prompts • 2.4.2Lightweight, beautiful and user-friendly promptsDIRECT2
proxy-from-env • 1.1.0Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.INDIRECT0
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 • 2.3.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
querystring • 0.2.1Node's querystring module for all engines.INDIRECT0
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
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
readable-stream • 4.5.2Node.js Streams, a user-land copy of the stream library from Node.jsINDIRECT9
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
readline-sync • 1.4.10Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).DIRECT0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
require-from-string • 2.0.2Require module from stringINDIRECT0
resolve-from • 5.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
rr • 0.1.0Component to iterate an array round robin.INDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-stable-stringify • 2.5.0Deterministic and safely JSON.stringify to quickly serialize JavaScript objectsINDIRECT0
saslprep • 1.0.3SASLprep: Stringprep Profile for User Names and Passwords, rfc4013.INDIRECT2
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
simple-swizzle • 0.2.2Simply swizzle your argumentsINDIRECT1
sisteransi • 1.0.5ANSI escape codes for some terminal swagINDIRECT0
smart-buffer • 4.2.0smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.INDIRECT0
socks-proxy-agent • 8.0.4A SOCKS proxy `http.Agent` implementation for HTTP and HTTPSINDIRECT8
socks • 2.8.3Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.INDIRECT4
sparse-bitfield • 3.0.3Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive bufferINDIRECT1
stack-trace • 0.0.10Get v8 stack traces as an array of CallSite objects.INDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-bom • 4.0.0Strip UTF-8 byte order mark (BOM) from a stringINDIRECT0
strip-json-comments • 3.1.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
strnum • 1.0.5Parse String to Number based on configurationINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-color • 8.1.1Detect whether a terminal supports colorINDIRECT1
text-hex • 1.0.0Generate a hex color from the given textINDIRECT0
to-fast-properties • 2.0.0Force V8 to use fast properties for an objectINDIRECT0
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
tr46 • 3.0.0An implementation of the Unicode UTS #46: Unicode IDNA Compatibility ProcessingINDIRECT1
triple-beam • 1.4.1Definitions of levels for logging purposes & shareable Symbol constants.INDIRECT0
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
undici-types • 6.19.8A stand-alone types package for UndiciINDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
update-browserslist-db • 1.1.1CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
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 enginesINDIRECT22
uuid • 8.0.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
uuid • 8.3.2RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
uuid • 9.0.1RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
whatwg-url • 11.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT3
which-typed-array • 1.1.15Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
winston-transport • 4.8.0Base stream implementations for winston@3 and up.INDIRECT17
winston • 3.15.0A logger for just about everything.DIRECT40
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
xml2js • 0.6.2Simple XML to JavaScript object converter.INDIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
yargs-unparser • 2.0.0Converts back a yargs argv object to its original array formINDIRECT4
yargs • 15.4.1yargs the modern, pirate-themed, successor to optimist.INDIRECT25
yargs • 16.2.0yargs the modern, pirate-themed, successor to optimist.INDIRECT15
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
Apache-2.088
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
@aws-crypto/sha256-browser • 5.2.0SHA256 wrapper for browsers that prefers `window.crypto.subtle` but will fall back to a pure JS implementation in @aws-crypto/sha256-js to provide a consistent interface for SHA256.INDIRECT10
@aws-crypto/sha256-js • 5.2.0A pure JS implementation SHA256.INDIRECT7
@aws-crypto/supports-web-crypto • 5.2.0Provides functions for detecting if the host environment supports the WebCrypto APIINDIRECT1
@aws-crypto/util • 5.2.0Helper functionsINDIRECT6
@aws-sdk/client-cognito-identity • 3.665.0AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React NativeINDIRECT73
@aws-sdk/client-sso-oidc • 3.665.0AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React NativeINDIRECT71
@aws-sdk/client-sso • 3.665.0AWS SDK for JavaScript Sso Client for Node.js, Browser and React NativeINDIRECT62
@aws-sdk/client-sts • 3.665.0AWS SDK for JavaScript Sts Client for Node.js, Browser and React NativeINDIRECT72
@aws-sdk/core • 3.665.0Core functions & classes shared by multiple AWS SDK clients.INDIRECT34
@aws-sdk/credential-provider-cognito-identity • 3.665.0[![NPM version](https://img.shields.io/npm/v/@aws-sdk/credential-provider-cognito-identity/latest.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/credential-providINDIRECT74
@aws-sdk/credential-provider-env • 3.664.0AWS credential provider that sources credentials from known environment variablesINDIRECT4
@aws-sdk/credential-provider-http • 3.664.0AWS credential provider for containers and HTTP sourcesINDIRECT25
@aws-sdk/credential-provider-ini • 3.665.0AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/configINDIRECT69
@aws-sdk/credential-provider-node • 3.665.0AWS credential provider that sources credentials from a Node.JS environment. INDIRECT70
@aws-sdk/credential-provider-process • 3.664.0AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/configINDIRECT5
@aws-sdk/credential-provider-sso • 3.665.0AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentialsINDIRECT64
@aws-sdk/credential-provider-web-identity • 3.664.0AWS credential provider that calls STS assumeRole for temporary AWS credentialsINDIRECT4
@aws-sdk/credential-providers • 3.665.0A collection of credential providers, without requiring service clients like STS, CognitoINDIRECT75
@aws-sdk/middleware-host-header • 3.664.0[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-host-header/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-host-header) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-host-header.svg)](https://www.npmjINDIRECT4
@aws-sdk/middleware-logger • 3.664.0[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-logger/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-logger) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-logger.svg)](https://www.npmjs.com/package/@INDIRECT3
@aws-sdk/middleware-recursion-detection • 3.664.0[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-recursion-detection/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-recursion-detectioINDIRECT4
@aws-sdk/middleware-user-agent • 3.664.0[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-user-agent/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-user-agent) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-user-agent.svg)](https://www.npmjs.cINDIRECT33
@aws-sdk/region-config-resolver • 3.664.0[![NPM version](https://img.shields.io/npm/v/@aws-sdk/region-config-resolver/latest.svg)](https://www.npmjs.com/package/@aws-sdk/region-config-resolver) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/region-config-resolver.svg)](https://www.npmjINDIRECT8
@aws-sdk/token-providers • 3.664.0A collection of token providersINDIRECT5
@aws-sdk/types • 3.664.0Types for the AWS SDKINDIRECT2
@aws-sdk/util-endpoints • 3.664.0Utilities to help with endpoint resolutionINDIRECT7
@aws-sdk/util-locate-window • 3.568.0[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-locate-window/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-locate-window) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-locate-window.svg)](https://www.npmjs.com/packagINDIRECT1
@aws-sdk/util-user-agent-browser • 3.664.0[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-user-agent-browser/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-user-agent-browser) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-user-agent-browser.svg)](https://www.nINDIRECT4
@aws-sdk/util-user-agent-node • 3.664.0[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-user-agent-node/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-user-agent-node) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-user-agent-node.svg)](https://www.npmjs.com/INDIRECT34
@itentialopensource/adapter-utils • 5.9.1Itential Adapter Utility LibrariesDIRECT116
@smithy/abort-controller • 3.1.5A simple abort controller libraryINDIRECT2
@smithy/config-resolver • 3.0.9[![NPM version](https://img.shields.io/npm/v/@smithy/config-resolver/latest.svg)](https://www.npmjs.com/package/@smithy/config-resolver) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/config-resolver.svg)](https://www.npmjs.com/package/@smithy/coINDIRECT7
@smithy/core • 2.4.8[![NPM version](https://img.shields.io/npm/v/@smithy/core/latest.svg)](https://www.npmjs.com/package/@smithy/core) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/core.svg)](https://www.npmjs.com/package/@smithy/core)INDIRECT29
@smithy/credential-provider-imds • 3.2.4AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata serviceINDIRECT7
@smithy/fetch-http-handler • 3.2.9Provides a way to make requestsINDIRECT9
@smithy/hash-node • 3.0.7[![NPM version](https://img.shields.io/npm/v/@smithy/hash-node/latest.svg)](https://www.npmjs.com/package/@smithy/hash-node) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/hash-node.svg)](https://www.npmjs.com/package/@smithy/hash-node)INDIRECT5
@smithy/invalid-dependency • 3.0.7[![NPM version](https://img.shields.io/npm/v/@smithy/invalid-dependency/latest.svg)](https://www.npmjs.com/package/@smithy/invalid-dependency) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/invalid-dependency.svg)](https://www.npmjs.com/package/@INDIRECT2
@smithy/is-array-buffer • 2.2.0Provides a function for detecting if an argument is an ArrayBufferINDIRECT1
@smithy/is-array-buffer • 3.0.0Provides a function for detecting if an argument is an ArrayBufferINDIRECT1
@smithy/middleware-content-length • 3.0.9[![NPM version](https://img.shields.io/npm/v/@smithy/middleware-content-length/latest.svg)](https://www.npmjs.com/package/@smithy/middleware-content-length) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/middleware-content-length.svg)](https://wwINDIRECT3
@smithy/middleware-endpoint • 3.1.4[![NPM version](https://img.shields.io/npm/v/@smithy/middleware-endpoint/latest.svg)](https://www.npmjs.com/package/@smithy/middleware-endpoint) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/middleware-endpoint.svg)](https://www.npmjs.com/packagINDIRECT9
@smithy/middleware-retry • 3.0.23[![NPM version](https://img.shields.io/npm/v/@smithy/middleware-retry/latest.svg)](https://www.npmjs.com/package/@smithy/middleware-retry) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/middleware-retry.svg)](https://www.npmjs.com/package/@smithyINDIRECT27
@smithy/middleware-serde • 3.0.7[![NPM version](https://img.shields.io/npm/v/@smithy/middleware-serde/latest.svg)](https://www.npmjs.com/package/@smithy/middleware-serde) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/middleware-serde.svg)](https://www.npmjs.com/package/@smithyINDIRECT2
@smithy/middleware-stack • 3.0.7Provides a means for composing multiple middleware functions into a single handlerINDIRECT2
@smithy/node-config-provider • 3.1.8Load config default values from ini config files and environmental variableINDIRECT4
@smithy/node-http-handler • 3.2.4Provides a way to make requestsINDIRECT6
@smithy/property-provider • 3.1.7[![NPM version](https://img.shields.io/npm/v/@smithy/property-provider/latest.svg)](https://www.npmjs.com/package/@smithy/property-provider) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/property-provider.svg)](https://www.npmjs.com/package/@smiINDIRECT2
@smithy/protocol-http • 4.1.4[![NPM version](https://img.shields.io/npm/v/@smithy/protocol-http/latest.svg)](https://www.npmjs.com/package/@smithy/protocol-http) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/protocol-http.svg)](https://www.npmjs.com/package/@smithy/protocolINDIRECT2
@smithy/querystring-builder • 3.0.7[![NPM version](https://img.shields.io/npm/v/@smithy/querystring-builder/latest.svg)](https://www.npmjs.com/package/@smithy/querystring-builder) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/querystring-builder.svg)](https://www.npmjs.com/packagINDIRECT3
@smithy/querystring-parser • 3.0.7[![NPM version](https://img.shields.io/npm/v/@smithy/querystring-parser/latest.svg)](https://www.npmjs.com/package/@smithy/querystring-parser) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/querystring-parser.svg)](https://www.npmjs.com/package/@INDIRECT2
@smithy/service-error-classification • 3.0.7[![NPM version](https://img.shields.io/npm/v/@smithy/service-error-classification/latest.svg)](https://www.npmjs.com/package/@smithy/service-error-classification) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/service-error-classification.svg)](hINDIRECT2
@smithy/shared-ini-file-loader • 3.1.8[![NPM version](https://img.shields.io/npm/v/@smithy/shared-ini-file-loader/latest.svg)](https://www.npmjs.com/package/@smithy/shared-ini-file-loader) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/shared-ini-file-loader.svg)](https://www.npmjs.cINDIRECT2
@smithy/signature-v4 • 4.2.0A standalone implementation of the AWS Signature V4 request signing algorithmINDIRECT9
@smithy/smithy-client • 3.4.0[![NPM version](https://img.shields.io/npm/v/@smithy/smithy-client/latest.svg)](https://www.npmjs.com/package/@smithy/smithy-client) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/smithy-client.svg)](https://www.npmjs.com/package/@smithy/smithy-cINDIRECT23
@smithy/types • 3.5.0[![NPM version](https://img.shields.io/npm/v/@smithy/types/latest.svg)](https://www.npmjs.com/package/@smithy/types) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/types.svg)](https://www.npmjs.com/package/@smithy/types)INDIRECT1
@smithy/url-parser • 3.0.7[![NPM version](https://img.shields.io/npm/v/@smithy/url-parser/latest.svg)](https://www.npmjs.com/package/@smithy/url-parser) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/url-parser.svg)](https://www.npmjs.com/package/@smithy/url-parser)INDIRECT3
@smithy/util-base64 • 3.0.0A Base64 <-> UInt8Array converterINDIRECT4
@smithy/util-body-length-browser • 3.0.0Determines the length of a request body in browsersINDIRECT1
@smithy/util-body-length-node • 3.0.0Determines the length of a request body in node.jsINDIRECT1
@smithy/util-buffer-from • 2.2.0[![NPM version](https://img.shields.io/npm/v/@smithy/util-buffer-from/latest.svg)](https://www.npmjs.com/package/@smithy/util-buffer-from) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-buffer-from.svg)](https://www.npmjs.com/package/@smithyINDIRECT2
@smithy/util-buffer-from • 3.0.0[![NPM version](https://img.shields.io/npm/v/@smithy/util-buffer-from/latest.svg)](https://www.npmjs.com/package/@smithy/util-buffer-from) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-buffer-from.svg)](https://www.npmjs.com/package/@smithyINDIRECT2
@smithy/util-config-provider • 3.0.0Utilities package for configuration providersINDIRECT1
@smithy/util-defaults-mode-browser • 3.0.23[![NPM version](https://img.shields.io/npm/v/@smithy/util-defaults-mode-browser/latest.svg)](https://www.npmjs.com/package/@smithy/util-defaults-mode-browser) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-defaults-mode-browser.svg)](https:/INDIRECT25
@smithy/util-defaults-mode-node • 3.0.23[![NPM version](https://img.shields.io/npm/v/@smithy/util-defaults-mode-node/latest.svg)](https://www.npmjs.com/package/@smithy/util-defaults-mode-node) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-defaults-mode-node.svg)](https://www.npmjINDIRECT27
@smithy/util-endpoints • 2.1.3Utilities to help with endpoint resolution.INDIRECT5
@smithy/util-hex-encoding • 3.0.0Converts binary buffers to and from lowercase hexadecimal encodingINDIRECT1
@smithy/util-middleware • 3.0.7Shared utilities for to be used in middleware packages.INDIRECT2
@smithy/util-retry • 3.0.7Shared retry utilities to be used in middleware packages.INDIRECT3
@smithy/util-stream • 3.1.9[![NPM version](https://img.shields.io/npm/v/@smithy/util-stream/latest.svg)](https://www.npmjs.com/package/@smithy/util-stream) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-stream.svg)](https://www.npmjs.com/package/@smithy/util-stream)INDIRECT13
@smithy/util-uri-escape • 3.0.0[![NPM version](https://img.shields.io/npm/v/@smithy/util-uri-escape/latest.svg)](https://www.npmjs.com/package/@smithy/util-uri-escape) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-uri-escape.svg)](https://www.npmjs.com/package/@smithy/utINDIRECT1
@smithy/util-utf8 • 2.3.0A UTF-8 string <-> UInt8Array converterINDIRECT3
@smithy/util-utf8 • 3.0.0A UTF-8 string <-> UInt8Array converterINDIRECT3
aws-sdk • 2.1691.0AWS SDK for JavaScriptINDIRECT36
bson • 1.1.6A bson parser for node.js and the browserINDIRECT0
bson • 4.7.2A bson parser for node.js and the browserINDIRECT3
denque • 1.5.1The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.INDIRECT0
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
ejs • 3.1.10Embedded JavaScript templatesINDIRECT15
filelist • 1.0.4Lazy-evaluating list of files, based on globs or regex patternsINDIRECT3
jake • 10.9.2JavaScript build tool, similar to Make or RakeINDIRECT14
jmespath • 0.16.0JMESPath implementation in javascriptINDIRECT0
mongodb-connection-string-url • 2.6.0MongoDB connection strings, based on the WhatWG URL APIINDIRECT8
mongodb • 3.7.4The official MongoDB driver for Node.jsINDIRECT17
mongodb • 4.17.2The official MongoDB driver for Node.jsDIRECT97
optional-require • 1.1.8NodeJS Require that let you handle module not found error without try/catchINDIRECT1
require-at • 1.0.6Call require pretending your are at another directoryINDIRECT0
workerpool • 6.5.1Offload tasks to a pool of workers on node.js and in the browserINDIRECT0
ISC43
PackageRelationDependenciesPublished
@istanbuljs/load-nyc-config • 1.1.0Utility function to load nyc configurationINDIRECT13
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
browser-stdout • 1.3.1`process.stdout` in your browser.INDIRECT0
cliui • 6.0.0easily create complex multi-column command-line-interfacesINDIRECT9
cliui • 7.0.4easily create complex multi-column command-line-interfacesINDIRECT9
electron-to-chromium • 1.5.32Provides a list of electron-to-chromium version mappingsINDIRECT0
foreground-child • 2.0.0Run a child as if it's the foreground process. Give it stdio. Exit when it exits.INDIRECT7
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 7.2.3a little globberINDIRECT10
glob • 8.1.0a little globberINDIRECT8
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.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
istanbul-lib-processinfo • 2.0.3A utility for managing the `processinfo` folder that NYC uses.INDIRECT25
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minimatch • 5.1.6a glob matcher in javascriptINDIRECT2
nyc • 15.1.0the Istanbul command line interfaceDIRECT149
once • 1.4.0Run a function exactly one timeINDIRECT1
package-hash • 4.0.0Generates a hash for an installed npm package, useful for salting cachesINDIRECT7
picocolors • 1.1.0The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
release-zalgo • 1.0.0Helps you write code with promise-like chains that can run both synchronously and asynchronouslyINDIRECT1
require-main-filename • 2.0.0shim for require.main.filename() that works in as many environments as possibleINDIRECT0
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
sax • 1.2.1An evented streaming XML parser in JavaScriptINDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.6.3The semantic version parser used by npm.DIRECT0
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
spawn-wrap • 2.0.0Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.INDIRECT23
test-exclude • 6.0.0test for inclusion or exclusion of paths using globsINDIRECT12
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 3.0.3Write files in an atomic fashion w/configurable ownershipINDIRECT4
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
y18n • 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yargs-parser • 18.1.3the mighty option parser used by yargsINDIRECT2
yargs-parser • 20.2.9the mighty option parser used by yargsINDIRECT0
BSD-3-Clause15
PackageRelationDependenciesPublished
buffer-equal-constant-time • 1.0.1Constant-time comparison of BuffersINDIRECT0
diff • 5.2.0A JavaScript text diff implementation.INDIRECT0
flat • 5.0.2Take a nested Javascript object and flatten it, or unflatten an object with delimited keysINDIRECT0
ieee754 • 1.1.13Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
istanbul-lib-coverage • 3.2.2Data library for istanbul coverage objectsINDIRECT0
istanbul-lib-hook • 3.0.0Hooks for require, vm and script used in istanbulINDIRECT3
istanbul-lib-instrument • 4.0.3Core istanbul API for JS code coverageINDIRECT51
istanbul-lib-report • 3.0.1Base reporting library for istanbulINDIRECT5
istanbul-lib-source-maps • 4.0.1Source maps support for istanbulINDIRECT4
istanbul-reports • 3.1.7istanbul reportsINDIRECT7
serialize-javascript • 6.0.2Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT2
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
webidl-conversions • 7.0.0Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
unknown1
PackageRelationDependenciesPublished
json-query • 2.2.2Retrieves values from JSON objects for data binding. Offers params, nested queries, deep queries, custom reduce/filter functions and simple boolean logic. Browserify compatible.DIRECT0
Python-2.01
PackageRelationDependenciesPublished
argparse • 2.0.1CLI arguments parser. Native port of python's argparse.INDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.7.0Runtime library for TypeScript helper functionsINDIRECT0
CC0-1.0 OR MIT1
PackageRelationDependenciesPublished
type-fest • 0.8.1A collection of essential TypeScript typesINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001667A smaller version of caniuse-db, with only the essentials!INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.1.1 version:

[![licenses](https://licenses.dev/b/npm/%40itentialopensource%2Fadapter-openstack_neutron/3.1.1)](https://licenses.dev/npm/%40itentialopensource%2Fadapter-openstack_neutron/3.1.1)
<a href="https://licenses.dev/npm/%40itentialopensource%2Fadapter-openstack_neutron/3.1.1">
  <img src="https://licenses.dev/b/npm/%40itentialopensource%2Fadapter-openstack_neutron/3.1.1" alt="licenses" />
</a>
GitHub