licenses.dev

yach.open.ui-tools v0.0.1

tools for yach.open.ui

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT1053
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.26.3The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.26.0Babel compiler core.DIRECT38
@babel/generator • 7.26.3Turns 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.25.9Helper 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.25.9General 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.25.9Helper 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.3A 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-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxDIRECT27
@babel/plugin-proposal-decorators • 7.25.9Compile class and object decorators to ES5DIRECT28
@babel/plugin-proposal-export-default-from • 7.25.9Compile export default to ES2015DIRECT1
@babel/plugin-proposal-export-namespace-from • 7.18.9Compile export namespace to ES2015DIRECT2
@babel/plugin-proposal-object-rest-spread • 7.20.7Compile object rest and spread to ES5DIRECT16
@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-async-generators • 7.8.4Allow parsing of async generator functionsINDIRECT1
@babel/plugin-syntax-bigint • 7.8.3Allow parsing of BigInt literalsINDIRECT1
@babel/plugin-syntax-class-properties • 7.12.13Allow parsing of class propertiesINDIRECT1
@babel/plugin-syntax-class-static-block • 7.14.5Allow parsing of class static blocksINDIRECT1
@babel/plugin-syntax-decorators • 7.25.9Allow parsing of decoratorsINDIRECT1
@babel/plugin-syntax-export-namespace-from • 7.8.3Allow parsing of export namespace fromINDIRECT1
@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-import-meta • 7.10.4Allow parsing of import.metaINDIRECT1
@babel/plugin-syntax-json-strings • 7.8.3Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-syntax-jsx • 7.25.9Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-logical-assignment-operators • 7.10.4Allow parsing of the logical assignment operatorsINDIRECT1
@babel/plugin-syntax-nullish-coalescing-operator • 7.8.3Allow parsing of the nullish-coalescing operatorINDIRECT1
@babel/plugin-syntax-numeric-separator • 7.10.4Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal SeparatorINDIRECT1
@babel/plugin-syntax-object-rest-spread • 7.8.3Allow parsing of object rest/spreadINDIRECT1
@babel/plugin-syntax-optional-catch-binding • 7.8.3Allow parsing of optional catch bindingsINDIRECT1
@babel/plugin-syntax-optional-chaining • 7.8.3Allow parsing of optional propertiesINDIRECT1
@babel/plugin-syntax-private-property-in-object • 7.14.5Allow parsing of '#foo in obj' brand checksINDIRECT1
@babel/plugin-syntax-top-level-await • 7.14.5Allow parsing of top-level await in modulesINDIRECT1
@babel/plugin-syntax-typescript • 7.25.9Allow parsing of TypeScript syntaxINDIRECT1
@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.25.9Babel 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 accessesDIRECT1
@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.25.9Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.25.9Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-assign • 7.25.9Replace Object.assign with an inline helperDIRECT1
@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 keysDIRECT1
@babel/plugin-transform-react-display-name • 7.25.9Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx-development • 7.25.9Turn JSX into React function calls in developmentINDIRECT24
@babel/plugin-transform-react-jsx • 7.25.9Turn JSX into React function callsINDIRECT23
@babel/plugin-transform-react-pure-annotations • 7.25.9Mark top-level React method calls as pure for tree shakingINDIRECT5
@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-runtime • 7.25.9Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsDIRECT45
@babel/plugin-transform-shorthand-properties • 7.25.9Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.25.9Compile ES2015 spread to ES5DIRECT21
@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 ES5DIRECT1
@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-typescript • 7.26.3Transform TypeScript into ES.nextDIRECT28
@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/preset-react • 7.26.3Babel preset for all React plugins.DIRECT28
@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.4The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT18
@babel/types • 7.26.3Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@istanbuljs/schema • 0.1.3Schemas describing various structures used by nyc and istanbuljsINDIRECT0
@jest/transform • 26.6.2INDIRECT225
@jest/types • 26.6.2INDIRECT13
@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/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
@types/babel__core • 7.20.5TypeScript definitions for @babel/coreINDIRECT7
@types/babel__generator • 7.6.8TypeScript definitions for @babel/generatorINDIRECT3
@types/babel__template • 7.4.4TypeScript definitions for @babel/templateINDIRECT4
@types/babel__traverse • 7.20.6TypeScript definitions for @babel/traverseINDIRECT3
@types/graceful-fs • 4.1.9TypeScript definitions for graceful-fsINDIRECT2
@types/istanbul-lib-coverage • 2.0.6TypeScript definitions for istanbul-lib-coverageINDIRECT0
@types/istanbul-lib-report • 3.0.3TypeScript definitions for istanbul-lib-reportINDIRECT1
@types/istanbul-reports • 3.0.4TypeScript definitions for istanbul-reportsINDIRECT2
@types/json-schema • 7.0.15TypeScript definitions for json-schemaINDIRECT0
@types/node • 22.10.2TypeScript definitions for nodeINDIRECT1
@types/q • 1.5.8TypeScript definitions for qINDIRECT0
@types/unist • 2.0.11TypeScript definitions for unistINDIRECT0
@types/yargs-parser • 21.0.3TypeScript definitions for yargs-parserINDIRECT0
@types/yargs • 15.0.19TypeScript definitions for yargsINDIRECT1
@webassemblyjs/ast • 1.9.0AST utils for webassemblyjsINDIRECT9
@webassemblyjs/floating-point-hex-parser • 1.9.0A function to parse floating point hexadecimal strings as defined by the WebAssembly specificationINDIRECT0
@webassemblyjs/helper-api-error • 1.9.0Common API errorsINDIRECT0
@webassemblyjs/helper-buffer • 1.9.0Buffer manipulation utilityINDIRECT0
@webassemblyjs/helper-code-frame • 1.9.0INDIRECT9
@webassemblyjs/helper-module-context • 1.9.0INDIRECT9
@webassemblyjs/helper-wasm-bytecode • 1.9.0WASM's Bytecode constantsINDIRECT0
@webassemblyjs/helper-wasm-section • 1.9.0INDIRECT16
@webassemblyjs/ieee754 • 1.9.0IEEE754 decoder and encoderINDIRECT1
@webassemblyjs/leb128 • 1.9.0LEB128 decoder and encoderINDIRECT1
@webassemblyjs/utf8 • 1.9.0UTF8 encoder/decoder for WASMINDIRECT0
@webassemblyjs/wasm-edit • 1.9.0> Rewrite a WASM binaryINDIRECT19
@webassemblyjs/wasm-gen • 1.9.0WebAssembly binary format printerINDIRECT14
@webassemblyjs/wasm-opt • 1.9.0INDIRECT17
@webassemblyjs/wasm-parser • 1.9.0WebAssembly binary format parserINDIRECT14
@webassemblyjs/wast-parser • 1.9.0WebAssembly text format parserINDIRECT9
@webassemblyjs/wast-printer • 1.9.0WebAssembly text format printerINDIRECT9
acorn-globals • 1.0.9Detect global variables in JavaScript using acornINDIRECT1
acorn • 2.7.0ECMAScript parserINDIRECT0
acorn • 6.4.2ECMAScript parserINDIRECT0
ajv-errors • 1.0.1Custom error messages in JSON-Schema for Ajv validatorINDIRECT0
ajv-keywords • 3.5.2Custom JSON-Schema keywords for Ajv validatorINDIRECT0
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
alphanum-sort • 1.0.2Alphanumeric sorting algorithmINDIRECT0
ansi-colors • 1.1.0Collection of ansi colors and styles.INDIRECT1
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-escapes • 4.3.2ANSI escape codes for manipulating the terminalINDIRECT1
ansi-gray • 0.1.1The color gray, in ansi.INDIRECT1
ansi-regex • 2.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 terminalDIRECT2
ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes.INDIRECT0
append-buffer • 1.0.2Append a buffer to another buffer ensuring to preserve line ending characters.INDIRECT1
archy • 1.0.0render nested hierarchies `npm ls` style with unicode pipesINDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
arr-diff • 2.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.INDIRECT1
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-filter • 1.1.2Faster alternative to javascript's native filter method.INDIRECT2
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-map • 2.0.2Faster, node.js focused alternative to JavaScript's native array map.INDIRECT2
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
array-buffer-byte-length • 1.0.2Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT17
array-each • 1.0.1Loop over each item in an array and call the given function on every element.INDIRECT0
array-equal • 1.0.2Check if two arrays are equalINDIRECT0
array-initial • 1.1.0Get all but the last element or last n elements of an array.INDIRECT2
array-last • 1.3.0Get the last or last n elements in an array.INDIRECT1
array-slice • 1.1.0Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.INDIRECT0
array-sort • 1.0.0Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.INDIRECT3
array-union • 1.0.2Create an array of unique values, in order, from the input arraysINDIRECT1
array-uniq • 1.0.3Create an array without duplicatesINDIRECT0
array-unique • 0.2.1Return an array free of duplicate values. Fastest ES5 implementation.INDIRECT0
array-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.INDIRECT0
array.prototype.reduce • 1.0.7An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.INDIRECT82
arraybuffer.prototype.slice • 1.0.4ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT80
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
asn1.js • 4.10.1ASN.1 encoder and decoderINDIRECT3
asn1 • 0.2.6Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT1
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
assert • 1.5.1The node.js assert module, re-packaged for web browsers.INDIRECT21
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
async-done • 1.3.2Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.INDIRECT5
async-each • 1.0.6No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.INDIRECT0
async-settle • 1.0.0Settle an async function.INDIRECT6
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
autoprefixer • 7.2.6Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use websiteINDIRECT15
autoprefixer • 9.8.8Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use websiteDIRECT13
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
babel-core • 7.0.0-bridge.0A placeholder package that bridges babel-core to @babel/core.DIRECT0
babel-jest • 26.6.3Jest plugin to use babel for transformation.DIRECT248
babel-loader • 8.4.1babel module loader for webpackDIRECT24
babel-plugin-import • 1.13.8Component modular import plugin for babel.DIRECT20
babel-plugin-inline-import-data-uri • 1.0.1Babel plugin to make raw files importable as base64 encoded data URI strings.DIRECT5
babel-plugin-jest-hoist • 26.6.2Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jesINDIRECT12
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
babel-preset-current-node-syntax • 1.1.0A Babel preset that enables parsing of proposals supported by the current Node.js version.INDIRECT16
babel-preset-jest • 26.6.2> Babel preset for all Jest plugins. This preset is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jest).INDIRECT30
bach • 1.2.0Compose your async functions with elegance.INDIRECT18
bail • 1.0.5Throw a given errorINDIRECT0
balanced-match • 0.4.2Match balanced character pairs, like "{" and "}"INDIRECT0
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
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
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
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
bn.js • 4.12.1Big number implementation in pure javascriptINDIRECT0
bn.js • 5.2.1Big number implementation in pure javascriptINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
braces • 1.8.5Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.INDIRECT14
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
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
browserify-aes • 1.2.0aes, for browserifyINDIRECT11
browserify-cipher • 1.0.1ciphers for the browserINDIRECT15
browserify-des • 1.0.2browserify-des ===INDIRECT6
browserify-rsa • 4.1.1RSA for browserifyINDIRECT4
browserify-zlib • 0.2.0Full zlib module for the browserINDIRECT1
browserslist • 2.11.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT2
browserslist • 4.24.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buffer-equal • 1.0.1return whether two buffers are equalINDIRECT0
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
buffer-xor • 1.0.3A simple module for bitwise-xor on buffersINDIRECT0
buffer • 4.9.2Node.js Buffer API, for the browserINDIRECT3
builtin-modules • 1.1.1List of the Node.js builtin modulesINDIRECT0
builtin-status-codes • 3.0.0The map of HTTP status codes from the builtin http moduleINDIRECT0
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 functionINDIRECT14
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT11
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 • 3.0.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
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
case-sensitive-paths-webpack-plugin • 2.4.0Enforces module path case sensitivity in WebpackDIRECT0
ccount • 1.1.0Count charactersINDIRECT0
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chalk • 4.1.2Terminal string styling done rightDIRECT5
character-entities-html4 • 1.1.4HTML4 character entity informationINDIRECT0
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
chrome-trace-event • 1.0.4A library to create a trace of your node app per Google's Trace Event format.INDIRECT0
ci-info • 2.0.0Get details about the current Continuous Integration environmentINDIRECT0
ci-info • 3.9.0Get details about the current Continuous Integration environmentINDIRECT0
cipher-base • 1.0.6abstract base class for crypto-streamsINDIRECT2
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.INDIRECT13
clone-buffer • 1.0.0Easier Buffer cloning in node.INDIRECT0
clone-stats • 0.0.1Safely clone node's fs.Stats instances without losing their class methodsINDIRECT0
clone-stats • 1.0.0Safely clone node's fs.Stats instances without losing their class methodsINDIRECT0
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
clone • 2.1.2deep cloning of objects and arraysINDIRECT0
cloneable-readable • 1.1.3Clone a Readable stream, safelyINDIRECT8
coa • 2.0.2Command-Option-Argument: Yet another parser for command line options.INDIRECT9
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
collapse-white-space • 1.0.6Replace multiple white-space characters with a single spaceINDIRECT0
collection-map • 1.0.0Returns an array of mapped values from an array or object.INDIRECT5
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
color-string • 1.9.1Parser and generator for CSS color stringsINDIRECT3
color • 3.2.1Color conversion and manipulation with CSS string supportINDIRECT6
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commander • 5.1.0the complete solution for node.js command-line programsDIRECT0
commander • 6.2.1the complete solution for node.js command-line programsINDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
component-emitter • 1.3.1Event emitterINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
consola • 2.15.3Elegant Console Logger for Node.js and BrowserINDIRECT0
constants-browserify • 1.0.0node's constants module for the browserINDIRECT0
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
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-props • 2.0.5Copy properties deeply between two objects.INDIRECT9
core-js-compat • 3.39.0core-js compatINDIRECT7
core-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cosmiconfig • 5.2.1Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT14
create-ecdh • 4.0.4createECDH but browserifiableINDIRECT8
create-hash • 1.2.0create hashes for browserifyINDIRECT8
create-hmac • 1.1.7node style hmacs in the browserINDIRECT9
cross-spawn • 6.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
crypto-browserify • 3.12.1implementation of crypto for the browserINDIRECT41
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-loader • 3.6.0css loader module for webpackDIRECT29
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 • 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.INDIRECT196
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.11A modular minifier, built on top of the PostCSS ecosystem.INDIRECT209
csso • 4.2.0CSS minifier with structural optimisationsINDIRECT3
cssom • 0.3.8CSS Object Model implementation and CSS parserINDIRECT0
cssstyle • 0.2.37CSSStyleDeclaration Object Model implementationINDIRECT1
cyclist • 1.0.2Cyclist is an efficient cyclic list implemention.INDIRECT0
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
data-view-buffer • 1.0.2Get the ArrayBuffer out of a DataView, robustly.INDIRECT24
data-view-byte-length • 1.0.2Get the byteLength out of a DataView, robustly.INDIRECT24
data-view-byte-offset • 1.0.1Get the byteOffset out of a DataView, robustly.INDIRECT24
debug • 2.6.9small 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-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaNINDIRECT0
default-compare • 1.0.0Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property.INDIRECT1
default-resolution • 2.0.0Get the default resolution time based on the current node version, optionally overridableINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
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
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
des.js • 1.1.0DES implementationINDIRECT2
detect-file • 1.0.0Detects if a file exists and returns the resolved filepath.INDIRECT0
diffie-hellman • 5.0.3pure js diffie-hellmanINDIRECT5
dom-serializer • 0.2.2render dom nodes to stringINDIRECT2
domain-browser • 1.2.0Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.INDIRECT0
dot-prop • 5.3.0Get, set, or delete a property from a nested object using a dot pathINDIRECT1
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
duplexer • 0.1.2Creates a duplex streamINDIRECT0
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
each-props • 1.3.2Processes each properties of an object deeply.INDIRECT7
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
elliptic • 6.6.1EC cryptographyINDIRECT7
email-addresses • 3.1.0An email address parser based on rfc5322INDIRECT0
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
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
enhanced-resolve • 4.5.0Offers a async require.resolve function. It's highly configurable.INDIRECT13
errno • 0.1.8libuv errno details exposedINDIRECT1
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
es-abstract • 1.23.7ECMAScript spec abstract operations.INDIRECT80
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.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.0.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.0.3A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT12
es-to-primitive • 1.3.0ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.INDIRECT18
es6-iterator • 2.0.3Iterator abstraction based on ES6 specificationINDIRECT8
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
event-stream • 3.3.5construct pipes of streams of eventsINDIRECT7
events • 3.3.0Node's event emitter for all engines.INDIRECT0
evp_bytestokey • 1.0.3The insecure key derivation algorithm from OpenSSLINDIRECT5
exec-sh • 0.3.6Execute shell command forwarding all stdio.INDIRECT0
execa • 1.0.0A better `child_process`INDIRECT18
expand-brackets • 0.1.5Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT1
expand-brackets • 2.1.4Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT63
expand-range • 1.8.2Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.INDIRECT12
expand-tilde • 2.0.2Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.INDIRECT2
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 • 0.3.2Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.INDIRECT1
extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.INDIRECT66
extsprintf • 1.3.0extended POSIX-style sprintfINDIRECT0
fancy-log • 1.3.2Log things, prefixed with a timestampINDIRECT4
fancy-log • 1.3.3Log things, prefixed with a timestamp.INDIRECT5
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-glob • 3.3.2It'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 • 1.1.4Efficient implementation of Levenshtein algorithm with asynchronous callback supportINDIRECT0
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
fault • 1.0.4Functional errors with formatted outputINDIRECT1
figures • 3.2.0Unicode symbols with Windows CMD fallbacksINDIRECT1
file-uri-to-path • 1.0.0Convert a file: URI to a file pathINDIRECT0
filename-regex • 2.0.1Regular expression for matching file names, with or without extension.INDIRECT0
filename-reserved-regex • 2.0.0Regular expression for matching reserved filename charactersINDIRECT0
filenamify • 4.3.0Convert a string to a valid safe filenameINDIRECT4
fill-range • 2.2.4Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.INDIRECT11
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
find-cache-dir • 2.1.0Finds the common standard cache directoryINDIRECT11
find-cache-dir • 3.3.2Finds the common standard cache directoryINDIRECT10
find-up • 1.1.2Find a file by walking up parent directoriesINDIRECT3
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
findup-sync • 2.0.0Find the first file matching a given pattern in the current directory or the nearest ancestor directory.INDIRECT93
findup-sync • 3.0.0Find the first file matching a given pattern in the current directory or the nearest ancestor directory.INDIRECT93
fined • 1.2.0Find a file given a declaration of locations.INDIRECT20
first-chunk-stream • 2.0.0Transform the first chunk in a streamINDIRECT8
flagged-respawn • 1.0.1A tool for respawning node binaries when special flags are present.INDIRECT0
flush-write-stream • 1.1.1A write stream constructor that supports a flush function that is called before finish is emittedINDIRECT8
for-each • 0.3.3A better forEachINDIRECT1
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
for-own • 0.1.5Iterate over the own 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.js.INDIRECT1
for-own • 1.0.0Iterate over the own 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.js.INDIRECT1
form-data • 2.3.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
fragment-cache • 0.2.1A cache for managing namespaced sub-cachesINDIRECT1
from • 0.1.7Easy way to make a Readable StreamINDIRECT0
from2 • 2.3.0Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"INDIRECT8
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
fs-mkdirp-stream • 1.0.0Ensure directories exist before writing to them.INDIRECT11
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.prototype.name • 1.1.8An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT20
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.6Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT10
get-package-type • 0.1.0Determine the `package.json#type` which applies to a locationINDIRECT0
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
get-symbol-description • 1.1.0Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT12
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.INDIRECT0
getpass • 0.1.7getpass for node.jsINDIRECT1
gh-pages • 3.2.3Publish to a gh-pages branch on GitHub (or any other branch on any other remote)DIRECT42
glob-base • 0.3.0Returns an object with the (non-glob) base path and the actual pattern.INDIRECT3
glob-stream • 6.1.0A Readable Stream interface over node-glob.INDIRECT42
glob-watcher • 5.0.5Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.INDIRECT120
global-modules • 1.0.0The directory used by npm for globally installed npm modules.INDIRECT9
global-prefix • 1.0.2Get the npm global path prefix.INDIRECT7
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT7
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
gulp-babel • 8.0.0Use next generation JavaScript, todayDIRECT23
gulp-cli • 2.3.0Command line interface for gulpINDIRECT225
gulp-concat • 2.6.1Concatenates filesDIRECT19
gulp-strip-code • 0.1.4A gulp plugin to remove parts of code based on regular expressions.DIRECT8
gulp-typescript • 5.0.1A typescript compiler for gulp with incremental compilation support.DIRECT101
gulp-watch • 5.0.1Watch, that actually is an endless streamDIRECT163
gulp • 4.0.2The streaming build system.DIRECT306
gulplog • 1.0.0Logger for gulp and gulp pluginsINDIRECT2
har-validator • 5.1.5Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT7
has-bigints • 1.1.0Determine if the JS environment has BigInt support.INDIRECT0
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-proto • 1.2.0Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT5
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
has • 1.0.4Object.prototype.hasOwnProperty.call shortcutINDIRECT0
hash-base • 3.0.5abstract base class for hash-streamsINDIRECT2
hash.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
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
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
homedir-polyfill • 1.0.3Node.js os.homedir polyfill for older versions of node.js.INDIRECT1
hsl-regex • 1.0.0Regex for matching HSL colors.INDIRECT0
hsla-regex • 1.0.0Regex for matching HSLA colors.INDIRECT0
http-signature • 1.2.0Reference implementation of Joyent's HTTP Signature scheme.INDIRECT15
https-browserify • 1.0.0https module compatability for browserifyINDIRECT0
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
iferr • 0.1.5Higher-order functions for easier error handlingINDIRECT0
image-size • 0.5.5get dimensions of any image fileINDIRECT0
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
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
indexes-of • 1.0.1line String/Array#indexOf but return all the indexes in an arrayINDIRECT0
internal-slot • 1.1.0ES spec-like internal slotsINDIRECT17
interpret • 1.4.0A dictionary of file extensions and associated module loaders.INDIRECT0
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
is-absolute-url • 2.1.0Check if an URL is absoluteINDIRECT0
is-absolute • 1.0.0Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.INDIRECT4
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-alphanumeric • 1.0.0Check if a string only contains alphanumeric charactersINDIRECT0
is-alphanumerical • 1.0.4Check if a character is alphanumericalINDIRECT2
is-array-buffer • 3.0.5Is this value a JS ArrayBuffer?INDIRECT16
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-async-function • 2.0.0Determine if a function is a native async function.INDIRECT2
is-bigint • 1.1.0Is this value an ES BigInt?INDIRECT1
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-boolean-object • 1.2.1Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-buffer • 2.0.5Determine if an object is a BufferINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-ci • 2.0.0Detect if the current environment is a CI serverINDIRECT1
is-color-stop • 1.1.0Check if a string is CSS color stopINDIRECT6
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-data-view • 1.0.2Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT23
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
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-directory • 0.3.1Returns true if a filepath exists on the file system and it's directory.INDIRECT0
is-dotfile • 1.0.3Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.INDIRECT0
is-equal-shallow • 0.1.3Does a shallow comparison of two objects, returning false if the keys or values differ.INDIRECT1
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 • 1.0.0Returns true if a string has an extglob.INDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-finalizationregistry • 1.1.1Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-generator-function • 1.0.10Determine if a function is a native generator function.INDIRECT2
is-glob • 2.0.1Returns `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 • 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-map • 2.0.3Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-negated-glob • 1.0.0Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.INDIRECT0
is-number-object • 1.1.1Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-number • 2.1.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-number • 4.0.0Returns true if the value is a number. comprehensive tests.INDIRECT0
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-plain-obj • 1.1.0Check if a value is a plain objectINDIRECT0
is-plain-obj • 2.1.0Check if a value is a plain objectINDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-plain-object • 5.0.0Returns true if an object was created by the `Object` constructor, or Object.create(null).INDIRECT0
is-posix-bracket • 0.1.1Returns true if the given string is a POSIX bracket expression (POSIX character class).INDIRECT0
is-primitive • 2.0.0Returns `true` if the value is a primitive. INDIRECT0
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT13
is-relative • 1.0.0Returns `true` if the path appears to be relative.INDIRECT2
is-set • 2.0.3Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-shared-array-buffer • 1.0.4Is this value a JS SharedArrayBuffer?INDIRECT12
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-string • 1.1.1Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-symbol • 1.1.1Determine if a value is an ES6 Symbol or not.INDIRECT15
is-typed-array • 1.1.15Is 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.INDIRECT22
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-unc-path • 1.0.0Returns true if a filepath is a windows UNC file path.INDIRECT1
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
is-valid-glob • 1.0.0Return true if a value is a valid glob pattern or patterns.INDIRECT0
is-weakmap • 2.0.2Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-weakref • 1.1.0Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
is-weakset • 2.0.4Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
is-what • 3.14.1JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.INDIRECT0
is-whitespace-character • 1.0.4Check if a character is a whitespace characterINDIRECT0
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.DIRECT0
is-word-character • 1.0.4Check if a character is a word characterINDIRECT0
is-wsl • 1.1.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT0
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#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
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
jest-haste-map • 26.6.2INDIRECT147
jest-regex-util • 26.0.0INDIRECT0
jest-serializer • 26.6.2Module for serializing and deserializing object into memory and disk. By default, the `v8` implementations are used, but if not present, it defaults to `JSON` implementation. Both serializers have the advantage of being able to serialize `Map`, `Set`, `unINDIRECT3
jest-util • 26.6.2INDIRECT23
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
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
jsbn • 0.1.1The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.INDIRECT0
jsdom • 8.5.0A JavaScript implementation of the DOM and HTML standardsINDIRECT74
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-better-errors • 1.0.2JSON.parse with context information on errorINDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json-stable-stringify-without-jsonify • 1.0.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependenciesINDIRECT0
json5 • 1.0.2JSON for humans.INDIRECT1
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
jsonml.js • 0.1.0JsonML-related tools for losslessly converting between XML/HTML and JSON, including mixed-mode XML. http://jsonml.orgDIRECT75
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
just-debounce • 1.1.0a simple debounce with no dependencies or crazy defaultsINDIRECT0
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 • 5.1.0Get the native type of a value.INDIRECT0
kind-of • 6.0.3Get the native type of a value.INDIRECT0
laggard • 2.0.1Automatic CSS fallbacks for legacy browsers, built on PostCSSINDIRECT32
last-call-webpack-plugin • 3.0.0A Webpack plugin that allows to transform \ modify assets just before Webpack emits them.INDIRECT4
last-run • 1.1.1Capture and retrieve the last time a function was runINDIRECT11
lazystream • 1.0.1Open Node Streams on demand.INDIRECT8
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
lead • 1.0.0Sink your streams.INDIRECT9
less-loader • 6.2.0A Less loader for webpack. Compiles Less to CSS.DIRECT28
levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
liftoff • 3.1.0Launch your command line tool with ease.INDIRECT115
load-json-file • 1.1.0Read and parse a JSON fileINDIRECT9
loader-runner • 2.4.0Runs (webpack) loadersINDIRECT0
loader-utils • 1.4.2utils for webpack loadersINDIRECT4
loader-utils • 2.0.4utils for webpack loadersINDIRECT3
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
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
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
longest-streak • 1.0.0Count the longest repeating streak of a characterINDIRECT0
longest-streak • 2.0.4Count the longest repeating streak of a characterINDIRECT0
majo • 0.9.1A minimal module to manipulate files.DIRECT22
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-iterator • 1.0.1Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.INDIRECT1
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
map-stream • 0.0.7construct pipes of streams of eventsINDIRECT0
map-visit • 1.0.0Map `visit` over an array of objects.INDIRECT2
mark-twain • 2.0.3Parse Markdown into JsonML.DIRECT116
markdown-escapes • 1.0.4List of escapable characters in markdownINDIRECT0
markdown-table • 0.4.0Markdown/ASCII tablesINDIRECT0
markdown-table • 2.0.0Markdown tablesINDIRECT1
matchdep • 2.0.0Use micromatch to filter npm module dependencies by name.INDIRECT99
math-expression-evaluator • 1.4.0A flexible math expression evaluatorINDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
math-random • 1.0.4math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments.INDIRECT0
md5.js • 1.3.5node style md5 on pure JavaScriptINDIRECT4
mdast-util-compact • 2.0.1mdast utility to make a tree compactINDIRECT4
memory-fs • 0.4.1A simple in-memory filesystem. Holds data in a javascript object.INDIRECT10
memory-fs • 0.5.0A simple in-memory filesystem. Holds data in a javascript object.INDIRECT10
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.DIRECT0
micromatch • 2.3.11Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.INDIRECT37
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
miller-rabin • 4.0.1Miller Rabin algorithm for primality testINDIRECT2
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
mini-css-extract-plugin • 0.9.0extracts CSS into separate filesDIRECT24
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
minimist • 1.2.8parse argument optionsDIRECT0
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`DIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
mute-stdout • 1.0.1Mute and unmute stdout.INDIRECT0
nan • 2.22.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibilityINDIRECT0
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
native-request • 1.1.2A simple package with no dependencies for native requests using callbackINDIRECT0
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-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsDIRECT3
node-int64 • 0.4.0Support for representing 64-bit integers in JavaScriptINDIRECT0
node-libs-browser • 2.2.1The node core libs for in browser usage.INDIRECT96
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
normalize-range • 0.1.2Utility for normalizing a numeric range, with a wrapping function useful for polar coordinatesINDIRECT0
normalize-url • 1.9.1Normalize a URLINDIRECT6
normalize-url • 3.3.0Normalize a URLINDIRECT0
now-and-later • 2.0.1Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.INDIRECT2
npm-run-path • 2.0.2Get your PATH prepended with locally installed binariesINDIRECT1
num2fraction • 1.2.2Convert number to fractionINDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
nwmatcher • 1.4.4A CSS3-compliant JavaScript selector engine.INDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillDIRECT0
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-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.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT18
object.defaults • 1.1.0Like `extend` but only copies missing properties/values to the target object.INDIRECT5
object.getownpropertydescriptors • 2.1.8ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.INDIRECT83
object.map • 1.0.1Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.INDIRECT4
object.omit • 2.0.1Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.INDIRECT3
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.INDIRECT1
object.reduce • 1.0.1Reduces an object to a value that is the accumulated result of running each property in the object through a callback.INDIRECT4
object.values • 1.2.1ES2017 spec-compliant Object.values shim.INDIRECT18
optimize-css-assets-webpack-plugin • 5.0.8A Webpack plugin to optimize \ minimize CSS assets.DIRECT214
optionator • 0.8.3option parsing and help generationINDIRECT6
ordered-read-streams • 1.0.1Combines array of streams into one read stream in strict orderINDIRECT8
os-browserify • 0.3.0The [os](https://nodejs.org/api/os.html) module from node.js, but for browsers.INDIRECT0
os-locale • 1.4.0Get the system localeINDIRECT2
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-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-try • 2.2.0`Start a promise chainINDIRECT0
parallel-transform • 1.2.0Transform stream that allows you to run your transforms in parallel without changing the orderINDIRECT9
parse-entities • 1.2.2Parse HTML character references: fast, spec-compliant, positional informationINDIRECT7
parse-entities • 2.0.0Parse HTML character references: fast, spec-compliant, positional informationINDIRECT7
parse-filepath • 1.0.2Pollyfill for node.js `path.parse`, parses a filepath into an object.INDIRECT8
parse-glob • 3.0.4Parse a glob pattern into an object of tokens.INDIRECT5
parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
parse-json • 4.0.0Parse JSON with more helpful errorsINDIRECT3
parse-node-version • 1.0.1Turn node's process.version into something useful.INDIRECT0
parse-passwd • 1.0.0Parse a passwd file into a list of users.INDIRECT0
parse5 • 1.5.1WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node and io.js.INDIRECT0
pascalcase • 0.1.1Convert a string to pascal-case.INDIRECT0
path-browserify • 0.0.1the path module from node core for browsersINDIRECT0
path-dirname • 1.0.2Node.js path.dirname() ponyfillINDIRECT0
path-exists • 2.1.0Check if a path existsINDIRECT2
path-exists • 3.0.0Check if a path existsINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-extra • 1.0.3path-extra contains methods that aren't included in the vanilla Node.js path package.INDIRECT0
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-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-root-regex • 0.1.2Regular expression for getting the root of a posix or windows filepath.INDIRECT0
path-root • 0.1.1Get the root of a posix or windows filepath.INDIRECT1
path-type • 1.1.0Check if a path is a file, directory, or symlinkINDIRECT4
pause-stream • 0.0.11a ThroughStream that strictly buffers all readable events when paused.INDIRECT1
pbkdf2 • 3.1.2This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()INDIRECT10
performance-now • 2.1.0Implements performance.now (based on process.hrtime).INDIRECT0
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
pirates • 4.0.6Properly hijack require, i.e., properly define require hooks and customizationsINDIRECT0
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
plugin-error • 1.0.1Error handling for Vinyl plugins.INDIRECT9
posix-character-classes • 0.1.1POSIX character classes for creating regular expressions.INDIRECT0
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
postcss-alias • 2.0.0PostCSS plugin that lets you create custom aliases for CSS properties with an @ruleINDIRECT9
postcss-calc • 7.0.5PostCSS plugin to reduce calc()INDIRECT7
postcss-clearfix • 2.0.1PostCSS plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.INDIRECT9
postcss-color-rgba-fallback • 3.0.0PostCSS plugin to transform rgba() to hexadecimalINDIRECT11
postcss-colormin • 4.0.3Minify colors in your CSS files with PostCSS.INDIRECT19
postcss-convert-values • 4.0.1Convert values with PostCSS (e.g. ms -> s)INDIRECT4
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-easings • 1.0.1PostCSS plugin to replace easing names to cubic-bezier()INDIRECT10
postcss-fontpath • 1.0.0PostCSS plugin that adds a font-path attribute to @font-face which expands to the FontSpring syntaxINDIRECT9
postcss-hexrgba • 1.0.2PostCSS plugin that adds shorthand hex methods to rgba() valuesINDIRECT9
postcss-input-style • 1.0.0Adds new pseudo-elements to inputs for easy cross-browser styling of their inner elementsINDIRECT9
postcss-load-config • 2.1.2Autoload Config for PostCSSINDIRECT17
postcss-loader • 3.0.0PostCSS loader for webpackDIRECT35
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-modules-local-by-default • 3.0.3A CSS Modules transform to make local scope the defaultINDIRECT8
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-opacity • 5.0.0PostCSS plugin to add opacity filter for IE8 and legacy browsersINDIRECT9
postcss-ordered-values • 4.1.2Ensure values are ordered consistently in your CSS.INDIRECT5
postcss-position • 1.1.0PostCSS plugin that adds shorthand attributes methods to position declarations.INDIRECT9
postcss-pseudoelements • 5.0.0PostCSS plugin to add single-colon CSS 2.1 syntax pseudo selectors (i.e. :before)INDIRECT9
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-reporter • 5.0.0Log PostCSS messages in the consoleINDIRECT11
postcss-responsive-type • 1.0.0PostCSS plugin that adds responsive magic to font-sizeINDIRECT9
postcss-selector-parser • 3.1.2> Selector parser with built in methods for working with selector strings.INDIRECT4
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.INDIRECT125
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-vmin • 3.0.0PostCSS plugin to convert vmin to vm for IE9INDIRECT9
postcss-will-change • 2.0.0PostCSS plugin to insert 3D hack before will-change propertyINDIRECT9
postcss • 6.0.23Tool for transforming styles with JS pluginsINDIRECT8
postcss • 7.0.39Tool for transforming styles with JS pluginsDIRECT2
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
prepend-http • 1.0.4Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
preserve • 0.2.0Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.INDIRECT0
prettier • 2.8.8Prettier is an opinionated code formatterDIRECT0
pretty-hrtime • 1.0.3process.hrtime() to wordsINDIRECT0
pretty-time • 1.1.0Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
process • 0.11.10process information for node.js and browsersINDIRECT0
progress • 2.0.3Flexible ascii progress barDIRECT0
promise • 7.0.4Bare bones Promises/A+ implementationINDIRECT1
prr • 1.0.1A better Object.defineProperty()INDIRECT0
psl • 1.15.0Domain name parser based on the Public Suffix ListINDIRECT1
public-encrypt • 4.0.3browserify version of publicEncrypt & privateDecryptINDIRECT21
pump • 2.0.1pipe streams together and close all of them if one of them closesINDIRECT3
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
pumpify • 1.5.1Combine an array of streams into a single duplex stream using pump and duplexifyINDIRECT14
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 • 1.5.1A library for promises (CommonJS/Promises/A,B,D)INDIRECT0
query-string • 4.3.4Parse and stringify URL query stringsINDIRECT2
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
randomatic • 3.1.1Generate randomized strings of a specified length using simple character sequences. The original generate-password.INDIRECT3
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
randomfill • 1.0.4random fill from browserify stand aloneINDIRECT2
read-file-stdin • 0.2.1Read from a file, falling back to stdin.INDIRECT1
read-pkg-up • 1.0.1Read the closest package.json fileINDIRECT28
read-pkg • 1.1.0Read a package.json fileINDIRECT25
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readdirp • 2.2.1Recursive version of fs.readdir with streaming api.INDIRECT89
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
rechoir • 0.6.2Require any supported file as a node module.INDIRECT6
reduce-css-calc • 1.3.0Reduce CSS calc() function to the maximumINDIRECT4
reduce-function-call • 1.0.3Reduce function calls in a string, using a callbackINDIRECT1
reflect.getprototypeof • 1.0.9An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possibleINDIRECT80
regenerate-unicode-properties • 10.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-cache • 0.4.4Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.INDIRECT2
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.INDIRECT7
regexp.prototype.flags • 1.5.3ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT19
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.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
remark-frontmatter • 2.0.0remark plugin to support frontmatter (yaml, toml, and more)DIRECT2
remark-parse • 1.1.0Markdown parser for remarkINDIRECT21
remark-parse • 8.0.3remark plugin to parse MarkdownDIRECT26
remark-stringify • 1.1.0Markdown compiler for remarkINDIRECT18
remark-stringify • 8.1.1remark plugin to compile MarkdownDIRECT26
remark-yaml-config • 4.1.1remark plugin to configure it with YAML frontmatterDIRECT4
remark • 5.1.0Markdown processor powered by pluginsINDIRECT35
remove-bom-buffer • 3.0.0Remove a byte order mark (BOM) from a buffer.INDIRECT2
remove-bom-stream • 1.2.0Remove a UTF8 BOM at the start of the stream.INDIRECT13
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
replace-ext • 0.0.1Replaces a file extension with another oneINDIRECT0
replace-ext • 1.0.1Replaces a file extension with another oneINDIRECT0
replace-homedir • 1.0.0Replace user home in a string with another string. Useful for tildifying a path.INDIRECT8
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
require-resolve • 0.0.2Use the node way to resolve required path to absolute path.INDIRECT2
resolve-dir • 1.0.1Resolve a directory that is either local, global or in the user's home directory.INDIRECT9
resolve-from • 3.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-from • 5.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-options • 1.1.0Resolve an options object based on configuration.INDIRECT1
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.INDIRECT0
resolve • 1.1.7resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
ret • 0.1.15Tokenizes a string that represents a regular expression.INDIRECT0
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
rgb-hex • 2.1.0Convert RGB(A) color to HEXINDIRECT0
rgb-regex • 1.0.1Regex for RGB color strings.INDIRECT0
rgba-regex • 1.0.0Regex for matching RGBA color strings.INDIRECT0
ripemd160 • 2.0.2Compute ripemd160 of bytes or strings.INDIRECT3
rsvp • 4.8.5A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
rucksack-css • 1.0.2A little bag of CSS superpowersDIRECT45
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safe-array-concat • 1.1.3`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT17
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT14
safe-regex • 1.1.0detect possibly catastrophic, exponential-time regular expressionsINDIRECT1
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
sane • 4.1.0Sane aims to be fast, small, and reliable file system watcher.INDIRECT114
schema-utils • 1.0.0webpack Validation UtilsINDIRECT8
schema-utils • 2.7.1webpack Validation UtilsINDIRECT8
schema-utils • 3.3.0webpack Validation UtilsINDIRECT8
semver-greatest-satisfied-range • 1.1.0Find the greatest satisfied semver range from an array of ranges.INDIRECT10
set-function-length • 1.2.2Set a function's length propertyINDIRECT13
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
setimmediate • 1.0.5A shim for the setImmediate efficient script yielding APIINDIRECT0
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
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 MapINDIRECT13
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT14
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT16
simple-swizzle • 0.2.2Simply swizzle your argumentsINDIRECT1
slash • 1.0.0Convert Windows backslash paths to slash pathsINDIRECT0
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
sort-keys • 1.1.2Sort the keys of an objectINDIRECT1
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
sparkles • 1.0.1Namespaced global event emitterINDIRECT0
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
split • 1.0.1split a Text Stream into a Line StreamINDIRECT1
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
stack-trace • 0.0.10Get v8 stack traces as an array of CallSite objects.INDIRECT0
state-toggle • 1.0.3Enter/exit a stateINDIRECT0
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
std-env • 2.3.1Detect running environment of the current Node.js processINDIRECT1
stream-browserify • 2.0.2the stream module from node core for browsersINDIRECT8
stream-combiner • 0.2.2[![npm version](https://img.shields.io/npm/v/stream-combiner.svg)](https://npmjs.org/package/stream-combiner) [![Travis CI](https://travis-ci.org/dominictarr/stream-combiner.svg)](https://travis-ci.org/dominictarr/stream-combiner)INDIRECT2
stream-each • 1.2.3Iterate all the data in a streamINDIRECT4
stream-exhaust • 1.0.2Ensure that a stream is flowing data without mutating itINDIRECT0
stream-http • 2.8.3Streaming http in the browserINDIRECT11
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
strict-uri-encode • 1.1.0A stricter URI encode adhering to RFC 3986INDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string.prototype.trim • 1.2.10ES5 spec-compliant shim for String.prototype.trimINDIRECT80
string.prototype.trimend • 1.0.9ES2019 spec-compliant String.prototype.trimEnd shim.INDIRECT18
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim.INDIRECT17
stringify-entities • 1.3.2Encode HTML character references and character entitiesINDIRECT6
stringify-entities • 3.1.0Encode HTML character references and character entitiesINDIRECT3
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-bom-stream • 2.0.0Strip UTF-8 byte order mark (BOM) from a streamINDIRECT11
strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/bufferINDIRECT1
strip-eof • 1.0.0Strip the End-Of-File (EOF) character from a string/bufferINDIRECT0
strip-outer • 1.0.1Strip a substring from the start/end of a stringINDIRECT1
stylehacks • 4.0.3Detect/remove browser hacks from CSS files.INDIRECT15
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
sver-compat • 1.5.0Simple Semver and SemverRange classesINDIRECT9
svgo • 1.3.2Nodejs-based tool for optimizing SVG vector graphics filesINDIRECT121
symbol-tree • 3.2.4Turn any collection of objects into its own efficient tree or linked list using SymbolINDIRECT0
tapable • 1.1.3Just a little module for plugins.INDIRECT0
terser-webpack-plugin • 1.4.6Terser plugin for webpackINDIRECT91
text-table • 0.2.0borderless text tables with alignmentINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
through2-filter • 3.0.0A through2 to create an Array.prototype.filter analog for streams.INDIRECT10
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
through2 • 3.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseDIRECT8
time-stamp • 1.1.0Get a formatted timestamp.INDIRECT0
timers-browserify • 2.0.12timers module for browserifyINDIRECT1
timsort • 0.3.0TimSort: Fast Sorting for Node.jsINDIRECT0
to-absolute-glob • 2.0.2Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.INDIRECT6
to-arraybuffer • 1.0.1Get an ArrayBuffer from a Buffer as fast as possibleINDIRECT0
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
to-through • 2.0.0Wrap a ReadableStream in a TransformStream.INDIRECT10
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
trim-repeated • 1.0.0Trim a consecutively repeated substring: foo--bar---baz → foo-bar-bazINDIRECT1
trim-trailing-lines • 1.1.4Remove final line feeds from a stringINDIRECT0
trim • 0.0.1Trim string whitespaceINDIRECT0
trough • 1.0.5Middleware: a channel used to convey a liquidINDIRECT0
ts-loader • 7.0.5TypeScript loader for webpackDIRECT33
tslint-config-prettier • 1.18.0Do you wanna use tslint and prettier without conflicts? tslint-config-prettier disables all conflicting rules that may cause such problems. Prettier takes care of formatting and tslint the rest.DIRECT0
tslint-eslint-rules • 5.4.0Improve your TSLint with the missing ESLint RulesDIRECT5
tsutils • 2.29.0utilities for working with typescript's ASTINDIRECT1
tsutils • 3.21.0utilities for working with typescript's ASTINDIRECT2
tty-browserify • 0.0.0the tty module from node core for browsersINDIRECT0
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.INDIRECT1
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT23
typed-array-byte-length • 1.0.3Robustly get the byte length of a Typed ArrayINDIRECT24
typed-array-byte-offset • 1.0.4Robustly get the byte offset of a Typed ArrayINDIRECT80
typed-array-length • 1.0.7Robustly get the length of a Typed ArrayINDIRECT80
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
uglifyjs-webpack-plugin • 2.2.0UglifyJS plugin for webpackDIRECT88
unbox-primitive • 1.1.0Unbox a boxed JS primitive value.INDIRECT22
unc-path-regex • 0.1.2Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.INDIRECT0
undertaker-registry • 1.0.1Default registry in gulp 4.INDIRECT0
undertaker • 1.3.0Task registry that allows composition through series/parallel methods.INDIRECT39
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
unherit • 1.1.3Clone a constructor without affecting the super-classINDIRECT2
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 • 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 • 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 • 2.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
unified • 4.2.1Pluggable text processing interfaceINDIRECT7
unified • 8.4.2Interface for processing text using syntax treesDIRECT9
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
uniq • 1.0.1Removes duplicates from a sorted array in placeINDIRECT0
uniqs • 2.0.0Tiny utility to create unions and de-duplicated listsINDIRECT0
unique-stream • 2.3.1node.js through stream that emits a unique stream of objects based on criteriaINDIRECT12
unist-util-is • 3.0.0Utility to check if a node passes a testINDIRECT0
unist-util-is • 4.1.0unist utility to check if a node passes a testINDIRECT0
unist-util-remove-position • 1.1.4Remove `position`s from a unist treeINDIRECT3
unist-util-remove-position • 2.0.1unist utility to remove positions from a treeINDIRECT4
unist-util-stringify-position • 2.0.3unist utility to serialize a node, position, or point as a human readable locationINDIRECT1
unist-util-visit-parents • 2.1.2Recursively walk over unist nodes, with ancestral informationINDIRECT1
unist-util-visit-parents • 3.1.1unist utility to recursively walk over nodes, with ancestral informationINDIRECT2
unist-util-visit • 1.4.1Recursively walk over unist nodesINDIRECT2
unist-util-visit • 2.0.3unist utility to visit nodesINDIRECT3
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
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.1CLI 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-loader • 4.1.1A loader for webpack which transforms files into base64 URIsDIRECT15
url • 0.11.4The core `url` packaged standalone for use with Browserify.INDIRECT19
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.promisify • 1.0.1Polyfill/shim for util.promisify in node versions < v8INDIRECT84
util • 0.10.4Node.JS util moduleINDIRECT1
util • 0.11.1Node.JS util moduleINDIRECT1
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
v8flags • 3.2.0Get available v8 and Node.js flags.INDIRECT2
value-or-function • 3.0.0Normalize a value or function, applying extra args to the functionINDIRECT0
vendors • 1.0.4List of vendor prefixes known to the web platformINDIRECT0
verror • 1.10.0richer JavaScript errorsINDIRECT3
vfile-location • 2.0.6Convert between positions (line and column-based) and offsets (range-based) locations in a virtual fileINDIRECT0
vfile-location • 3.2.0vfile utility to convert between positional (line and column-based) and offset (range-based) locationsINDIRECT0
vfile-message • 2.0.4vfile utility to create a virtual messageINDIRECT2
vfile • 1.4.0Virtual file format for text processingINDIRECT0
vfile • 4.2.1Virtual file format for text processingINDIRECT4
vinyl-file • 2.0.0Create a vinyl file from an actual fileINDIRECT20
vinyl-fs • 3.0.3Vinyl adapter for the file system.INDIRECT87
vinyl-sourcemap • 1.1.0Add/write sourcemaps to/from Vinyl files.INDIRECT26
vinyl • 1.2.0A virtual file formatINDIRECT3
vinyl • 2.2.1Virtual file format.INDIRECT14
vm-browserify • 1.1.2vm module for the browserINDIRECT0
watchpack-chokidar2 • 2.0.1INDIRECT109
watchpack • 1.7.5Wrapper library for directory and file watching.INDIRECT123
webpack-filter-warnings-plugin • 1.2.1Allows you to hide certain warnings from webpack compilationsDIRECT0
webpack-merge • 4.2.2Variant of merge that's useful for webpack configurationDIRECT1
webpack-sources • 1.4.3Source code handling classes for webpackINDIRECT2
webpack • 4.47.0Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.DIRECT327
webpackbar • 4.0.0Elegant ProgressBar and Profiler for WebpackDIRECT24
whatwg-url • 2.0.1An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
which-boxed-primitive • 1.1.1Which kind of boxed JS primitive is this?INDIRECT21
which-builtin-type • 1.2.1What is the type of this builtin JS value?INDIRECT46
which-collection • 1.0.2Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT16
which-typed-array • 1.1.18Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT21
word-wrap • 1.2.5Wrap words to a specified length.INDIRECT0
worker-farm • 1.7.0Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.INDIRECT2
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
write-file-stdout • 0.0.2Write to a file, falling back to stdout.INDIRECT0
x-path • 0.0.2An extention for native node path module.INDIRECT1
xtend • 4.0.2extend like a bossINDIRECT0
yaml-front-matter • 4.1.1yaml front matter for JS. Parse yaml or JSON from the beginning of files.INDIRECT5
yargs • 7.1.2yargs the modern, pirate-themed, successor to optimist.INDIRECT66
ISC83
PackageRelationDependenciesPublished
@istanbuljs/load-nyc-config • 1.1.0Utility function to load nyc configurationINDIRECT13
@webassemblyjs/helper-fsm • 1.9.0FSM implementationINDIRECT0
abab • 1.0.4WHATWG spec-compliant implementations of window.atob and window.btoa.INDIRECT0
anymatch • 1.3.2Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT38
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
aproba • 1.2.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
browserify-sign • 4.2.3adds node crypto signing for browsersINDIRECT32
cacache • 12.0.4Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT57
capture-exit • 2.0.0safely cleanup in signal handlersINDIRECT1
chownr • 1.1.4like `chown -R`INDIRECT0
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support.INDIRECT0
concat-with-sourcemaps • 1.1.0Concatenate file contents with a custom separator and generate a source mapINDIRECT1
copy-concurrently • 1.0.5Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.INDIRECT27
d • 1.0.2Property descriptor factoryINDIRECT8
electron-to-chromium • 1.5.76Provides a list of electron-to-chromium version mappingsINDIRECT0
es5-ext • 0.10.64ECMAScript extensions and shimsINDIRECT8
es6-symbol • 3.1.4ECMAScript 6 Symbol polyfillINDIRECT8
es6-weak-map • 2.0.3ECMAScript6 WeakMap polyfillINDIRECT9
esniff • 2.0.1Low footprint ECMAScript source code parserINDIRECT8
ext • 1.7.0JavaScript utilities with respect to emerging standardINDIRECT1
fastq • 1.18.0Fast, in memory work queueINDIRECT1
figgy-pudding • 3.5.2Delicious, festive, cascading config/opts definitionsINDIRECT0
fs-write-stream-atomic • 1.0.10Like `fs.createWriteStream(...)`, but atomic.INDIRECT11
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
gather-stream • 1.0.0Gather a stream, callback with buffer (or error) when doneINDIRECT0
get-caller-file • 1.0.3[![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 • 2.0.0Strips glob magic from a string to provide the parent pathINDIRECT2
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
har-schema • 2.0.0JSON Schema for HTTP Archive (HAR)INDIRECT0
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
icss-utils • 4.1.1ICSS utils for postcss astINDIRECT3
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.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
is-resolvable • 1.1.0Check if a module ID is resolvable with require()INDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
lru-cache • 5.1.1A 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
move-concurrently • 1.0.1Promises of moves of files or directories with rename, falling back to recursive rename/copy on EXDEV errors, with configurable concurrency and win32 junction support.INDIRECT28
next-tick • 1.1.0Environment agnostic nextTick polyfillINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
parse-asn1 • 5.1.7utility library for parsing asn1 files for use with browserify-sign.INDIRECT17
picocolors • 0.2.1The tiniest and the fastest coloring library everINDIRECT0
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
postcss-modules-extract-imports • 2.0.0A CSS Modules transform to extract local aliases for inline importsINDIRECT3
postcss-modules-scope • 2.2.0A CSS Modules transform to extract export statements from local-scope classesINDIRECT6
postcss-modules-values • 3.0.0PostCSS plugin for CSS Modules to pass arbitrary values between your module filesINDIRECT4
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 • 1.0.1shim 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`)DIRECT11
run-queue • 1.0.3A promise based, dynamic priority queue runner, with concurrency limiting.INDIRECT1
sax • 1.2.4An evented streaming XML parser in JavaScriptINDIRECT0
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
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
ssri • 6.0.2Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT1
test-exclude • 6.0.0test for inclusion or exclusion of paths using globsINDIRECT12
type • 2.7.3Runtime validation and processing of JavaScript typesINDIRECT0
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
vinyl-sourcemaps-apply • 0.2.1Apply a source map to a vinyl file, merging it with preexisting source mapsINDIRECT1
which-module • 1.0.0Find 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
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 3.0.3Write files in an atomic fashion w/configurable ownershipINDIRECT4
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yargs-parser • 5.0.1the mighty option parser used by yargsINDIRECT20
BSD-2-Clause22
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
escodegen • 1.14.3ECMAScript code generatorINDIRECT11
eslint-scope • 4.0.3ECMAScript scope analyzer for ESLintINDIRECT3
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esrecurse • 4.3.0ECMAScript AST recursive visitorINDIRECT1
estraverse • 4.3.0ECMAScript JS AST traversal functionsINDIRECT0
estraverse • 5.3.0ECMAScript JS AST traversal functionsINDIRECT0
esutils • 1.1.6utility box for ECMAScript language toolsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
mississippi • 3.0.0a collection of useful streamsINDIRECT26
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
nth-check • 1.0.2performant nth-check parser & compilerINDIRECT1
regjsparser • 0.12.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
terser • 4.8.1JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT4
uglify-js • 3.19.3JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT0
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Apache-2.020
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
@cnakazawa/watch • 1.0.4Utilities for watching file trees.INDIRECT2
@xtuc/long • 4.2.2A Long class for representing a 64-bit two's-complement integer value.INDIRECT0
aws-sign2 • 0.7.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
bser • 2.1.1JavaScript implementation of the BSER Binary SerializationINDIRECT1
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
doctrine • 0.7.2JSDoc parserINDIRECT2
fb-watchman • 2.0.2Bindings for the Watchman file watching serviceINDIRECT2
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
less • 3.13.1Leaner CSSDIRECT13
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.88.2Simplified HTTP request client.INDIRECT46
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
tslib • 1.9.0Runtime library for TypeScript helper functionsINDIRECT0
tslint-react • 5.0.0Lint rules related to React & JSX for TSLintDIRECT2
tslint • 6.1.3An extensible static analysis linter for the TypeScript languageDIRECT40
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
typescript • 3.9.10TypeScript is a language for application scale JavaScript developmentDIRECT0
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
walker • 1.0.8A simple directory tree walker.INDIRECT2
BSD-3-Clause18
PackageRelationDependenciesPublished
@xtuc/ieee754 • 1.2.0Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
babel-plugin-istanbul • 6.1.1A babel plugin that adds istanbul instrumentation to ES6 codeINDIRECT69
bcrypt-pbkdf • 1.0.2Port of the OpenBSD bcrypt_pbkdf function to pure JSINDIRECT1
diff • 4.0.2A javascript text diff implementation.INDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
istanbul-lib-coverage • 3.2.2Data library for istanbul coverage objectsINDIRECT0
istanbul-lib-instrument • 5.2.1Core istanbul API for JS code coverageINDIRECT41
makeerror • 1.0.12A library to make errors.INDIRECT1
qs • 6.13.1A querystring parser that supports nesting and arrays, with a depth limitINDIRECT17
qs • 6.5.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
serialize-javascript • 1.9.1Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT0
serialize-javascript • 4.0.0Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT2
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
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
tmpl • 1.0.5JavaScript micro templates.INDIRECT0
tough-cookie • 2.5.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
unknown6
PackageRelationDependenciesPublished
colorful • 2.1.0colorful if a terminal tool for colorsDIRECT0
console-browserify • 1.2.0Emulate console for all the browsersINDIRECT0
format • 0.2.2printf, sprintf, and vsprintf for JavaScriptINDIRECT0
less-plugin-npm-import • 2.1.0npm import plugin for less.jsDIRECT3
pixrem • 4.0.1A CSS post-processor that generates pixel fallbacks for rem units.INDIRECT17
querystring-es3 • 0.2.1Node's querystring module for all engines. (ES3 compat fork)INDIRECT0
CC0-1.03
PackageRelationDependenciesPublished
mdn-data • 2.0.14Open Web data by the Mozilla Developer NetworkINDIRECT0
mdn-data • 2.0.4Open Web data by the Mozilla Developer NetworkINDIRECT0
spdx-license-ids • 3.0.20A list of SPDX license identifiersINDIRECT0
Unlicense2
PackageRelationDependenciesPublished
postcss-quantity-queries • 0.5.0PostCSS plugin enabling quantity-queriesINDIRECT10
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001690A smaller version of caniuse-db, with only the essentials!INDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
CC0-1.0 OR MIT1
PackageRelationDependenciesPublished
type-fest • 0.21.3A collection of essential TypeScript typesINDIRECT0
WTFPL1
PackageRelationDependenciesPublished
xml-name-validator • 2.0.1Validates whether a string matches the production for an XML name or qualified nameINDIRECT0
MIT AND Zlib1
PackageRelationDependenciesPublished
pako • 1.0.11zlib port to javascript - fast, modularized, with browser supportINDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.11Streamable SHA hashes in pure javascriptINDIRECT2
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/yach.open.ui-tools)](https://licenses.dev/npm/yach.open.ui-tools)
<a href="https://licenses.dev/npm/yach.open.ui-tools">
  <img src="https://licenses.dev/b/npm/yach.open.ui-tools" alt="licenses" />
</a>

Or the licenses badge code for the 0.0.1 version:

[![licenses](https://licenses.dev/b/npm/yach.open.ui-tools/0.0.1)](https://licenses.dev/npm/yach.open.ui-tools/0.0.1)
<a href="https://licenses.dev/npm/yach.open.ui-tools/0.0.1">
  <img src="https://licenses.dev/b/npm/yach.open.ui-tools/0.0.1" alt="licenses" />
</a>
GitHub