licenses.dev

tailwindcss v2.2.19

A utility-first CSS framework for rapidly building custom user interfaces.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT101
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@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
@types/parse-json • 4.0.2TypeScript definitions for parse-jsonINDIRECT0
acorn-walk • 7.2.0ECMAScript (ESTree) AST walkerINDIRECT0
acorn • 7.4.1ECMAScript parserINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
arg • 5.0.2Unopinionated, no-frills CLI argument parserDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
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
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaDIRECT0
callsites • 3.1.0Get callsites from the V8 stack trace APIINDIRECT0
camelcase-css • 2.0.1Convert a kebab-cased CSS property into a camelCased DOM property.INDIRECT0
chalk • 4.1.2Terminal string styling done rightDIRECT5
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryDIRECT14
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
color-string • 1.9.1Parser and generator for CSS color stringsINDIRECT3
color • 4.2.3Color conversion and manipulation with CSS string supportDIRECT5
commander • 8.3.0the complete solution for node.js command-line programsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
cosmiconfig • 7.1.0Find and load configuration from a package.json property, rc file, or CommonJS moduleDIRECT16
css-color-names • 0.0.4A JSON Object of css color names mapped to their hex valueINDIRECT0
css-unit-converter • 1.1.2Converts CSS values from one unit to anotherINDIRECT0
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
defined • 1.0.1return the first argument that is `!== undefined`INDIRECT0
detective • 5.2.1find all require() calls by walking the ASTDIRECT6
dlv • 1.1.3Safely get a dot-notated property within an object.DIRECT0
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
fast-glob • 3.3.2It's a very fast and efficient glob library for Node.jsDIRECT17
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
fs-extra • 10.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.DIRECT3
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hex-color-regex • 1.1.0The best regular expression (regex) for matching hex color values from string.INDIRECT0
hsl-regex • 1.0.0Regex for matching HSL colors.INDIRECT0
hsla-regex • 1.0.0Regex for matching HSLA colors.INDIRECT0
html-tags • 3.3.1List of standard HTML tagsDIRECT0
import-fresh • 3.3.0Import a module while bypassing the cacheINDIRECT3
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-arrayish • 0.3.2Determines if an object can be used as an arrayINDIRECT0
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-color-stop • 1.1.0Check if a string is CSS color stopDIRECT6
is-core-module • 2.15.1Is this specifier a node.js core module?INDIRECT2
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
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 betDIRECT1
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
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
lilconfig • 2.1.0A zero-dependency alternative to cosmiconfigINDIRECT0
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
lodash.topath • 4.5.2The lodash method `_.toPath` exported as a module.DIRECT0
lodash • 4.17.21Lodash modular utilities.DIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
minimist • 1.2.8parse argument optionsINDIRECT0
modern-normalize • 1.1.0Normalize browsers' default styleDIRECT0
nanoid • 3.3.7A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
node-emoji • 1.11.0simple emoji support for node.js projectsDIRECT1
normalize-path • 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.DIRECT0
object-hash • 2.2.0Generate hashes from javascript objects in node and the browser.DIRECT0
parent-module • 1.0.1Get the path of the parent moduleINDIRECT1
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT8
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-js • 3.0.3PostCSS for React Inline Styles, Radium, Free Style and other CSS-in-JSDIRECT5
postcss-load-config • 3.1.4Autoload Config for PostCSSDIRECT2
postcss-nested • 5.0.6PostCSS plugin to unwrap nested rules like how Sass does itDIRECT3
postcss-selector-parser • 6.1.2> Selector parser with built in methods for working with selector strings.DIRECT2
postcss-value-parser • 3.3.1Transforms css values and at-rule params into the treeINDIRECT0
postcss-value-parser • 4.2.0Transforms css values and at-rule params into the treeDIRECT0
postcss • 8.4.47Tool for transforming styles with JS pluginsINDIRECT3
pretty-hrtime • 1.0.3process.hrtime() to wordsDIRECT0
purgecss • 4.1.3Remove unused css selectorsDIRECT19
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
quick-lru • 5.1.1Simple “Least Recently Used” (LRU) cacheDIRECT0
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
reduce-css-calc • 2.1.8Reduce CSS calc() function to the maximumDIRECT2
resolve-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyDIRECT5
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
rgb-regex • 1.0.1Regex for RGB color strings.INDIRECT0
rgba-regex • 1.0.0Regex for matching RGBA color strings.INDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
simple-swizzle • 0.2.2Simply swizzle your argumentsINDIRECT1
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
tmp • 0.2.3Temporary file and directory creatorDIRECT0
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
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
ISC14
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
fastq • 1.17.1Fast, in memory work queueINDIRECT1
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-parent • 6.0.2Extract the non-magic parent path from a glob string.DIRECT2
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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
yaml • 1.10.2JavaScript parser and stringifier for YAMLINDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
acorn-node • 1.8.2the acorn javascript parser, preloaded with plugins for syntax parity with recent node versionsINDIRECT3
didyoumean • 1.2.2Match human-quality input to potential matches by edit distance.DIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.2.19 version:

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