@azure/ms-rest-js • 1.9.1Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest
INDIRECT
34
@microsoft/recognizers-text-choice • 1.1.4recognizers-text-choice provides recognition of Boolean (yes/no) answers expressed in multiple languages, as well as base classes to support lists of alternative choices.
@microsoft/recognizers-text-suite • 1.1.4recognizers-text-suite provides robust recognition and resolution of numbers, units, date/time, and more; expressed in multiple languages.
botbuilder-core • 4.14.0-dev.b647405Core components for Microsoft Bot Builder. Components in this library can run either in a browser or on the server.
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.
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.
INDIRECT
3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
INDIRECT
0
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`
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 bet
INDIRECT
1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
jsbn • 0.1.1The 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.
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.js
INDIRECT
3
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.
INDIRECT
0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
INDIRECT
0
object.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
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.
INDIRECT
0
psl • 1.15.0Domain name parser based on the Public Suffix List
INDIRECT
1
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
INDIRECT
0
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.
sshpk • 1.18.0A library for finding and using SSH public keys
INDIRECT
9
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.
INDIRECT
1
tr46 • 0.0.3An implementation of the Unicode TR46 spec
INDIRECT
0
tunnel • 0.0.6Node HTTP/HTTPS Agents for tunneling proxies
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
INDIRECT
0
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.