licenses.dev

stylelint v13.13.1

A mighty, modern CSS linter.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT217
PackageRelationDependenciesPublished
@babel/code-frame • 7.24.7Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/compat-data • 7.25.4INDIRECT0
@babel/core • 7.25.2Babel compiler core.INDIRECT48
@babel/generator • 7.25.6Turns an AST into code.INDIRECT10
@babel/helper-compilation-targets • 7.25.2Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-module-imports • 7.24.7Babel helper functions for inserting module loadsINDIRECT28
@babel/helper-module-transforms • 7.25.2Babel helper functions for implementing ES6 module transformationsINDIRECT30
@babel/helper-simple-access • 7.24.7Babel helper for ensuring that access to a given value is performed through simple accessesINDIRECT28
@babel/helper-string-parser • 7.24.8A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.24.7Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.24.8Validate plugin/preset optionsINDIRECT0
@babel/helpers • 7.25.6Collection of helper functions used by Babel transforms.INDIRECT17
@babel/highlight • 7.24.7Syntax highlight JavaScript strings for output in terminals.INDIRECT10
@babel/parser • 7.25.6A JavaScript parserINDIRECT4
@babel/template • 7.25.0Generate an AST from a string template.INDIRECT16
@babel/traverse • 7.25.6The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT27
@babel/types • 7.25.6Babel Types is a Lodash-esque utility library for AST nodesINDIRECT3
@jridgewell/gen-mapping • 0.3.5Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@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
@stylelint/postcss-css-in-js • 0.37.3PostCSS syntax for parsing CSS in JS literalsDIRECT49
@stylelint/postcss-markdown • 0.36.2PostCSS syntax for parsing MarkdownDIRECT33
@types/mdast • 3.0.15TypeScript definitions for mdastINDIRECT1
@types/minimist • 1.2.5TypeScript definitions for minimistINDIRECT0
@types/normalize-package-data • 2.4.4TypeScript definitions for normalize-package-dataINDIRECT0
@types/parse-json • 4.0.2TypeScript definitions for parse-jsonINDIRECT0
@types/unist • 2.0.11TypeScript definitions for unistINDIRECT0
ajv • 8.17.1Another JSON Schema ValidatorINDIRECT4
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
arrify • 1.0.1Convert a value to an arrayINDIRECT0
astral-regex • 2.0.0Regular expression for matching astral symbolsINDIRECT0
autoprefixer • 9.8.8Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use websiteDIRECT13
bail • 1.0.5Throw a given errorINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
balanced-match • 2.0.0Match balanced character pairs, like "{" and "}"DIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
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
browserslist • 4.23.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
callsites • 3.1.0Get callsites from the V8 stack trace APIINDIRECT0
camelcase-keys • 6.2.2Convert object keys to camel caseINDIRECT3
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chalk • 4.1.2Terminal string styling done rightDIRECT5
character-entities-legacy • 1.1.4HTML legacy character entity informationINDIRECT0
character-entities • 1.2.4HTML character entity informationINDIRECT0
character-reference-invalid • 1.1.4HTML invalid numeric character reference informationINDIRECT0
clone-regexp • 2.2.0Clone and modify a RegExp instanceINDIRECT1
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-name • 1.1.4A list of color names and its valuesINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
cosmiconfig • 7.1.0Find and load configuration from a package.json property, rc file, or CommonJS moduleDIRECT24
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
debug • 4.3.7Lightweight debugging utility for Node.js and the browserDIRECT1
decamelize-keys • 1.1.1Convert object keys from camelCase to lowercase with a custom separatorINDIRECT2
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
dom-serializer • 0.2.2render dom nodes to stringINDIRECT2
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
execall • 2.0.0Find multiple RegExp matches in a stringDIRECT2
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-glob • 3.3.2It's a very fast and efficient glob library for Node.jsDIRECT17
fast-uri • 3.0.1Dependency free RFC 3986 URI toolboxINDIRECT0
fastest-levenshtein • 1.0.16Fastest Levenshtein distance implementation in JS.DIRECT0
file-entry-cache • 6.0.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 processDIRECT16
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
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
flat-cache • 3.2.0A stupidly simple key/value storage using files to persist some dataINDIRECT15
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
get-stdin • 8.0.0Get stdin as a string or bufferDIRECT0
global-modules • 2.0.0The directory used by npm for globally installed npm modules.DIRECT5
global-prefix • 3.0.0Get the npm global path prefix.INDIRECT4
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
globby • 11.1.0User-friendly glob matchingDIRECT23
globjoin • 0.1.4Join paths and globs.DIRECT0
gonzales-pe • 4.3.0Gonzales Preprocessor Edition (fast CSS parser)INDIRECT1
hard-rejection • 2.1.0Make unhandled promise rejections fail hard right away instead of the default silent failINDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
html-tags • 3.3.1List of standard HTML tagsDIRECT0
htmlparser2 • 3.10.1Fast & forgiving HTML/XML/RSS parserINDIRECT12
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.DIRECT0
import-fresh • 3.3.0Import a module while bypassing the cacheINDIRECT3
import-lazy • 4.0.0Import a module lazilyDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3DIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
is-alphabetical • 1.0.4Check if a character is alphabeticalINDIRECT0
is-alphanumerical • 1.0.4Check if a character is alphanumericalINDIRECT2
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-buffer • 2.0.5Determine if an object is a BufferINDIRECT0
is-core-module • 2.15.1Is this specifier a node.js core module?INDIRECT2
is-decimal • 1.0.4Check if a character is decimalINDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
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-hexadecimal • 1.0.4Check if a character is hexadecimalINDIRECT0
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-plain-obj • 1.1.0Check if a value is a plain objectINDIRECT0
is-plain-obj • 2.1.0Check if a value is a plain objectINDIRECT0
is-regexp • 2.1.0Check if a value is a regular expressionINDIRECT0
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-unicode-supported • 0.1.0Detect whether the terminal supports UnicodeINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 2.5.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-buffer • 3.0.1JSON parse & stringify that supports binary via bops & base64INDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
json-schema-traverse • 1.0.0Traverse JSON Schema passing each schema object to callbackINDIRECT0
json5 • 2.2.3JSON for HumansINDIRECT0
keyv • 4.5.4Simple key-value storage with support for multiple backendsINDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
known-css-properties • 0.21.0List of known CSS propertiesDIRECT0
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.truncate • 4.4.2The lodash method `_.truncate` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.DIRECT0
log-symbols • 4.1.0Colored symbols for various log levels. Example: `✔︎ Success`DIRECT7
longest-streak • 2.0.4Count the longest repeating streak of a characterINDIRECT0
map-obj • 1.0.1Map object keys and values into a new objectINDIRECT0
map-obj • 4.3.0Map object keys and values into a new objectINDIRECT0
mathml-tag-names • 2.1.3List of known MathML tag-namesDIRECT0
mdast-util-from-markdown • 0.8.5mdast utility to parse markdownINDIRECT15
mdast-util-to-markdown • 0.6.5mdast utility to serialize markdownINDIRECT13
mdast-util-to-string • 2.0.0mdast utility to get the plain text content of a nodeINDIRECT0
meow • 9.0.0CLI app helperDIRECT67
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromark • 2.11.4small commonmark compliant markdown parser with positional info and concrete tokensINDIRECT10
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.DIRECT5
min-indent • 1.0.1Get the shortest leading whitespace from lines in a stringINDIRECT0
minimist-options • 4.1.0Pretty options for minimistINDIRECT3
minimist • 1.2.8parse argument optionsINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-releases • 2.0.18Node.js releases dataINDIRECT0
normalize-range • 0.1.2Utility for normalizing a numeric range, with a wrapping function useful for polar coordinatesINDIRECT0
normalize-selector • 0.2.0Normalize CSS SelectorsDIRECT0
num2fraction • 1.2.2Convert number to fractionINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
parent-module • 1.0.1Get the path of the parent moduleINDIRECT1
parse-entities • 2.0.0Parse HTML character references: fast, spec-compliant, positional informationINDIRECT7
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT16
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
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
postcss-html • 0.36.0PostCSS syntax for parsing HTML (and HTML-like)DIRECT13
postcss-less • 3.1.4LESS parser for PostCSSDIRECT3
postcss-media-query-parser • 0.2.3A tool for parsing media query lists.DIRECT0
postcss-resolve-nested-selector • 0.1.6Resolve a nested selector in a PostCSS ASTDIRECT0
postcss-safe-parser • 4.0.2Fault-tolerant CSS parser for PostCSSDIRECT3
postcss-sass • 0.4.4A Sass parser for PostCSS, using gonzales-pe.DIRECT5
postcss-scss • 2.1.1SCSS parser for PostCSSDIRECT3
postcss-selector-parser • 6.1.2> Selector parser with built in methods for working with selector strings.DIRECT2
postcss-syntax • 0.36.2Automatically switch PostCSS syntax by file extensionsDIRECT0
postcss-value-parser • 4.2.0Transforms css values and at-rule params into the treeDIRECT0
postcss • 7.0.39Tool for transforming styles with JS pluginsDIRECT2
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
quick-lru • 4.0.1Simple "Least Recently Used" (LRU) cacheINDIRECT0
read-pkg-up • 7.0.1Read the closest package.json fileINDIRECT41
read-pkg • 5.2.0Read a package.json fileINDIRECT33
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
redent • 3.0.0Strip redundant indentation and indent the stringINDIRECT3
remark-parse • 9.0.0remark plugin to parse MarkdownINDIRECT16
remark-stringify • 9.0.1remark plugin to compile MarkdownINDIRECT14
remark • 13.0.0Markdown processor powered by plugins part of the unified collectiveINDIRECT30
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
require-from-string • 2.0.2Require module from stringINDIRECT0
resolve-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-from • 5.0.0Resolve the path of a module like `require.resolve()` but from a given pathDIRECT0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
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 • 3.0.0Convert Windows backslash paths to slash pathsDIRECT0
slice-ansi • 4.0.0Slice a string with ANSI escape codesINDIRECT5
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
specificity • 0.4.1Calculate the specificity of a CSS selectorDIRECT0
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringDIRECT1
strip-indent • 3.0.0Strip leading whitespace from each line in a stringINDIRECT1
sugarss • 2.0.0Indent-based CSS syntax for PostCSSDIRECT3
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
to-fast-properties • 2.0.0Force V8 to use fast properties for an objectINDIRECT0
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
trim-newlines • 3.0.1Trim newlines from the start and/or end of a stringINDIRECT0
trough • 1.0.5Middleware: a channel used to convey a liquidINDIRECT0
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
unified • 9.2.2Interface for parsing, inspecting, transforming, and serializing content through syntax treesINDIRECT9
unist-util-find-all-after • 3.0.2unist utility to find nodes after another nodeINDIRECT1
unist-util-is • 4.1.0unist utility to check if a node passes a testINDIRECT0
unist-util-stringify-position • 2.0.3unist utility to serialize a node, position, or point as a human readable locationINDIRECT1
update-browserslist-db • 1.1.0CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
v8-compile-cache • 2.4.0Require hook for automatic V8 compile cache persistenceDIRECT0
vfile-message • 2.0.4vfile utility to create a virtual messageINDIRECT2
vfile • 4.2.1Virtual file format for text processingINDIRECT4
zwitch • 1.0.5Handle values based on a propertyINDIRECT0
ISC31
PackageRelationDependenciesPublished
electron-to-chromium • 1.5.23Provides a list of electron-to-chromium version mappingsINDIRECT0
fastq • 1.17.1Fast, in memory work queueINDIRECT1
flatted • 3.3.1A super light and fast circular JSON parser.INDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 7.2.3a little globberINDIRECT10
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
hosted-git-info • 4.1.0Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLabINDIRECT2
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
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
lru-cache • 6.0.0A cache object that deletes the least-recently-used items.INDIRECT1
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 0.2.1The tiniest and the fastest coloring library everINDIRECT0
picocolors • 1.1.0The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
style-search • 0.1.0Search CSS(-like) stringsDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 3.0.3Write files in an atomic fashion w/configurable ownershipDIRECT4
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yallist • 4.0.0Yet Another Linked ListINDIRECT0
yaml • 1.10.2JavaScript parser and stringifier for YAMLINDIRECT0
yargs-parser • 20.2.9the mighty option parser used by yargsINDIRECT0
BSD-2-Clause8
PackageRelationDependenciesPublished
domelementtype • 1.3.1all the types of nodes in htmlparser2's domINDIRECT0
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 2.4.2handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 1.7.0utilities for working with htmlparser2's domINDIRECT4
entities • 1.1.2Encode & decode XML/HTML entities with easeINDIRECT0
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
normalize-package-data • 3.0.3Normalizes data that can be found in package.json files.INDIRECT12
CC0-1.0 OR MIT3
PackageRelationDependenciesPublished
type-fest • 0.18.1A collection of essential TypeScript typesINDIRECT0
type-fest • 0.6.0A collection of essential TypeScript typesINDIRECT0
type-fest • 0.8.1A collection of essential TypeScript typesINDIRECT0
Apache-2.03
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
BSD-3-Clause2
PackageRelationDependenciesPublished
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
table • 6.8.2Formats data into a string table.DIRECT16
unknown1
PackageRelationDependenciesPublished
svg-tags • 1.0.0List of standard SVG tags.DIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001660A smaller version of caniuse-db, with only the essentials!INDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.20A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 13.13.1 version:

[![licenses](https://licenses.dev/b/npm/stylelint/13.13.1)](https://licenses.dev/npm/stylelint/13.13.1)
<a href="https://licenses.dev/npm/stylelint/13.13.1">
  <img src="https://licenses.dev/b/npm/stylelint/13.13.1" alt="licenses" />
</a>
GitHub