licenses.dev

xtcomps v1.0.25

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT806
PackageRelationDependenciesPublished
@ant-design/colors • 6.0.0Color palettes calculator of Ant DesignINDIRECT1
@ant-design/icons-svg • 4.4.2Abstract nodes for ant design icons.INDIRECT0
@ant-design/icons • 4.8.3[![NPM version](https://img.shields.io/npm/v/@ant-design/icons.svg?style=flat)](https://npmjs.org/package/@ant-design/icons) [![NPM downloads](http://img.shields.io/npm/dm/@ant-design/icons.svg?style=flat)](https://npmjs.org/package/@ant-design/icons)INDIRECT9
@ant-design/react-slick • 1.0.2 React port of slick carouselINDIRECT7
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.26.5The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.26.0Babel compiler core.INDIRECT38
@babel/generator • 7.26.5Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure • 7.25.9Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.26.5Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.25.9Compile class public and private fields, private methods and decorators to ES6INDIRECT25
@babel/helper-create-regexp-features-plugin • 7.26.3Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.3Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-member-expression-to-functions • 7.25.9Helper function to replace certain member expressions with function callsINDIRECT19
@babel/helper-module-imports • 7.25.9Babel helper functions for inserting module loadsINDIRECT19
@babel/helper-module-transforms • 7.26.0Babel helper functions for implementing ES6 module transformationsINDIRECT20
@babel/helper-optimise-call-expression • 7.25.9Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.26.5General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.25.9Helper function to remap async functions to generatorsINDIRECT21
@babel/helper-replace-supers • 7.26.5Helper function to replace supersINDIRECT21
@babel/helper-skip-transparent-expression-wrappers • 7.25.9Helper which skips types and parenthesesINDIRECT19
@babel/helper-string-parser • 7.25.9A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.25.9Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.25.9Helper to wrap functions inside a function call.INDIRECT19
@babel/helpers • 7.26.0Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.26.5A JavaScript parserINDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.25.9Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT20
@babel/plugin-bugfix-safari-class-field-initializer-scope • 7.25.9Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.25.9Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.25.9Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT22
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.25.9Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT20
@babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an objectINDIRECT0
@babel/plugin-syntax-import-assertions • 7.26.0Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.26.0Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/plugin-transform-arrow-functions • 7.25.9Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.25.9Turn async generator functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-async-to-generator • 7.25.9Turn async functions into ES2015 generatorsINDIRECT24
@babel/plugin-transform-block-scoped-functions • 7.26.5Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.25.9Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.25.9This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT27
@babel/plugin-transform-class-static-block • 7.26.0Transform class static blocksINDIRECT27
@babel/plugin-transform-classes • 7.25.9Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties • 7.25.9Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.25.9Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-dotall-regex • 7.25.9Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 7.25.9Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.9Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 7.25.9Transform import() expressionsINDIRECT1
@babel/plugin-transform-exponentiation-operator • 7.26.3Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-export-namespace-from • 7.25.9Compile export namespace to ES2015INDIRECT1
@babel/plugin-transform-for-of • 7.25.9Compile ES2015 for...of to ES5INDIRECT21
@babel/plugin-transform-function-name • 7.25.9Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-json-strings • 7.25.9Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 7.25.9Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.25.9Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 7.25.9Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.25.9This plugin transforms ES2015 modules to AMDINDIRECT22
@babel/plugin-transform-modules-commonjs • 7.26.3This plugin transforms ES2015 modules to CommonJSINDIRECT22
@babel/plugin-transform-modules-systemjs • 7.25.9This plugin transforms ES2015 modules to SystemJSINDIRECT22
@babel/plugin-transform-modules-umd • 7.25.9This plugin transforms ES2015 modules to UMDINDIRECT22
@babel/plugin-transform-named-capturing-groups-regex • 7.25.9Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 7.25.9Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.26.6Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.25.9Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-rest-spread • 7.25.9Compile object rest and spread to ES5INDIRECT15
@babel/plugin-transform-object-super • 7.25.9Compile ES2015 object super to ES5INDIRECT23
@babel/plugin-transform-optional-catch-binding • 7.25.9Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 7.25.9Transform optional chaining operators into a series of nil checksINDIRECT21
@babel/plugin-transform-parameters • 7.25.9Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.25.9This plugin transforms private class methodsINDIRECT27
@babel/plugin-transform-private-property-in-object • 7.25.9This plugin transforms checks for a private property in an objectINDIRECT27
@babel/plugin-transform-property-literals • 7.25.9Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-regenerator • 7.25.9Explode async and generator functions into a state machine.INDIRECT4
@babel/plugin-transform-regexp-modifiers • 7.26.0Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 7.25.9Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-shorthand-properties • 7.25.9Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.25.9Compile ES2015 spread to ES5INDIRECT21
@babel/plugin-transform-sticky-regex • 7.25.9Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.25.9Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.25.9This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-unicode-escapes • 7.25.9Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.25.9Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 7.25.9Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 7.25.9Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/preset-env • 7.26.0A Babel preset for each environment.DIRECT129
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT5
@babel/runtime • 7.26.0babel's modular runtime helpersINDIRECT1
@babel/template • 7.25.9Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.26.5The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT18
@babel/types • 7.26.5Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@bcoe/v8-coverage • 0.2.3Helper functions for V8 coverage files.INDIRECT0
@ctrl/tinycolor • 3.6.1Fast, small color manipulation and conversion for JavaScriptINDIRECT0
@gar/promisify • 1.1.3Promisify an entire class or objectINDIRECT0
@istanbuljs/schema • 0.1.3Schemas describing various structures used by nyc and istanbuljsINDIRECT0
@jridgewell/gen-mapping • 0.3.8Generate 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/source-map • 0.3.6Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map APIINDIRECT5
@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
@npmcli/move-file • 1.1.2move a file (fork of move-file)INDIRECT13
@popperjs/core • 2.11.8Tooltip and Popover Positioning EngineINDIRECT0
@rc-component/portal • 1.1.2React Portal ComponentINDIRECT5
@tippyjs/react • 4.1.0React component for Tippy.jsINDIRECT2
@types/antd • 1.0.4Stub TypeScript definitions entry for antd, which provides its own types definitionsDIRECT63
@types/glob • 7.2.0TypeScript definitions for GlobINDIRECT3
@types/istanbul-lib-coverage • 2.0.6TypeScript definitions for istanbul-lib-coverageINDIRECT0
@types/json-schema • 7.0.15TypeScript definitions for json-schemaINDIRECT0
@types/mdast • 3.0.15TypeScript definitions for mdastINDIRECT1
@types/minimatch • 5.1.2TypeScript definitions for minimatchINDIRECT0
@types/node • 22.10.6TypeScript definitions for nodeINDIRECT1
@types/parse-json • 4.0.2TypeScript definitions for parse-jsonINDIRECT0
@types/prop-types • 15.7.14TypeScript definitions for prop-typesINDIRECT0
@types/react-dom • 17.0.26TypeScript definitions for react-domDIRECT0
@types/react • 17.0.83TypeScript definitions for reactDIRECT3
@types/scheduler • 0.16.8TypeScript definitions for schedulerINDIRECT0
@types/source-list-map • 0.1.6TypeScript definitions for source-list-mapINDIRECT0
@types/tapable • 1.0.12TypeScript definitions for tapableINDIRECT0
@types/uglify-js • 3.17.5TypeScript definitions for uglify-jsINDIRECT1
@types/unist • 2.0.11TypeScript definitions for unistINDIRECT0
@types/webpack-sources • 3.2.3TypeScript definitions for webpack-sourcesINDIRECT4
@types/webpack • 4.41.40TypeScript definitions for webpackINDIRECT11
@vxna/mini-html-webpack-template • 2.0.0Minimum viable template for mini-html-webpack-pluginINDIRECT1
accepts • 1.3.8Higher-level content negotiationINDIRECT3
acorn-dynamic-import • 4.0.0Support dynamic imports in acornINDIRECT0
acorn-jsx • 5.3.2Modern, fast React.js JSX parserINDIRECT0
acorn • 6.4.2ECMAScript parserINDIRECT0
acorn • 8.14.0ECMAScript parserINDIRECT0
address • 1.2.2Get current machine IP, MAC and DNS servers.INDIRECT0
aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
ajv-errors • 1.0.1Custom error messages in JSON-Schema for Ajv validatorINDIRECT0
ajv-formats • 2.1.1Format validation for Ajv v7+INDIRECT5
ajv-keywords • 3.5.2Custom JSON-Schema keywords for Ajv validatorINDIRECT0
ajv-keywords • 5.1.0Additional JSON-Schema keywords for Ajv JSON validatorINDIRECT1
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
ajv • 8.17.1Another JSON Schema ValidatorINDIRECT4
ansi-colors • 3.2.4Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).INDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 4.1.1Regular expression for matching ANSI escape codesINDIRECT0
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
antd • 4.24.16An enterprise-class UI design language and React components implementationDIRECT62
arr-diff • 4.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT0
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
array-flatten • 2.1.2Flatten nested arraysINDIRECT0
array-tree-filter • 2.1.0filter in array treeINDIRECT0
array-union • 1.0.2Create an array of unique values, in order, from the input arraysINDIRECT1
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
array-uniq • 1.0.3Create an array without duplicatesINDIRECT0
array-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.INDIRECT0
assert • 1.5.0The node.js assert module, re-packaged for web browsers.INDIRECT3
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
ast-types • 0.13.3Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT0
ast-types • 0.14.2Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT1
ast-types • 0.7.8Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT0
async-each • 1.0.6No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.INDIRECT0
async-limiter • 1.0.1asynchronous function queue with adjustable concurrencyINDIRECT0
async-validator • 4.2.5validate form asynchronousINDIRECT0
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
babel-plugin-polyfill-corejs2 • 0.4.12A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT24
babel-plugin-polyfill-corejs3 • 0.10.6A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT25
babel-plugin-polyfill-regenerator • 0.6.3A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
bail • 1.0.5Throw a given errorINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base • 0.11.2base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.INDIRECT44
batch • 0.6.1Simple async batch with concurrency control and progress reporting.INDIRECT0
big.js • 5.2.2A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticINDIRECT0
binary-extensions • 1.13.1List of binary file extensionsINDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
bindings • 1.5.0Helper module for loading your native module's .node fileINDIRECT1
body-parser • 1.20.3Node.js body parsing middlewareINDIRECT40
bonjour • 3.5.0A Bonjour/Zeroconf implementation in pure JavaScriptINDIRECT38
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
braces • 2.3.2Bash-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.INDIRECT70
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.24.4Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buble • 0.20.0The blazing fast, batteries-included ES2015 compilerINDIRECT23
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
buffer-indexof • 1.1.1find the index of a buffer in a bufferINDIRECT0
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
cache-base • 1.0.1Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.INDIRECT28
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT15
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
callsites • 3.1.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
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chalk • 3.0.0Terminal string styling done rightINDIRECT5
chalk • 4.1.2Terminal string styling done rightINDIRECT5
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
chokidar • 2.1.8A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.INDIRECT108
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryINDIRECT14
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.INDIRECT13
classnames • 2.5.1A simple utility for conditionally joining classNames togetherDIRECT0
clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
clean-webpack-plugin • 3.0.0A webpack plugin to remove/clean your build folder(s).INDIRECT40
cli-cursor • 3.1.0Toggle the CLI cursorINDIRECT4
cli-spinners • 2.9.2Spinners for use in the terminalINDIRECT0
clipboard-copy • 3.2.0Lightweight copy to clipboard for the webINDIRECT0
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
clsx • 1.2.1A tiny (228B) utility for constructing className strings conditionally.INDIRECT0
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.INDIRECT3
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
colors • 0.6.2get colors in your node.js console like whatINDIRECT0
commander • 2.1.0the complete solution for node.js command-line programsINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
common-dir • 3.0.1Returns the parent directory common to each pathINDIRECT1
common-sequence • 2.0.2Returns an array containing the initial elements which both input arrays have in commonINDIRECT0
common-tags • 1.8.2a few common utility template tags for ES2015INDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
component-emitter • 1.3.1Event emitterINDIRECT0
compressible • 2.0.18Compressible Content-Type / mime checkingINDIRECT1
compression • 1.7.5Node.js compression middlewareINDIRECT9
compute-scroll-into-view • 1.0.20The engine that powers scroll-into-view-if-neededINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
connect-history-api-fallback • 1.6.0Provides a fallback for non-existing directories so that the HTML 5 history API can be used.INDIRECT0
content-disposition • 0.5.4Create and parse Content-Disposition headerINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
cookie-signature • 1.0.6Sign and unsign cookiesINDIRECT0
cookie • 0.7.1HTTP server cookie parsing and serializationINDIRECT0
copy-anything • 2.0.6An optimised way to copy'ing an object. A small and simple integrationINDIRECT1
copy-descriptor • 0.1.1Copy a descriptor from object A to object BINDIRECT0
copy-to-clipboard • 3.3.3Copy stuff into clipboard using JS with fallbacksINDIRECT1
copy-webpack-plugin • 6.4.1Copy files && directories with webpackINDIRECT96
core-js-compat • 3.40.0core-js compatINDIRECT7
core-js • 3.40.0Standard libraryINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cosmiconfig • 6.0.0Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT16
cross-spawn • 6.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
css-loader • 5.2.7css loader module for webpackDIRECT27
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
csstype • 3.1.3Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
date-fns • 2.30.0Modern JavaScript date utility libraryINDIRECT2
dayjs • 1.11.132KB immutable date time library alternative to Moment.js with the same modern API INDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.2.7small debugging utilityINDIRECT1
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
deep-equal • 1.1.2node's assert.deepEqual algorithmINDIRECT27
deep-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaNINDIRECT0
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
defaults • 1.0.4merge single level defaults over a config objectINDIRECT1
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-lazy-prop • 2.0.0Define a lazily evaluated property on an objectINDIRECT0
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
define-property • 0.2.5Define a non-enumerable property on an object.INDIRECT5
define-property • 1.0.0Define a non-enumerable property on an object.INDIRECT5
define-property • 2.0.2Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.INDIRECT6
del • 4.1.1Delete files and foldersINDIRECT29
depd • 1.1.2Deprecate all the thingsINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
detect-node • 2.1.0Detect Node.JS (as opposite to browser environment) (reliable)INDIRECT0
detect-port-alt • 1.1.6detect available portINDIRECT3
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
dns-equal • 1.0.0Compare DNS record strings for equalityINDIRECT0
dns-packet • 1.3.4An abstract-encoding compliant module for encoding / decoding DNS packetsINDIRECT2
dns-txt • 2.0.2Encode/decode DNS-SD TXT record RDATA fieldsINDIRECT1
dom-align • 1.12.4Align DOM Node Flexibly INDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
duplexer • 0.1.2Creates a duplex streamINDIRECT0
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
emoji-regex • 7.0.3A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emojis-list • 3.0.0Complete list of standard emojis.INDIRECT0
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
encodeurl • 2.0.0Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
errno • 0.1.8libuv errno details exposedINDIRECT1
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es6-object-assign • 1.1.0ECMAScript 2015 (ES6) Object.assign polyfill and ponyfillINDIRECT0
es6-promise • 4.2.8A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
estree-to-babel • 3.2.1convert estree ast to babelINDIRECT76
estree-walker • 0.9.0Traverse an ESTree-compliant ASTINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
eventemitter3 • 4.0.7EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
eventsource • 2.0.2W3C compliant EventSource client for Node.js and browser (polyfill)INDIRECT0
execa • 1.0.0A better `child_process`INDIRECT18
expand-brackets • 2.1.4Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT63
express • 4.21.2Fast, unopinionated, minimalist web frameworkINDIRECT68
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT4
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.INDIRECT66
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
fastest-levenshtein • 1.0.16Fastest Levenshtein distance implementation in JS.INDIRECT0
file-uri-to-path • 1.0.0Convert a file: URI to a file pathINDIRECT0
fill-range • 4.0.0Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT7
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
finalhandler • 1.3.1Node.js final http responderINDIRECT9
find-cache-dir • 3.3.2Finds the common standard cache directoryINDIRECT10
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 5.0.0Find a file or directory by walking up parent directoriesINDIRECT5
follow-redirects • 1.15.9HTTP and HTTPS modules that follow redirects.INDIRECT0
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
fork-ts-checker-webpack-plugin • 6.5.3Runs typescript type checker and linter on separate process.INDIRECT68
forwarded • 0.2.0Parse HTTP X-Forwarded-For headerINDIRECT0
fragment-cache • 0.2.1A cache for managing namespaced sub-cachesINDIRECT1
fresh • 0.5.2HTTP response freshness testingINDIRECT0
fs-extra • 9.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT4
fsevents • 1.2.13Native Access to Mac OS-X FSEventsINDIRECT3
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
function.name-polyfill • 1.0.6Polyfill for the basic functionality of `Function.name` accessor property in its pre-ES6 formINDIRECT0
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
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-intrinsic • 1.2.7Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.INDIRECT0
global-modules • 2.0.0The directory used by npm for globally installed npm modules.INDIRECT5
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 matchingINDIRECT23
globby • 6.1.0Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT17
glogg • 1.0.2Global logging utilityINDIRECT1
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
gzip-size • 6.0.0Get the gzipped size of a string or bufferINDIRECT1
handle-thing • 2.0.1Wrap Streams2 instance into a HandleWrapINDIRECT0
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.INDIRECT1
has-symbols • 1.1.0Determine 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-value • 0.3.1Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT4
has-value • 1.0.0Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT7
has-values • 0.1.4Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT0
has-values • 1.0.0Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT4
hash-sum • 2.0.0Blazing fast unique hash generatorINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hpack.js • 2.1.6HPACK implementationINDIRECT11
html-entities • 1.4.0Faster HTML entities encode/decode library.INDIRECT0
html-escaper • 2.0.2fast and safe way to escape and unescape &<>'" charsINDIRECT0
http-deceiver • 1.2.7Deceive HTTP parserINDIRECT0
http-errors • 1.6.3Create HTTP error objectsINDIRECT4
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
http-parser-js • 0.5.9A pure JS HTTP parser for node.INDIRECT0
http-proxy-middleware • 0.19.1The one-liner node.js proxy middleware for connect, express and browser-syncINDIRECT88
http-proxy • 1.18.1HTTP proxying for the massesINDIRECT3
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
image-size • 0.5.5get dimensions of any image fileINDIRECT0
immer • 9.0.21Create your next immutable state by mutating the current oneINDIRECT0
import-fresh • 3.3.0Import a module while bypassing the cacheINDIRECT3
import-local • 2.0.0Let a globally installed package use a locally installed version of itself if availableINDIRECT9
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
internal-ip • 4.3.0Get your internal IP addressINDIRECT22
ip-regex • 2.1.0Regular expression for matching IP addresses (IPv4 & IPv6)INDIRECT0
ip • 1.1.9[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)INDIRECT0
ipaddr.js • 1.9.1A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
is-absolute-url • 3.0.3Check if a URL is absoluteINDIRECT0
is-accessor-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-alphabetical • 1.0.4Check if a character is alphabeticalINDIRECT0
is-alphanumerical • 1.0.4Check if a character is alphanumericalINDIRECT2
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT14
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-binary-path • 1.0.1Check if a filepath is a binary fileINDIRECT1
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-buffer • 2.0.5Determine if an object is a BufferINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-decimal • 1.0.4Check if a character is decimalINDIRECT0
is-descriptor • 0.1.7Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-descriptor • 1.0.3Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-glob • 3.1.0Returns `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-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-in-browser • 1.1.3Simple check to see if current app is running in browserINDIRECT0
is-interactive • 1.0.0Check if stdout or stderr is interactiveINDIRECT0
is-number • 3.0.0Returns true if the value is a number. comprehensive tests.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 • 1.0.1Check if a value is an objectINDIRECT0
is-path-cwd • 2.2.0Check if a path is the current working directoryINDIRECT0
is-path-in-cwd • 2.1.0Check if a path is in the current working directoryINDIRECT2
is-path-inside • 2.1.0Check if a path is inside another pathINDIRECT1
is-plain-obj • 2.1.0Check if a value is a plain objectINDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
is-regexp • 1.0.0Check whether a variable is a regular expressionINDIRECT0
is-root • 2.1.0Check if the process is running as root user, for example, one started with `sudo`INDIRECT0
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-what • 3.14.1JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.INDIRECT0
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
is-wsl • 1.1.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
javascript-stringify • 2.1.0Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`INDIRECT0
jest-worker • 26.6.2Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.INDIRECT5
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.INDIRECT0
jsesc • 3.0.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json-schema-traverse • 1.0.0Traverse JSON Schema passing each schema object to callbackINDIRECT0
json2mq • 0.2.0Generate media query string from JSON or javascript objectINDIRECT1
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
jss-plugin-camel-case • 10.10.0JSS plugin that allows to write camel cased rule propertiesINDIRECT7
jss-plugin-compose • 10.10.0JSS plugin for classes compositionINDIRECT6
jss-plugin-default-unit • 10.10.0JSS plugin that adds default custom unit to numeric values where neededINDIRECT6
jss-plugin-global • 10.10.0Global styles for JSSINDIRECT6
jss-plugin-isolate • 10.10.0True rules isolation through automatic properties reset.INDIRECT7
jss-plugin-nested • 10.10.0JSS plugin that enables support for nested selectorsINDIRECT6
jss • 10.10.0A lib for generating Style Sheets with JavaScript.INDIRECT5
kind-of • 3.2.2Get the native type of a value.INDIRECT1
kind-of • 4.0.0Get the native type of a value.INDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
kleur • 3.0.3The fastest Node.js library for formatting terminal text with ANSI colors~!INDIRECT0
klona • 2.0.6A tiny (240B to 501B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!INDIRECT0
less-loader • 7.2.0A Less loader for webpack. Compiles Less to CSS.DIRECT14
levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
listify • 1.0.3Turn an array into a list of comma-separated values, appropriate for use in an English sentence.INDIRECT0
loader-utils • 2.0.4utils for webpack loadersINDIRECT3
loader-utils • 3.3.1utils for webpack loadersINDIRECT0
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
locate-path • 6.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
log-symbols • 3.0.0Colored symbols for various log levels. Example: `✔︎ Success`INDIRECT7
loglevel • 1.9.2Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methodsINDIRECT0
longest-streak • 2.0.4Count the longest repeating streak of a characterINDIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
lowercase-keys • 2.0.0Lowercase the keys of an objectINDIRECT0
magic-string • 0.25.9Modify strings, generate sourcemapsINDIRECT1
make-dir • 2.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT2
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
make-dir • 4.0.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
map-visit • 1.0.0Map `visit` over an array of objects.INDIRECT2
markdown-to-jsx • 6.11.4Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.INDIRECT6
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
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
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
memory-fs • 0.4.1A simple in-memory filesystem. Holds data in a javascript object.INDIRECT10
merge-descriptors • 1.0.3Merge objects using descriptorsINDIRECT0
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
methods • 1.1.2HTTP methods that node supportsINDIRECT0
micromark • 2.11.4small commonmark compliant markdown parser with positional info and concrete tokensINDIRECT10
micromatch • 3.1.10Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.INDIRECT80
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-db • 1.53.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
mime • 2.6.0A comprehensive library for mime-type mappingINDIRECT0
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
min-indent • 1.0.1Get the shortest leading whitespace from lines in a stringINDIRECT0
mini-css-extract-plugin • 2.9.2extracts CSS into separate filesDIRECT10
mini-html-webpack-plugin • 3.1.3A miniature version of html-webpack-plugin with only necessary featuresINDIRECT3
minimist • 1.2.8parse argument optionsINDIRECT0
minizlib • 2.1.2A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.INDIRECT2
mixin-deep • 1.3.2Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.INDIRECT4
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`INDIRECT0
moment • 2.30.1Parse, validate, manipulate, and display datesINDIRECT0
mri • 1.2.0Quickly scan for CLI flags and argumentsINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multicast-dns-service-types • 1.1.0Parse and stringify mdns service typesINDIRECT0
multicast-dns • 6.2.3Low level multicast-dns implementation in pure javascriptINDIRECT4
nan • 2.22.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibilityINDIRECT0
nanoid • 3.3.8A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
nanomatch • 1.2.13Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)INDIRECT68
needle • 3.3.1The leanest and most handsome HTTP client in the Nodelands.INDIRECT3
negotiator • 0.6.3HTTP content negotiationINDIRECT0
negotiator • 0.6.4HTTP content negotiationINDIRECT0
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT0
nice-try • 1.0.5Tries to execute a function and discards any error that occursINDIRECT0
node-dir • 0.1.17asynchronous file and directory operations for Node.jsINDIRECT4
node-releases • 2.0.19Node.js releases dataINDIRECT0
normalize-path • 2.1.1Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.INDIRECT1
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
npm-run-path • 2.0.2Get your PATH prepended with locally installed binariesINDIRECT1
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.INDIRECT9
object-inspect • 1.13.3string representations of objects in node and the browserINDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT18
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object-visit • 1.0.1Call a specified method on each value in the given object.INDIRECT1
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.INDIRECT1
obuf • 1.1.2Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.INDIRECT0
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
on-headers • 1.0.2Execute a listener when a response is about to write headersINDIRECT0
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
open • 8.4.2Open stuff like URLs, files, executables. Cross-platform.INDIRECT3
opn • 5.5.0A better node-open. Opens stuff like websites, files, executables. Cross-platform.INDIRECT1
optionator • 0.8.3option parsing and help generationINDIRECT6
ora • 4.1.1Elegant terminal spinnerINDIRECT27
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 5.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-map • 2.1.0Map over promises concurrentlyINDIRECT0
p-map • 4.0.0Map over promises concurrentlyINDIRECT3
p-retry • 3.0.1Retry a promise-returning or async functionINDIRECT1
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 errorsINDIRECT8
parse-node-version • 1.0.1Turn node's process.version into something useful.INDIRECT0
parseurl • 1.3.3parse a url with memoizationINDIRECT0
pascalcase • 0.1.1Convert a string to pascal-case.INDIRECT0
path-dirname • 1.0.2Node.js path.dirname() ponyfillINDIRECT0
path-exists • 3.0.0Check if a path existsINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 2.0.1Get the PATH environment variable key cross-platformINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-to-regexp • 0.1.12Express style path to RegExp utilityINDIRECT0
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
pify • 4.0.1Promisify a callback-style functionINDIRECT0
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
pkg-dir • 3.0.0Find the root directory of a Node.js project or npm packageINDIRECT6
pkg-dir • 4.2.0Find the root directory of a Node.js project or npm packageINDIRECT6
pkg-up • 3.1.0Find the closest package.json fileINDIRECT6
portfinder • 1.0.32A simple tool to find an open port on the current machineINDIRECT6
posix-character-classes • 0.1.1POSIX character classes for creating regular expressions.INDIRECT0
postcss-modules-local-by-default • 4.2.0A CSS Modules transform to make local scope the defaultINDIRECT5
postcss-selector-parser • 7.0.0> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss-value-parser • 4.2.0Transforms css values and at-rule params into the treeINDIRECT0
postcss • 8.5.1Tool for transforming styles with JS pluginsINDIRECT3
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
prismjs • 1.29.0Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.INDIRECT0
private • 0.1.8Utility for associating truly private state with any JavaScript objectINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
prompts • 2.4.2Lightweight, beautiful and user-friendly promptsINDIRECT2
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
proxy-addr • 2.0.7Determine address of proxied requestINDIRECT2
prr • 1.0.1A better Object.defineProperty()INDIRECT0
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
q-i • 2.0.1Node.js objects inspector with color highlightingINDIRECT9
qss • 2.0.3A tiny (305B) browser utility for stringifying a query Object.INDIRECT0
querystringify • 2.2.0Querystringify - Small, simple but powerful query string parser.INDIRECT0
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
rc-align • 4.0.15align ui component for reactINDIRECT7
rc-cascader • 3.7.3cascade select ui component for reactINDIRECT16
rc-checkbox • 3.0.1checkbox ui component for reactINDIRECT5
rc-collapse • 3.4.2rc-collapse ui component for reactINDIRECT7
rc-dialog • 9.0.4dialog ui component for reactINDIRECT7
rc-drawer • 6.3.0drawer component for reactINDIRECT7
rc-dropdown • 4.0.1dropdown ui component for reactINDIRECT10
rc-field-form • 1.38.2React Form ComponentINDIRECT5
rc-image • 5.13.0React easy to use image componentINDIRECT8
rc-input-number • 7.3.11React input-number componentINDIRECT5
rc-input • 0.1.4React input componentINDIRECT5
rc-mentions • 1.13.1React MentionsINDIRECT15
rc-menu • 9.8.4menu ui component for reactINDIRECT12
rc-motion • 2.9.5React lifecycle controlled motion libraryINDIRECT5
rc-notification • 4.6.1notification ui component for reactINDIRECT6
rc-overflow • 1.4.1Auto collapse box when overflowINDIRECT7
rc-pagination • 3.2.0pagination ui component for reactINDIRECT3
rc-picker • 2.7.6React date & time pickerINDIRECT14
rc-progress • 3.4.2progress ui component for reactINDIRECT5
rc-rate • 2.9.3React Star Rate ComponentINDIRECT5
rc-resize-observer • 1.4.3Resize observer for ReactINDIRECT6
rc-segmented • 2.3.0React segmented controls used in ant.designINDIRECT6
rc-select • 14.1.18React SelectINDIRECT13
rc-slider • 10.0.1Slider UI component for ReactINDIRECT6
rc-steps • 5.0.0steps ui component for reactINDIRECT5
rc-switch • 3.2.2switch ui component for reactINDIRECT5
rc-table • 7.26.0table ui component for reactINDIRECT8
rc-tabs • 12.5.10tabs ui component for reactINDIRECT14
rc-textarea • 0.4.7Pretty Textarea react component used in used in ant.designINDIRECT8
rc-tooltip • 5.2.2React TooltipINDIRECT10
rc-tree-select • 5.5.5tree-select ui component for reactINDIRECT15
rc-tree • 5.7.12tree ui component for reactINDIRECT9
rc-trigger • 5.3.4base abstract trigger component for reactINDIRECT9
rc-upload • 4.3.6upload ui component for reactINDIRECT5
rc-util • 5.44.3Common Utils For React ComponentINDIRECT3
rc-virtual-list • 3.17.0React Virtual List ComponentINDIRECT7
react-dev-utils • 12.0.1webpack utilities used by Create React AppINDIRECT138
react-docgen-annotation-resolver • 2.0.0[![Build Status](https://travis-ci.org/Jmeyering/react-docgen-annotation-resolver.svg?branch=master)](https://travis-ci.org/Jmeyering/react-docgen-annotation-resolver) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?stINDIRECT0
react-docgen-displayname-handler • 3.0.2A handler for react-docgen that tries to infer the displayName of a componentINDIRECT2
react-docgen • 5.4.3A CLI and toolkit to extract information from React components for documentation generation.INDIRECT106
react-dom • 17.0.2React package for working with the DOM.DIRECT4
react-error-overlay • 6.0.11An overlay for displaying stack frames.INDIRECT0
react-group • 3.0.2React component to render collection of items separated by space or other separatorINDIRECT5
react-icons • 3.11.0SVG React icons of popular icon packs using ES6 importsINDIRECT1
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-is • 18.3.1Brand checking of React Elements.INDIRECT0
react-simple-code-editor • 0.10.0Simple no-frills code editor with syntax highlightingINDIRECT0
react-styleguidist • 11.2.0React components style guide generatorDIRECT726
react • 17.0.2React is a JavaScript library for building user interfaces.DIRECT3
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
readdirp • 2.2.1Recursive version of fs.readdir with streaming api.INDIRECT89
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
recast • 0.18.10JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generatorINDIRECT4
recursive-readdir • 2.2.3Get an array of all files in a directory and subdirectories.INDIRECT4
regenerate-unicode-properties • 10.2.0Regenerate sets for Unicode properties and values.INDIRECT1
regenerate-unicode-properties • 8.2.0Regenerate sets for Unicode properties and values.INDIRECT1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-transform • 0.15.2Explode async and generator functions into a state machine.INDIRECT2
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.INDIRECT7
regexp.prototype.flags • 1.5.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT20
regexpu-core • 4.5.4regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
regexpu-core • 6.2.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
regjsgen • 0.5.2Generate regular expressions from regjsparser’s AST.INDIRECT0
regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
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-element • 1.1.4Create an array by repeating the given value n times.INDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
require-from-string • 2.0.2Require module from stringINDIRECT0
requires-port • 1.0.0Check if a protocol requires a certain port number to be added to an URL.INDIRECT0
resize-observer-polyfill • 1.5.1A polyfill for the Resize Observer APIINDIRECT0
resolve-cwd • 2.0.0Resolve the path of a module like `require.resolve()` but from the current working directoryINDIRECT1
resolve-from • 3.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.INDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
restore-cursor • 3.1.0Gracefully restore the CLI cursor on exitINDIRECT3
ret • 0.1.15Tokenizes a string that represents a regular expression.INDIRECT0
retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-regex • 1.1.0detect possibly catastrophic, exponential-time regular expressionsINDIRECT1
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
scheduler • 0.20.2Cooperative scheduler for the browser environment.INDIRECT3
schema-utils • 1.0.0webpack Validation UtilsINDIRECT8
schema-utils • 2.7.0webpack Validation UtilsINDIRECT8
schema-utils • 3.3.0webpack Validation UtilsINDIRECT8
schema-utils • 4.3.0webpack Validation UtilsINDIRECT8
scroll-into-view-if-needed • 2.2.31Ponyfill for upcoming Element.scrollIntoView() APIs like scrollMode: if-needed, behavior: smooth and block: centerINDIRECT1
select-hose • 2.0.0Select protocol using first bytes of incoming data and hose stuff to the handlerINDIRECT0
selfsigned • 1.10.14Generate self signed certificates private and public keysINDIRECT1
send • 0.19.0Better streaming static file server with Range and conditional-GET supportINDIRECT18
serve-index • 1.9.1Serve directory listingsINDIRECT14
serve-static • 1.16.2Serve static filesINDIRECT21
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
set-value • 2.0.1Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT8
shallowequal • 1.1.0Like lodash isEqualWith but for shallow equal.INDIRECT0
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
shell-quote • 1.8.2quote and parse shell commandsINDIRECT0
side-channel-list • 1.0.0Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT14
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT15
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT17
sisteransi • 1.0.5ANSI escape codes for some terminal swagINDIRECT0
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
snapdragon-node • 2.1.1Snapdragon utility for creating a new AST node in custom code, such as plugins.INDIRECT10
snapdragon-util • 3.0.1Utilities for the snapdragon parser/compiler.INDIRECT2
snapdragon • 0.8.2Fast, pluggable and easy-to-use parser-renderer factory.INDIRECT56
sockjs-client • 1.6.1SockJS-client is a browser JavaScript library that provides a WebSocket-like object.INDIRECT12
sockjs • 0.3.24SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communicationINDIRECT6
source-list-map • 2.0.1Fast line to line SourceMap generator.INDIRECT0
source-map-resolve • 0.5.3Resolve the source map and/or sources for a generated file.INDIRECT5
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
source-map-url • 0.4.1Tools for working with sourceMappingURL comments.INDIRECT0
sourcemap-codec • 1.4.8Encode/decode sourcemap mappingsINDIRECT0
sparkles • 1.0.1Namespaced global event emitterINDIRECT0
spdy-transport • 3.0.0SPDY v2, v3, v3.1 and HTTP2 transportINDIRECT16
spdy • 4.0.2Implementation of the SPDY protocol on node.js.INDIRECT20
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.INDIRECT10
statuses • 1.5.0HTTP status utilityINDIRECT0
statuses • 2.0.1HTTP status utilityINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-convert • 0.2.1String convertionsINDIRECT0
string-width • 3.1.0Get the visual width of a string - the number of columns required to display itINDIRECT4
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 5.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-eof • 1.0.0Strip the End-Of-File (EOF) character from a string/bufferINDIRECT0
strip-html-comments • 1.0.0Remove HTML comments from a string.INDIRECT0
strip-indent • 3.0.0Strip leading whitespace from each line in a stringINDIRECT1
style-loader • 3.3.4style loader module for webpackINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-color • 6.1.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
tapable • 1.1.3Just a little module for plugins.INDIRECT0
tapable • 2.2.1Just a little module for plugins.INDIRECT0
terser-webpack-plugin • 4.2.3Terser plugin for webpackINDIRECT84
text-table • 0.2.0borderless text tables with alignmentINDIRECT0
throttle-debounce • 5.0.2Throttle and debounce functions.INDIRECT0
thunky • 1.1.0delay the evaluation of a paramless async function and cache the resultINDIRECT0
tiny-warning • 1.0.3A tiny warning functionINDIRECT0
tippy.js • 6.3.7The complete tooltip, popover, dropdown, and menu solution for the webINDIRECT1
to-ast • 1.0.0Converts JavaScript objects to equivalent ASTsINDIRECT2
to-object-path • 0.3.0Create an object path from a list or array of strings.INDIRECT2
to-regex-range • 2.1.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT4
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
to-regex • 3.0.2Generate a regex from a string or array of strings.INDIRECT14
toggle-selection • 1.0.6Toggle current selected content in browserINDIRECT0
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
trough • 1.0.5Middleware: a channel used to convey a liquidINDIRECT0
ts-import-plugin • 1.6.7babel-plugin-import TypeScript versionDIRECT1
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.INDIRECT1
type-detect • 4.1.0Improved typeof detection for node.js and the browser.INDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
unicode-canonical-property-names-ecmascript • 1.0.4The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-canonical-property-names-ecmascript • 2.0.1The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-match-property-ecmascript • 1.0.4Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-ecmascript • 2.0.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-value-ecmascript • 1.2.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-match-property-value-ecmascript • 2.2.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-property-aliases-ecmascript • 1.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-property-aliases-ecmascript • 2.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
unified • 9.2.2Interface for parsing, inspecting, transforming, and serializing content through syntax treesINDIRECT9
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.INDIRECT11
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
unist-util-visit-parents • 3.1.1unist utility to recursively walk over nodes, with ancestral informationINDIRECT2
unist-util-visit • 2.0.3unist utility to visit nodesINDIRECT3
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
unquote • 1.1.1Remove wrapping quotes from a string.INDIRECT0
unset-value • 1.0.0Delete nested properties from an object using dot notation.INDIRECT6
upath • 1.2.0A proxy to `path`, replacing `\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.INDIRECT0
update-browserslist-db • 1.1.2CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.INDIRECT0
url-parse • 1.5.10Small footprint URL parser that works seamlessly across Node.js and browser environmentsINDIRECT2
url • 0.11.4The core `url` packaged standalone for use with Browserify.INDIRECT20
use • 3.1.1Easily add plugin support to your node.js application.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util • 0.10.3Node.JS util moduleINDIRECT1
utils-merge • 1.0.1merge() utility functionINDIRECT0
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
uuid • 8.3.2RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
vfile-message • 2.0.4vfile utility to create a virtual messageINDIRECT2
vfile • 4.2.1Virtual file format for text processingINDIRECT4
wbuf • 1.7.3Write bufferINDIRECT1
wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
webpack-dev-middleware • 3.7.3A development middleware for webpackINDIRECT18
webpack-dev-server • 3.11.3Serves a webpack app. Updates the browser on changes.INDIRECT359
webpack-log • 2.0.0A common logger for the webpack ecosystemINDIRECT2
webpack-merge • 4.2.2Variant of merge that's useful for webpack configurationINDIRECT1
webpack-sources • 1.4.3Source code handling classes for webpackINDIRECT2
webpack-sources • 2.3.1Source code handling classes for webpackINDIRECT2
word-wrap • 1.2.5Wrap words to a specified length.INDIRECT0
wrap-ansi • 5.1.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
ws • 6.2.3Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT1
yargs • 13.3.2yargs the modern, pirate-themed, successor to optimist.INDIRECT25
yargs • 16.2.0yargs the modern, pirate-themed, successor to optimist.INDIRECT15
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
zwitch • 1.0.5Handle values based on a propertyINDIRECT0
ISC78
PackageRelationDependenciesPublished
@npmcli/fs • 1.1.1filesystem utilities for the npm cliINDIRECT2
@xt-demo/xtcomp • 0.0.7> TODO: descriptionDIRECT0
anymatch • 2.0.0Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT83
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
at-least-node • 1.0.0Lightweight Node.js version sniffing/comparisonINDIRECT0
c8 • 7.14.0output coverage reports using Node.js' built in coverageINDIRECT59
cacache • 15.3.0Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT38
chownr • 2.0.0like `chown -R`INDIRECT0
cliui • 5.0.0easily create complex multi-column command-line-interfacesINDIRECT9
cliui • 7.0.4easily create complex multi-column command-line-interfacesINDIRECT9
css-initials • 0.3.1Initial CSS values for `all: initial` polyfills.INDIRECT0
electron-to-chromium • 1.5.82Provides a list of electron-to-chromium version mappingsINDIRECT0
fastq • 1.18.0Fast, in memory work queueINDIRECT1
foreground-child • 2.0.0Run a child as if it's the foreground process. Give it stdio. Exit when it exits.INDIRECT7
fs-minipass • 2.1.0fs read and write streams based on minipassINDIRECT2
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
get-own-enumerable-property-symbols • 3.0.2Returns an array of all enumerable symbol properties found directly upon a given objectINDIRECT0
github-slugger • 1.5.0Generate a slug just like GitHub does for markdown headings.INDIRECT0
glob-parent • 3.1.0Strips glob magic from a string to provide the parent directory pathINDIRECT3
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 7.2.3a little globberDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
icss-utils • 5.1.0ICSS utils for postcss astINDIRECT0
infer-owner • 1.0.4Infer the owner of a path based on the owner of its nearest existing parentINDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.1Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
inherits • 2.0.3Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
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
killable • 1.0.1Keeps track of a server's open sockets so they can be destroyed at a moment's notice.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
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minipass-collect • 1.0.2A Minipass stream that collects all the data into a single chunkINDIRECT2
minipass-flush • 1.0.5A Minipass stream that calls a flush function before emitting 'end'INDIRECT2
minipass-pipeline • 1.2.4create a pipeline of streams using MinipassINDIRECT2
minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
minipass • 5.0.0minimal implementation of a PassThrough streamINDIRECT0
mute-stream • 0.0.8Bytes go in, but they don't come out (when muted).INDIRECT0
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
postcss-modules-extract-imports • 3.1.0A CSS Modules transform to extract local aliases for inline importsINDIRECT0
postcss-modules-scope • 3.2.1A CSS Modules transform to extract export statements from local-scope classesINDIRECT3
postcss-modules-values • 4.0.0PostCSS plugin for CSS Modules to pass arbitrary values between your module filesINDIRECT1
promise-inflight • 1.0.1One promise for multiple requests in flight to avoid async duplicationINDIRECT0
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
require-main-filename • 2.0.0shim for require.main.filename() that works in as many environments as possibleINDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
sax • 1.4.1An evented streaming XML parser in JavaScriptINDIRECT0
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
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
setprototypeof • 1.1.0A small polyfill for Object.setprototypeofINDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
ssri • 8.0.1Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT2
tar • 6.2.1tar for nodeINDIRECT7
test-exclude • 6.0.0test for inclusion or exclusion of paths using globsINDIRECT12
unique-filename • 1.1.1Generate a unique filename for use in temporary directories or caches.INDIRECT2
unique-slug • 2.0.2Generate a unique character string suitible for use in files and URLs.INDIRECT1
v8-to-istanbul • 9.3.0convert from v8 coverage format to istanbul's formatINDIRECT5
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
xtcomp • 1.0.25DIRECT61
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
y18n • 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
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 • 13.1.2the mighty option parser used by yargsINDIRECT2
yargs-parser • 20.2.9the mighty option parser used by yargsINDIRECT0
BSD-3-Clause12
PackageRelationDependenciesPublished
fast-uri • 3.0.5Dependency-free RFC 3986 URI toolboxINDIRECT0
filesize • 8.0.7JavaScript library to generate a human readable String describing the file sizeINDIRECT0
hyphenate-style-name • 1.1.0Hyphenates a camelcased CSS property nameINDIRECT0
istanbul-lib-coverage • 3.2.2Data library for istanbul coverage objectsINDIRECT0
istanbul-lib-report • 3.0.1Base reporting library for istanbulINDIRECT5
istanbul-reports • 3.1.7istanbul reportsINDIRECT7
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT18
serialize-javascript • 5.0.1Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT2
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
source-map • 0.7.4Generates and consumes source mapsINDIRECT0
BSD-2-Clause11
PackageRelationDependenciesPublished
default-gateway • 4.2.0Get the default network gateway, cross-platform.INDIRECT20
escodegen • 1.14.3ECMAScript code generatorINDIRECT11
esprima • 2.7.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
estraverse • 4.3.0ECMAScript JS AST traversal functionsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
regjsparser • 0.12.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
regjsparser • 0.6.9Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
stringify-object • 3.3.0Stringify an object/array like JSON.stringify just without all the double-quotesINDIRECT3
terser • 5.37.0JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT11
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
Apache-2.08
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
ansi-html-community • 0.0.8An elegant lib that converts the chalked (ANSI) text to HTML. (Community)INDIRECT0
doctrine • 3.0.0JSDoc parserINDIRECT1
faye-websocket • 0.11.4Standards-compliant WebSocket server and clientINDIRECT4
less • 4.2.1Leaner CSSDIRECT17
typescript • 4.9.5TypeScript is a language for application scale JavaScript developmentDIRECT0
websocket-driver • 0.7.4WebSocket protocol handler with pluggable I/OINDIRECT3
websocket-extensions • 0.1.4Generic extension manager for WebSocket connectionsINDIRECT0
Unlicense2
PackageRelationDependenciesPublished
fs-monkey • 1.0.6Monkey patches for file system related things.INDIRECT0
memfs • 3.5.3In-memory file-system with Node's fs API.INDIRECT1
unknown1
PackageRelationDependenciesPublished
findup • 0.1.5Walk up ancester's dir up to rootINDIRECT2
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001692A smaller version of caniuse-db, with only the essentials!INDIRECT0
BSD-3-Clause OR GPL-2.01
PackageRelationDependenciesPublished
node-forge • 0.10.0JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.INDIRECT0
MIT OR WTFPL1
PackageRelationDependenciesPublished
path-is-inside • 1.0.2Tests whether one path is inside another pathINDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.0.25 version:

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