licenses.dev

nyc>11.9.0>test-exclude v4.2.1

test for inclusion or exclusion of paths using pkg-conf and globs

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT115
PackageRelationDependenciesPublished
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
arrify • 1.0.1Convert a value to an arrayDIRECT0
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
base • 0.11.2base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.INDIRECT48
cache-base • 1.0.1Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.INDIRECT29
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.INDIRECT13
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.INDIRECT3
component-emitter • 1.3.1Event emitterINDIRECT0
copy-descriptor • 0.1.1Copy a descriptor from object A to object BINDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
define-property • 0.2.5Define a non-enumerable property on an object.INDIRECT5
define-property • 1.0.0Define a non-enumerable property on an object.INDIRECT4
define-property • 2.0.2Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.INDIRECT5
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT4
find-up • 1.1.2Find a file by walking up parent directoriesINDIRECT3
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
fragment-cache • 0.2.1A cache for managing namespaced sub-cachesINDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.INDIRECT0
has-value • 0.3.1Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT4
has-value • 1.0.0Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT7
has-values • 0.1.4Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT0
has-values • 1.0.0Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT4
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
is-accessor-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
is-descriptor • 0.1.7Returns 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-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
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
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
kind-of • 4.0.0Get the native type of a value.INDIRECT1
load-json-file • 1.1.0Read and parse a JSON fileINDIRECT9
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
map-visit • 1.0.0Map `visit` over an array of objects.INDIRECT2
mixin-deep • 1.3.2Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.INDIRECT4
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
nanomatch • 1.2.13Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)INDIRECT71
nyc>11.9.0>test-exclude>arr-diff • 4.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT0
nyc>11.9.0>test-exclude>array-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.INDIRECT0
nyc>11.9.0>test-exclude>braces • 2.3.2Bash-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.INDIRECT76
nyc>11.9.0>test-exclude>braces>extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
nyc>11.9.0>test-exclude>expand-brackets • 2.1.4Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT75
nyc>11.9.0>test-exclude>expand-brackets>define-property • 0.2.5Define a non-enumerable property on an object.INDIRECT7
nyc>11.9.0>test-exclude>expand-brackets>extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
nyc>11.9.0>test-exclude>expand-brackets>is-accessor-descriptor • 0.1.6Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
nyc>11.9.0>test-exclude>expand-brackets>is-accessor-descriptor>kind-of • 3.2.2Get the native type of a value.INDIRECT1
nyc>11.9.0>test-exclude>expand-brackets>is-data-descriptor • 0.1.4Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
nyc>11.9.0>test-exclude>expand-brackets>is-data-descriptor>kind-of • 3.2.2Get the native type of a value.INDIRECT1
nyc>11.9.0>test-exclude>expand-brackets>is-descriptor • 0.1.6Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT6
nyc>11.9.0>test-exclude>expand-brackets>kind-of • 5.1.0Get the native type of a value.INDIRECT0
nyc>11.9.0>test-exclude>extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.INDIRECT80
nyc>11.9.0>test-exclude>extglob>define-property • 1.0.0Define a non-enumerable property on an object.INDIRECT4
nyc>11.9.0>test-exclude>extglob>extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
nyc>11.9.0>test-exclude>fill-range • 4.0.0Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT7
nyc>11.9.0>test-exclude>fill-range>extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
nyc>11.9.0>test-exclude>is-accessor-descriptor • 1.0.0Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT1
nyc>11.9.0>test-exclude>is-data-descriptor • 1.0.0Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT1
nyc>11.9.0>test-exclude>is-descriptor • 1.0.2Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT3
nyc>11.9.0>test-exclude>is-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
nyc>11.9.0>test-exclude>is-number>kind-of • 3.2.2Get the native type of a value.INDIRECT1
nyc>11.9.0>test-exclude>isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
nyc>11.9.0>test-exclude>kind-of • 6.0.2Get the native type of a value.INDIRECT0
nyc>11.9.0>test-exclude>micromatch • 3.1.10Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.DIRECT95
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillDIRECT0
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.INDIRECT9
object-visit • 1.0.1Call a specified method on each value in the given object.INDIRECT1
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.INDIRECT1
parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
pascalcase • 0.1.1Convert a string to pascal-case.INDIRECT0
path-exists • 2.1.0Check if a path existsINDIRECT2
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-type • 1.1.0Check if a path is a file, directory, or symlinkINDIRECT4
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
posix-character-classes • 0.1.1POSIX character classes for creating regular expressions.INDIRECT0
read-pkg-up • 1.0.1Read the closest package.json fileDIRECT28
read-pkg • 1.1.0Read a package.json fileINDIRECT25
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.INDIRECT7
repeat-element • 1.1.4Create an array by repeating the given value n times.INDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.INDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
ret • 0.1.15Tokenizes a string that represents a regular expression.INDIRECT0
safe-regex • 1.1.0detect possibly catastrophic, exponential-time regular expressionsINDIRECT1
set-value • 2.0.1Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT8
snapdragon-node • 2.1.1Snapdragon utility for creating a new AST node in custom code, such as plugins.INDIRECT9
snapdragon-util • 3.0.1Utilities for the snapdragon parser/compiler.INDIRECT2
snapdragon • 0.8.2Fast, pluggable and easy-to-use parser-renderer factory.INDIRECT60
source-map-resolve • 0.5.3Resolve the source map and/or sources for a generated file.INDIRECT5
source-map-url • 0.4.1Tools for working with sourceMappingURL comments.INDIRECT0
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.INDIRECT10
strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/bufferINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
to-object-path • 0.3.0Create an object path from a list or array of strings.INDIRECT2
to-regex-range • 2.1.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT4
to-regex • 3.0.2Generate a regex from a string or array of strings.INDIRECT13
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.INDIRECT11
unset-value • 1.0.0Delete nested properties from an object using dot notation.INDIRECT6
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.INDIRECT0
use • 3.1.1Easily add plugin support to your node.js application.INDIRECT0
ISC4
PackageRelationDependenciesPublished
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
require-main-filename • 1.0.1shim for require.main.filename() that works in as many environments as possibleDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
BSD-2-Clause1
PackageRelationDependenciesPublished
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.21A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/nyc%3E11.9.0%3Etest-exclude)](https://licenses.dev/npm/nyc%3E11.9.0%3Etest-exclude)
<a href="https://licenses.dev/npm/nyc%3E11.9.0%3Etest-exclude">
  <img src="https://licenses.dev/b/npm/nyc%3E11.9.0%3Etest-exclude" alt="licenses" />
</a>

Or the licenses badge code for the 4.2.1 version:

[![licenses](https://licenses.dev/b/npm/nyc%3E11.9.0%3Etest-exclude/4.2.1)](https://licenses.dev/npm/nyc%3E11.9.0%3Etest-exclude/4.2.1)
<a href="https://licenses.dev/npm/nyc%3E11.9.0%3Etest-exclude/4.2.1">
  <img src="https://licenses.dev/b/npm/nyc%3E11.9.0%3Etest-exclude/4.2.1" alt="licenses" />
</a>
GitHub