licenses.dev

anibook-ui v1.0.0

Lib com os componentes do Anibook

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT1054
PackageRelationDependenciesPublished
@babel/code-frame • 7.24.7Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/code-frame • 7.5.5Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/compat-data • 7.25.4INDIRECT0
@babel/core • 7.25.2Babel compiler core.INDIRECT48
@babel/generator • 7.25.6Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure • 7.24.7Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT4
@babel/helper-builder-binary-assignment-operator-visitor • 7.24.7Helper function to build binary assignment operator visitorsINDIRECT28
@babel/helper-compilation-targets • 7.25.2Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.25.4Compile class public and private fields, private methods and decorators to ES6INDIRECT34
@babel/helper-create-regexp-features-plugin • 7.25.2Compile ESNext Regular Expressions to ES5INDIRECT16
@babel/helper-define-polyfill-provider • 0.6.2Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-member-expression-to-functions • 7.24.8Helper function to replace certain member expressions with function callsINDIRECT28
@babel/helper-module-imports • 7.24.7Babel helper functions for inserting module loadsINDIRECT28
@babel/helper-module-transforms • 7.25.2Babel helper functions for implementing ES6 module transformationsINDIRECT30
@babel/helper-optimise-call-expression • 7.24.7Helper function to optimise call expressionINDIRECT4
@babel/helper-plugin-utils • 7.24.8General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.25.0Helper function to remap async functions to generatorsINDIRECT30
@babel/helper-replace-supers • 7.25.0Helper function to replace supersINDIRECT30
@babel/helper-simple-access • 7.24.7Babel helper for ensuring that access to a given value is performed through simple accessesINDIRECT28
@babel/helper-skip-transparent-expression-wrappers • 7.24.7Helper which skips types and parenthesesINDIRECT28
@babel/helper-string-parser • 7.24.8A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.24.7Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.24.8Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.25.0Helper to wrap functions inside a function call.INDIRECT28
@babel/helpers • 7.25.6Collection of helper functions used by Babel transforms.INDIRECT17
@babel/highlight • 7.24.7Syntax highlight JavaScript strings for output in terminals.INDIRECT10
@babel/parser • 7.25.6A JavaScript parserINDIRECT4
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.25.3Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT29
@babel/plugin-bugfix-safari-class-field-initializer-scope • 7.25.0Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.25.0Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.24.7Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT32
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.25.0Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT29
@babel/plugin-proposal-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT36
@babel/plugin-proposal-object-rest-spread • 7.20.7Compile object rest and spread to ES5INDIRECT16
@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-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-dynamic-import • 7.8.3Allow parsing of import()INDIRECT1
@babel/plugin-syntax-export-namespace-from • 7.8.3Allow parsing of export namespace fromINDIRECT1
@babel/plugin-syntax-flow • 7.24.7Allow parsing of the flow syntaxINDIRECT1
@babel/plugin-syntax-import-assertions • 7.25.6Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.25.6Allow 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.24.7Allow 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-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT18
@babel/plugin-transform-arrow-functions • 7.24.7Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.25.4Turn async generator functions into ES2015 generatorsINDIRECT33
@babel/plugin-transform-async-to-generator • 7.24.7Turn async functions into ES2015 generatorsINDIRECT33
@babel/plugin-transform-block-scoped-functions • 7.24.7Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.25.0Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.25.4This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT36
@babel/plugin-transform-class-static-block • 7.24.7Transform class static blocksINDIRECT37
@babel/plugin-transform-classes • 7.25.4Compile ES2015 classes to ES5INDIRECT45
@babel/plugin-transform-computed-properties • 7.24.7Compile ES2015 computed properties to ES5INDIRECT18
@babel/plugin-transform-destructuring • 7.24.8Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-dotall-regex • 7.24.7Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT18
@babel/plugin-transform-duplicate-keys • 7.24.7Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.0Compile regular expressions using duplicate named groups to index-based groups.INDIRECT18
@babel/plugin-transform-dynamic-import • 7.24.7Transform import() expressionsINDIRECT2
@babel/plugin-transform-exponentiation-operator • 7.24.7Compile exponentiation operator to ES5INDIRECT30
@babel/plugin-transform-export-namespace-from • 7.24.7Compile export namespace to ES2015INDIRECT2
@babel/plugin-transform-flow-strip-types • 7.25.2Strip flow type annotations from your output code.INDIRECT2
@babel/plugin-transform-for-of • 7.24.7Compile ES2015 for...of to ES5INDIRECT30
@babel/plugin-transform-function-name • 7.25.1Apply ES2015 function.name semantics to all functionsINDIRECT41
@babel/plugin-transform-json-strings • 7.24.7Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT2
@babel/plugin-transform-literals • 7.25.2Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.24.7Transforms logical assignment operators into short-circuited assignmentsINDIRECT2
@babel/plugin-transform-member-expression-literals • 7.24.7Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.24.7This plugin transforms ES2015 modules to AMDINDIRECT32
@babel/plugin-transform-modules-commonjs • 7.24.8This plugin transforms ES2015 modules to CommonJSINDIRECT32
@babel/plugin-transform-modules-systemjs • 7.25.0This plugin transforms ES2015 modules to SystemJSINDIRECT32
@babel/plugin-transform-modules-umd • 7.24.7This plugin transforms ES2015 modules to UMDINDIRECT32
@babel/plugin-transform-named-capturing-groups-regex • 7.24.7Compile regular expressions using named groups to ES5.INDIRECT18
@babel/plugin-transform-new-target • 7.24.7Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.24.7Remove nullish coalescing operatorINDIRECT2
@babel/plugin-transform-numeric-separator • 7.24.7Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT2
@babel/plugin-transform-object-rest-spread • 7.24.7Compile object rest and spread to ES5INDIRECT16
@babel/plugin-transform-object-super • 7.24.7Compile ES2015 object super to ES5INDIRECT32
@babel/plugin-transform-optional-catch-binding • 7.24.7Compile optional catch bindingsINDIRECT2
@babel/plugin-transform-optional-chaining • 7.24.8Transform optional chaining operators into a series of nil checksINDIRECT31
@babel/plugin-transform-parameters • 7.24.7Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.25.4This plugin transforms private class methodsINDIRECT36
@babel/plugin-transform-private-property-in-object • 7.24.7This plugin transforms checks for a private property in an objectINDIRECT37
@babel/plugin-transform-property-literals • 7.24.7Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-react-constant-elements • 7.25.1Treat React JSX elements as value types and hoist them to the highest scopeINDIRECT1
@babel/plugin-transform-react-display-name • 7.24.7Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx-development • 7.24.7Turn JSX into React function calls in developmentINDIRECT33
@babel/plugin-transform-react-jsx • 7.25.2Turn JSX into React function callsINDIRECT32
@babel/plugin-transform-react-pure-annotations • 7.24.7Mark top-level React method calls as pure for tree shakingINDIRECT6
@babel/plugin-transform-regenerator • 7.24.7Explode async and generator functions into a state machine.INDIRECT4
@babel/plugin-transform-reserved-words • 7.24.7Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-shorthand-properties • 7.24.7Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.24.7Compile ES2015 spread to ES5INDIRECT30
@babel/plugin-transform-sticky-regex • 7.24.7Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.24.7Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.24.8This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-unicode-escapes • 7.24.7Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.24.7Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT18
@babel/plugin-transform-unicode-regex • 7.24.7Compile ES2015 Unicode regex to ES5INDIRECT18
@babel/plugin-transform-unicode-sets-regex • 7.25.4Compile regular expressions' unicodeSets (v) flag.INDIRECT18
@babel/preset-env • 7.25.4A Babel preset for each environment.INDIRECT154
@babel/preset-flow • 7.24.7Babel preset for all Flow plugins.INDIRECT4
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT6
@babel/preset-react • 7.24.7Babel preset for all React plugins.INDIRECT37
@babel/regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
@babel/runtime • 7.25.6babel's modular runtime helpersINDIRECT1
@babel/standalone • 7.25.6Standalone build of Babel for use in non-Node.js environments.INDIRECT0
@babel/template • 7.25.0Generate an AST from a string template.INDIRECT16
@babel/traverse • 7.25.6The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT27
@babel/types • 7.25.6Babel Types is a Lodash-esque utility library for AST nodesINDIRECT3
@bcoe/v8-coverage • 0.2.3Helper functions for V8 coverage files.INDIRECT0
@emotion/cache • 10.0.29emotion's cacheINDIRECT4
@emotion/core • 10.3.1> Simple styling in React.INDIRECT67
@emotion/css • 10.0.27a function to serialize css and object stylessINDIRECT62
@emotion/hash • 0.8.0A MurmurHash2 implementationINDIRECT0
@emotion/is-prop-valid • 0.8.8A function to check whether a prop is valid for HTML and SVG elementsINDIRECT1
@emotion/memoize • 0.7.4emotion's memoize utilityINDIRECT0
@emotion/serialize • 0.11.16serialization utils for emotionINDIRECT5
@emotion/sheet • 0.9.4emotion's stylesheetINDIRECT0
@emotion/styled-base • 10.3.0base styled API for emotionINDIRECT9
@emotion/styled • 10.3.0styled API for emotionINDIRECT64
@emotion/stylis • 0.8.5A custom build of StylisINDIRECT0
@emotion/unitless • 0.7.5An object of css properties that don't accept values with unitsINDIRECT0
@emotion/utils • 0.11.3internal utils for emotionINDIRECT0
@emotion/weak-memoize • 0.2.5A memoization function that uses a WeakMapINDIRECT0
@hypnosphi/create-react-context • 0.3.1Polyfill for the proposed React context APIINDIRECT4
@istanbuljs/schema • 0.1.3Schemas describing various structures used by nyc and istanbuljsINDIRECT0
@jridgewell/gen-mapping • 0.3.5Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@mrmlnc/readdir-enhanced • 2.2.1fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.INDIRECT2
@nodelib/fs.stat • 1.1.3Get the status of a file with some featuresINDIRECT0
@reach/router • 1.3.4Next generation Routing for React.INDIRECT10
@storybook/addon-a11y • 5.3.22a11y addon for storybookDIRECT210
@storybook/addon-centered • 5.3.21Storybook decorator to center componentsDIRECT133
@storybook/addon-info • 5.3.21A Storybook addon to show additional information for your stories.DIRECT223
@storybook/addons • 5.3.21Storybook addons storeINDIRECT132
@storybook/addons • 5.3.22Storybook addons storeINDIRECT132
@storybook/api • 5.3.21Core Storybook API & ContextINDIRECT131
@storybook/api • 5.3.22Core Storybook API & ContextINDIRECT131
@storybook/channel-postmessage • 5.3.21Storybook PostMessage Channel is a channel for Storybook that can be used when the Storybook Renderer runs inside an iframe or a child window. A channel can be created using the `createChannel` function.INDIRECT29
@storybook/channels • 5.3.21Storybook Channel is similar to an EventEmitter. Channels are used with Storybook implementations to send/receive events between the Storybook Manager and the Storybook Renderer.INDIRECT1
@storybook/channels • 5.3.22Storybook Channel is similar to an EventEmitter. Channels are used with Storybook implementations to send/receive events between the Storybook Manager and the Storybook Renderer.INDIRECT1
@storybook/client-api • 5.3.21Storybook Client APIINDIRECT138
@storybook/client-logger • 5.3.21Any client-side logging that is done through storybook should be done through this package.INDIRECT1
@storybook/client-logger • 5.3.22Any client-side logging that is done through storybook should be done through this package.INDIRECT1
@storybook/components • 5.3.21Core Storybook ComponentsINDIRECT176
@storybook/components • 5.3.22Core Storybook ComponentsINDIRECT176
@storybook/core-events • 5.3.21Event names used in storybook coreINDIRECT1
@storybook/core-events • 5.3.22Event names used in storybook coreINDIRECT1
@storybook/core • 5.3.21Storybook framework-agnostic APIINDIRECT1073
@storybook/csf • 0.0.1Storybook Component Story Format (CSF) utilitiesINDIRECT1
@storybook/node-logger • 5.3.21Any node logging that is done through storybook should be done through this package.INDIRECT37
@storybook/react • 5.3.21Storybook for React: Develop React Component in isolation with Hot Reloading.DIRECT1176
@storybook/router • 5.3.21Core Storybook RouterINDIRECT40
@storybook/router • 5.3.22Core Storybook RouterINDIRECT40
@storybook/theming • 5.3.21Core Storybook ComponentsINDIRECT89
@storybook/theming • 5.3.22Core Storybook ComponentsINDIRECT89
@storybook/ui • 5.3.21Core Storybook UIINDIRECT212
@svgr/babel-plugin-add-jsx-attribute • 4.2.0Add JSX attributeINDIRECT0
@svgr/babel-plugin-remove-jsx-attribute • 4.2.0Remove JSX attributeINDIRECT0
@svgr/babel-plugin-remove-jsx-empty-expression • 4.2.0Remove JSX empty expressionINDIRECT0
@svgr/babel-plugin-replace-jsx-attribute-value • 4.2.0Replace JSX attribute valueINDIRECT0
@svgr/babel-plugin-svg-dynamic-title • 4.3.3Transform SVG by adding a dynamic title elementINDIRECT0
@svgr/babel-plugin-svg-em-dimensions • 4.2.0Transform SVG to use em-based dimensionsINDIRECT0
@svgr/babel-plugin-transform-react-native-svg • 4.2.0Transform DOM elements into react-native-svg componentsINDIRECT0
@svgr/babel-plugin-transform-svg-component • 4.2.0Transform SVG into componentINDIRECT0
@svgr/babel-preset • 4.3.3SVGR preset that apply transformations from configINDIRECT8
@svgr/core • 4.3.3Transform SVG into React Components.INDIRECT77
@svgr/hast-util-to-babel-ast • 4.3.2Transform HAST to Babel AST (JSX)INDIRECT4
@svgr/plugin-jsx • 4.3.3Transform SVG into JSXINDIRECT60
@svgr/plugin-svgo • 4.3.1Optimize SVGINDIRECT133
@svgr/webpack • 4.3.3SVGR webpack loader.INDIRECT311
@types/hoist-non-react-statics • 3.3.5TypeScript definitions for hoist-non-react-staticsINDIRECT5
@types/html-minifier-terser • 5.1.2TypeScript definitions for html-minifier-terserINDIRECT0
@types/is-function • 1.0.3TypeScript definitions for is-functionINDIRECT0
@types/istanbul-lib-coverage • 2.0.6TypeScript definitions for istanbul-lib-coverageINDIRECT0
@types/json-schema • 7.0.15TypeScript definitions for json-schemaINDIRECT0
@types/node • 22.5.4TypeScript definitions for nodeINDIRECT1
@types/npmlog • 4.1.6TypeScript definitions for npmlogINDIRECT2
@types/parse-json • 4.0.2TypeScript definitions for parse-jsonINDIRECT0
@types/prop-types • 15.7.12TypeScript definitions for prop-typesINDIRECT0
@types/q • 1.5.8TypeScript definitions for qINDIRECT0
@types/reach__router • 1.3.15TypeScript definitions for @reach/routerINDIRECT3
@types/react-redux • 7.1.33TypeScript definitions for react-reduxINDIRECT9
@types/react-syntax-highlighter • 11.0.4TypeScript definitions for react-syntax-highlighterINDIRECT3
@types/react-textarea-autosize • 4.3.6TypeScript definitions for react-textarea-autosizeINDIRECT3
@types/react • 18.3.5TypeScript definitions for reactINDIRECT2
@types/source-list-map • 0.1.6TypeScript definitions for source-list-mapINDIRECT0
@types/tapable • 1.0.12TypeScript definitions for tapableINDIRECT0
@types/uglify-js • 3.17.5TypeScript definitions for uglify-jsINDIRECT1
@types/webpack-env • 1.18.5TypeScript definitions for webpack-envINDIRECT0
@types/webpack-sources • 3.2.3TypeScript definitions for webpack-sourcesINDIRECT4
@types/webpack • 4.41.39TypeScript definitions for webpackINDIRECT11
@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
accepts • 1.3.8Higher-level content negotiationINDIRECT3
acorn • 6.4.2ECMAScript parserINDIRECT0
address • 1.1.2Get current machine IP, MAC and DNS servers.INDIRECT0
address • 1.2.2Get current machine IP, MAC and DNS servers.INDIRECT0
aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
airbnb-js-shims • 2.2.1JS language shims used by Airbnb.INDIRECT91
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
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 • 3.2.0ANSI escape codes for manipulating the terminalINDIRECT0
ansi-escapes • 4.3.2ANSI escape codes for manipulating the terminalINDIRECT1
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 4.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-to-html • 0.6.15Convert ansi escaped text streams to html.INDIRECT1
app-root-dir • 1.0.2Simple module to infer the root directory of the currently running node applicationINDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
arr-diff • 4.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT0
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
array-buffer-byte-length • 1.0.1Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT13
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
array-includes • 3.1.8An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.INDIRECT65
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.3.2Remove duplicate values from an array. Fastest ES5 implementation.INDIRECT0
array.prototype.flat • 1.3.2An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.INDIRECT66
array.prototype.flatmap • 1.3.2An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.INDIRECT66
array.prototype.map • 1.0.7An ES5 spec-compliant `Array.prototype.map` shim/polyfill/replacement that works as far down as ES3.INDIRECT66
array.prototype.reduce • 1.0.7An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.INDIRECT66
arraybuffer.prototype.slice • 1.0.3ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT64
arrify • 1.0.1Convert a value to an arrayINDIRECT0
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
asn1.js • 4.10.1ASN.1 encoder and decoderINDIRECT3
assert • 1.5.1The node.js assert module, re-packaged for web browsers.INDIRECT17
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
ast-types • 0.14.2Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT1
async-each • 1.0.6No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.INDIRECT0
autoprefixer • 9.8.8Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use websiteINDIRECT13
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
babel-code-frame • 6.26.0Generate errors that contain a code frame that point to source locations.INDIRECT9
babel-helper-evaluate-path • 0.5.0path.evaluate wrapped in a try catchINDIRECT0
babel-helper-flip-expressions • 0.4.3## InstallationINDIRECT0
babel-helper-is-nodes-equiv • 0.0.1## InstallationINDIRECT0
babel-helper-is-void-0 • 0.4.3## InstallationINDIRECT0
babel-helper-mark-eval-scopes • 0.4.3Mark scopes for deopt which contain a direct eval callINDIRECT0
babel-helper-remove-or-void • 0.4.3## InstallationINDIRECT0
babel-helper-to-multiple-sequence-expressions • 0.5.0## InstallationINDIRECT0
babel-plugin-add-react-displayname • 0.0.5Automatically add displayName to all your componentsINDIRECT0
babel-plugin-emotion • 10.2.2A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.INDIRECT61
babel-plugin-macros • 2.8.0Allows you to build compile-time librariesINDIRECT33
babel-plugin-minify-builtins • 0.5.0Minify Standard built-in ObjectsINDIRECT0
babel-plugin-minify-constant-folding • 0.5.0Tries to evaluate expressions and inline the result.INDIRECT1
babel-plugin-minify-dead-code-elimination • 0.5.2Inlines bindings when possible. Tries to evaluate expressions and prunes unreachable as a result.INDIRECT4
babel-plugin-minify-flip-comparisons • 0.4.3**Note:** while this plugin doesn’t shorten the output in any way, it does optimize it for repetition-based compression algorithms such as gzip.INDIRECT1
babel-plugin-minify-guarded-expressions • 0.4.4## ExampleINDIRECT2
babel-plugin-minify-infinity • 0.4.3## ExampleINDIRECT0
babel-plugin-minify-mangle-names • 0.5.1Context- and scope- aware variable renaming.INDIRECT1
babel-plugin-minify-numeric-literals • 0.4.3Shortens numeric literals using scientific notationINDIRECT0
babel-plugin-minify-replace • 0.5.0Configurable "search and replace" plugin. Replaces matching nodes in the tree with a given replacement node. For example you can replace `process.NODE_ENV` with `"production"`.INDIRECT0
babel-plugin-minify-simplify • 0.5.1> Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible.INDIRECT4
babel-plugin-minify-type-constructors • 0.4.3**Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)INDIRECT1
babel-plugin-named-asset-import • 0.3.8Babel plugin for named asset imports in Create React AppINDIRECT0
babel-plugin-polyfill-corejs2 • 0.4.11A 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.2A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
babel-plugin-react-docgen • 4.2.1Babel plugin to add react-docgen info into your codeINDIRECT118
babel-plugin-syntax-jsx • 6.18.0Allow parsing of jsxINDIRECT0
babel-plugin-transform-inline-consecutive-adds • 0.4.3This plugin inlines consecutive property assignments, array pushes, etc.INDIRECT0
babel-plugin-transform-member-expression-literals • 6.9.4Turn valid member expression property literals into plain identifiersINDIRECT0
babel-plugin-transform-merge-sibling-variables • 6.9.5Merge sibling variables into one.INDIRECT0
babel-plugin-transform-minify-booleans • 6.9.4Turn boolean literals into !0 for true and !1 for false.INDIRECT0
babel-plugin-transform-property-literals • 6.9.4Turn valid property key literals to plain identifiersINDIRECT1
babel-plugin-transform-regexp-constructors • 0.4.3This changes RegExp constructors into literals if the RegExp arguments are strings.INDIRECT0
babel-plugin-transform-remove-console • 6.9.4Remove all console.* calls.INDIRECT0
babel-plugin-transform-remove-debugger • 6.9.4Remove debugger statementsINDIRECT0
babel-plugin-transform-remove-undefined • 0.5.0This removes rvals that are equivalent to undefined wherever possibleINDIRECT1
babel-plugin-transform-simplify-comparison-operators • 6.9.4Convert === and !== to == and != if their types are inferred to be the same.INDIRECT0
babel-plugin-transform-undefined-to-void • 6.9.4Replace references to `undefined` with `void 0`INDIRECT0
babel-preset-minify • 0.5.2Babel preset for all minify plugins.INDIRECT31
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
batch-processor • 1.0.0Batch processing in 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.0Big number implementation in pure javascriptINDIRECT0
bn.js • 5.2.1Big number implementation in pure javascriptINDIRECT0
body-parser • 1.20.2Node.js body parsing middlewareINDIRECT36
boxen • 4.2.0Create boxes in the terminalINDIRECT17
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
braces • 2.3.2Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT70
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
browserify-aes • 1.2.0aes, for browserifyINDIRECT14
browserify-cipher • 1.0.1ciphers for the browserINDIRECT18
browserify-des • 1.0.2browserify-des ===INDIRECT5
browserify-rsa • 4.1.0RSA for browserifyINDIRECT3
browserify-zlib • 0.2.0Full zlib module for the browserINDIRECT1
browserslist • 4.23.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
browserslist • 4.7.0Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT3
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-status-codes • 3.0.0The map of HTTP status codes from the builtin http moduleINDIRECT0
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
cache-base • 1.0.1Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.INDIRECT28
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
call-me-maybe • 1.0.2Let your JS API users either give you a callback or receive a promiseINDIRECT0
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
callsites • 3.1.0Get callsites from the V8 stack trace APIINDIRECT0
camel-case • 4.1.2Transform into a string with the separator denoted by the next word capitalizedINDIRECT4
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
can-use-dom • 0.1.0Test if you can use dom in the current environmentINDIRECT0
case-sensitive-paths-webpack-plugin • 2.4.0Enforces module path case sensitivity in WebpackINDIRECT0
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chalk • 3.0.0Terminal string styling done rightINDIRECT5
chalk • 4.1.2Terminal string styling done rightINDIRECT5
character-entities-legacy • 1.1.4HTML legacy character entity informationINDIRECT0
character-entities • 1.2.4HTML character entity informationINDIRECT0
character-reference-invalid • 1.1.4HTML invalid numeric character reference informationINDIRECT0
chardet • 0.7.0Character detectorINDIRECT0
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
cipher-base • 1.0.4abstract base class for crypto-streamsINDIRECT2
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.INDIRECT13
clean-css • 4.2.4A well-tested CSS minifierINDIRECT1
clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
cli-boxes • 2.2.1Boxes for use in the terminalINDIRECT0
cli-cursor • 2.1.0Toggle the CLI cursorINDIRECT4
cli-cursor • 3.1.0Toggle the CLI cursorINDIRECT4
cli-table3 • 0.5.1Pretty unicode tables for the command line. Based on the original cli-table.INDIRECT6
clipboard • 2.0.11Modern copy to clipboard. No Flash. Just 2kbINDIRECT4
clone-deep • 0.2.4Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.INDIRECT13
clsx • 1.2.1A tiny (228B) utility for constructing className strings conditionally.INDIRECT0
coa • 2.0.2Command-Option-Argument: Yet another parser for command line options.INDIRECT9
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.INDIRECT3
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-name • 1.1.4A list of color names and its valuesINDIRECT0
colors • 1.4.0get colors in your node.js consoleINDIRECT0
comma-separated-tokens • 1.0.8Parse and stringify comma-separated tokensINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commander • 4.1.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
constants-browserify • 1.0.0node's constants module for the browserINDIRECT0
content-disposition • 0.5.4Create and parse Content-Disposition headerINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
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
cookie-signature • 1.0.6Sign and unsign cookiesINDIRECT0
cookie • 0.6.0HTTP server cookie parsing and serializationINDIRECT0
copy-descriptor • 0.1.1Copy a descriptor from object A to object BINDIRECT0
copy-to-clipboard • 3.3.3Copy stuff into clipboard using JS with fallbacksINDIRECT1
core-js-compat • 3.38.1core-js compatINDIRECT7
core-js-pure • 3.38.1Standard libraryINDIRECT0
core-js • 1.2.7Standard libraryINDIRECT0
core-js • 3.38.1Standard libraryINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
corejs-upgrade-webpack-plugin • 2.2.0a webpack plugin that transforms core-js v2 paths to core-js v3 pathsINDIRECT324
cosmiconfig • 5.2.1Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT14
cosmiconfig • 6.0.0Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT24
create-ecdh • 4.0.4createECDH but browserifiableINDIRECT8
create-hash • 1.2.0create hashes for browserifyINDIRECT11
create-hmac • 1.1.7node style hmacs in the browserINDIRECT12
create-react-context • 0.3.0Polyfill for the proposed React context APIINDIRECT4
cross-spawn • 6.0.5Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
cross-spawn • 7.0.3Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
crypto-browserify • 3.12.0implementation of crypto for the browserINDIRECT43
css-loader • 3.6.0css loader module for webpackINDIRECT29
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
csso • 4.2.0CSS minifier with structural optimisationsINDIRECT3
csstype • 2.6.21Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
csstype • 3.1.3Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
cyclist • 1.0.2Cyclist is an efficient cyclic list implemention.INDIRECT0
data-view-buffer • 1.0.1Get the ArrayBuffer out of a DataView, robustly.INDIRECT20
data-view-byte-length • 1.0.1Get the byteLength out of a DataView, robustly.INDIRECT20
data-view-byte-offset • 1.0.0Get the byteOffset out of a DataView, robustly.INDIRECT20
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.2.7small debugging utilityINDIRECT1
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
deep-equal • 1.1.2node's assert.deepEqual algorithmINDIRECT22
deep-object-diff • 1.1.9Deep diffs two objects, including nested structures of arrays and objects, and return the difference.INDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT11
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
delegate • 3.2.0Lightweight event delegationINDIRECT0
delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
des.js • 1.1.0DES implementationINDIRECT2
destroy • 1.2.0destroy a stream if possibleINDIRECT0
detect-node-es • 1.1.0Detect Node.JS (as opposite to browser environment). ESM modificationINDIRECT0
detect-port-alt • 1.1.6detect available portINDIRECT3
detect-port • 1.6.1Node.js implementation of port detectorINDIRECT3
diffie-hellman • 5.0.3pure js diffie-hellmanINDIRECT5
dir-glob • 2.0.0Convert directories to glob compatible stringsINDIRECT3
dom-converter • 0.2.0converts bare objects to DOM objects or xml representationsINDIRECT1
dom-serializer • 0.2.2render dom nodes to stringINDIRECT2
dom-serializer • 1.4.1render domhandler DOM nodes to a stringINDIRECT3
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-case • 3.0.4Transform into a lower case string with a period between wordsINDIRECT3
dotenv-defaults • 1.1.1dotenv... but with defaults!INDIRECT1
dotenv-webpack • 1.8.0A simple webpack plugin to support dotenv.INDIRECT2
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
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
element-resize-detector • 1.2.4Resize event emitter for elements.INDIRECT1
elliptic • 6.5.7EC cryptographyINDIRECT7
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emojis-list • 2.1.0Complete list of standard emojis.INDIRECT0
emojis-list • 3.0.0Complete list of standard emojis.INDIRECT0
emotion-theming • 10.3.0A CSS-in-JS theming solution, inspired by styled-componentsINDIRECT5
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
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.3ECMAScript spec abstract operations.INDIRECT64
es-array-method-boxes-properly • 1.0.0Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.INDIRECT0
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-get-iterator • 1.1.3Get an iterator for any JS language value. Works robustly across all environments, all versions.INDIRECT22
es-object-atoms • 1.0.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.0.3A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT7
es-shim-unscopables • 1.0.2Helper package to shim a method into `Array.prototype[Symbol.unscopables]`INDIRECT2
es-to-primitive • 1.2.1ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.INDIRECT5
es5-shim • 4.6.7ECMAScript 5 compatibility shims for legacy JavaScript enginesINDIRECT0
es6-shim • 0.35.8ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript enginesINDIRECT0
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
estree-to-babel • 3.2.1convert estree ast to babelINDIRECT85
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
eventemitter3 • 4.0.7EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
events • 3.3.0Node's event emitter for all engines.INDIRECT0
eventsource • 1.1.2W3C compliant EventSource client for Node.js and browser (polyfill)INDIRECT0
evp_bytestokey • 1.0.3The insecure key derivation algorithm from OpenSSLINDIRECT8
expand-brackets • 2.1.4Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT63
express • 4.19.2Fast, unopinionated, minimalist web frameworkINDIRECT63
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
external-editor • 3.1.0Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT5
extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.INDIRECT66
fast-deep-equal • 2.0.1Fast deep equalINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-glob • 2.2.7Is a faster `node-glob` alternativeINDIRECT91
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
fault • 1.0.4Functional errors with formatted outputINDIRECT1
fbjs • 0.8.18A collection of utility libraries used by other Facebook JS projectsINDIRECT15
figures • 2.0.0Unicode symbols with Windows CMD fallbacksINDIRECT1
figures • 3.2.0Unicode symbols with Windows CMD fallbacksINDIRECT1
file-loader • 4.3.0A file loader module for webpackINDIRECT14
file-system-cache • 1.1.0A super-fast, promise-based cache that reads and writes to the file-system.INDIRECT5
file-uri-to-path • 1.0.0Convert a file: URI to a file pathINDIRECT0
fill-range • 4.0.0Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT7
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
finalhandler • 1.2.0Node.js final http responderINDIRECT9
find-cache-dir • 2.1.0Finds the common standard cache directoryINDIRECT11
find-cache-dir • 3.3.2Finds the common standard cache directoryINDIRECT10
find-root • 1.1.0find the closest package.jsonINDIRECT0
find-up • 2.1.0Find a file by walking up parent directoriesINDIRECT5
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 5.0.0Find a file or directory by walking up parent directoriesINDIRECT5
flush-write-stream • 1.1.1A write stream constructor that supports a flush function that is called before finish is emittedINDIRECT8
focus-lock • 1.3.5DOM trap for a focusINDIRECT1
for-each • 0.3.3A better forEachINDIRECT1
for-in • 0.1.8Iterate 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-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
fork-ts-checker-webpack-plugin • 1.5.0Runs typescript type checker and linter on separate process.INDIRECT133
forwarded • 0.2.0Parse HTTP X-Forwarded-For headerINDIRECT0
fragment-cache • 0.2.1A cache for managing namespaced sub-cachesINDIRECT1
fresh • 0.5.2HTTP response freshness testingINDIRECT0
from2 • 2.3.0Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"INDIRECT8
fs-extra • 10.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT3
fs-extra • 8.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fsevents • 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.6An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT64
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.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
get-symbol-description • 1.0.2Gets 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
glob-base • 0.3.0Returns an object with the (non-glob) base path and the actual pattern.INDIRECT3
global-modules • 2.0.0The directory used by npm for globally installed npm modules.INDIRECT5
global-prefix • 3.0.0Get the npm global path prefix.INDIRECT4
global • 4.4.0Require global variablesINDIRECT3
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT12
globby • 8.0.2Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT111
good-listener • 1.2.2A more versatile way of adding & removing event listenersINDIRECT1
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
gud • 1.0.0Create a 'gud nuff' (not cryptographically secure) globally unique idINDIRECT0
gzip-size • 5.1.1Get the gzipped size of a string or bufferINDIRECT2
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-bigints • 1.0.2Determine if the JS environment has BigInt support.INDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
has-value • 0.3.1Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT4
has-value • 1.0.0Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT7
has-values • 0.1.4Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT0
has-values • 1.0.0Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT4
hash-base • 3.0.4abstract base class for hash-streamsINDIRECT2
hash-base • 3.1.0abstract base class for hash-streamsINDIRECT6
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
hast-util-parse-selector • 2.2.5hast utility to create an element from a simple CSS selectorINDIRECT0
hastscript • 5.1.2hast utility to create treesINDIRECT5
he • 1.2.0A robust HTML entities encoder/decoder with full Unicode support.INDIRECT0
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
html-entities • 2.5.2Fastest HTML entities encode/decode library.INDIRECT0
html-escaper • 2.0.2fast and safe way to escape and unescape &<>'" charsINDIRECT0
html-minifier-terser • 5.1.1Highly configurable, well-tested, JavaScript-based HTML minifier.INDIRECT16
html-webpack-plugin • 4.5.2Simplifies creation of HTML files to serve your webpack bundlesINDIRECT121
htmlparser2 • 6.1.0Fast & forgiving HTML/XML parserINDIRECT5
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
http-parser-js • 0.5.8A pure JS HTTP parser for node.INDIRECT0
https-browserify • 1.0.0https module compatability for browserifyINDIRECT0
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
iferr • 0.1.5Higher-order functions for easier error handlingINDIRECT0
ignore • 3.3.10Ignore is a manager and filter for .gitignore rules.INDIRECT0
immer • 1.10.0Create your next immutable state by mutating the current oneINDIRECT0
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-fresh • 3.3.0Import a module while bypassing the cacheINDIRECT3
import-from • 2.1.0Import a module like with `require()` but from a given pathINDIRECT1
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
inquirer • 6.5.0A collection of common interactive command line user interfaces.INDIRECT33
inquirer • 7.3.3A collection of common interactive command line user interfaces.INDIRECT33
internal-slot • 1.0.7ES spec-like internal slotsINDIRECT14
interpret • 1.4.0A dictionary of file extensions and associated module loaders.INDIRECT0
interpret • 2.2.0A dictionary of file extensions and associated module loaders.INDIRECT0
invariant • 2.2.4invariantINDIRECT2
ip • 1.1.9[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)INDIRECT0
ipaddr.js • 1.9.1A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
is-accessor-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-alphabetical • 1.0.4Check if a character is alphabeticalINDIRECT0
is-alphanumerical • 1.0.4Check if a character is alphanumericalINDIRECT2
is-arguments • 1.1.1Is this an arguments object? It's a harder question than you think.INDIRECT13
is-array-buffer • 3.0.4Is this value a JS ArrayBuffer?INDIRECT12
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-bigint • 1.0.4Is 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.1.2Is 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-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-core-module • 2.15.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.1Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT19
is-date-object • 1.0.5Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-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-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-extglob • 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-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-function • 1.0.2is that thing a function? Use this module to find outINDIRECT0
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-negative-zero • 2.0.3Is this value negative zero? === will lie to youINDIRECT0
is-number-object • 1.0.7Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-plain-obj • 1.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 • 3.0.1Returns true if an object was created by the `Object` constructor.INDIRECT0
is-plain-object • 5.0.0Returns true if an object was created by the `Object` constructor, or Object.create(null).INDIRECT0
is-regex • 1.1.4Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT13
is-root • 2.1.0Check if the process is running as root user, for example, one started with `sudo`INDIRECT0
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.3Is this value a JS SharedArrayBuffer?INDIRECT12
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-string • 1.0.7Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-symbol • 1.0.4Determine if a value is an ES6 Symbol or not.INDIRECT1
is-typed-array • 1.1.13Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT18
is-weakref • 1.0.2Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
is-wsl • 1.1.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
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
isobject • 4.0.0Returns true if the value is an object and not an array or null.INDIRECT0
isomorphic-fetch • 2.2.1Isomorphic WHATWG Fetch API, for Node & BrowserifyINDIRECT6
iterate-iterator • 1.0.2Iterate any JS iterator. Works robustly in all environments, all versions.INDIRECT0
iterate-value • 1.0.2Iterate any iterable JS value. Works robustly in all environments, all versions.INDIRECT24
jest-worker • 25.5.0Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.INDIRECT3
js-tokens • 3.0.2A regex that tokenizes JavaScript.INDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.INDIRECT0
jsesc • 2.5.2Given 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-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json3 • 3.3.3A JSON polyfill for older JavaScript platforms.INDIRECT0
json5 • 1.0.2JSON for humans.INDIRECT1
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
kind-of • 2.0.1Get the native type of a value.INDIRECT1
kind-of • 3.2.2Get the native type of a value.INDIRECT1
kind-of • 4.0.0Get the native type of a value.INDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
lazy-cache • 0.2.7Cache requires to be lazy-loaded when needed.INDIRECT0
lazy-cache • 1.0.4Cache requires to be lazy-loaded when needed.INDIRECT0
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
loader-runner • 2.4.0Runs (webpack) loadersINDIRECT0
loader-utils • 1.2.3utils for webpack loadersINDIRECT4
loader-utils • 1.4.2utils for webpack loadersINDIRECT4
loader-utils • 2.0.4utils for webpack loadersINDIRECT3
locate-path • 2.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
locate-path • 6.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.memoize • 4.1.2The lodash method `_.memoize` exported as a module.INDIRECT0
lodash.throttle • 4.1.1The lodash method `_.throttle` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
lower-case • 2.0.2Transforms the string to lower caseINDIRECT1
lowlight • 1.11.0Virtual syntax highlighting for virtual DOMs and non-HTML thingsINDIRECT3
make-dir • 2.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT2
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
make-dir • 4.0.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
map-or-similar • 1.5.0A JavaScript (JS) Map or Similar object polyfill if Map is not available.INDIRECT0
map-visit • 1.0.0Map `visit` over an array of objects.INDIRECT2
markdown-to-jsx • 6.11.4Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.INDIRECT6
marked • 0.3.19A markdown parser built for speedINDIRECT0
marksy • 8.0.0Convert markdown into react componentsINDIRECT3
md5.js • 1.3.5node style md5 on pure JavaScriptINDIRECT7
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
memoizerific • 1.11.3Fast, small, efficient JavaScript memoization lib to memoize JS functionsINDIRECT1
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-deep • 3.0.3Recursively merge values in a javascript object.INDIRECT15
merge-descriptors • 1.0.1Merge objects using descriptorsINDIRECT0
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
methods • 1.1.2HTTP methods that node supportsINDIRECT0
microevent.ts • 0.1.1Zero cost eventsINDIRECT0
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
mime • 2.6.0A comprehensive library for mime-type mappingINDIRECT0
mimic-fn • 1.2.0Make a function mimic another oneINDIRECT0
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
min-indent • 1.0.1Get the shortest leading whitespace from lines in a stringINDIRECT0
mini-css-extract-plugin • 0.7.0extracts CSS into separate filesINDIRECT24
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mixin-deep • 1.3.2Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.INDIRECT4
mixin-object • 2.0.1Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.INDIRECT2
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.1Tiny millisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nan • 2.20.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 22 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
negotiator • 0.6.3HTTP content negotiationINDIRECT0
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT0
nested-object-assign • 1.0.4Package to support nested merging of objects & properties, using Object.AssignINDIRECT0
nice-try • 1.0.5Tries to execute a function and discards any error that occursINDIRECT0
no-case • 3.0.4Transform into a lower cased string with spaces between wordsINDIRECT2
node-dir • 0.1.17asynchronous file and directory operations for Node.jsINDIRECT4
node-fetch • 1.7.3A light-weight module that brings window.fetch to node.js and io.jsINDIRECT4
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
node-libs-browser • 2.2.1The node core libs for in browser usage.INDIRECT91
node-releases • 1.1.77Node.js releases dataINDIRECT0
node-releases • 2.0.18Node.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
num2fraction • 1.2.2Convert number to fractionINDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.INDIRECT9
object-inspect • 1.13.2string representations of objects in node and the browserINDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT14
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.5ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT14
object.entries • 1.1.8ES2017 spec-compliant Object.entries shim.INDIRECT15
object.fromentries • 2.0.8ES proposal-spec-compliant Object.fromEntries shim.INDIRECT65
object.getownpropertydescriptors • 2.1.8ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.INDIRECT67
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.INDIRECT1
object.values • 1.2.0ES2017 spec-compliant Object.values shim.INDIRECT15
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
onetime • 2.0.1Ensure a function is only called onceINDIRECT1
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
open • 6.4.0Open stuff like URLs, files, executables. Cross-platform.INDIRECT1
open • 7.4.2Open stuff like URLs, files, executables. Cross-platform.INDIRECT2
os-browserify • 0.3.0The [os](https://nodejs.org/api/os.html) module from node.js, but for browsers.INDIRECT0
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-limit • 1.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 2.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 5.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-map • 3.0.0Map over promises concurrentlyINDIRECT3
p-try • 1.0.0`Promise#try()` ponyfill - Starts a promise chainINDIRECT0
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
param-case • 3.0.4Transform into a lower cased string with dashes between wordsINDIRECT4
parent-module • 1.0.1Get the path of the parent moduleINDIRECT1
parse-entities • 1.2.2Parse HTML character references: fast, spec-compliant, positional informationINDIRECT7
parse-json • 4.0.0Parse JSON with more helpful errorsINDIRECT3
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT16
parseurl • 1.3.3parse a url with memoizationINDIRECT0
pascal-case • 3.1.2Transform into a string of capitalized words without separatorsINDIRECT3
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 • 3.0.0Check if a path existsINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 2.0.1Get the PATH environment variable key cross-platformINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-to-regexp • 0.1.7Express style path to RegExp utilityINDIRECT0
path-type • 3.0.0Check if a path is a file, directory, or symlinkINDIRECT1
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
pbkdf2 • 3.1.2This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()INDIRECT13
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 • 3.0.0Promisify a callback-style functionINDIRECT0
pify • 4.0.1Promisify a callback-style functionINDIRECT0
pkg-dir • 3.0.0Find the root directory of a Node.js project or npm packageINDIRECT6
pkg-dir • 4.2.0Find the root directory of a Node.js project or npm packageINDIRECT6
pkg-up • 2.0.0Find the closest package.json fileINDIRECT6
pnp-webpack-plugin • 1.5.0plug'n'play resolver for WebpackINDIRECT1
polished • 3.7.2A lightweight toolset for writing styles in Javascript.INDIRECT2
popper.js • 1.16.1A kickass library to manage your poppersINDIRECT0
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-flexbugs-fixes • 4.2.1PostCSS plugin This project tries to fix all of flexbug's issuesINDIRECT3
postcss-load-config • 2.1.2Autoload Config for PostCSSINDIRECT17
postcss-loader • 3.0.0PostCSS loader for webpackINDIRECT35
postcss-modules-local-by-default • 3.0.3A CSS Modules transform to make local scope the defaultINDIRECT8
postcss-selector-parser • 6.1.2> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss-value-parser • 4.2.0Transforms css values and at-rule params into the treeINDIRECT0
postcss • 7.0.39Tool for transforming styles with JS pluginsINDIRECT2
prepend-http • 1.0.4Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
pretty-error • 2.1.2See nodejs errors with less clutterINDIRECT16
pretty-hrtime • 1.0.3process.hrtime() to wordsINDIRECT0
prismjs • 1.17.1Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.INDIRECT5
prismjs • 1.29.0Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
process • 0.11.10process information for node.js and browsersINDIRECT0
promise.allsettled • 1.0.7ES Proposal spec-compliant shim for Promise.allSettledINDIRECT74
promise.prototype.finally • 3.1.8ES Proposal spec-compliant shim for Promise.prototype.finallyINDIRECT65
promise • 7.3.1Bare bones Promises/A+ implementationINDIRECT1
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
property-information • 5.6.0Information for HTML propertiesINDIRECT1
proxy-addr • 2.0.7Determine address of proxied requestINDIRECT2
prr • 1.0.1A better Object.defineProperty()INDIRECT0
public-encrypt • 4.0.3browserify version of publicEncrypt & privateDecryptINDIRECT25
pump • 2.0.1pipe streams together and close all of them if one of them closesINDIRECT3
pump • 3.0.0pipe 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
querystringify • 2.2.0Querystringify - Small, simple but powerful query string parser.INDIRECT0
ramda • 0.28.0A practical functional library for JavaScript programmers.INDIRECT0
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
randomfill • 1.0.4random fill from browserify stand aloneINDIRECT2
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
raw-loader • 3.1.0A loader for webpack that allows importing files as a StringINDIRECT14
react-addons-create-fragment • 15.6.2INDIRECT16
react-clientside-effect • 1.2.6Create components whose prop changes map to a global side effectINDIRECT2
react-dev-utils • 9.1.0Webpack utilities used by Create React AppINDIRECT245
react-docgen • 5.4.3A CLI and toolkit to extract information from React components for documentation generation.INDIRECT116
react-dom • 16.14.0React package for working with the DOM.DIRECT6
react-draggable • 4.4.6React draggable componentINDIRECT6
react-element-to-jsx-string • 14.3.4Turn a ReactElement into the corresponding JSX string.INDIRECT3
react-error-overlay • 6.0.11An overlay for displaying stack frames.INDIRECT0
react-fast-compare • 3.2.2Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.INDIRECT0
react-focus-lock • 2.13.2It is a trap! (for a focus)INDIRECT13
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-is • 17.0.2Brand checking of React Elements.INDIRECT0
react-lifecycles-compat • 3.0.4Backwards compatibility polyfill for React class componentsINDIRECT0
react-popper-tooltip • 2.11.1React tooltip library built around react-popperINDIRECT36
react-popper • 1.3.11React wrapper around Popper.jsINDIRECT35
react-redux • 7.2.9Official React bindings for ReduxINDIRECT15
react-sizeme • 2.6.12Make your React Components aware of their width and/or height!INDIRECT7
react-syntax-highlighter • 11.0.3syntax highlighting component for react with prismjs or highlightjs ast using inline stylesINDIRECT29
react-textarea-autosize • 7.1.2textarea component for React which grows with contentINDIRECT7
react • 16.14.0React is a JavaScript library for building user interfaces.DIRECT5
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
readdirp • 2.2.1Recursive version of fs.readdir with streaming api.INDIRECT89
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
rechoir • 0.6.2Require any supported file as a node module.INDIRECT6
recursive-readdir • 2.2.2Get an array of all files in a directory and subdirectories.INDIRECT4
redux • 4.2.1Predictable state container for JavaScript appsINDIRECT2
refractor • 2.10.1Lightweight, robust, elegant virtual syntax highlighting using PrismINDIRECT20
regenerate-unicode-properties • 10.1.1Regenerate 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.13.11Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-transform • 0.15.2Explode async and generator functions into a state machine.INDIRECT2
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.INDIRECT7
regexp.prototype.flags • 1.5.2ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT16
regexpu-core • 5.3.2regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
relateurl • 0.2.7Minify URLs by converting them from absolute to relative.INDIRECT0
renderkid • 2.0.7Stylish console.log for nodeINDIRECT15
repeat-element • 1.1.4Create an array by repeating the given value n times.INDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
requires-port • 1.0.0Check if a protocol requires a certain port number to be added to an URL.INDIRECT0
resize-observer-polyfill • 1.5.1A polyfill for the Resize Observer APIINDIRECT0
resolve-from • 3.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-from • 5.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.INDIRECT0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
restore-cursor • 2.0.0Gracefully restore the CLI cursor on exitINDIRECT3
restore-cursor • 3.1.0Gracefully restore the CLI cursor on exitINDIRECT3
ret • 0.1.15Tokenizes a string that represents a regular expression.INDIRECT0
ripemd160 • 2.0.2Compute ripemd160 of bytes or strings.INDIRECT7
run-async • 2.4.1Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT0
safe-array-concat • 1.1.2`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT13
safe-buffer • 5.1.1Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-regex-test • 1.0.3Give 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
scheduler • 0.19.1Cooperative scheduler for the browser environment.INDIRECT3
schema-utils • 1.0.0webpack Validation UtilsINDIRECT8
schema-utils • 2.7.1webpack Validation UtilsINDIRECT8
select • 1.1.2Programmatically select the text of a HTML elementINDIRECT0
send • 0.18.0Better streaming static file server with Range and conditional-GET supportINDIRECT18
serve-favicon • 2.5.0favicon serving middleware with cachingINDIRECT5
serve-static • 1.15.0Serve static filesINDIRECT20
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
set-function-name • 2.0.2Set a function's name propertyINDIRECT11
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
shallow-clone • 0.1.2Make a shallow clone of an object, array or primitive.INDIRECT6
shallow-equal • 1.2.1Minimalistic shallow equality check for arrays/objectsINDIRECT0
shallowequal • 1.1.0Like lodash isEqualWith but for shallow equal.INDIRECT0
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
shell-quote • 1.7.2quote and parse shell commandsINDIRECT0
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
simplebar-react • 1.2.3React component for SimpleBarINDIRECT12
simplebar • 4.2.3Scrollbars, simpler.INDIRECT6
slash • 1.0.0Convert Windows backslash paths to slash pathsINDIRECT0
snapdragon-node • 2.1.1Snapdragon utility for creating a new AST node in custom code, such as plugins.INDIRECT10
snapdragon-util • 3.0.1Utilities for the snapdragon parser/compiler.INDIRECT2
snapdragon • 0.8.2Fast, pluggable and easy-to-use parser-renderer factory.INDIRECT56
sockjs-client • 1.4.0SockJS-client is a browser JavaScript library that provides a WebSocket-like object.INDIRECT13
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
space-separated-tokens • 1.1.5Parse and stringify space-separated tokensINDIRECT0
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.INDIRECT10
statuses • 2.0.1HTTP status utilityINDIRECT0
stop-iteration-iterator • 1.0.0Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.INDIRECT15
store2 • 2.14.3Better localStorageINDIRECT0
stream-browserify • 2.0.2the stream module from node core for browsersINDIRECT8
stream-each • 1.2.3Iterate all the data in a streamINDIRECT4
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 • 2.1.1Get the visual width of a string - the number of columns required to display itINDIRECT3
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string.prototype.matchall • 4.0.11Spec-compliant polyfill for String.prototype.matchAllINDIRECT65
string.prototype.padend • 3.1.6ES2017 spec-compliant String.prototype.padEnd shim.INDIRECT65
string.prototype.padstart • 3.1.6ES2017 spec-compliant String.prototype.padStart shim.INDIRECT65
string.prototype.trim • 1.2.9ES5 spec-compliant shim for String.prototype.trimINDIRECT64
string.prototype.trimend • 1.0.8ES2019 spec-compliant String.prototype.trimEnd shim.INDIRECT15
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim.INDIRECT15
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-ansi • 5.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-indent • 3.0.0Strip leading whitespace from each line in a stringINDIRECT1
style-loader • 1.3.0style loader module for webpackINDIRECT13
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
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
svg-parser • 2.0.4Create a JSON-friendly object from an SVG stringINDIRECT0
svgo • 1.3.2Nodejs-based tool for optimizing SVG vector graphics filesINDIRECT105
symbol.prototype.description • 1.0.6Spec-compliant shim for Symbol.prototype.description proposal.INDIRECT68
tapable • 1.1.3Just a little module for plugins.INDIRECT0
telejson • 3.3.0A library for teleporting rich data to another place.INDIRECT25
term-size • 2.2.1Reliably get the terminal window size (columns & rows)INDIRECT0
terser-webpack-plugin • 1.4.6Terser plugin for webpackINDIRECT91
terser-webpack-plugin • 2.3.8Terser plugin for webpackINDIRECT82
text-table • 0.2.0borderless text tables with alignmentINDIRECT0
throttle-debounce • 2.3.0Throttle and debounce functions.INDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
timers-browserify • 2.0.12timers module for browserifyINDIRECT1
tiny-emitter • 2.1.0A tiny (less than 1k) event emitter libraryINDIRECT0
tmp • 0.0.33Temporary file and directory creatorINDIRECT1
to-arraybuffer • 1.0.1Get an ArrayBuffer from a Buffer as fast as possibleINDIRECT0
to-fast-properties • 2.0.0Force V8 to use fast properties for an objectINDIRECT0
to-object-path • 0.3.0Create an object path from a list or array of strings.INDIRECT2
to-regex-range • 2.1.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT4
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
to-regex • 3.0.2Generate a regex from a string or array of strings.INDIRECT14
toggle-selection • 1.0.6Toggle current selected content in browserINDIRECT0
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
ts-dedent • 1.2.0TypeScript package which smartly trims and strips indentation from multi-line stringsINDIRECT0
ts-pnp • 1.2.0plug'n'play resolver for TypeScriptINDIRECT0
tty-browserify • 0.0.0the tty module from node core for browsersINDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
typed-array-buffer • 1.0.2Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT19
typed-array-byte-length • 1.0.1Robustly get the byte length of a Typed ArrayINDIRECT19
typed-array-byte-offset • 1.0.2Robustly get the byte offset of a Typed ArrayINDIRECT19
typed-array-length • 1.0.6Robustly get the length of a Typed ArrayINDIRECT19
typed-styles • 0.0.7Typed styles for cssinjsINDIRECT0
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
ua-parser-js • 0.7.38Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environmentINDIRECT0
unbox-primitive • 1.0.2Unbox a boxed JS primitive value.INDIRECT20
undici-types • 6.19.8A stand-alone types package for UndiciINDIRECT0
unfetch • 4.2.0Bare minimum fetch polyfill in 500 bytesINDIRECT0
unicode-canonical-property-names-ecmascript • 2.0.0The 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.1.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
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
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
unquote • 1.1.1Remove wrapping quotes from a string.INDIRECT0
unset-value • 1.0.0Delete nested properties from an object using dot notation.INDIRECT6
upath • 1.2.0A proxy to `path`, replacing `\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.INDIRECT0
update-browserslist-db • 1.1.0CLI 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 • 2.3.0A loader for webpack which transforms files into base64 URIsINDIRECT15
url-parse • 1.5.10Small footprint URL parser that works seamlessly across Node.js and browser environmentsINDIRECT2
url • 0.11.4The core `url` packaged standalone for use with Browserify.INDIRECT16
use-callback-ref • 1.3.2The same useRef, but with callbackINDIRECT1
use-sidecar • 1.1.2Sidecar code splitting utilsINDIRECT2
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.0Polyfill/shim for util.promisify in node versions < v8INDIRECT68
util • 0.10.4Node.JS util moduleINDIRECT1
util • 0.11.1Node.JS util moduleINDIRECT1
utila • 0.4.0notareplacementforunderscoreINDIRECT0
utils-merge • 1.0.1merge() utility functionINDIRECT0
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
vm-browserify • 1.1.2vm module for the browserINDIRECT0
warning • 4.0.3A mirror of Facebook's WarningINDIRECT2
watchpack-chokidar2 • 2.0.1INDIRECT109
watchpack • 1.7.5Wrapper library for directory and file watching.INDIRECT123
webpack-dev-middleware • 3.7.3A development middleware for webpackINDIRECT18
webpack-hot-middleware • 2.26.1Webpack hot reloading you can attach to your own serverINDIRECT4
webpack-log • 2.0.0A common logger for the webpack ecosystemINDIRECT2
webpack-sources • 1.4.3Source code handling classes for webpackINDIRECT2
webpack-virtual-modules • 0.2.2Webpack Virtual ModulesINDIRECT2
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.INDIRECT322
whatwg-fetch • 3.6.20A window.fetch polyfill.INDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
which-boxed-primitive • 1.0.2Which kind of boxed JS primitive is this?INDIRECT19
which-typed-array • 1.1.15Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
widest-line • 3.1.0Get the visual width of the widest line in a string - the number of columns required to display itINDIRECT5
worker-farm • 1.7.0Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.INDIRECT2
worker-rpc • 0.1.1A simple RPC layer for communicating with web workers and over other transportsINDIRECT1
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
xtend • 4.0.2extend like a bossINDIRECT0
yargs • 16.2.0yargs the modern, pirate-themed, successor to optimist.INDIRECT15
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
ISC86
PackageRelationDependenciesPublished
@webassemblyjs/helper-fsm • 1.9.0FSM implementationINDIRECT0
ansi-align • 3.0.1align-text with ANSI support for CLIsINDIRECT5
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
are-we-there-yet • 1.1.7Keep track of the overall completion of many disparate processesINDIRECT9
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
browserify-sign • 4.2.3adds node crypto signing for browsersINDIRECT34
c8 • 7.14.0output coverage reports using Node.js' built in coverageINDIRECT59
cacache • 12.0.4Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT57
cacache • 13.0.1Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT48
chownr • 1.1.4like `chown -R`INDIRECT0
cli-width • 2.2.1Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
cli-width • 3.0.0Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
cliui • 7.0.4easily create complex multi-column command-line-interfacesINDIRECT9
console-control-strings • 1.1.0A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.INDIRECT0
copy-concurrently • 1.0.5Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.INDIRECT27
electron-to-chromium • 1.5.18Provides a list of electron-to-chromium version mappingsINDIRECT0
figgy-pudding • 3.5.2Delicious, festive, cascading config/opts definitionsINDIRECT0
foreground-child • 2.0.0Run a child as if it's the foreground process. Give it stdio. Exit when it exits.INDIRECT7
fs-minipass • 2.1.0fs read and write streams based on minipassINDIRECT2
fs-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
gauge • 2.7.4A terminal based horizontal guageINDIRECT12
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
glob-parent • 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 globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
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
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
minimatch • 3.0.4a glob matcher in javascriptINDIRECT3
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minipass-collect • 1.0.2A Minipass stream that collects all the data into a single chunkINDIRECT2
minipass-flush • 1.0.5A Minipass stream that calls a flush function before emitting 'end'INDIRECT2
minipass-pipeline • 1.2.4create a pipeline of streams using MinipassINDIRECT2
minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
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
mute-stream • 0.0.7Bytes go in, but they don't come out (when muted).INDIRECT0
mute-stream • 0.0.8Bytes go in, but they don't come out (when muted).INDIRECT0
npmlog • 4.1.2logger for npmINDIRECT24
once • 1.4.0Run a function exactly one timeINDIRECT1
parse-asn1 • 5.1.7utility library for parsing asn1 files for use with browserify-sign.INDIRECT21
picocolors • 0.2.1The tiniest and the fastest coloring library everINDIRECT0
picocolors • 1.1.0The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
postcss-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
react-hotkeys • 2.0.0A declarative library for handling hotkeys and focus within a React applicationINDIRECT5
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
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
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
ssri • 6.0.2Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT1
ssri • 7.1.1Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT3
test-exclude • 6.0.0test for inclusion or exclusion of paths using globsINDIRECT12
unique-filename • 1.1.1Generate a unique filename for use in temporary directories or caches.INDIRECT2
unique-slug • 2.0.2Generate a unique character string suitible for use in files and URLs.INDIRECT1
v8-to-istanbul • 9.3.0convert from v8 coverage format to istanbul's formatINDIRECT5
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT6
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
y18n • 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yallist • 4.0.0Yet Another Linked ListINDIRECT0
yaml • 1.10.2JavaScript parser and stringifier for YAMLINDIRECT0
yargs-parser • 20.2.9the mighty option parser used by yargsINDIRECT0
BSD-2-Clause27
PackageRelationDependenciesPublished
@base2/pretty-print-object • 1.0.1Convert an object or array into a formatted stringINDIRECT0
css-select • 2.1.0a CSS selector compiler/engineINDIRECT8
css-select • 4.3.0a CSS selector compiler/engineINDIRECT8
css-what • 3.4.2a CSS selector parserINDIRECT0
css-what • 6.1.0a 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
domhandler • 4.3.1Handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 1.7.0utilities for working with htmlparser2's domINDIRECT4
domutils • 2.8.0Utilities for working with htmlparser2's domINDIRECT4
dotenv-expand • 5.1.0Expand environment variables using dotenvINDIRECT0
dotenv • 6.2.0Loads environment variables from .env fileINDIRECT0
dotenv • 8.6.0Loads environment variables from .env fileINDIRECT0
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
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 • 2.0.3utility box for ECMAScript language toolsINDIRECT0
mississippi • 3.0.0a collection of useful streamsINDIRECT26
nth-check • 1.0.2performant nth-check parser & compilerINDIRECT1
nth-check • 2.1.1Parses and compiles CSS nth-checks to highly optimized functions.INDIRECT1
regjsparser • 0.9.1Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
terser • 4.8.1JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT4
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
BSD-3-Clause17
PackageRelationDependenciesPublished
@xtuc/ieee754 • 1.2.0Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
filesize • 3.6.1JavaScript library to generate a human readable String describing the file sizeINDIRECT0
highlight.js • 9.13.1Syntax highlighting with language autodetection.INDIRECT0
highlight.js • 9.18.5Syntax highlighting with language autodetection.INDIRECT0
hoist-non-react-statics • 3.3.2Copies non-react specific statics from a child component to a parent componentINDIRECT1
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-report • 3.0.1Base reporting library for istanbulINDIRECT5
istanbul-reports • 3.1.7istanbul reportsINDIRECT7
qs • 6.11.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT14
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT14
serialize-javascript • 4.0.0Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT2
shelljs • 0.8.5Portable Unix shell commands for Node.jsINDIRECT19
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
Apache-2.012
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
@xtuc/long • 4.2.2A Long class for representing a 64-bit two's-complement integer value.INDIRECT0
ansi-html-community • 0.0.8An elegant lib that converts the chalked (ANSI) text to HTML. (Community)INDIRECT0
doctrine • 3.0.0JSDoc parserINDIRECT1
ejs • 2.7.4Embedded JavaScript templatesINDIRECT0
faye-websocket • 0.11.4Standards-compliant WebSocket server and clientINDIRECT4
fuse.js • 3.6.1Lightweight fuzzy-searchINDIRECT0
lazy-universal-dotenv • 3.0.1Robust Environment Configuration for Universal Applications.INDIRECT6
react-helmet-async • 1.3.0Thread-safe Helmet for React 16+ and friendsINDIRECT10
rxjs • 6.6.7Reactive Extensions for modern JavaScriptINDIRECT1
websocket-driver • 0.7.4WebSocket protocol handler with pluggable I/OINDIRECT3
websocket-extensions • 0.1.4Generic extension manager for WebSocket connectionsINDIRECT0
unknown5
PackageRelationDependenciesPublished
console-browserify • 1.2.0Emulate console for all the browsersINDIRECT0
dom-walk • 0.1.2iteratively walk a DOM nodeINDIRECT0
format • 0.2.2printf, sprintf, and vsprintf for JavaScriptINDIRECT0
min-document • 2.19.0A minimal DOM implementationINDIRECT1
querystring-es3 • 0.2.1Node's querystring module for all engines. (ES3 compat fork)INDIRECT0
0BSD2
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
tslib • 2.7.0Runtime library for TypeScript helper functionsINDIRECT0
CC0-1.0 OR MIT2
PackageRelationDependenciesPublished
type-fest • 0.21.3A collection of essential TypeScript typesINDIRECT0
type-fest • 0.8.1A collection of essential TypeScript typesINDIRECT0
CC0-1.02
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
MPL-2.01
PackageRelationDependenciesPublished
axe-core • 3.5.6Accessibility engine for automated Web UI testingINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001658A smaller version of caniuse-db, with only the essentials!INDIRECT0
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
non-standard1
PackageRelationDependenciesPublished
glob-to-regexp • 0.3.0Convert globs to regular expressionsINDIRECT0
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.11Streamable SHA hashes in pure javascriptINDIRECT2
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.0.0 version:

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