licenses.dev

flat-spe v1.0.9

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT70
PackageRelationDependenciesPublished
ansi-green • 0.1.1The color green, in ansi.INDIRECT1
ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes.INDIRECT0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
async-array-reduce • 0.2.1Async reduce.INDIRECT0
async-each • 1.0.6No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
brace-expansion • 1.1.16Brace expansion as known from sh/bashINDIRECT2
clone-stats • 0.0.1Safely clone node's fs.Stats instances without losing their class methodsINDIRECT0
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
copy • 0.3.2Copy files or directories using globs.DIRECT80
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
define-property • 0.2.5Define a non-enumerable property on an object.INDIRECT5
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.INDIRECT1
file-contents • 0.2.4Set the `contents` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.INDIRECT17
file-contents • 0.3.2Set the `contents` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.INDIRECT34
file-stat • 0.1.3Set the `stat` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.INDIRECT12
file-stat • 0.2.3Set the `stat` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.INDIRECT17
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.INDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
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.INDIRECT2
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
homedir-polyfill • 1.0.3Node.js os.homedir polyfill for older versions of node.js.INDIRECT1
is-absolute • 0.2.6Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute.INDIRECT4
is-accessor-descriptor • 1.0.2Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
is-descriptor • 0.1.8Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
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-relative • 0.2.1Returns `true` if the path appears to be relative.INDIRECT2
is-unc-path • 0.1.2Returns true if a filepath is a windows UNC file path.INDIRECT1
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
is-valid-glob • 0.3.0Return true if a value is a valid glob pattern or patterns.INDIRECT0
is-windows • 0.2.0Returns true if the platform is windwows.INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
kind-of • 3.2.2Get the native type of a value.INDIRECT1
lazy-cache • 0.2.7Cache requires to be lazy-loaded when needed.INDIRECT0
lazy-cache • 2.0.2Cache requires to be lazy-loaded when needed.INDIRECT4
log-ok • 0.1.1just `console.log` prefixed with a green checkINDIRECT3
matched • 0.4.4Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.INDIRECT36
minimist • 1.2.8parse argument optionsDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`DIRECT1
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
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
replace-ext • 0.0.1Replaces a file extension with another oneINDIRECT0
resolve-dir • 0.1.1Resolve a directory that is either local, global or in the user's home directory.INDIRECT10
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
set-getter • 0.1.1Create nested getter properties and any intermediary dot notation (`'a.b.c'`) pathsINDIRECT3
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
strip-bom-buffer • 0.1.1Strip a byte order mark (BOM) from a buffer.INDIRECT2
strip-bom-string • 0.1.2Strip a byte order mark (BOM) from a string.INDIRECT0
success-symbol • 0.1.0Cross-platform success symbol.INDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
to-file • 0.2.0Convert a file path to a vinyl file.INDIRECT37
to-object-path • 0.3.0Create an object path from a list or array of strings.INDIRECT2
unc-path-regex • 0.1.2Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsDIRECT0
vinyl • 1.2.0A virtual file formatINDIRECT3
xtend • 4.0.2extend like a bossINDIRECT0
ISC12
PackageRelationDependenciesPublished
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob-parent • 2.0.0Strips glob magic from a string to provide the parent pathINDIRECT2
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.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.5a 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/flat-spe)](https://licenses.dev/npm/flat-spe)
<a href="https://licenses.dev/npm/flat-spe">
  <img src="https://licenses.dev/b/npm/flat-spe" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.9 version:

[![licenses](https://licenses.dev/b/npm/flat-spe/1.0.9)](https://licenses.dev/npm/flat-spe/1.0.9)
<a href="https://licenses.dev/npm/flat-spe/1.0.9">
  <img src="https://licenses.dev/b/npm/flat-spe/1.0.9" alt="licenses" />
</a>
GitHub