licenses.dev

q-style-normalize v2.0.0

Custom normalize.css

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT282
PackageRelationDependenciesPublished
@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/glob • 7.2.0TypeScript definitions for GlobINDIRECT3
@types/minimatch • 5.1.2TypeScript definitions for minimatchINDIRECT0
@types/node • 22.5.4TypeScript definitions for nodeINDIRECT1
@types/q • 1.5.8TypeScript definitions for qINDIRECT0
alphanum-sort • 1.0.2Alphanumeric sorting algorithmINDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
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
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
array-buffer-byte-length • 1.0.1Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT13
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
array.prototype.reduce • 1.0.7An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.INDIRECT66
arraybuffer.prototype.slice • 1.0.3ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT64
autoprefixer • 9.7.4Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use websiteDIRECT20
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
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
browserslist • 4.23.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
caller-callsite • 2.0.0Get the callsite of the caller functionINDIRECT1
caller-path • 2.0.0Get the path of the caller functionINDIRECT2
callsites • 2.0.0Get callsites from the V8 stack trace APIINDIRECT0
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
caniuse-api • 3.0.0request the caniuse data to check browsers compatibilitiesINDIRECT9
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chalk • 3.0.0Terminal string styling done rightINDIRECT5
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryINDIRECT14
coa • 2.0.2Command-Option-Argument: Yet another parser for command line options.INDIRECT9
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
color-string • 1.9.1Parser and generator for CSS color stringsINDIRECT3
color • 3.2.1Color conversion and manipulation with CSS string supportINDIRECT5
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
cosmiconfig • 5.2.1Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT14
css-color-names • 0.0.4A JSON Object of css color names mapped to their hex valueINDIRECT0
css-declaration-sorter • 4.0.1Sorts CSS declarations fast and automatically in a certain order.INDIRECT4
css-select-base-adapter • 0.1.1Provides some base functions needed by a css-select adapter so that you don't have to implement the whole thing.INDIRECT0
css-tree • 1.0.0-alpha.37CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementationsINDIRECT2
css-tree • 1.1.3A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementationsINDIRECT2
cssesc • 2.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
cssnano-preset-default • 4.0.8Safe defaults for cssnano which require minimal configuration.INDIRECT179
cssnano-util-get-arguments • 4.0.0Get a list of arguments, separated by a comma.INDIRECT0
cssnano-util-get-match • 4.0.0Convert a list of keywords into a single keyword match.INDIRECT0
cssnano-util-raw-cache • 4.0.1Manages the raw value formatting for generated AST nodes.INDIRECT3
cssnano-util-same-parent • 4.0.1Check that two PostCSS nodes share the same parent.INDIRECT0
cssnano • 4.1.10A modular minifier, built on top of the PostCSS ecosystem.DIRECT192
csso • 4.2.0CSS minifier with structural optimisationsINDIRECT3
data-view-buffer • 1.0.1Get the ArrayBuffer out of a DataView, robustly.INDIRECT20
data-view-byte-length • 1.0.1Get the byteLength out of a DataView, robustly.INDIRECT20
data-view-byte-offset • 1.0.0Get the byteOffset out of a DataView, robustly.INDIRECT20
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT11
dependency-graph • 0.8.1Simple dependency graph.INDIRECT0
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
dom-serializer • 0.2.2render dom nodes to stringINDIRECT2
dot-prop • 5.3.0Get, set, or delete a property from a nested object using a dot pathINDIRECT1
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
es-abstract • 1.23.3ECMAScript spec abstract operations.INDIRECT64
es-array-method-boxes-properly • 1.0.0Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.INDIRECT0
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
es-object-atoms • 1.0.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.0.3A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT7
es-to-primitive • 1.2.1ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.INDIRECT5
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
fast-glob • 3.3.2It's a very fast and efficient glob library for Node.jsINDIRECT17
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
flatten • 1.0.3Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.INDIRECT0
for-each • 0.3.3A better forEachINDIRECT1
fs-extra • 8.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
function.prototype.name • 1.1.6An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT64
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
get-stdin • 7.0.0Get stdin as a string or bufferINDIRECT0
get-symbol-description • 1.0.2Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT12
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT12
globby • 10.0.2Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT38
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-bigints • 1.0.2Determine if the JS environment has BigInt support.INDIRECT0
has-flag • 1.0.0Check if argv has a specific flagINDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
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
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
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
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
import-cwd • 2.1.0Import a module like with `require()` but from the current working directoryINDIRECT2
import-fresh • 2.0.0Import a module while bypassing the cacheINDIRECT4
import-from • 2.1.0Import a module like with `require()` but from a given pathINDIRECT1
indexes-of • 1.0.1line String/Array#indexOf but return all the indexes in an arrayINDIRECT0
internal-slot • 1.0.7ES spec-like internal slotsINDIRECT14
is-absolute-url • 2.1.0Check if an URL is absoluteINDIRECT0
is-array-buffer • 3.0.4Is this value a JS ArrayBuffer?INDIRECT12
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-bigint • 1.0.4Is this value an ES BigInt?INDIRECT1
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-boolean-object • 1.1.2Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-color-stop • 1.1.0Check if a string is CSS color stopINDIRECT6
is-data-view • 1.0.1Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT19
is-date-object • 1.0.5Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-directory • 0.3.1Returns true if a filepath exists on the file system and it's directory.INDIRECT0
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-negative-zero • 2.0.3Is this value negative zero? === will lie to youINDIRECT0
is-number-object • 1.0.7Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
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-obj • 2.0.0Check if a value is an objectINDIRECT0
is-regex • 1.1.4Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT13
is-shared-array-buffer • 1.0.3Is this value a JS SharedArrayBuffer?INDIRECT12
is-string • 1.0.7Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-symbol • 1.0.4Determine if a value is an ES6 Symbol or not.INDIRECT1
is-typed-array • 1.1.13Is 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.INDIRECT18
is-weakref • 1.0.2Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
json-parse-better-errors • 1.0.2JSON.parse with context information on errorINDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.memoize • 4.1.2The lodash method `_.memoize` exported as a module.INDIRECT0
lodash.uniq • 4.5.0The lodash method `_.uniq` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
log-symbols • 2.2.0Colored symbols for various log levels. Example: ✔︎ SuccessINDIRECT7
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
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
node-releases • 2.0.18Node.js releases dataINDIRECT0
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.INDIRECT0
normalize-range • 0.1.2Utility for normalizing a numeric range, with a wrapping function useful for polar coordinatesINDIRECT0
normalize-url • 3.3.0Normalize a URLINDIRECT0
num2fraction • 1.2.2Convert number to fractionINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.2string 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.5ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT14
object.getownpropertydescriptors • 2.1.8ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.INDIRECT67
object.values • 1.2.0ES2017 spec-compliant Object.values shim.INDIRECT15
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
parse-json • 4.0.0Parse JSON with more helpful errorsINDIRECT3
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() 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
pify • 2.3.0Promisify a callback-style functionINDIRECT0
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
postcss-atroot • 0.1.3PostCSS plugin to place rules directly at the rootINDIRECT12
postcss-attribute-case-insensitive • 4.0.2PostCSS plugin to support case insensitive attributesINDIRECT6
postcss-calc • 7.0.5PostCSS plugin to reduce calc()INDIRECT7
postcss-cli • 7.1.0CLI for PostCSSDIRECT115
postcss-color-hex-alpha • 5.0.3Use 4 & 8 character hex color notation in CSSINDIRECT7
postcss-color-rebeccapurple • 4.0.1PostCSS plugin to transform W3C CSS rebeccapurple color to more compatible CSS (rgb())INDIRECT7
postcss-colormin • 4.0.3Minify colors in your CSS files with PostCSS.INDIRECT18
postcss-convert-values • 4.0.1Convert values with PostCSS (e.g. ms -> s)INDIRECT4
postcss-custom-media • 7.0.8Use Custom Media Queries in CSSINDIRECT3
postcss-custom-properties • 8.0.11Use Custom Properties Queries in CSSINDIRECT7
postcss-custom-selectors • 5.1.2Use Custom Selectors in CSSINDIRECT7
postcss-discard-comments • 4.0.2Discard comments in your CSS files with PostCSS.INDIRECT3
postcss-discard-duplicates • 4.0.2Discard duplicate rules in your CSS files with PostCSS.INDIRECT3
postcss-discard-empty • 4.0.1Discard empty rules and values with PostCSS.INDIRECT3
postcss-discard-overridden • 4.0.1PostCSS plugin to discard overridden @keyframes or @counter-style.INDIRECT3
postcss-font-variant • 4.0.1PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings)INDIRECT3
postcss-initial • 3.0.4PostCSS plugin to fallback initial keyword.INDIRECT3
postcss-load-config • 2.1.2Autoload Config for PostCSSINDIRECT17
postcss-media-minmax • 4.0.0Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.INDIRECT3
postcss-merge-longhand • 4.0.11Merge longhand properties into shorthand with PostCSS.INDIRECT18
postcss-merge-rules • 4.0.3Merge CSS rules with PostCSS.INDIRECT20
postcss-minify-font-values • 4.0.2Minify font declarations with PostCSSINDIRECT4
postcss-minify-gradients • 4.0.2Minify gradient parameters with PostCSS.INDIRECT12
postcss-minify-params • 4.0.2Minify at-rule params with PostCSSINDIRECT14
postcss-minify-selectors • 4.0.2Minify selectors with PostCSS.INDIRECT10
postcss-nested • 4.2.3PostCSS plugin to unwrap nested rules like how Sass does itINDIRECT6
postcss-normalize-charset • 4.0.1Add necessary or remove extra charset with PostCSSINDIRECT3
postcss-normalize-display-values • 4.0.2Normalize multiple value display syntaxes into single values.INDIRECT5
postcss-normalize-positions • 4.0.2Normalize keyword values for position into length values.INDIRECT6
postcss-normalize-repeat-style • 4.0.2Convert two value syntax for repeat-style into one value.INDIRECT6
postcss-normalize-string • 4.0.2Normalize wrapping quotes for CSS string literals.INDIRECT5
postcss-normalize-timing-functions • 4.0.2Normalize CSS animation/transition timing functions.INDIRECT5
postcss-normalize-unicode • 4.0.1Normalize unicode-range descriptors, and can convert to wildcard ranges.INDIRECT11
postcss-normalize-url • 4.0.1Normalize URLs with PostCSSINDIRECT6
postcss-normalize-whitespace • 4.0.2Trim whitespace inside and around CSS rules & declarations.INDIRECT4
postcss-ordered-values • 4.1.2Ensure values are ordered consistently in your CSS.INDIRECT5
postcss-page-break • 2.0.0PostCSS plugin postcss-page-break to fallback `break-` properties with `page-break-` aliasINDIRECT3
postcss-property-lookup • 2.0.0PostCSS plugin that allows referencing property values without a variableINDIRECT11
postcss-reduce-initial • 4.0.3Reduce initial definitions to the actual initial value, where possible.INDIRECT14
postcss-reduce-transforms • 4.0.2Reduce transform functions with PostCSS.INDIRECT6
postcss-replace-overflow-wrap • 3.0.0PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.INDIRECT3
postcss-reporter • 6.0.1Log PostCSS messages in the consoleINDIRECT12
postcss-selector-matches • 4.0.0PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectorsINDIRECT4
postcss-selector-not • 4.0.1PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectorsINDIRECT4
postcss-selector-parser • 3.1.2> Selector parser with built in methods for working with selector strings.INDIRECT4
postcss-selector-parser • 5.0.0> Selector parser with built in methods for working with selector strings.INDIRECT3
postcss-selector-parser • 6.1.2> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss-svgo • 4.0.3Optimise inline SVG with PostCSS.INDIRECT109
postcss-unique-selectors • 4.0.1Ensure CSS selectors are unique.INDIRECT5
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 treeINDIRECT0
postcss-values-parser • 2.0.1A CSS property value parser for use with PostCSSINDIRECT3
postcss • 5.2.18Tool for transforming styles with JS pluginsINDIRECT11
postcss • 6.0.23Tool for transforming styles with JS pluginsINDIRECT8
postcss • 7.0.39Tool for transforming styles with JS pluginsINDIRECT2
pretty-hrtime • 1.0.3process.hrtime() to wordsINDIRECT0
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D)INDIRECT0
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
read-cache • 1.0.0Reads and caches the entire contents of a file until it is modifiedINDIRECT1
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
regexp.prototype.flags • 1.5.2ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT16
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
resolve-from • 3.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
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
safe-array-concat • 1.1.2`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT13
safe-regex-test • 1.0.3Give a regex, get a robust predicate function that tests it against a string.INDIRECT14
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
set-function-name • 2.0.2Set a function's name propertyINDIRECT11
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
simple-swizzle • 0.2.2Simply swizzle your argumentsINDIRECT1
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string.prototype.trim • 1.2.9ES5 spec-compliant shim for String.prototype.trimINDIRECT64
string.prototype.trimend • 1.0.8ES2019 spec-compliant String.prototype.trimEnd shim.INDIRECT15
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim.INDIRECT15
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
stylehacks • 4.0.3Detect/remove browser hacks from CSS files.INDIRECT15
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-color • 3.2.3Detect whether a terminal supports colorINDIRECT1
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
svgo • 1.3.2Nodejs-based tool for optimizing SVG vector graphics filesINDIRECT105
tcomb • 3.2.29Type checking and DDD for JavaScriptINDIRECT0
timsort • 0.3.0TimSort: Fast Sorting for Node.jsINDIRECT0
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
typed-array-buffer • 1.0.2Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT19
typed-array-byte-length • 1.0.1Robustly get the byte length of a Typed ArrayINDIRECT19
typed-array-byte-offset • 1.0.2Robustly get the byte offset of a Typed ArrayINDIRECT19
typed-array-length • 1.0.6Robustly get the length of a Typed ArrayINDIRECT19
unbox-primitive • 1.0.2Unbox a boxed JS primitive value.INDIRECT20
undici-types • 6.19.8A stand-alone types package for UndiciINDIRECT0
uniq • 1.0.1Removes duplicates from a sorted array in placeINDIRECT0
uniqs • 2.0.0Tiny utility to create unions and de-duplicated listsINDIRECT0
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unquote • 1.1.1Remove wrapping quotes from a string.INDIRECT0
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
util.promisify • 1.0.1Polyfill/shim for util.promisify in node versions < v8INDIRECT68
vendors • 1.0.4List of vendor prefixes known to the web platformINDIRECT0
which-boxed-primitive • 1.0.2Which kind of boxed JS primitive is this?INDIRECT19
which-typed-array • 1.1.15Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
yargs • 15.4.1yargs the modern, pirate-themed, successor to optimist.INDIRECT25
CC0-1.028
PackageRelationDependenciesPublished
@csstools/convert-colors • 1.4.0Convert colors between RGB, HSL, and HWBINDIRECT0
@csstools/sass-import-resolve • 1.0.0An algorithm for resolving imports in SassINDIRECT0
css-blank-pseudo • 0.1.4Style form elements when they are emptyINDIRECT3
css-has-pseudo • 0.10.0Style elements relative to other elements in CSSINDIRECT7
css-prefers-color-scheme • 3.1.1Use light and dark color schemes in all browsersINDIRECT3
cssdb • 4.4.0A comprehensive list of CSS features and their positions in the process of becoming implemented web standardsINDIRECT0
mdn-data • 2.0.14Open Web data by the Mozilla Developer NetworkINDIRECT0
mdn-data • 2.0.4Open Web data by the Mozilla Developer NetworkINDIRECT0
postcss-advanced-variables • 3.0.1Use Sass-like variables, conditionals, and iterators in CSSINDIRECT4
postcss-color-functional-notation • 2.0.1Use space and slash separated color notation in CSSINDIRECT7
postcss-color-mod-function • 3.0.3Modify colors using the color-mod() function in CSSINDIRECT8
postcss-dir-pseudo-class • 5.0.0Use the :dir pseudo-class in CSSINDIRECT7
postcss-double-position-gradients • 1.0.0Use double-position gradients in CSSINDIRECT7
postcss-env-function • 2.0.2Use env() variables in CSSINDIRECT7
postcss-extend-rule • 2.0.0Use the @extend at-rule and functional selectors in CSSINDIRECT10
postcss-focus-visible • 4.0.0Use the :focus-visible pseudo-selector in CSSINDIRECT3
postcss-focus-within • 3.0.0Use the :focus-within pseudo-selector in CSSINDIRECT3
postcss-gap-properties • 2.0.0Use the gap, column-gap, and row-gap shorthand properties in CSSINDIRECT3
postcss-image-set-function • 3.0.1Display resolution-dependent images using the image-set() function in CSSINDIRECT7
postcss-lab-function • 2.0.1Use lab() and lch() color functions in CSSINDIRECT8
postcss-logical • 3.0.0Use logical properties and values in CSSINDIRECT3
postcss-nesting • 5.0.0Nest style rules inside each otherINDIRECT9
postcss-nesting • 7.0.1Nest style rules inside each otherINDIRECT3
postcss-overflow-shorthand • 2.0.0Use the overflow shorthand in CSSINDIRECT3
postcss-place • 4.0.1Use a place-* shorthand for align-* and justify-* in CSSINDIRECT7
postcss-preset-env • 6.7.2Convert modern CSS into something browsers understandINDIRECT65
postcss-pseudo-class-any-link • 6.0.0Use the :any-link pseudo-class in CSSINDIRECT7
precss • 4.0.0Use Sass-like markup and staged CSS features in CSSDIRECT87
ISC25
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
cliui • 6.0.0easily create complex multi-column command-line-interfacesINDIRECT9
electron-to-chromium • 1.5.18Provides a list of electron-to-chromium version mappingsINDIRECT0
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
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
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
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
postcss-color-gray • 5.0.0Use the gray() color function in CSSINDIRECT8
require-main-filename • 2.0.0shim for require.main.filename() that works in as many environments as possibleINDIRECT0
sax • 1.2.4An evented streaming XML parser in JavaScriptINDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 18.1.3the mighty option parser used by yargsINDIRECT2
BSD-2-Clause8
PackageRelationDependenciesPublished
css-select • 2.1.0a CSS selector compiler/engineINDIRECT8
css-what • 3.4.2a CSS selector parserINDIRECT0
domelementtype • 1.3.1all the types of nodes in htmlparser2's domINDIRECT0
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domutils • 1.7.0utilities for working with htmlparser2's domINDIRECT4
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
nth-check • 1.0.2performant nth-check parser & compilerINDIRECT1
BSD-3-Clause4
PackageRelationDependenciesPublished
js-base64 • 2.6.4Yet another Base64 transcoder in pure-JSINDIRECT0
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001658A smaller version of caniuse-db, with only the essentials!INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.0.0 version:

[![licenses](https://licenses.dev/b/npm/q-style-normalize/2.0.0)](https://licenses.dev/npm/q-style-normalize/2.0.0)
<a href="https://licenses.dev/npm/q-style-normalize/2.0.0">
  <img src="https://licenses.dev/b/npm/q-style-normalize/2.0.0" alt="licenses" />
</a>
GitHub