licenses.dev

nyc v8.4.0

the Istanbul command line interface

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT125
PackageRelationDependenciesPublished
nyc>8.4.0>align-text • 0.1.4Align the text in a string.INDIRECT4
nyc>8.4.0>ansi-regex • 2.0.0Regular expression for matching ANSI escape codesINDIRECT0
nyc>8.4.0>ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
nyc>8.4.0>append-transform • 0.3.0Install a transform to `require.extensions` that always runs last, even if additional extensions are added later.INDIRECT0
nyc>8.4.0>archy • 1.0.0render nested hierarchies `npm ls` style with unicode pipesDIRECT0
nyc>8.4.0>arr-diff • 2.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.INDIRECT1
nyc>8.4.0>arr-flatten • 1.0.1Recursively flatten an array or arrays. This is the fastest implementation of array flatten.INDIRECT0
nyc>8.4.0>array-unique • 0.2.1Return an array free of duplicate values. Fastest ES5 implementation.INDIRECT0
nyc>8.4.0>arrify • 1.0.1Convert a value to an arrayDIRECT0
nyc>8.4.0>async • 1.5.2Higher-order functions and common patterns for asynchronous codeINDIRECT0
nyc>8.4.0>babel-code-frame • 6.16.0Generate errors that contain a code frame that point to source locations.INDIRECT9
nyc>8.4.0>babel-generator • 6.18.0Turns an AST into code.INDIRECT14
nyc>8.4.0>babel-messages • 6.8.0Collection of debug messages used by Babel.INDIRECT3
nyc>8.4.0>babel-runtime • 6.18.0babel selfContained runtimeINDIRECT2
nyc>8.4.0>babel-template • 6.16.0Generate an AST from a string template.INDIRECT24
nyc>8.4.0>babel-traverse • 6.18.0The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT23
nyc>8.4.0>babel-types • 6.18.0Babel Types is a Lodash-esque utility library for AST nodesINDIRECT6
nyc>8.4.0>babylon • 6.13.1A JavaScript parserINDIRECT0
nyc>8.4.0>balanced-match • 0.4.2Match balanced character pairs, like "{" and "}"INDIRECT0
nyc>8.4.0>brace-expansion • 1.1.6Brace expansion as known from sh/bashINDIRECT2
nyc>8.4.0>braces • 1.8.5Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.INDIRECT11
nyc>8.4.0>builtin-modules • 1.1.1List of the Node.js builtin modulesINDIRECT0
nyc>8.4.0>caching-transform • 1.0.1Wraps a transform and provides cachingDIRECT8
nyc>8.4.0>camelcase • 1.2.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
nyc>8.4.0>center-align • 0.1.3Center-align the text in a string.INDIRECT6
nyc>8.4.0>chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
nyc>8.4.0>code-point-at • 1.0.1ES2015 String#codePointAt() ponyfillINDIRECT1
nyc>8.4.0>commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
nyc>8.4.0>concat-map • 0.0.1concatenative mapdasheryINDIRECT0
nyc>8.4.0>convert-source-map • 1.3.0Converts a source-map from/to different formats and allows adding/changing properties.DIRECT0
nyc>8.4.0>core-js • 2.4.1Standard libraryINDIRECT0
nyc>8.4.0>cross-spawn • 4.0.2Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
nyc>8.4.0>debug • 2.2.0small debugging utilityINDIRECT1
nyc>8.4.0>decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
nyc>8.4.0>default-require-extensions • 1.0.0Node's default require extensions as a separate moduleDIRECT2
nyc>8.4.0>detect-indent • 4.0.0Detect the indentation of codeINDIRECT3
nyc>8.4.0>error-ex • 1.3.0Easy error subclassing and stack customizationINDIRECT1
nyc>8.4.0>escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
nyc>8.4.0>expand-brackets • 0.1.5Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT1
nyc>8.4.0>expand-range • 1.8.2Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.INDIRECT9
nyc>8.4.0>extglob • 0.3.2Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.INDIRECT1
nyc>8.4.0>filename-regex • 2.0.0Regular expression for matching file names, with or without extension.INDIRECT0
nyc>8.4.0>fill-range • 2.2.3Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.INDIRECT8
nyc>8.4.0>find-cache-dir • 0.1.1My well-made moduleDIRECT8
nyc>8.4.0>find-up • 1.1.2Find a file by walking up parent directoriesDIRECT3
nyc>8.4.0>for-in • 0.1.6Iterate 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
nyc>8.4.0>for-own • 0.1.4Iterate over the own 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.js.INDIRECT1
nyc>8.4.0>glob-base • 0.3.0Returns an object with the (non-glob) base path and the actual pattern.INDIRECT3
nyc>8.4.0>globals • 9.12.0Global identifiers from different JavaScript environmentsINDIRECT0
nyc>8.4.0>handlebars • 4.0.5Handlebars provides the power necessary to let you build semantic templates effectively with no frustrationINDIRECT24
nyc>8.4.0>has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
nyc>8.4.0>has-flag • 1.0.0Check if argv has a specific flagINDIRECT0
nyc>8.4.0>imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
nyc>8.4.0>invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
nyc>8.4.0>is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
nyc>8.4.0>is-buffer • 1.1.4Determine if an object is a BufferINDIRECT0
nyc>8.4.0>is-builtin-module • 1.0.0Check if a string matches the name of a Node.js builtin moduleINDIRECT1
nyc>8.4.0>is-dotfile • 1.0.2Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.INDIRECT0
nyc>8.4.0>is-equal-shallow • 0.1.3Does a shallow comparison of two objects, returning false if the keys or values differ.INDIRECT1
nyc>8.4.0>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
nyc>8.4.0>is-extglob • 1.0.0Returns true if a string has an extglob.INDIRECT0
nyc>8.4.0>is-finite • 1.0.2ES2015 Number.isFinite() ponyfillINDIRECT1
nyc>8.4.0>is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
nyc>8.4.0>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
nyc>8.4.0>is-number • 2.1.0Returns true if the value is a number. comprehensive tests.INDIRECT2
nyc>8.4.0>is-posix-bracket • 0.1.1Returns true if the given string is a POSIX bracket expression (POSIX character class).INDIRECT0
nyc>8.4.0>is-primitive • 2.0.0Returns `true` if the value is a primitive. INDIRECT0
nyc>8.4.0>is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
nyc>8.4.0>isarray • 1.0.0Array#isArray for older browsersINDIRECT0
nyc>8.4.0>isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
nyc>8.4.0>istanbul-lib-report>supports-color • 3.1.2Detect whether a terminal supports colorINDIRECT1
nyc>8.4.0>js-tokens • 2.0.0A regex that tokenizes JavaScript.INDIRECT0
nyc>8.4.0>jsesc • 1.3.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.INDIRECT0
nyc>8.4.0>kind-of • 3.0.4Get the native type of a value.INDIRECT1
nyc>8.4.0>lazy-cache • 1.0.4Cache requires to be lazy-loaded when needed.INDIRECT0
nyc>8.4.0>lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
nyc>8.4.0>load-json-file • 1.1.0Read and parse a JSON fileINDIRECT9
nyc>8.4.0>lodash • 4.16.6Lodash modular utilities.INDIRECT0
nyc>8.4.0>longest • 1.0.1Get the longest item in an array.INDIRECT0
nyc>8.4.0>loose-envify • 1.3.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
nyc>8.4.0>md5-hex • 1.3.0Create a MD5 hash with hex encodingDIRECT1
nyc>8.4.0>micromatch • 2.3.11Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.DIRECT33
nyc>8.4.0>minimist • 0.0.8parse argument optionsINDIRECT0
nyc>8.4.0>mkdirp • 0.5.1Recursively mkdir, like `mkdir -p`DIRECT1
nyc>8.4.0>normalize-path • 2.0.1Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes.INDIRECT0
nyc>8.4.0>number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
nyc>8.4.0>object-assign • 4.1.0ES2015 Object.assign() ponyfillINDIRECT0
nyc>8.4.0>object.omit • 2.0.1Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.INDIRECT3
nyc>8.4.0>os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
nyc>8.4.0>os-locale • 1.4.0Get the system localeINDIRECT2
nyc>8.4.0>parse-glob • 3.0.4Parse a glob pattern into an object of tokens.INDIRECT5
nyc>8.4.0>parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
nyc>8.4.0>path-exists • 2.1.0Check if a path existsINDIRECT2
nyc>8.4.0>path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
nyc>8.4.0>path-parse • 1.0.5Node.js path.parse() ponyfillINDIRECT0
nyc>8.4.0>path-type • 1.1.0Check if a path is a file, directory, or symlinkINDIRECT4
nyc>8.4.0>pify • 2.3.0Promisify a callback-style functionINDIRECT0
nyc>8.4.0>pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
nyc>8.4.0>pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
nyc>8.4.0>pkg-dir • 1.0.0Find the root directory of a npm packageINDIRECT4
nyc>8.4.0>preserve • 0.2.0Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.INDIRECT0
nyc>8.4.0>randomatic • 1.1.5Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.INDIRECT3
nyc>8.4.0>read-pkg-up • 1.0.1Read the closest package.json fileINDIRECT23
nyc>8.4.0>read-pkg • 1.1.0Read a package.json fileINDIRECT20
nyc>8.4.0>regenerator-runtime • 0.9.5Runtime for Regenerator-compiled generator and async functions.INDIRECT0
nyc>8.4.0>regex-cache • 0.4.3Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in suprising performance improvements.INDIRECT2
nyc>8.4.0>repeat-element • 1.1.2Create an array by repeating the given value n times.INDIRECT0
nyc>8.4.0>repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
nyc>8.4.0>repeating • 2.0.1Repeat a string - fastINDIRECT2
nyc>8.4.0>require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
nyc>8.4.0>resolve-from • 2.0.0Resolve the path of a module like require.resolve() but from a given pathDIRECT0
nyc>8.4.0>right-align • 0.1.3Right-align the text in a string.INDIRECT5
nyc>8.4.0>string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
nyc>8.4.0>strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
nyc>8.4.0>strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/bufferINDIRECT1
nyc>8.4.0>supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
nyc>8.4.0>to-fast-properties • 1.0.2Force V8 to use fast properties for an objectINDIRECT0
nyc>8.4.0>uglify-js>yargs • 3.10.0Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT13
nyc>8.4.0>uglify-to-browserify • 1.0.2A transform to make UglifyJS work in browserify.INDIRECT0
nyc>8.4.0>wordwrap • 0.0.3Wrap those words. Show them at what columns to start and stop.INDIRECT0
nyc>8.4.0>wrap-ansi • 2.0.0Wordwrap a string with ANSI escape codesINDIRECT6
nyc>8.4.0>yargs-parser>camelcase • 3.0.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
nyc>8.4.0>yargs • 6.3.0yargs the modern, pirate-themed, successor to optimist.DIRECT46
nyc>8.4.0>yargs>camelcase • 3.0.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
nyc>8.4.0>yargs>window-size • 0.2.0Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
ISC32
PackageRelationDependenciesPublished
nyc>8.4.0>cliui • 2.1.0easily create complex multi-column command-line-interfacesINDIRECT9
nyc>8.4.0>foreground-child • 1.5.3Run a child as if it's the foreground process. Give it stdio. Exit when it exits.DIRECT7
nyc>8.4.0>fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
nyc>8.4.0>get-caller-file • 1.0.2[![Build Status](https://travis-ci.org/ember-cli/ember-cli.svg?branch=master)](https://travis-ci.org/ember-cli/ember-cli) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.appveyor.com/projecINDIRECT0
nyc>8.4.0>glob-parent • 2.0.0Strips glob magic from a string to provide the parent pathINDIRECT2
nyc>8.4.0>glob • 7.1.1a little globberDIRECT10
nyc>8.4.0>graceful-fs • 4.1.9A drop-in replacement for fs, making various improvements.INDIRECT0
nyc>8.4.0>hosted-git-info • 2.1.5Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
nyc>8.4.0>inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
nyc>8.4.0>inherits • 2.0.3Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
nyc>8.4.0>isexe • 1.1.2Minimal module to check if a file is executable.INDIRECT0
nyc>8.4.0>lru-cache • 4.0.1A cache object that deletes the least-recently-used items.INDIRECT2
nyc>8.4.0>minimatch • 3.0.3a glob matcher in javascriptINDIRECT3
nyc>8.4.0>once • 1.4.0Run a function exactly one timeINDIRECT1
nyc>8.4.0>pseudomap • 1.0.2A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.INDIRECT0
nyc>8.4.0>require-main-filename • 1.0.1shim for require.main.filename() that works in as many environments as possibleINDIRECT0
nyc>8.4.0>rimraf • 2.5.4A deep deletion module for node (like `rm -rf`)DIRECT11
nyc>8.4.0>semver • 5.3.0The semantic version parser used by npm.INDIRECT0
nyc>8.4.0>set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
nyc>8.4.0>signal-exit • 3.0.1when you want to fire an event no matter how a process exits.DIRECT0
nyc>8.4.0>slide • 1.1.6A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JSINDIRECT0
nyc>8.4.0>spawn-wrap • 1.2.4Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.DIRECT24
nyc>8.4.0>spawn-wrap>signal-exit • 2.1.2when you want to fire an event no matter how a process exits.INDIRECT0
nyc>8.4.0>test-exclude • 2.1.3test for inclusion or exclusion of paths using pkg-conf and globsDIRECT61
nyc>8.4.0>which-module • 1.0.0Find the module object for something that was require()dINDIRECT0
nyc>8.4.0>which • 1.2.11Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
nyc>8.4.0>wrappy • 1.0.2Callback wrapping utilityINDIRECT0
nyc>8.4.0>write-file-atomic • 1.2.0Write files in an atomic fashion w/configurable ownershipINDIRECT3
nyc>8.4.0>y18n • 3.2.1the bare-bones internationalization library used by yargsINDIRECT0
nyc>8.4.0>yallist • 2.0.0Yet Another Linked ListINDIRECT0
nyc>8.4.0>yargs-parser • 4.0.2the mighty option parser used by yargsDIRECT1
nyc>8.4.0>yargs>cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
BSD-3-Clause9
PackageRelationDependenciesPublished
nyc>8.4.0>handlebars>source-map • 0.4.4Generates and consumes source mapsINDIRECT1
nyc>8.4.0>invariant • 2.2.1invariantINDIRECT2
nyc>8.4.0>istanbul-lib-coverage • 1.0.0Data library for istanbul coverage objectsDIRECT0
nyc>8.4.0>istanbul-lib-hook • 1.0.0-alpha.4Hooks for require, vm and script used in istanbulDIRECT1
nyc>8.4.0>istanbul-lib-instrument • 1.2.0Core istanbul API for JS code coverageDIRECT34
nyc>8.4.0>istanbul-lib-report • 1.0.0-alpha.3Base reporting library for istanbulDIRECT19
nyc>8.4.0>istanbul-lib-source-maps • 1.0.2Source maps support for istanbulDIRECT16
nyc>8.4.0>istanbul-reports • 1.0.0istanbul reportsDIRECT25
nyc>8.4.0>source-map • 0.5.6Generates and consumes source mapsINDIRECT0
unknown5
PackageRelationDependenciesPublished
nyc>8.4.0>esutils • 2.0.2utility box for ECMAScript language toolsINDIRECT0
nyc>8.4.0>md5-o-matic • 0.1.1Fast and simple MD5 hashing utility with zero module dependencies. View MD5 Shootout results, http://jsperf.com/md5-shootout/39INDIRECT0
nyc>8.4.0>ms • 0.7.1Tiny ms conversion utilityINDIRECT0
nyc>8.4.0>uglify-js>async • 0.2.10Higher-order functions and common patterns for asynchronous codeINDIRECT0
nyc>8.4.0>window-size • 0.1.0Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
MIT OR X112
PackageRelationDependenciesPublished
nyc>8.4.0>cliui>wordwrap • 0.0.2Wrap those words. Show them at what columns to start and stop.INDIRECT0
nyc>8.4.0>optimist • 0.6.1Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT2
BSD-2-Clause2
PackageRelationDependenciesPublished
nyc>8.4.0>normalize-package-data • 2.3.5Normalizes data that can be found in package.json files.INDIRECT8
nyc>8.4.0>uglify-js • 2.7.4JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT17
Apache-2.02
PackageRelationDependenciesPublished
nyc>8.4.0>spdx-correct • 1.0.2correct invalid SPDX identifiersINDIRECT1
nyc>8.4.0>validate-npm-package-license • 3.0.1Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT3
BSD-3-Clause OR MIT1
PackageRelationDependenciesPublished
nyc>8.4.0>amdefine • 1.0.1Provide AMD's define() API for declaring modules in the AMD formatINDIRECT0
CC-BY-3.0 AND MIT1
PackageRelationDependenciesPublished
nyc>8.4.0>spdx-expression-parse • 1.0.4parse SPDX license expressionsINDIRECT0
Unlicense1
PackageRelationDependenciesPublished
nyc>8.4.0>spdx-license-ids • 1.2.2A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 8.4.0 version:

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