licenses.dev

depcheck v0.9.2

Check dependencies in your node module

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT69
PackageRelationDependenciesPublished
@babel/code-frame • 7.27.1Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/generator • 7.28.5Turns an AST into code.INDIRECT9
@babel/helper-globals • 7.28.0A collection of JavaScript globals for Babel internal usageINDIRECT0
@babel/helper-string-parser • 7.27.1A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.28.5Validate identifier/keywords nameINDIRECT0
@babel/parser • 7.28.5A JavaScript parserDIRECT3
@babel/template • 7.27.2Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.28.5The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesDIRECT17
@babel/types • 7.28.5Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jridgewell/gen-mapping • 0.3.13Generate source mapsINDIRECT3
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/sourcemap-codec • 1.5.5Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.31Trace the original position through a source mapINDIRECT2
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.12Brace expansion as known from sh/bashINDIRECT2
builtin-modules • 3.3.0List of the Node.js builtin modulesDIRECT0
caller-callsite • 2.0.0Get the callsite of the caller functionINDIRECT1
caller-path • 2.0.0Get the path of the caller functionINDIRECT2
callsites • 2.0.0Get callsites from the V8 stack trace APIINDIRECT0
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`DIRECT0
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
cosmiconfig • 5.2.1Find and load configuration from a package.json property, rc file, or CommonJS moduleDIRECT14
de-indent • 1.0.2remove extra indent from a block of codeINDIRECT0
debug • 4.4.3Lightweight debugging utility for Node.js and the browserDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
deps-regex • 0.1.4Regular expression for matching javascript require statements.DIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
error-ex • 1.3.4Easy error subclassing and stack customizationINDIRECT1
find-parent-dir • 0.3.1Finds the first parent directory that contains a given file or directory.INDIRECT0
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
he • 1.2.0A robust HTML entities encoder/decoder with full Unicode support.INDIRECT0
import-fresh • 2.0.0Import a module while bypassing the cacheINDIRECT4
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-directory • 0.3.1Returns true if a filepath exists on the file system and it's directory.INDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.2YAML 1.2 parser and serializerDIRECT3
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-parse-better-errors • 1.0.2JSON.parse with context information on errorINDIRECT0
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash • 4.17.21Lodash modular utilities.DIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
parse-json • 4.0.0Parse JSON with more helpful errorsINDIRECT3
path-exists • 4.0.0Check if a path existsINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
please-upgrade-node • 3.2.0Displays a beginner-friendly message telling your user to upgrade their version of NodeDIRECT1
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
require-package-name • 2.0.1gets the package name for a require statementDIRECT0
resolve-from • 3.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve • 1.22.11resolve like require.resolve() on behalf of files asynchronously and synchronouslyDIRECT5
semver-compare • 1.0.0compare two semver version strings, returning -1, 0, or 1INDIRECT0
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
vue-template-compiler • 2.7.16template compiler for Vue 2.0DIRECT2
walkdir • 0.4.1Find files simply. Walks a directory tree emitting events based on what it finds. Presents a familiar callback/emitter/a+sync interface. Walk a tree of any depth.DIRECT0
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
yargs • 15.4.1yargs the modern, pirate-themed, successor to optimist.DIRECT25
ISC9
PackageRelationDependenciesPublished
cliui • 6.0.0easily create complex multi-column command-line-interfacesINDIRECT9
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
minimatch • 3.1.2a glob matcher in javascriptDIRECT3
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
require-main-filename • 2.0.0shim for require.main.filename() that works in as many environments as possibleINDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 18.1.3the mighty option parser used by yargsINDIRECT2
Apache-2.01
PackageRelationDependenciesPublished
node-sass-tilde-importer • 1.0.2A node-sass custom importer which turns ~ into absolute paths to the nearest parent node_modules directory.DIRECT1
BSD-2-Clause1
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.9.2 version:

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