licenses.dev

eslint-config-strict v3.0.1

ESLint sharable config for strict linting

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT121
PackageRelationDependenciesPublished
ansi-escapes • 1.4.0ANSI escape codes for manipulating the terminalINDIRECT0
ansi-regex • 2.1.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
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
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.1.2Eslint rule for consistent filenames.DIRECT0
eslint • 1.10.3An AST-based pattern checker for JavaScript.DIRECT157
estraverse-fb • 1.3.2Drop-in for estraverse that enables traversal over React's JSX nodes.INDIRECT0
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
exit-hook • 1.1.1Run some code when the process exitsINDIRECT0
fast-levenshtein • 1.0.7Efficient implementation of Levenshtein algorithm with asynchronous callback supportINDIRECT0
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 • 8.18.0Global identifiers from different JavaScript environmentsINDIRECT0
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
handlebars • 4.7.8Handlebars provides the power necessary to let you build semantic templates effectively with no frustrationINDIRECT5
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
inquirer • 0.11.4A 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-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 • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
js-yaml • 3.4.5YAML 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.2.5Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
lodash._arraycopy • 3.0.0The modern build of lodash’s internal `arrayCopy` as a module.INDIRECT0
lodash._arrayeach • 3.0.0The modern build of lodash’s internal `arrayEach` as a module.INDIRECT0
lodash._arraymap • 3.0.0The modern build of lodash’s internal `arrayMap` as a module.INDIRECT0
lodash._baseassign • 3.2.0The modern build of lodash’s internal `baseAssign` as a module.INDIRECT5
lodash._baseclone • 3.3.0The modern build of lodash’s internal `baseClone` as a module.INDIRECT9
lodash._basecopy • 3.0.1The modern build of lodash’s internal `baseCopy` as a module.INDIRECT0
lodash._basedifference • 3.0.3The modern build of lodash’s internal `baseDifference` as a module.INDIRECT4
lodash._baseflatten • 3.1.4The modern build of lodash’s internal `baseFlatten` as a module.INDIRECT2
lodash._basefor • 3.0.3The internal lodash function `baseFor` exported as a module.INDIRECT0
lodash._baseindexof • 3.1.0The modern build of lodash’s internal `baseIndexOf` as a module.INDIRECT0
lodash._bindcallback • 3.0.1The modern build of lodash’s internal `bindCallback` as a module.INDIRECT0
lodash._cacheindexof • 3.0.2The modern build of lodash’s internal `cacheIndexOf` as a module.INDIRECT0
lodash._createassigner • 3.1.1The modern build of lodash’s internal `createAssigner` as a module.INDIRECT3
lodash._createcache • 3.1.2The modern build of lodash’s internal `createCache` as a module.INDIRECT1
lodash._getnative • 3.9.1The modern build of lodash’s internal `getNative` as a module.INDIRECT0
lodash._isiterateecall • 3.0.9The modern build of lodash’s internal `isIterateeCall` as a module.INDIRECT0
lodash._pickbyarray • 3.0.2The modern build of lodash’s internal `pickByArray` as a module.INDIRECT0
lodash._pickbycallback • 3.0.0The modern build of lodash’s internal `pickByCallback` as a module.INDIRECT4
lodash.clonedeep • 3.0.2The modern build of lodash’s `_.cloneDeep` as a module.INDIRECT11
lodash.isarguments • 3.1.0The lodash method `_.isArguments` exported as a module.INDIRECT0
lodash.isarray • 3.0.4The modern build of lodash’s `_.isArray` as a module.INDIRECT0
lodash.isplainobject • 3.2.0The modern build of lodash’s `_.isPlainObject` as a module.INDIRECT4
lodash.istypedarray • 3.0.6The lodash method `_.isTypedArray` exported as a module.INDIRECT0
lodash.keys • 3.1.2The modern build of lodash’s `_.keys` as a module.INDIRECT3
lodash.keysin • 3.0.8The modern build of lodash’s `_.keysIn` as a module.INDIRECT2
lodash.merge • 3.3.2The modern build of lodash’s `_.merge` as a module.INDIRECT16
lodash.omit • 3.1.0The modern build of lodash’s `_.omit` as a module.INDIRECT15
lodash.restparam • 3.6.1The modern build of lodash’s `_.restParam` as a module.INDIRECT0
lodash.toplainobject • 3.0.0The modern build of lodash’s `_.toPlainObject` as a module.INDIRECT4
lodash • 3.10.1The modern build of lodash 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
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT0
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.6.0option 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
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
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
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
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
strip-ansi • 3.0.1Strip 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
wordwrap • 0.0.3Wrap those words. Show them at what columns to start and stop.INDIRECT0
wordwrap • 1.0.0Wrap those words. Show them at what columns to start and stop.INDIRECT0
write • 0.2.1Write files to disk, creating intermediate directories if they don't exist.INDIRECT2
xml-escape • 1.0.0Escape XML INDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
ISC22
PackageRelationDependenciesPublished
cli-width • 1.1.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 • 5.0.15a little globberINDIRECT9
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-Clause9
PackageRelationDependenciesPublished
escope • 3.6.0ECMAScript scope analyzerINDIRECT15
espree • 2.2.5An actively-maintained fork of Esprima, the ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 2.7.3ECMAScript 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 • 1.1.6utility box for ECMAScript language toolsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
uglify-js • 3.19.3JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT0
non-standard2
PackageRelationDependenciesPublished
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
shelljs • 0.5.3Portable Unix shell commands for Node.jsINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
doctrine • 0.7.2JSDoc parserINDIRECT2
MIT OR WTFPL1
PackageRelationDependenciesPublished
path-is-inside • 1.0.2Tests whether one path is inside another pathINDIRECT0
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 3.0.1 version:

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