licenses.dev

matched v0.4.4

Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT26
PackageRelationDependenciesPublished
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.DIRECT0
async-array-reduce • 0.2.1Async reduce.DIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
expand-tilde • 1.2.2Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.INDIRECT1
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.DIRECT1
fs-exists-sync • 0.1.0Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.DIRECT0
global-modules • 0.2.3The directory used by npm for globally installed npm modules.INDIRECT7
global-prefix • 0.1.5Get the npm global path prefix.INDIRECT6
has-glob • 0.1.1Returns `true` if an array has a glob pattern.DIRECT2
homedir-polyfill • 1.0.3Node.js os.homedir polyfill for older versions of node.js.INDIRECT1
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-extglob • 1.0.0Returns true if a string has an extglob.INDIRECT0
is-glob • 2.0.1Returns `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-valid-glob • 0.3.0Return true if a value is a valid glob pattern or patterns.DIRECT0
is-windows • 0.2.0Returns true if the platform is windwows.INDIRECT0
kind-of • 3.2.2Get the native type of a value.INDIRECT1
lazy-cache • 2.0.2Cache requires to be lazy-loaded when needed.DIRECT4
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
parse-passwd • 1.0.0Parse a passwd file into a list of users.INDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
resolve-dir • 0.1.1Resolve a directory that is either local, global or in the user's home directory.DIRECT10
set-getter • 0.1.1Create nested getter properties and any intermediary dot notation (`'a.b.c'`) pathsINDIRECT3
to-object-path • 0.3.0Create an object path from a list or array of strings.INDIRECT2
ISC10
PackageRelationDependenciesPublished
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 7.2.3a little globberDIRECT10
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
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.4.4 version:

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