licenses.dev

eslint-config-dacz v0.5.0

Shareable eslint config for dacz

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT220
PackageRelationDependenciesPublished
@rtsao/scc • 1.1.0Find strongly connected components of a directed graph using [Tarjan's algorithm](https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm).INDIRECT0
@types/json5 • 0.0.29TypeScript definitions for JSON5INDIRECT0
acorn-jsx • 3.0.1Alternative, faster React.js JSX parserINDIRECT1
acorn • 3.3.0ECMAScript parserINDIRECT0
acorn • 5.7.4ECMAScript parserINDIRECT0
ajv-keywords • 1.5.1Custom JSON-Schema keywords for ajv validatorINDIRECT0
ajv • 4.11.8Another JSON Schema ValidatorINDIRECT22
ansi-escapes • 1.4.0ANSI escape codes for manipulating the terminalINDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
array-buffer-byte-length • 1.0.2Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT18
array-includes • 3.1.8An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.INDIRECT85
array.prototype.find • 2.2.3Array.prototype.find ES6 polyfill.INDIRECT86
array.prototype.findlastindex • 1.2.5An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.INDIRECT86
array.prototype.flat • 1.3.3An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.INDIRECT86
array.prototype.flatmap • 1.3.3An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.INDIRECT86
arraybuffer.prototype.slice • 1.0.4ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT84
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
babel-code-frame • 6.26.0Generate errors that contain a code frame that point to source locations.INDIRECT9
babel-eslint • 7.2.3Custom parser for ESLintDIRECT24
babel-messages • 6.23.0Collection of debug messages used by Babel.INDIRECT3
babel-runtime • 6.26.0babel selfContained runtimeINDIRECT2
babel-traverse • 6.26.0The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT23
babel-types • 6.26.0Babel Types is a Lodash-esque utility library for AST nodesINDIRECT6
babylon • 6.18.0A JavaScript parserINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT15
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
caller-path • 0.1.0Get the path of the caller moduleINDIRECT1
callsites • 0.2.0Get callsites from the V8 stack trace APIINDIRECT0
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
circular-json • 0.3.3JSON does not handle circular references. This version doesINDIRECT0
cli-cursor • 1.0.2Toggle the CLI cursorINDIRECT3
co • 4.6.0generator async control flow goodnessINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
core-js • 2.6.12Standard libraryINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
data-view-buffer • 1.0.2Get the ArrayBuffer out of a DataView, robustly.INDIRECT25
data-view-byte-length • 1.0.2Get the byteLength out of a DataView, robustly.INDIRECT25
data-view-byte-offset • 1.0.1Get the byteOffset out of a DataView, robustly.INDIRECT25
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.2.7small debugging utilityINDIRECT1
deep-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaNINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
es-abstract • 1.23.9ECMAScript spec abstract operations.INDIRECT84
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.1.0A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT13
es-shim-unscopables • 1.0.2Helper package to shim a method into `Array.prototype[Symbol.unscopables]`INDIRECT2
es-to-primitive • 1.3.0ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.INDIRECT19
es6-iterator • 2.0.3Iterator abstraction based on ES6 specificationINDIRECT8
es6-map • 0.1.5ECMAScript6 Map polyfillINDIRECT10
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
eslint-import-resolver-node • 0.3.9Node default behavior import resolution plugin for eslint-plugin-import.INDIRECT8
eslint-module-utils • 2.12.0Core utilities to support eslint-plugin-import and other module-related plugins.INDIRECT2
eslint-plugin-import • 2.31.0Import with sanity.DIRECT116
eslint-plugin-jsx-a11y • 3.0.2A static analysis linter of jsx and their accessibility with screen readers.DIRECT3
eslint-plugin-react • 6.10.3React specific linting rules for ESLintDIRECT92
eslint • 3.19.0An AST-based pattern checker for JavaScript.DIRECT154
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
exit-hook • 1.1.1Run some code when the process exitsINDIRECT0
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
figures • 1.7.0Unicode symbols with Windows CMD fallbacksINDIRECT2
file-entry-cache • 2.0.0Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the processINDIRECT19
flat-cache • 1.3.4A stupidly simple key/value storage using files to persist some dataINDIRECT17
for-each • 0.3.3A better forEachINDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
function.prototype.name • 1.1.8An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT21
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
generate-function • 2.3.1Module that helps you write generated functions in NodeINDIRECT1
generate-object-property • 1.2.0Generate safe JS code that can used to reference a object propertyINDIRECT1
get-intrinsic • 1.2.7Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-symbol-description • 1.1.0Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT13
globals • 9.18.0Global identifiers from different JavaScript environmentsINDIRECT0
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT7
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-bigints • 1.1.0Determine if the JS environment has BigInt support.INDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-proto • 1.2.0Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT5
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
has • 1.0.4Object.prototype.hasOwnProperty.call shortcutINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
ignore • 3.3.10Ignore is a manager and filter for .gitignore rules.INDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
inquirer • 0.12.0A collection of common interactive command line user interfaces.INDIRECT27
internal-slot • 1.1.0ES spec-like internal slotsINDIRECT18
interpret • 1.4.0A dictionary of file extensions and associated module loaders.INDIRECT0
invariant • 2.2.4invariantINDIRECT2
is-array-buffer • 3.0.5Is this value a JS ArrayBuffer?INDIRECT17
is-async-function • 2.1.0Determine if a function is a native async function.INDIRECT16
is-bigint • 1.1.0Is this value an ES BigInt?INDIRECT1
is-boolean-object • 1.2.1Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-data-view • 1.0.2Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT24
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-finalizationregistry • 1.1.1Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-generator-function • 1.1.0Determine if a function is a native generator function.INDIRECT16
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-map • 2.0.3Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-my-ip-valid • 1.0.1A small lib to validate IP addresses.INDIRECT0
is-my-json-valid • 2.20.6A [JSONSchema](https://json-schema.org/) validator that uses code generation to be extremely fast.INDIRECT6
is-number-object • 1.1.1Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-property • 1.0.2Tests if a JSON property can be accessed using . syntaxINDIRECT0
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
is-set • 2.0.3Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-shared-array-buffer • 1.0.4Is this value a JS SharedArrayBuffer?INDIRECT13
is-string • 1.1.1Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-symbol • 1.1.1Determine if a value is an ES6 Symbol or not.INDIRECT16
is-typed-array • 1.1.15Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT23
is-weakmap • 2.0.2Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-weakref • 1.1.0Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-weakset • 2.0.4Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
js-tokens • 3.0.2A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
json-stable-stringify • 1.2.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT20
json5 • 1.0.2JSON for humans.INDIRECT1
jsonpointer • 5.0.1Simple JSON Addressing.INDIRECT0
jsx-ast-utils • 1.4.1AST utility module for statically analyzing JSXINDIRECT0
levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
lodash • 4.17.21Lodash modular utilities.INDIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
natural-compare • 1.4.0Compare strings containing a mix of letters and numbers in the way a human being would in sort order.INDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.3string representations of objects in node and the browserINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT19
object.fromentries • 2.0.8ES proposal-spec-compliant Object.fromEntries shim.INDIRECT85
object.groupby • 1.0.3An ESnext spec-compliant `Object.groupBy` shim/polyfill/replacement that works as far down as ES3.INDIRECT85
object.values • 1.2.1ES2017 spec-compliant Object.values shim.INDIRECT19
onetime • 1.1.0Only call a function onceINDIRECT0
optionator • 0.8.3option parsing and help generationINDIRECT6
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
own-keys • 1.0.1Robustly get an object's own property keys (strings and symbols), including non-enumerables when possibleINDIRECT15
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
pluralize • 1.2.1Pluralize and singularize any wordINDIRECT0
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
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
progress • 1.1.8Flexible ascii progress barINDIRECT0
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readline2 • 1.0.1Readline Façade fixing bugs and issues found in releases 0.8 and 0.10INDIRECT4
rechoir • 0.6.2Require any supported file as a node module.INDIRECT6
reflect.getprototypeof • 1.0.10An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possibleINDIRECT84
regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regexp.prototype.flags • 1.5.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT20
require-uncached • 1.0.3Require a module bypassing the cacheINDIRECT3
resolve-from • 1.0.1Resolve the path of a module like require.resolve() but from a given pathINDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
restore-cursor • 1.0.1Gracefully restore the CLI cursor on exitINDIRECT2
run-async • 0.1.0Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT2
safe-array-concat • 1.1.3`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT18
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-push-apply • 1.0.0Push an array of items into an array, while being robust against prototype modificationINDIRECT2
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT15
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
set-proto • 1.0.0Robustly set the [[Prototype]] of an objectINDIRECT6
side-channel-list • 1.0.0Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT14
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT15
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT17
slice-ansi • 0.0.4Slice a string with ANSI escape codesINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
string-width • 2.1.1Get the visual width of a string - the number of columns required to display itINDIRECT3
string.prototype.trim • 1.2.10ES5 spec-compliant shim for String.prototype.trimINDIRECT84
string.prototype.trimend • 1.0.9ES2019 spec-compliant String.prototype.trimEnd shim.INDIRECT19
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim.INDIRECT18
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-bom • 3.0.0Strip UTF-8 byte order mark (BOM) from a stringINDIRECT0
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
text-table • 0.2.0borderless text tables with alignmentINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
to-fast-properties • 1.0.3Force V8 to use fast properties for an objectINDIRECT0
tsconfig-paths • 3.15.0Load node modules according to tsconfig paths, in run-time or via API.INDIRECT4
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.INDIRECT1
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT24
typed-array-byte-length • 1.0.3Robustly get the byte length of a Typed ArrayINDIRECT25
typed-array-byte-offset • 1.0.4Robustly get the byte offset of a Typed ArrayINDIRECT84
typed-array-length • 1.0.7Robustly get the length of a Typed ArrayINDIRECT84
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
unbox-primitive • 1.1.0Unbox a boxed JS primitive value.INDIRECT23
user-home • 2.0.0Get the path to the user home directoryINDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
which-boxed-primitive • 1.1.1Which kind of boxed JS primitive is this?INDIRECT22
which-builtin-type • 1.2.1What is the type of this builtin JS value?INDIRECT47
which-collection • 1.0.2Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
which-typed-array • 1.1.18Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT22
word-wrap • 1.2.5Wrap words to a specified length.INDIRECT0
write • 0.2.1Write files to disk, creating intermediate directories if they don't exist.INDIRECT2
xtend • 4.0.2extend like a bossINDIRECT0
ISC22
PackageRelationDependenciesPublished
cli-width • 2.2.1Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
d • 1.0.2Property descriptor factoryINDIRECT8
es5-ext • 0.10.64ECMAScript extensions and shimsINDIRECT8
es6-set • 0.1.6ECMAScript6 Set polyfillINDIRECT9
es6-symbol • 3.1.4ECMAScript 6 Symbol polyfillINDIRECT8
es6-weak-map • 2.0.3ECMAScript6 WeakMap polyfillINDIRECT9
esniff • 2.0.1Low footprint ECMAScript source code parserINDIRECT8
ext • 1.7.0JavaScript utilities with respect to emerging standardINDIRECT1
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
is-resolvable • 1.1.0Check if a module ID is resolvable with require()INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
mute-stream • 0.0.5Bytes go in, but they don't come out (when muted).INDIRECT0
next-tick • 1.1.0Environment agnostic nextTick polyfillINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
rimraf • 2.6.3A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
type • 2.7.3Runtime validation and processing of JavaScript typesINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-2-Clause8
PackageRelationDependenciesPublished
damerau-levenshtein • 1.0.8Damerau - Levenshtein distance by The Spanish Inquisition + relative distanceINDIRECT0
escope • 3.6.0ECMAScript scope analyzerINDIRECT15
espree • 3.5.4An Esprima-compatible JavaScript parser built on AcornINDIRECT3
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esrecurse • 4.3.0ECMAScript AST recursive visitorINDIRECT1
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
BSD-3-Clause4
PackageRelationDependenciesPublished
esquery • 1.6.0A query library for ECMAScript AST using a CSS selector like query language.INDIRECT1
shelljs • 0.7.8Portable Unix shell commands for Node.jsINDIRECT19
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
table • 3.8.3Formats data into a string table.INDIRECT37
Apache-2.02
PackageRelationDependenciesPublished
doctrine • 1.5.0JSDoc parserINDIRECT2
doctrine • 2.1.0JSDoc parserINDIRECT1
MIT OR WTFPL1
PackageRelationDependenciesPublished
path-is-inside • 1.0.2Tests whether one path is inside another pathINDIRECT0
non-standard1
PackageRelationDependenciesPublished
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
unknown1
PackageRelationDependenciesPublished
rx-lite • 3.1.2Lightweight library for composing asynchronous and event-based operations in JavaScriptINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.5.0 version:

[![licenses](https://licenses.dev/b/npm/eslint-config-dacz/0.5.0)](https://licenses.dev/npm/eslint-config-dacz/0.5.0)
<a href="https://licenses.dev/npm/eslint-config-dacz/0.5.0">
  <img src="https://licenses.dev/b/npm/eslint-config-dacz/0.5.0" alt="licenses" />
</a>
GitHub