licenses.dev

@parcel/logger v1.11.1

Blazing fast, zero configuration web application bundler

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT67
PackageRelationDependenciesPublished
@parcel/utils • 1.11.0Blazing fast, zero configuration web application bundlerINDIRECT0
@parcel/workers • 1.11.0Blazing fast, zero configuration web application bundlerDIRECT2
acorn • 7.4.1ECMAScript parserINDIRECT0
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
brfs • 1.6.1browserify fs.readFileSync() static asset inlinerINDIRECT52
buffer-equal • 0.0.1return whether two buffers are equalINDIRECT0
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
chalk • 2.4.2Terminal string styling done rightDIRECT6
cli-cursor • 2.1.0Toggle the CLI cursorINDIRECT4
cli-spinners • 1.3.1Spinners for use in the terminalINDIRECT0
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
deep-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaNINDIRECT0
defaults • 1.0.4merge single level defaults over a config objectINDIRECT1
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
falafel • 2.2.5transform the ast on a recursive walkINDIRECT2
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
grapheme-breaker • 0.3.2An implementation of the Unicode grapheme cluster breaking algorithm (UAX #29)DIRECT56
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has • 1.0.4Object.prototype.hasOwnProperty.call shortcutINDIRECT0
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
is-core-module • 2.16.2Is this specifier a node.js core module?INDIRECT2
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
log-symbols • 2.2.0Colored symbols for various log levels. Example: ✔︎ SuccessINDIRECT7
magic-string • 0.22.5Modify strings, generate sourcemapsINDIRECT1
merge-source-map • 1.0.4Merge old source map and new source map in multi-transform flowINDIRECT1
mimic-fn • 1.2.0Make a function mimic another oneINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
object-inspect • 1.4.1string representations of objects in node and the browserINDIRECT0
onetime • 2.0.1Ensure a function is only called onceINDIRECT1
optionator • 0.8.3option parsing and help generationINDIRECT6
ora • 2.1.0Elegant terminal spinnerDIRECT19
pako • 0.2.9zlib port to javascript - fast, modularized, with browser supportINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
prelude-ls • 1.1.2prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
quote-stream • 1.0.2transform a stream into a quoted stringINDIRECT12
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
restore-cursor • 2.0.0Gracefully restore the CLI cursor on exitINDIRECT3
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
shallow-copy • 0.0.1make a shallow copy of an object or arrayINDIRECT0
static-eval • 2.1.1evaluate statically-analyzable expressionsINDIRECT5
static-module • 2.2.5convert module usage to inline expressionsINDIRECT44
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
strip-ansi • 4.0.0Strip ANSI escape codesDIRECT1
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
tiny-inflate • 1.0.3A tiny inflate implementationINDIRECT0
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.INDIRECT1
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
unicode-trie • 0.3.1Unicode Trie data structure for fast character metadata lookup, ported from ICUINDIRECT2
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
vlq • 0.2.3Generate, and decode, base64 VLQ mappings for source maps and other usesINDIRECT0
wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
word-wrap • 1.2.5Wrap words to a specified length.INDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
BSD-2-Clause7
PackageRelationDependenciesPublished
escodegen • 1.9.1ECMAScript code generatorINDIRECT11
escodegen • 2.1.0ECMAScript code generatorINDIRECT4
esprima • 3.1.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
estraverse • 4.3.0ECMAScript JS AST traversal functionsINDIRECT0
estraverse • 5.3.0ECMAScript JS AST traversal functionsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
ISC3
PackageRelationDependenciesPublished
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
physical-cpu-count • 2.0.0Provides the number of physical coresINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
BSD-3-Clause3
PackageRelationDependenciesPublished
duplexer2 • 0.1.4Like duplexer but using streams3INDIRECT8
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.11.1 version:

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