licenses.dev

eslint-config-strict v8.2.1

ESLint sharable config for strict linting

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT105
PackageRelationDependenciesPublished
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 ValidatorINDIRECT17
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
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 • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
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-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
debug • 2.6.9small 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.INDIRECT8
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
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-plugin-filenames • 0.2.0Eslint rule for consistent filenames.DIRECT0
eslint • 2.13.1An AST-based pattern checker for JavaScript.DIRECT138
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 • 1.3.1Super 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
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
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.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
globals • 9.18.0Global identifiers from different JavaScript environmentsINDIRECT0
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
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
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-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-property • 1.0.2Tests if a JSON property can be accessed using . syntaxINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
json-stable-stringify • 1.1.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT15
jsonpointer • 5.0.1Simple JSON Addressing.INDIRECT0
levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
lodash • 4.17.21Lodash modular utilities.INDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
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
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
pluralize • 1.2.1Pluralize and singularize any wordINDIRECT0
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
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
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-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
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
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-json-comments • 1.0.4Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
text-table • 0.2.0borderless text tables with alignmentINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
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
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
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
ISC21
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
type • 2.7.3Runtime validation and processing of JavaScript typesINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-2-Clause7
PackageRelationDependenciesPublished
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-Clause3
PackageRelationDependenciesPublished
shelljs • 0.6.1Portable Unix shell commands for Node.jsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
table • 3.8.3Formats data into a string table.INDIRECT32
Apache-2.01
PackageRelationDependenciesPublished
doctrine • 1.5.0JSDoc parserINDIRECT2
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-strict)](https://licenses.dev/npm/eslint-config-strict)
<a href="https://licenses.dev/npm/eslint-config-strict">
  <img src="https://licenses.dev/b/npm/eslint-config-strict" alt="licenses" />
</a>

Or the licenses badge code for the 8.2.1 version:

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