licenses.dev

@vuepress/utils v2.0.0-beta.51

Utils package of VuePress

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT60
PackageRelationDependenciesPublished
@mdit-vue/types • 0.10.0Shared types definition of mdit-vueINDIRECT0
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@types/debug • 4.1.12TypeScript definitions for debugDIRECT1
@types/fs-extra • 9.0.13TypeScript definitions for fs-extraDIRECT2
@types/hash-sum • 1.0.2TypeScript definitions for hash-sumDIRECT0
@types/ms • 0.7.34TypeScript definitions for msINDIRECT0
@types/node • 22.10.6TypeScript definitions for nodeINDIRECT1
@vue/shared • 3.5.13internal utils shared across @vue packagesINDIRECT0
@vuepress/shared • 2.0.0-beta.51Utils that shared between VuePress node and clientDIRECT2
ansi-regex • 6.1.0Regular expression for matching ANSI escape codesINDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bl • 5.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
braces • 3.0.3Bash-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.INDIRECT3
buffer • 6.0.3Node.js Buffer API, for the browserINDIRECT2
chalk • 5.4.1Terminal string styling done rightDIRECT0
cli-cursor • 4.0.0Toggle the CLI cursorINDIRECT4
cli-spinners • 2.9.2Spinners for use in the terminalINDIRECT0
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
debug • 4.4.0Lightweight debugging utility for Node.js and the browserDIRECT1
defaults • 1.0.4merge single level defaults over a config objectINDIRECT1
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
fs-extra • 10.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.DIRECT3
globby • 13.2.2User-friendly glob matchingDIRECT22
hash-sum • 2.0.0Blazing fast unique hash generatorDIRECT0
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 4.0.3Returns `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-interactive • 2.0.0Check if stdout or stderr is interactiveINDIRECT0
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-unicode-supported • 1.3.0Detect whether the terminal supports UnicodeINDIRECT0
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
log-symbols • 5.1.0Colored symbols for various log levels. Example: `✔︎ Success`INDIRECT2
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
ora • 6.3.1Elegant terminal spinnerDIRECT25
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.INDIRECT0
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
restore-cursor • 4.0.0Gracefully restore the CLI cursor on exitINDIRECT3
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
slash • 4.0.0Convert Windows backslash paths to slash pathsINDIRECT0
stdin-discarder • 0.1.0Discard stdin input except for Ctrl+CINDIRECT9
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
strip-ansi • 7.1.0Strip ANSI escape codes from a stringINDIRECT1
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
upath • 2.0.1A proxy to `path`, replacing `\` with `/` for all results (supports UNC paths) & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.DIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
ISC5
PackageRelationDependenciesPublished
fastq • 1.18.0Fast, in memory work queueINDIRECT1
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40vuepress%2Futils)](https://licenses.dev/npm/%40vuepress%2Futils)
<a href="https://licenses.dev/npm/%40vuepress%2Futils">
  <img src="https://licenses.dev/b/npm/%40vuepress%2Futils" alt="licenses" />
</a>

Or the licenses badge code for the 2.0.0-beta.51 version:

[![licenses](https://licenses.dev/b/npm/%40vuepress%2Futils/2.0.0-beta.51)](https://licenses.dev/npm/%40vuepress%2Futils/2.0.0-beta.51)
<a href="https://licenses.dev/npm/%40vuepress%2Futils/2.0.0-beta.51">
  <img src="https://licenses.dev/b/npm/%40vuepress%2Futils/2.0.0-beta.51" alt="licenses" />
</a>
GitHub