@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.
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.
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
INDIRECT
12
chokidar • 3.6.0Minimal and efficient cross-platform file watching library
DIRECT
14
deep-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaN
INDIRECT
0
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.
INDIRECT
6
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-bound
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.
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.
INDIRECT
0
jsonpath • 1.1.1Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.
DIRECT
15
levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible
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
prelude-ls • 1.1.2prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
INDIRECT
0
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.
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
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.