licenses.dev

@hillertnext/hx-gatsby-drupal-dependencies v1.0.1

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT1482
PackageRelationDependenciesPublished
@ardatan/aggregate-error • 0.0.6Create an error from multiple errorsINDIRECT1
@babel/code-frame • 7.10.4Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/code-frame • 7.12.11Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/code-frame • 7.24.7Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/compat-data • 7.25.4INDIRECT0
@babel/core • 7.10.5Babel compiler core.INDIRECT44
@babel/core • 7.12.9Babel compiler core.INDIRECT44
@babel/core • 7.25.2Babel compiler core.INDIRECT48
@babel/eslint-parser • 7.25.1ESLint parser that allows for linting of experimental syntax transformed by BabelINDIRECT7
@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.10.4General utilities for plugins to useINDIRECT0
@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-nullish-coalescing-operator • 7.18.6Remove nullish coalescing operatorINDIRECT2
@babel/plugin-proposal-numeric-separator • 7.18.6Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT2
@babel/plugin-proposal-object-rest-spread • 7.10.4Compile object rest and spread to ES5INDIRECT4
@babel/plugin-proposal-object-rest-spread • 7.12.1Compile object rest and spread to ES5INDIRECT3
@babel/plugin-proposal-object-rest-spread • 7.20.7Compile object rest and spread to ES5INDIRECT16
@babel/plugin-proposal-optional-chaining • 7.21.0Transform optional chaining operators into a series of nil checksINDIRECT31
@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-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.10.4Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-jsx • 7.12.1Allow parsing of jsxINDIRECT1
@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-typescript • 7.25.4Allow parsing of TypeScript syntaxINDIRECT1
@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-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-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-runtime • 7.25.4Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsINDIRECT54
@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-typescript • 7.25.2Transform TypeScript into ES.nextINDIRECT37
@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-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/preset-typescript • 7.24.7Babel preset for TypeScript.INDIRECT44
@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
@endemolshinegroup/cosmiconfig-typescript-loader • 3.0.2A TypeScript loader for CosmiconfigINDIRECT11
@eslint/eslintrc • 0.4.3The legacy ESLintRC config file format for ESLintINDIRECT28
@gatsbyjs/reach-router • 1.3.9Next generation Routing for React.INDIRECT7
@gatsbyjs/webpack-hot-middleware • 2.25.3Webpack hot reloading you can attach to your own serverINDIRECT4
@graphql-tools/batch-execute • 7.1.2A set of utils for faster development of GraphQL toolsINDIRECT11
@graphql-tools/delegate • 7.1.5A set of utils for faster development of GraphQL toolsINDIRECT13
@graphql-tools/graphql-file-loader • 6.2.7A set of utils for faster development of GraphQL toolsINDIRECT14
@graphql-tools/import • 6.7.18A set of utils for faster development of GraphQL toolsINDIRECT4
@graphql-tools/json-file-loader • 6.2.6A set of utils for faster development of GraphQL toolsINDIRECT9
@graphql-tools/load • 6.2.8A set of utils for faster development of GraphQL toolsINDIRECT45
@graphql-tools/merge • 6.2.14A set of utils for faster development of GraphQL toolsINDIRECT11
@graphql-tools/schema • 7.1.5A set of utils for faster development of GraphQL toolsINDIRECT10
@graphql-tools/url-loader • 6.10.1A set of utils for faster development of GraphQL toolsINDIRECT46
@graphql-tools/utils • 7.10.0Common package containing utils and types for GraphQL toolsINDIRECT8
@graphql-tools/utils • 9.2.1Common package containing utils and types for GraphQL toolsINDIRECT2
@graphql-tools/wrap • 7.0.8A set of utils for faster development of GraphQL toolsINDIRECT14
@graphql-typed-document-node/core • 3.2.0INDIRECT0
@jest/types • 25.5.0INDIRECT11
@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/source-map • 0.3.6Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map APIINDIRECT5
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@mdx-js/mdx • 1.6.22Parse MDX and transpile to JSXDIRECT122
@mdx-js/react • 1.6.22React implementation for MDXDIRECT0
@mdx-js/util • 1.6.22Utilities for MDX librariesINDIRECT0
@mdx-js/util • 2.0.0-next.8Utilities for MDX librariesINDIRECT0
@microsoft/fetch-event-source • 2.0.1A better API for making Event Source requests, with all the features of fetch()INDIRECT0
@nicolo-ribaudo/eslint-scope-5-internals • 5.1.1-v1Proxy package exposing internals of eslint-scope@5 for @babel/eslint-parserINDIRECT4
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@pmmmwh/react-refresh-webpack-plugin • 0.4.3An **EXPERIMENTAL** Webpack plugin to enable "Fast Refresh" (also previously known as _Hot Reloading_) for React components.INDIRECT16
@rtsao/scc • 1.1.0Find strongly connected components of a directed graph using [Tarjan's algorithm](https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm).INDIRECT0
@sindresorhus/is • 0.14.0Type check values: `is.string('🦄') //=> true`INDIRECT0
@sindresorhus/is • 4.6.0Type check valuesINDIRECT0
@sindresorhus/slugify • 1.1.2Slugify a stringINDIRECT4
@sindresorhus/transliterate • 0.1.2Convert Unicode characters to Latin characters using transliterationINDIRECT2
@szmarczak/http-timer • 1.1.2Timings for HTTP requestsINDIRECT1
@szmarczak/http-timer • 4.0.6Timings for HTTP requestsINDIRECT1
@tokenizer/token • 0.3.0TypeScript definition for strtok3 tokenINDIRECT0
@turist/fetch • 7.2.0Opinionated `fetch` optimized for use inside microservicesINDIRECT9
@turist/time • 0.0.2Making time pass faster on the shipINDIRECT0
@types/acorn • 4.0.6TypeScript definitions for AcornINDIRECT1
@types/cacheable-request • 6.0.3TypeScript definitions for cacheable-requestINDIRECT5
@types/common-tags • 1.8.4TypeScript definitions for common-tagsINDIRECT0
@types/component-emitter • 1.2.14TypeScript definitions for component-emitterINDIRECT0
@types/configstore • 2.1.1TypeScript definitions for configstoreINDIRECT0
@types/cookie • 0.4.1TypeScript definitions for cookieINDIRECT0
@types/cors • 2.8.17TypeScript definitions for corsINDIRECT2
@types/debug • 0.0.30TypeScript definitions for debugINDIRECT0
@types/debug • 4.1.12TypeScript definitions for debugINDIRECT1
@types/eslint • 7.29.0TypeScript definitions for eslintINDIRECT2
@types/estree-jsx • 1.0.5TypeScript definitions for estree-jsxINDIRECT1
@types/estree • 1.0.5TypeScript definitions for estreeINDIRECT0
@types/get-port • 3.2.0TypeScript definitions for get-portINDIRECT0
@types/glob • 5.0.38TypeScript definitions for GlobINDIRECT2
@types/glob • 7.2.0TypeScript definitions for GlobINDIRECT3
@types/hast • 2.3.10TypeScript definitions for hastINDIRECT1
@types/http-cache-semantics • 4.0.4TypeScript definitions for http-cache-semanticsINDIRECT0
@types/http-proxy • 1.17.15TypeScript definitions for http-proxyINDIRECT2
@types/istanbul-lib-coverage • 2.0.6TypeScript definitions for istanbul-lib-coverageINDIRECT0
@types/istanbul-lib-report • 3.0.3TypeScript definitions for istanbul-lib-reportINDIRECT1
@types/istanbul-reports • 1.1.2TypeScript definitions for istanbul-reportsINDIRECT2
@types/json-patch • 0.0.30TypeScript definitions for json-patchINDIRECT0
@types/json-schema • 7.0.15TypeScript definitions for json-schemaINDIRECT0
@types/json5 • 0.0.29TypeScript definitions for JSON5INDIRECT0
@types/keyv • 3.1.4TypeScript definitions for keyvINDIRECT2
@types/lodash • 4.17.7TypeScript definitions for lodashINDIRECT0
@types/mdast • 3.0.15TypeScript definitions for mdastINDIRECT1
@types/minimatch • 5.1.2TypeScript definitions for minimatchINDIRECT0
@types/mkdirp • 0.5.2TypeScript definitions for mkdirpINDIRECT2
@types/ms • 0.7.34TypeScript definitions for msINDIRECT0
@types/node-fetch • 2.6.11TypeScript definitions for node-fetchINDIRECT8
@types/node • 14.18.63TypeScript definitions for Node.jsINDIRECT0
@types/node • 17.0.45TypeScript definitions for Node.jsINDIRECT0
@types/node • 22.5.4TypeScript definitions for nodeINDIRECT1
@types/node • 8.10.66TypeScript definitions for Node.jsINDIRECT0
@types/parse-json • 4.0.2TypeScript definitions for parse-jsonINDIRECT0
@types/parse5 • 5.0.3TypeScript definitions for parse5INDIRECT0
@types/prop-types • 15.7.12TypeScript definitions for prop-typesINDIRECT0
@types/reach__router • 1.3.15TypeScript definitions for @reach/routerINDIRECT3
@types/react • 18.3.5TypeScript definitions for reactINDIRECT2
@types/responselike • 1.0.3TypeScript definitions for responselikeINDIRECT2
@types/rimraf • 2.0.5TypeScript definitions for rimrafINDIRECT4
@types/sax • 1.2.7TypeScript definitions for saxINDIRECT2
@types/tmp • 0.0.33TypeScript definitions for tmpINDIRECT0
@types/unist • 2.0.11TypeScript definitions for unistINDIRECT0
@types/vfile-message • 2.0.0Stub TypeScript definitions entry for vfile-message, which provides its own types definitionsINDIRECT3
@types/vfile • 3.0.2TypeScript definitions for VFileINDIRECT6
@types/websocket • 1.0.2TypeScript definitions for websocketINDIRECT2
@types/yargs-parser • 21.0.3TypeScript definitions for yargs-parserINDIRECT0
@types/yargs • 15.0.19TypeScript definitions for yargsINDIRECT1
@types/yoga-layout • 1.9.2TypeScript definitions for yoga-layoutINDIRECT0
@typescript-eslint/eslint-plugin • 4.33.0TypeScript plugin for ESLintINDIRECT43
@typescript-eslint/experimental-utils • 4.33.0(Experimental) Utilities for working with TypeScript + ESLint togetherINDIRECT40
@typescript-eslint/scope-manager • 4.33.0TypeScript scope analyser for ESLintINDIRECT3
@typescript-eslint/types • 4.33.0Types for the TypeScript-ESTree AST specINDIRECT0
@typescript-eslint/visitor-keys • 4.33.0Visitor keys used to help traverse the TypeScript-ESTree ASTINDIRECT2
@vercel/webpack-asset-relocator-loader • 1.7.4Asset relocation loader used in ncc for performing Node.js builds while emitting and relocating any asset references.INDIRECT6
@webassemblyjs/ast • 1.12.1AST utils for webassemblyjsINDIRECT5
@webassemblyjs/floating-point-hex-parser • 1.11.6A function to parse floating point hexadecimal strings as defined by the WebAssembly specificationINDIRECT0
@webassemblyjs/helper-api-error • 1.11.6Common API errorsINDIRECT0
@webassemblyjs/helper-buffer • 1.12.1Buffer manipulation utilityINDIRECT0
@webassemblyjs/helper-numbers • 1.11.6Number parsing utilityINDIRECT3
@webassemblyjs/helper-wasm-bytecode • 1.11.6WASM's Bytecode constantsINDIRECT0
@webassemblyjs/helper-wasm-section • 1.12.1INDIRECT12
@webassemblyjs/ieee754 • 1.11.6IEEE754 decoder and encoderINDIRECT1
@webassemblyjs/utf8 • 1.11.6UTF8 encoder/decoder for WASMINDIRECT0
@webassemblyjs/wasm-edit • 1.12.1> Rewrite a WASM binaryINDIRECT16
@webassemblyjs/wasm-gen • 1.12.1WebAssembly binary format printerINDIRECT10
@webassemblyjs/wasm-opt • 1.12.1INDIRECT13
@webassemblyjs/wasm-parser • 1.12.1WebAssembly binary format parserINDIRECT10
@webassemblyjs/wast-printer • 1.12.1WebAssembly text format printerINDIRECT6
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
accepts • 1.3.8Higher-level content negotiationINDIRECT3
acorn-import-attributes • 1.9.5Support for import attributes in acornINDIRECT0
acorn-jsx • 5.3.2Modern, fast React.js JSX parserINDIRECT0
acorn • 7.4.1ECMAScript parserINDIRECT0
acorn • 8.12.1ECMAScript parserINDIRECT0
address • 1.1.2Get current machine IP, MAC and DNS servers.INDIRECT0
aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
ajv-keywords • 3.5.2Custom JSON-Schema keywords for Ajv validatorINDIRECT0
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
ajv • 8.17.1Another JSON Schema ValidatorINDIRECT4
anser • 2.1.1A low level parser for ANSI sequences.INDIRECT0
ansi-colors • 4.1.3Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).INDIRECT0
ansi-escapes • 4.3.2ANSI escape codes for manipulating the terminalINDIRECT1
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 4.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
append-field • 1.0.0A [W3C HTML JSON forms spec](http://www.w3.org/TR/html-json-forms/) compliant field appender (for lack of a better name). Useful for people implementing `application/x-www-form-urlencoded` and `multipart/form-data` parsers.INDIRECT0
application-config-path • 0.1.1Store your application config in the right location.INDIRECT0
arch • 2.2.0Better `os.arch()` for node and the browser -- detect OS architectureINDIRECT0
arg • 4.1.3Another simple argument parserINDIRECT0
arg • 5.0.2Unopinionated, no-frills CLI argument parserINDIRECT0
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-iterate • 1.1.4forEach with the possibility to change the next positionINDIRECT0
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
array-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.INDIRECT0
array.prototype.findlast • 1.2.5An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.INDIRECT66
array.prototype.findlastindex • 1.2.5An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.INDIRECT66
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.tosorted • 1.1.4An ESnext spec-compliant `Array.prototype.toSorted` 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 • 2.0.1Convert a value to an arrayINDIRECT0
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-flow • 0.0.8Flow types for the Javascript ASTINDIRECT0
astral-regex • 2.0.0Regular expression for matching astral symbolsINDIRECT0
async-retry-ng • 2.0.1Retrying made simple, easy and asyncINDIRECT0
async • 1.5.2Higher-order functions and common patterns for asynchronous codeINDIRECT0
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
autoprefixer • 10.4.20Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use websiteINDIRECT10
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
axios • 0.21.4Promise based HTTP client for the browser and node.jsINDIRECT1
babel-extract-comments • 1.0.0Uses babel (babylon) to extract JavaScript code comments from a JavaScript string or file.INDIRECT1
babel-jsx-utils • 1.1.0Utilities for working with Babel and JSXINDIRECT0
babel-loader • 8.3.0babel module loader for webpackINDIRECT24
babel-plugin-add-module-exports • 1.0.4Fix babel/babel#2212INDIRECT0
babel-plugin-apply-mdx-type-prop • 1.6.22Apply the MDX type prop used in the MDX pragmaINDIRECT2
babel-plugin-dynamic-import-node • 2.3.3Babel plugin to transpile import() to a deferred require(), for nodeINDIRECT15
babel-plugin-extract-import-names • 1.6.22Extract import namesINDIRECT1
babel-plugin-lodash • 3.3.4Modular Lodash builds without the hassle.INDIRECT42
babel-plugin-macros • 2.8.0Allows you to build compile-time librariesINDIRECT33
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-remove-graphql-queries • 3.15.0INDIRECT68
babel-plugin-styled-components • 1.13.3Improve the debugging experience and add server-side rendering support to styled-componentsDIRECT32
babel-plugin-syntax-jsx • 6.18.0Allow parsing of jsxINDIRECT0
babel-plugin-syntax-object-rest-spread • 6.13.0Allow parsing of object rest/spreadINDIRECT0
babel-plugin-transform-object-rest-spread • 6.26.0Compile object rest and spread to ES5INDIRECT4
babel-plugin-transform-react-remove-prop-types • 0.4.24Remove unnecessary React propTypes from the production buildINDIRECT0
babel-preset-gatsby • 1.15.0Gatsby uses the phenomenal project [Babel](https://babeljs.io/) to enable support for writing modern JavaScript — while still supporting older browsers. This package contains the default Babel setup for all Gatsby projects.INDIRECT262
babel-runtime • 6.26.0babel selfContained runtimeINDIRECT2
babylon • 6.18.0A JavaScript parserINDIRECT0
backo2 • 1.0.2simple backoff based on segmentio/backoINDIRECT0
bail • 1.0.5Throw a given errorINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base • 0.11.2base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.INDIRECT44
base64-arraybuffer • 0.1.4Encode/decode base64 data into ArrayBuffersINDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
base64id • 2.0.0Generates a base64 idINDIRECT0
better-opn • 2.1.1A better opn. Reuse the same tab on Chrome for 👨‍💻.INDIRECT3
better-queue-memory • 1.0.4A really fast memory store for better-queueINDIRECT0
better-queue • 3.8.12Better Queue for NodeJSINDIRECT3
big.js • 5.2.2A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticINDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
bl • 4.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
body-parser • 1.20.2Node.js body parsing middlewareINDIRECT36
boxen • 4.2.0Create boxes in the terminalINDIRECT17
boxen • 5.1.2Create 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
browserslist • 4.14.2Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT4
browserslist • 4.23.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
bytes • 3.0.0Utility to parse a string bytes to bytes and vice-versaINDIRECT0
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
cache-manager • 2.11.1Cache module for Node.jsINDIRECT5
cacheable-lookup • 5.0.4A cacheable dns.lookup(…) that respects the TTLINDIRECT0
cacheable-request • 6.1.0Wrap native HTTP requests with RFC compliant cache supportINDIRECT14
cacheable-request • 7.0.4Wrap native HTTP requests with RFC compliant cache supportINDIRECT13
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
callsites • 3.1.0Get callsites from the V8 stack trace APIINDIRECT0
camel-case • 3.0.0Camel case a stringINDIRECT3
camel-case • 4.1.2Transform into a string with the separator denoted by the next word capitalizedINDIRECT4
camelcase-css • 2.0.1Convert a kebab-cased CSS property into a camelCased DOM property.INDIRECT0
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
camelcase • 6.3.0Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
caniuse-api • 3.0.0request the caniuse data to check browsers compatibilitiesINDIRECT9
ccount • 1.1.0Count charactersINDIRECT0
ccount • 2.0.1Count how often a character (or substring) is used in a stringINDIRECT0
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chalk • 3.0.0Terminal string styling done rightINDIRECT5
chalk • 4.1.2Terminal string styling done rightINDIRECT5
change-case • 3.1.0Convert a string between camelCase, PascalCase, Title Case, snake_case and more.INDIRECT18
character-entities-html4 • 1.1.4HTML4 character entity informationINDIRECT0
character-entities-html4 • 2.1.0Map of named character references from HTML 4INDIRECT0
character-entities-legacy • 1.1.4HTML legacy character entity informationINDIRECT0
character-entities-legacy • 3.0.0List of legacy HTML named character references that don’t need a trailing semicolonINDIRECT0
character-entities • 1.2.4HTML character entity informationINDIRECT0
character-entities • 2.0.2Map of named character referencesINDIRECT0
character-reference-invalid • 1.1.4HTML invalid numeric character reference informationINDIRECT0
character-reference-invalid • 2.0.1Map of invalid numeric character references to their replacements, according to HTMLINDIRECT0
chardet • 0.7.0Character detectorINDIRECT0
cheerio • 0.22.0Tiny, fast, and elegant implementation of core jQuery designed specifically for the serverINDIRECT27
cheerio • 1.0.0The fast, flexible & elegant library for parsing and manipulating HTML and XML.INDIRECT20
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryINDIRECT14
chrome-trace-event • 1.0.4A library to create a trace of your node app per Google's Trace Event format.INDIRECT0
ci-info • 2.0.0Get details about the current Continuous Integration environmentINDIRECT0
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.INDIRECT13
clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
cli-boxes • 2.2.1Boxes for use in the terminalINDIRECT0
cli-cursor • 3.1.0Toggle the CLI cursorINDIRECT4
clipboardy • 2.3.0Access the system clipboard (copy/paste)INDIRECT22
clone-deep • 4.0.1Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.INDIRECT4
clone-response • 1.0.3Clone a Node.js HTTP response streamINDIRECT1
collapse-white-space • 1.0.6Replace multiple white-space characters with a single spaceINDIRECT0
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.INDIRECT3
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-name • 1.1.4A list of color names and its valuesINDIRECT0
color-string • 1.9.1Parser and generator for CSS color stringsINDIRECT3
color • 4.2.3Color conversion and manipulation with CSS string supportINDIRECT6
colord • 2.9.3👑 A tiny yet powerful tool for high-performance color manipulations and conversionsINDIRECT0
colorette • 1.4.0Easily set the text color and style in the terminal.INDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
comma-separated-tokens • 1.0.8Parse and stringify comma-separated tokensINDIRECT0
command-exists • 1.2.9check whether a command line command exists in the current environmentINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commander • 7.2.0the complete solution for node.js command-line programsINDIRECT0
common-tags • 1.8.2a few common utility template tags for ES2015INDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
component-emitter • 1.3.1Event emitterINDIRECT0
compressible • 2.0.18Compressible Content-Type / mime checkingINDIRECT1
compression • 1.7.4Node.js compression middlewareINDIRECT11
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
confusing-browser-globals • 1.0.11A list of browser globals that are often used by mistake instead of local variablesINDIRECT0
constant-case • 2.0.0Constant case a stringINDIRECT4
content-disposition • 0.5.4Create and parse Content-Disposition headerINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
contentful-management • 7.54.2Client for Contentful's Content Management APIINDIRECT24
contentful-sdk-core • 6.11.0Core modules for the Contentful JS SDKsINDIRECT19
convert-hrtime • 3.0.0Convert the result of `process.hrtime()` to seconds, milliseconds, nanosecondsINDIRECT0
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.4.2HTTP server cookie parsing and serializationINDIRECT0
cookie • 0.6.0HTTP server cookie parsing and serializationINDIRECT0
copy-descriptor • 0.1.1Copy a descriptor from object A to object BINDIRECT0
core-js-compat • 3.38.1core-js compatINDIRECT7
core-js-compat • 3.9.0core-js compatINDIRECT8
core-js • 2.6.12Standard libraryINDIRECT0
core-js • 3.38.1Standard libraryINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cors • 2.8.5Node.js CORS middlewareINDIRECT2
cosmiconfig-toml-loader • 1.0.0A TOML loader for CosmiconfigINDIRECT1
cosmiconfig • 6.0.0Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT24
cosmiconfig • 7.0.0Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT24
cosmiconfig • 7.1.0Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT24
create-gatsby • 1.15.0Create Gatsby apps in an interactive CLI experience that does the plumbing for you.INDIRECT2
create-require • 1.1.1Polyfill for Node.js module.createRequire (<= v12.2.0)INDIRECT0
cross-fetch • 3.1.4Universal WHATWG Fetch API for Node, Browsers and React NativeINDIRECT1
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-random-string • 2.0.0Generate a cryptographically strong random stringINDIRECT0
css-loader • 5.2.7css loader module for webpackINDIRECT27
css-minimizer-webpack-plugin • 2.0.0cssnano plugin for WebpackINDIRECT90
css-selector-parser • 1.4.1Just a CSS selector parser.INDIRECT0
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
css.escape • 1.5.1A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.INDIRECT0
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
cssfilter • 0.0.10Sanitize untrusted CSS with a configuration specified by a Whitelist. 根据白名单过滤CSSINDIRECT0
cssnano-preset-default • 5.2.14Safe defaults for cssnano which require minimal configuration.INDIRECT63
cssnano-utils • 3.1.0Utility methods and plugin for cssnano projectsINDIRECT0
cssnano • 5.1.15A modular minifier, built on top of the PostCSS ecosystem.INDIRECT66
csso • 4.2.0CSS minifier with structural optimisationsINDIRECT3
csstype • 3.1.3Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
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
dataloader • 2.0.0A data loading utility to reduce requests to a backend via batching and caching.INDIRECT0
date-fns • 2.30.0Modern JavaScript date utility libraryINDIRECT2
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.2.7small debugging utilityINDIRECT1
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
decode-named-character-reference • 1.0.2Decode named character referencesINDIRECT1
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
decompress-response • 3.3.0Decompress a HTTP response if neededINDIRECT1
decompress-response • 6.0.0Decompress a HTTP response if neededINDIRECT1
deep-equal • 2.2.3node's assert.deepEqual algorithmINDIRECT49
deep-extend • 0.6.0Recursive object extendingINDIRECT0
deep-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaNINDIRECT0
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
defer-to-connect • 1.1.3The safe way to handle the `connect` socket eventINDIRECT0
defer-to-connect • 2.0.1The safe way to handle the `connect` socket eventINDIRECT0
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
del • 5.1.0Delete files and directoriesINDIRECT47
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
depd • 1.1.2Deprecate all the thingsINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
dequal • 2.0.3A tiny (304B to 489B) utility for check for deep equalityINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
detab • 2.0.4Detab: tabs -> spacesINDIRECT1
detect-newline • 1.0.3Detect the dominant newline character of a stringINDIRECT2
detect-port-alt • 1.1.6detect available portINDIRECT3
detect-port • 1.6.1Node.js implementation of port detectorINDIRECT3
devcert • 1.2.2Generate trusted local SSL/TLS certificates for local SSL developmentINDIRECT49
diff-sequences • 25.2.6Compare items in two sequences to find a longest common subsequenceINDIRECT0
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
dom-converter • 0.2.0converts bare objects to DOM objects or xml representationsINDIRECT1
dom-serializer • 0.1.1render dom nodes to stringINDIRECT2
dom-serializer • 1.4.1render domhandler DOM nodes to a stringINDIRECT3
dom-serializer • 2.0.0render domhandler DOM nodes to a stringINDIRECT3
dot-case • 2.1.1Dot case a stringINDIRECT2
dot-prop • 5.3.0Get, set, or delete a property from a nested object using a dot pathINDIRECT1
duplexer • 0.1.2Creates a duplex streamINDIRECT0
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emoji-regex • 9.2.2A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emojis-list • 3.0.0Complete list of standard emojis.INDIRECT0
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
encoding-sniffer • 0.2.0Implementation of the HTML encoding sniffer algo, with stream supportINDIRECT3
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
engine.io-client • 4.1.4Client for the realtime EngineINDIRECT11
engine.io-parser • 4.0.3Parser for the client for the realtime EngineINDIRECT1
engine.io • 4.1.2The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and serverINDIRECT14
enhanced-resolve • 5.17.1Offers a async require.resolve function. It's highly configurable.INDIRECT2
enquirer • 2.4.1Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.INDIRECT3
envinfo • 7.13.0Info about your dev environment for debugging purposesINDIRECT0
eol • 0.9.1Newline character converterINDIRECT0
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
error-stack-parser • 2.1.4Extract meaning from JS ErrorsINDIRECT1
es-abstract • 1.23.3ECMAScript spec abstract operations.INDIRECT64
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-iterator-helpers • 1.0.19An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.INDIRECT76
es-module-lexer • 1.5.4Lexes ES modules returning their import/export metadataINDIRECT0
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
es6-iterator • 2.0.3Iterator abstraction based on ES6 specificationINDIRECT8
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-goat • 2.1.1Escape a string for use in HTML or the inverseINDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
escape-string-regexp • 2.0.0Escape RegExp special charactersINDIRECT0
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
eslint-config-react-app • 6.0.0ESLint configuration used by Create React AppINDIRECT1
eslint-import-resolver-node • 0.3.9Node default behavior import resolution plugin for eslint-plugin-import.INDIRECT8
eslint-module-utils • 2.11.0Core utilities to support eslint-plugin-import and other module-related plugins.INDIRECT2
eslint-plugin-graphql • 4.0.0GraphQL ESLint plugin.INDIRECT134
eslint-plugin-import • 2.30.0Import with sanity.INDIRECT96
eslint-plugin-jsx-a11y • 6.10.0Static AST checker for accessibility rules on JSX elements.INDIRECT102
eslint-plugin-react-hooks • 4.6.2ESLint rules for React HooksINDIRECT0
eslint-plugin-react • 7.35.2React specific linting rules for ESLintINDIRECT106
eslint-utils • 2.1.0Utilities for ESLint plugins.INDIRECT1
eslint-utils • 3.0.0Utilities for ESLint plugins.INDIRECT1
eslint-webpack-plugin • 2.7.0A ESLint plugin for webpackINDIRECT25
eslint • 7.32.0An AST-based pattern checker for JavaScript.INDIRECT113
estree-util-is-identifier-name • 2.1.0Check if something can be an ecmascript (javascript) identifier nameINDIRECT0
estree-util-visit • 1.2.1esast (and estree) utility to visit nodesINDIRECT3
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
event-source-polyfill • 1.0.31A polyfill for http://www.w3.org/TR/eventsource/ INDIRECT0
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
eventemitter3 • 3.1.2EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
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
execa • 1.0.0A better `child_process`INDIRECT18
execa • 5.1.1Process execution for humansINDIRECT15
expand-brackets • 2.1.4Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT63
express-graphql • 0.12.0Production ready GraphQL HTTP middleware.INDIRECT20
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
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
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
extract-files • 9.0.0Clones a value, recursively extracting File, Blob and ReactNativeFile instances with their object paths, replacing them with null. FileList instances are treated as File instance arrays.INDIRECT0
fast-copy • 2.1.7A blazing fast deep object copierINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-glob • 3.3.2It's a very fast and efficient glob library for Node.jsINDIRECT17
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
fast-uri • 3.0.1Dependency free RFC 3986 URI toolboxINDIRECT0
fastest-levenshtein • 1.0.16Fastest Levenshtein distance implementation in JS.INDIRECT0
fd • 0.0.3File descriptor managerINDIRECT0
figures • 3.2.0Unicode symbols with Windows CMD fallbacksINDIRECT1
file-entry-cache • 6.0.1Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the processINDIRECT16
file-loader • 6.2.0A file loader module for webpackINDIRECT13
file-type • 16.5.4Detect the file type of a Buffer/Uint8Array/ArrayBufferINDIRECT11
filename-reserved-regex • 2.0.0Regular expression for matching reserved filename charactersINDIRECT0
filenamify • 4.3.0Convert a string to a valid safe filenameINDIRECT4
fill-range • 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
filter-obj • 1.1.0Filter object keys and values into a new objectINDIRECT0
finalhandler • 1.2.0Node.js final http responderINDIRECT9
find-cache-dir • 3.3.2Finds the common standard cache directoryINDIRECT10
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
flat-cache • 3.2.0A stupidly simple key/value storage using files to persist some dataINDIRECT15
follow-redirects • 1.15.9HTTP and HTTPS modules that follow redirects.INDIRECT0
for-each • 0.3.3A better forEachINDIRECT1
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
fork-ts-checker-webpack-plugin • 4.1.6Runs typescript type checker and linter on separate process.INDIRECT101
form-data • 4.0.0A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
forwarded • 0.2.0Parse HTTP X-Forwarded-For headerINDIRECT0
fraction.js • 4.3.7A rational number libraryINDIRECT0
fragment-cache • 0.2.1A cache for managing namespaced sub-cachesINDIRECT1
fresh • 0.5.2HTTP response freshness testingINDIRECT0
fs-constants • 1.0.0Require constants across node and the browserINDIRECT0
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 • 4.0.3fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fs-extra • 8.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
function.prototype.name • 1.1.6An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT64
functional-red-black-tree • 1.0.1A fully persistent balanced binary search treeINDIRECT0
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
gatsby-cli • 3.15.0Gatsby command-line interface for creating new sites and running Gatsby commandsINDIRECT623
gatsby-core-utils • 1.10.1A collection of gatsby utils used in different gatsby packagesINDIRECT22
gatsby-core-utils • 2.15.0A collection of gatsby utils used in different gatsby packagesINDIRECT67
gatsby-graphiql-explorer • 1.15.0GraphiQL IDE with custom features for Gatsby usersINDIRECT2
gatsby-legacy-polyfills • 1.15.0Polyfills for legacy browsersINDIRECT11
gatsby-link • 3.15.0An enhanced Link component for Gatsby sites with support for resource prefetchingINDIRECT11
gatsby-page-utils • 1.15.0Gatsby library that helps creating pagesINDIRECT95
gatsby-plugin-image • 1.15.0Adding responsive images to your site while maintaining high performance scores can be difficult to do manually. The Gatsby Image plugin handles the hard parts of producing images in multiple sizes and formats for you!DIRECT120
gatsby-plugin-manifest • 3.15.0Gatsby plugin which adds a manifest.webmanifest to make sites progressive web appsDIRECT108
gatsby-plugin-mdx • 2.15.0MDX integration for GatsbyDIRECT396
gatsby-plugin-offline • 3.10.2Gatsby plugin which sets up a site to be able to run offlineDIRECT97
gatsby-plugin-page-creator • 3.15.0Gatsby plugin that automatically creates pages from React components in specified directoriesINDIRECT209
gatsby-plugin-react-helmet • 4.15.0Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.DIRECT2
gatsby-plugin-sharp • 3.15.0Wrapper of the Sharp image manipulation library for Gatsby pluginsDIRECT194
gatsby-plugin-sitemap • 4.11.0Gatsby plugin that automatically creates a sitemap for your siteDIRECT14
gatsby-plugin-styled-components • 4.15.0Gatsby plugin to add support for styled componentsDIRECT2
gatsby-plugin-typescript • 3.15.0Adds TypeScript support to GatsbyINDIRECT135
gatsby-plugin-utils • 1.15.0Gatsby utils that help creating pluginsINDIRECT8
gatsby-react-router-scroll • 4.15.0React Router scroll management forked from https://github.com/ytase/react-router-scroll for GatsbyINDIRECT2
gatsby-recipes • 0.26.0Core functionality for Gatsby RecipesINDIRECT487
gatsby-source-drupal • 3.13.1Gatsby source plugin for building websites using the Drupal CMS as a data sourceDIRECT131
gatsby-source-filesystem • 2.11.1Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.INDIRECT88
gatsby-source-filesystem • 3.15.0Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.DIRECT108
gatsby-telemetry • 2.15.0Gatsby TelemetryINDIRECT138
gatsby-transformer-remark • 4.12.0Gatsby transformer plugin for Markdown using the Remark library and ecosystemDIRECT193
gatsby-transformer-sharp • 3.15.0Gatsby transformer plugin for images using SharpDIRECT64
gatsby-worker • 0.6.0Utility to create worker poolsINDIRECT51
gatsby • 3.15.0Blazing fast modern site generator for ReactDIRECT1415
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-port • 3.2.0Get an available portINDIRECT0
get-stdin • 4.0.1Easier stdinINDIRECT0
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
get-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
get-stream • 6.0.1Get a stream as a string, buffer, or arrayINDIRECT0
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
git-up • 4.0.5A low level git url parser.INDIRECT26
github-from-package • 0.0.0return the github url from a package.json fileINDIRECT0
global-dirs • 3.0.1Get the directory of globally installed packages and binariesINDIRECT1
global-modules • 2.0.0The directory used by npm for globally installed npm modules.INDIRECT5
global-prefix • 3.0.0Get the npm global path prefix.INDIRECT4
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
globals • 13.24.0Global identifiers from different JavaScript environmentsINDIRECT1
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT12
globby • 10.0.2Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT38
globby • 11.0.1User-friendly glob matchingINDIRECT23
globby • 11.0.3User-friendly glob matchingINDIRECT23
globby • 11.1.0User-friendly glob matchingINDIRECT23
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
got • 11.8.6Human-friendly and powerful HTTP request library for Node.jsINDIRECT30
got • 9.6.0Simplified HTTP requestsINDIRECT25
graphql-compose • 7.25.1GraphQL schema builder from different data sources with middleware extensions.INDIRECT2
graphql-config • 3.4.1The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)INDIRECT129
graphql-playground-html • 1.6.30GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).INDIRECT3
graphql-playground-middleware-express • 1.7.23GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).INDIRECT4
graphql-subscriptions • 1.2.1GraphQL subscriptions for node.jsINDIRECT1
graphql-type-json • 0.3.2JSON scalar types for GraphQL.jsINDIRECT0
graphql-ws • 4.9.0Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and clientINDIRECT0
graphql • 15.9.0A Query Language and Runtime which can target any service.INDIRECT0
gray-matter • 4.0.3Parse front-matter from a string or file. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML or Coffee Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and INDIRECT9
gzip-size • 5.1.1Get the gzipped size of a string or bufferINDIRECT2
has-bigints • 1.0.2Determine if the JS environment has BigInt support.INDIRECT0
has-cors • 1.1.0Detects support for Cross-Origin Resource SharingINDIRECT0
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
has-yarn • 2.1.0Check if a project is using YarnINDIRECT0
hasha • 5.2.2Hashing made simple. Get the hash of a buffer/string/stream/file.INDIRECT2
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hast-to-hyperscript • 9.0.1hast utility to transform to something else (react, vue, etc) through a hyperscript DSLINDIRECT9
hast-util-from-parse5 • 6.0.1hast utility to transform from Parse5’s ASTINDIRECT15
hast-util-is-element • 1.1.0hast utility to check if a node is a (certain) elementINDIRECT0
hast-util-parse-selector • 2.2.5hast utility to create an element from a simple CSS selectorINDIRECT0
hast-util-raw • 6.0.1hast utility to reparse a treeINDIRECT25
hast-util-raw • 6.1.0hast utility to reparse a treeINDIRECT27
hast-util-to-html • 7.1.3hast utility to serialize to HTMLINDIRECT12
hast-util-to-parse5 • 6.0.0hast utility to transform hast to Parse5’s ASTINDIRECT11
hast-util-whitespace • 1.0.4hast utility to check if a node is inter-element whitespaceINDIRECT0
hastscript • 6.0.0hast utility to create treesINDIRECT7
header-case • 1.0.1Header case a stringINDIRECT3
hicat • 0.8.0Command-line syntax highlighter.INDIRECT2
html-entities • 1.4.0Faster HTML entities encode/decode library.INDIRECT0
html-entities • 2.5.2Fastest HTML entities encode/decode library.INDIRECT0
html-void-elements • 1.0.5List of known void HTML elementsINDIRECT0
htmlparser2 • 3.10.1Fast & forgiving HTML/XML/RSS parserINDIRECT10
htmlparser2 • 4.1.0Fast & forgiving HTML/XML/RSS parserINDIRECT6
htmlparser2 • 6.1.0Fast & forgiving HTML/XML parserINDIRECT5
htmlparser2 • 9.1.0Fast & forgiving HTML/XML parserINDIRECT5
http-errors • 1.8.0Create HTTP error objectsINDIRECT5
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
http-proxy • 1.18.1HTTP proxying for the massesINDIRECT3
http2-wrapper • 1.0.3HTTP2 client, just with the familiar `https` APIINDIRECT2
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
ignore • 4.0.6Ignore is a manager and filter for .gitignore rules.INDIRECT0
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
immer • 8.0.1Create your next immutable state by mutating the current oneINDIRECT0
import-fresh • 3.3.0Import a module while bypassing the cacheINDIRECT3
import-from • 3.0.0Import a module like with `require()` but from a given pathINDIRECT1
import-lazy • 2.1.0Import modules lazilyINDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
inline-style-parser • 0.1.1An inline style parser.INDIRECT0
inquirer • 7.3.3A collection of common interactive command line user interfaces.INDIRECT33
internal-slot • 1.0.7ES spec-like internal slotsINDIRECT14
invariant • 2.2.4invariantINDIRECT2
ipaddr.js • 1.9.1A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
is-absolute-url • 3.0.3Check if a URL is absoluteINDIRECT0
is-accessor-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-alphabetical • 1.0.4Check if a character is alphabeticalINDIRECT0
is-alphabetical • 2.0.1Check if a character is alphabeticalINDIRECT0
is-alphanumeric • 1.0.0Check if a string only contains alphanumeric charactersINDIRECT0
is-alphanumerical • 1.0.4Check if a character is alphanumericalINDIRECT2
is-alphanumerical • 2.0.1Check 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-arrayish • 0.3.2Determines if an object can be used as an arrayINDIRECT0
is-async-function • 2.0.0Determine if a function is a native async function.INDIRECT2
is-bigint • 1.0.4Is this value an ES BigInt?INDIRECT1
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-boolean-object • 1.1.2Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-buffer • 2.0.5Determine if an object is a BufferINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-ci • 2.0.0Detect if the current environment is a CI serverINDIRECT1
is-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-decimal • 2.0.1Check if a character is decimalINDIRECT0
is-descriptor • 0.1.7Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-descriptor • 1.0.3Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-extglob • 1.0.0Returns true if a string has an extglob.INDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-finalizationregistry • 1.0.2Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-generator-function • 1.0.10Determine if a function is a native generator function.INDIRECT2
is-glob • 2.0.1Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-glob • 4.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 • 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-hexadecimal • 2.0.1Check if a character is hexadecimalINDIRECT0
is-installed-globally • 0.4.0Check if your package was installed globallyINDIRECT3
is-invalid-path • 0.1.0Returns true if a file path has invalid characters.INDIRECT2
is-lower-case • 1.1.3Check if a string is lower casedINDIRECT1
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-npm • 5.0.0Check if your code is running as an npm scriptINDIRECT0
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-obj • 1.0.1Check if a value is an objectINDIRECT0
is-obj • 2.0.0Check if a value is an objectINDIRECT0
is-path-cwd • 2.2.0Check if a path is the current working directoryINDIRECT0
is-path-inside • 3.0.3Check if a path is inside another pathINDIRECT0
is-plain-obj • 1.1.0Check if a value is a plain objectINDIRECT0
is-plain-obj • 2.1.0Check if a value is a plain objectINDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-promise • 2.2.2Test whether an object looks like a promises-a+ promiseINDIRECT0
is-promise • 4.0.0Test whether an object looks like a promises-a+ promiseINDIRECT0
is-regex • 1.1.4Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT13
is-regexp • 1.0.0Check whether a variable is a regular expressionINDIRECT0
is-relative-url • 3.0.0Check if an URL is relativeINDIRECT1
is-relative • 1.0.0Returns `true` if the path appears to be relative.INDIRECT2
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-ssh • 1.4.0Check if an input value is a ssh url or not.INDIRECT1
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-stream • 2.0.1Check 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-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-unc-path • 1.0.0Returns true if a filepath is a windows UNC file path.INDIRECT1
is-upper-case • 1.1.2Check if a string is upper casedINDIRECT1
is-url • 1.2.4Check whether a string is a URL.INDIRECT0
is-valid-domain • 0.1.6Validate domain nameINDIRECT1
is-valid-path • 0.1.1Returns true if a file path does not contain any invalid characters.INDIRECT3
is-weakmap • 2.0.2Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-weakref • 1.0.2Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
is-weakset • 2.0.3Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
is-whitespace-character • 1.0.4Check if a character is a whitespace characterINDIRECT0
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
is-word-character • 1.0.4Check if a character is a word characterINDIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
is-yarn-global • 0.3.0Check if installed by yarn globally without any `fs` callsINDIRECT0
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
isomorphic-ws • 4.0.1Isomorphic implementation of WebSocketINDIRECT0
iterall • 1.3.0Minimal zero-dependency utilities for using JavaScript Iterables in all environments.INDIRECT0
iterator.prototype • 1.1.2`Iterator.prototype`, or a shared object to use.INDIRECT75
jest-diff • 25.5.0Display differences clearly so people can review changes confidently.INDIRECT17
jest-get-type • 25.2.6A utility function to get the type of a valueINDIRECT0
jest-worker • 26.6.2Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.INDIRECT5
jest-worker • 27.5.1Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.INDIRECT5
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
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-buffer • 3.0.0JSON parse & stringify that supports binary via bops & base64INDIRECT0
json-buffer • 3.0.1JSON parse & stringify that supports binary via bops & base64INDIRECT0
json-loader • 0.5.7json loader module for webpackINDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json-schema-traverse • 1.0.0Traverse JSON Schema passing each schema object to callbackINDIRECT0
json-stable-stringify-without-jsonify • 1.0.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependenciesINDIRECT0
json5 • 1.0.2JSON for humans.INDIRECT1
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
jsx-ast-utils • 3.3.5AST utility module for statically analyzing JSXINDIRECT69
keyv • 3.1.0Simple key-value storage with support for multiple backendsINDIRECT1
keyv • 4.5.4Simple key-value storage with support for multiple backendsINDIRECT1
kind-of • 3.2.2Get the native type of a value.INDIRECT1
kind-of • 4.0.0Get the native type of a value.INDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
kleur • 3.0.3The fastest Node.js library for formatting terminal text with ANSI colors~!INDIRECT0
kleur • 4.1.5The fastest Node.js library for formatting terminal text with ANSI colors~!INDIRECT0
klona • 2.0.6A tiny (240B to 501B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!INDIRECT0
language-tags • 1.0.9Work with IANA language tags.INDIRECT1
latest-version • 5.1.0Get the latest version of an npm packageINDIRECT35
levn • 0.4.1Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
lilconfig • 2.1.0A zero-dependency alternative to cosmiconfigINDIRECT0
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
loader-runner • 4.3.0Runs (webpack) loadersINDIRECT0
loader-utils • 1.4.2utils for webpack loadersINDIRECT4
loader-utils • 2.0.0utils for webpack loadersINDIRECT3
loader-utils • 2.0.4utils for webpack loadersINDIRECT3
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lock • 1.1.0lock asynchronous resources.INDIRECT0
lodash._reinterpolate • 3.0.0The modern build of lodash’s internal `reInterpolate` as a module.INDIRECT0
lodash.assignin • 4.2.0The lodash method `_.assignIn` exported as a module.INDIRECT0
lodash.bind • 4.2.1The lodash method `_.bind` exported as a module.INDIRECT0
lodash.clonedeep • 4.5.0The lodash method `_.cloneDeep` exported as a module.INDIRECT0
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.deburr • 4.1.0The lodash method `_.deburr` exported as a module.INDIRECT0
lodash.defaults • 4.2.0The lodash method `_.defaults` exported as a module.INDIRECT0
lodash.every • 4.6.0The lodash method `_.every` exported as a module.INDIRECT0
lodash.filter • 4.6.0The lodash method `_.filter` exported as a module.INDIRECT0
lodash.flatten • 4.4.0The lodash method `_.flatten` exported as a module.INDIRECT0
lodash.flattendeep • 4.4.0The lodash method `_.flattenDeep` exported as a module.INDIRECT0
lodash.foreach • 4.5.0The lodash method `_.forEach` exported as a module.INDIRECT0
lodash.get • 4.4.2The lodash method `_.get` exported as a module.INDIRECT0
lodash.isplainobject • 4.0.6The lodash method `_.isPlainObject` exported as a module.INDIRECT0
lodash.isstring • 4.0.1The lodash method `_.isString` exported as a module.INDIRECT0
lodash.map • 4.6.0The lodash method `_.map` exported as a module.INDIRECT0
lodash.maxby • 4.6.0The lodash method `_.maxBy` exported as a module.INDIRECT0
lodash.memoize • 4.1.2The lodash method `_.memoize` exported as a module.INDIRECT0
lodash.merge • 4.6.2The Lodash method `_.merge` exported as a module.INDIRECT0
lodash.pick • 4.4.0The lodash method `_.pick` exported as a module.INDIRECT0
lodash.reduce • 4.6.0The lodash method `_.reduce` exported as a module.INDIRECT0
lodash.reject • 4.6.0The lodash method `_.reject` exported as a module.INDIRECT0
lodash.some • 4.6.0The lodash method `_.some` exported as a module.INDIRECT0
lodash.template • 4.5.0The Lodash method `_.template` exported as a module.INDIRECT2
lodash.templatesettings • 4.2.0The Lodash method `_.templateSettings` exported as a module.INDIRECT1
lodash.truncate • 4.4.2The lodash method `_.truncate` exported as a module.INDIRECT0
lodash.uniq • 4.5.0The lodash method `_.uniq` exported as a module.INDIRECT0
lodash.without • 4.4.0The lodash method `_.without` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
longest-streak • 2.0.4Count the longest repeating streak of a characterINDIRECT0
longest-streak • 3.1.0Count the longest repeating streak of a substringINDIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
lower-case-first • 1.0.2Lower case the first character of a stringINDIRECT1
lower-case • 1.1.4Lowercase a stringINDIRECT0
lower-case • 2.0.2Transforms the string to lower caseINDIRECT1
lowercase-keys • 1.0.1Lowercase the keys of an objectINDIRECT0
lowercase-keys • 2.0.0Lowercase the keys of an objectINDIRECT0
lru-queue • 0.1.0LRU QueueINDIRECT9
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
map-age-cleaner • 0.1.3Automatically cleanup expired items in a MapINDIRECT1
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
map-visit • 1.0.0Map `visit` over an array of objects.INDIRECT2
markdown-escapes • 1.0.4List of escapable characters in markdownINDIRECT0
markdown-table • 1.1.3Markdown/ASCII tablesINDIRECT0
markdown-table • 2.0.0Markdown tablesINDIRECT1
md5-file • 5.0.0Get the MD5-sum of a given file, with low memory usage, even on huge files.INDIRECT0
mdast-squeeze-paragraphs • 4.0.0mdast utility to remove empty paragraphs from a treeINDIRECT2
mdast-util-compact • 1.0.4Make an mdast tree compactINDIRECT3
mdast-util-compact • 2.0.1mdast utility to make a tree compactINDIRECT4
mdast-util-definitions • 4.0.0mdast utility to find definition nodes in a treeINDIRECT4
mdast-util-find-and-replace • 1.1.1mdast utility to find and replace text in a treeINDIRECT4
mdast-util-footnote • 0.1.7mdast extension to parse and serialize footnotesINDIRECT17
mdast-util-from-markdown • 0.8.5mdast utility to parse markdownINDIRECT15
mdast-util-from-markdown • 1.3.1mdast utility to parse markdownINDIRECT37
mdast-util-gfm-autolink-literal • 0.1.3mdast extension to parse and serialize GFM autolink literalsINDIRECT17
mdast-util-gfm-strikethrough • 0.2.3mdast extension to parse and serialize GFM strikethroughINDIRECT14
mdast-util-gfm-table • 0.1.6mdast extension to parse and serialize GFM tablesINDIRECT15
mdast-util-gfm-task-list-item • 0.1.6mdast extension to parse and serialize GFM task list itemsINDIRECT14
mdast-util-gfm • 0.1.2mdast extension to parse and serialize GFM (GitHub Flavored Markdown)INDIRECT27
mdast-util-mdx-expression • 1.3.2mdast extension to parse and serialize MDX (or MDX.js) expressionsINDIRECT48
mdast-util-mdx-jsx • 2.1.4mdast extension to parse and serialize MDX or MDX.js JSXINDIRECT60
mdast-util-mdx • 2.0.1mdast extension to parse and serialize MDX (or MDX.js)INDIRECT63
mdast-util-mdxjs-esm • 1.3.1mdast extension to parse and serialize MDX.js ESM (import/exports)INDIRECT48
mdast-util-phrasing • 3.0.1mdast utility to check if a node is phrasing contentINDIRECT3
mdast-util-to-hast • 10.0.1mdast utility to transform to hastINDIRECT10
mdast-util-to-hast • 10.2.0mdast utility to transform to hastINDIRECT10
mdast-util-to-markdown • 0.6.5mdast utility to serialize markdownINDIRECT13
mdast-util-to-markdown • 1.5.0mdast utility to serialize markdownINDIRECT16
mdast-util-to-nlcst • 3.2.3Transform MDAST to NLCSTINDIRECT4
mdast-util-to-nlcst • 4.0.1mdast utility to transform to nlcstINDIRECT4
mdast-util-to-string • 1.1.0mdast utility to get the plain text content of a nodeINDIRECT0
mdast-util-to-string • 2.0.0mdast utility to get the plain text content of a nodeINDIRECT0
mdast-util-to-string • 3.2.0mdast utility to get the plain text content of a nodeINDIRECT2
mdast-util-toc • 3.1.0Generate a Table of Contents (TOC) from a given Markdown fileINDIRECT6
mdast-util-toc • 5.1.0mdast utility to generate a table of contents from a treeINDIRECT8
mdurl • 1.0.1URL utilities for markdown-itINDIRECT0
meant • 1.0.3Like the `Did you mean?` in git for npmINDIRECT0
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
mem • 8.1.1Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical inputINDIRECT3
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
meros • 1.1.4A fast 610B utility that makes reading multipart responses simpleINDIRECT0
methods • 1.1.2HTTP methods that node supportsINDIRECT0
microevent.ts • 0.1.1Zero cost eventsINDIRECT0
micromark-core-commonmark • 1.1.0The CommonMark markdown constructsINDIRECT22
micromark-extension-footnote • 0.3.2micromark extension to support footnotesINDIRECT11
micromark-extension-gfm-autolink-literal • 0.5.7micromark extension to support GFM autolink literalsINDIRECT11
micromark-extension-gfm-strikethrough • 0.6.5micromark extension to support GFM strikethroughINDIRECT11
micromark-extension-gfm-table • 0.4.3micromark extension to support GFM tablesINDIRECT11
micromark-extension-gfm-tagfilter • 0.3.0micromark extension to support GFM tagfilterINDIRECT0
micromark-extension-gfm-task-list-item • 0.3.3micromark extension to support GFM task list itemsINDIRECT11
micromark-extension-gfm • 0.3.3micromark extension to support GFM (GitHub Flavored Markdown)INDIRECT16
micromark-extension-mdx-expression • 1.0.8micromark extension to support MDX or MDX JS expressionsINDIRECT20
micromark-extension-mdx-jsx • 1.0.5micromark extension to support MDX or MDX.js JSXINDIRECT21
micromark-extension-mdx-md • 1.0.1micromark extension to turn some markdown features off for MDXINDIRECT1
micromark-extension-mdxjs-esm • 1.0.5micromark extension to support MDX JS import/exportsINDIRECT32
micromark-extension-mdxjs • 1.0.1micromark extension to support MDX.jsINDIRECT41
micromark-factory-destination • 1.1.0micromark factory to parse destinations (found in resources, definitions)INDIRECT3
micromark-factory-label • 1.1.0micromark factory to parse labels (found in media, definitions)INDIRECT9
micromark-factory-mdx-expression • 1.0.9micromark factory to parse MDX expressions (found in JSX attributes, flow, text)INDIRECT18
micromark-factory-space • 1.1.0micromark factory to parse markdown space (found in lots of places)INDIRECT3
micromark-factory-title • 1.1.0micromark factory to parse markdown titles (found in resources, definitions)INDIRECT4
micromark-factory-whitespace • 1.1.0micromark factory to parse markdown whitespace (found in lots of places)INDIRECT4
micromark-util-character • 1.2.0micromark utility to handle character codesINDIRECT2
micromark-util-chunked • 1.1.0micromark utility to splice and push with giant arraysINDIRECT1
micromark-util-classify-character • 1.1.0micromark utility to classify whether a character is whitespace or punctuationINDIRECT3
micromark-util-combine-extensions • 1.1.0micromark utility to combine syntax or html extensionsINDIRECT3
micromark-util-decode-numeric-character-reference • 1.1.0micromark utility to decode numeric character referencesINDIRECT1
micromark-util-decode-string • 1.1.0micromark utility to decode markdown stringsINDIRECT6
micromark-util-encode • 1.1.0micromark utility to encode dangerous html charactersINDIRECT0
micromark-util-events-to-acorn • 1.2.3micromark utility to try and parse events w/ acornINDIRECT15
micromark-util-html-tag-name • 1.2.0micromark utility with list of html tag namesINDIRECT0
micromark-util-normalize-identifier • 1.1.0micromark utility normalize identifiers (as found in references, definitions)INDIRECT1
micromark-util-resolve-all • 1.1.0micromark utility to resolve subtokensINDIRECT1
micromark-util-sanitize-uri • 1.2.0micromark utility to sanitize urlsINDIRECT4
micromark-util-subtokenize • 1.1.0micromark utility to tokenize subtokensINDIRECT9
micromark-util-symbol • 1.1.0micromark utility with symbolsINDIRECT0
micromark-util-types • 1.1.0micromark utility with a couple of typescript typesINDIRECT0
micromark • 2.11.4small commonmark compliant markdown parser with positional info and concrete tokensINDIRECT10
micromark • 3.2.0small commonmark compliant markdown parser with positional info and concrete tokensINDIRECT31
micromatch • 3.1.10Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.INDIRECT80
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
mime • 2.6.0A comprehensive library for mime-type mappingINDIRECT0
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
mimic-fn • 3.1.0Make a function mimic another oneINDIRECT0
mimic-response • 1.0.1Mimic a Node.js HTTP response streamINDIRECT0
mimic-response • 3.1.0Mimic a Node.js HTTP response streamINDIRECT0
mini-css-extract-plugin • 1.6.2extracts CSS into separate filesINDIRECT16
minimist • 1.2.8parse argument optionsINDIRECT0
mitt • 1.2.0Tiny 200b functional Event Emitter / pubsub.INDIRECT0
mixin-deep • 1.3.2Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.INDIRECT4
mkdirp-classic • 0.5.3Mirror of mkdirp 0.5.2INDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
moment • 2.30.1Parse, validate, manipulate, and display datesINDIRECT0
mri • 1.2.0Quickly scan for CLI flags and argumentsINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multer • 1.4.4Middleware for handling `multipart/form-data`.INDIRECT28
nanoid • 3.3.7A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
nanomatch • 1.2.13Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)INDIRECT68
napi-build-utils • 1.0.2A set of utilities to assist developers of tools that build N-API native add-onsINDIRECT0
natural-compare • 1.4.0Compare strings containing a mix of letters and numbers in the way a human being would in sort order.INDIRECT0
needle • 2.9.1The leanest and most handsome HTTP client in the Nodelands.INDIRECT5
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
nice-try • 1.0.5Tries to execute a function and discards any error that occursINDIRECT0
nlcst-to-string • 2.0.4nlcst utility to transform a tree to a stringINDIRECT0
no-case • 2.3.2Remove case from a stringINDIRECT1
no-case • 3.0.4Transform into a lower cased string with spaces between wordsINDIRECT2
node-abi • 3.67.0Get the Node ABI for a given target and runtime, and vice versa.INDIRECT1
node-addon-api • 4.3.0Node.js API (Node-API)INDIRECT0
node-eta • 0.9.0Estimated time to arrivalINDIRECT0
node-fetch • 2.6.1A light-weight module that brings window.fetch to node.jsINDIRECT0
node-object-hash • 2.3.10Node.js object hash library with properties/arrays sorting to provide constant hashesINDIRECT0
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 • 4.5.1Normalize a URLINDIRECT0
normalize-url • 6.1.0Normalize a URLINDIRECT0
npm-run-path • 2.0.2Get your PATH prepended with locally installed binariesINDIRECT1
npm-run-path • 4.0.1Get your PATH prepended with locally installed binariesINDIRECT1
null-loader • 4.0.1A webpack loader that returns an empty module.INDIRECT13
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-path • 0.11.5Access deep object properties using a pathINDIRECT0
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.groupby • 1.0.3An ESnext spec-compliant `Object.groupBy` shim/polyfill/replacement that works as far down as ES3.INDIRECT65
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
on-headers • 1.0.2Execute a listener when a response is about to write headersINDIRECT0
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
open • 7.4.2Open stuff like URLs, files, executables. Cross-platform.INDIRECT2
optionator • 0.9.4option parsing and help generationINDIRECT6
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-cancelable • 1.1.0Create a promise that can be canceledINDIRECT0
p-cancelable • 2.1.1Create a promise that can be canceledINDIRECT0
p-defer • 1.0.0Create a deferred promiseINDIRECT0
p-defer • 3.0.0Create a deferred promiseINDIRECT0
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-map • 3.0.0Map over promises concurrentlyINDIRECT3
p-queue • 6.6.2Promise queue with concurrency controlINDIRECT3
p-throttle • 4.1.1Throttle promise-returning & async functionsINDIRECT0
p-timeout • 3.2.0Timeout a promise after a specified amount of timeINDIRECT1
p-try • 2.2.0`Start a promise chainINDIRECT0
package-json • 6.5.0Get metadata of a package from the npm registryINDIRECT34
param-case • 2.1.1Param case a stringINDIRECT2
parent-module • 1.0.1Get the path of the parent moduleINDIRECT1
parse-english • 4.2.0English natural language parserINDIRECT5
parse-entities • 1.2.2Parse HTML character references: fast, spec-compliant, positional informationINDIRECT7
parse-entities • 2.0.0Parse HTML character references: fast, spec-compliant, positional informationINDIRECT7
parse-entities • 4.0.1Parse HTML character referencesINDIRECT9
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT16
parse-latin • 4.3.0Latin-script (natural language) parserINDIRECT4
parse-path • 4.0.4Parse paths (local paths, urls: ssh/git/etc)INDIRECT23
parse-srcset • 1.0.2A spec-conformant JavaScript parser for the HTML5 srcset attributeINDIRECT0
parse-url • 6.0.5An advanced url parser supporting git urls too.INDIRECT25
parse5-htmlparser2-tree-adapter • 7.0.0htmlparser2 tree adapter for parse5.INDIRECT4
parse5-parser-stream • 7.1.2Streaming HTML parser with scripting support.INDIRECT2
parse5 • 6.0.1HTML parser and serializer.INDIRECT0
parse5 • 7.1.2HTML parser and serializer.INDIRECT1
parseqs • 0.0.6Provides methods for parsing a query string into an object, and vice versa.INDIRECT0
parseuri • 0.0.6Method that parses a URI and returns an array of its componentsINDIRECT0
parseurl • 1.3.3parse a url with memoizationINDIRECT0
pascal-case • 2.0.1Pascal case a stringINDIRECT5
pascal-case • 3.1.2Transform into a string of capitalized words without separatorsINDIRECT3
pascalcase • 0.1.1Convert a string to pascal-case.INDIRECT0
path-case • 2.1.1Path case a stringINDIRECT2
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 • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
peek-readable • 4.1.0Read and peek from a readable streamINDIRECT0
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 • 4.0.1Promisify a callback-style functionINDIRECT0
pkg-dir • 4.2.0Find the root directory of a Node.js project or npm packageINDIRECT6
pkg-up • 3.1.0Find the closest package.json fileINDIRECT6
platform • 1.3.6A platform detection library that works on nearly all JavaScript platforms.INDIRECT0
platformsh-config • 2.4.1Helper for running nodejs applications on Platform.shDIRECT0
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-calc • 8.2.4PostCSS plugin to reduce calc()INDIRECT4
postcss-colormin • 5.3.1Minify colors in your CSS files with PostCSS.INDIRECT12
postcss-convert-values • 5.1.3Convert values with PostCSS (e.g. ms -> s)INDIRECT8
postcss-discard-comments • 5.1.2Discard comments in your CSS files with PostCSS.INDIRECT0
postcss-discard-duplicates • 5.1.0Discard duplicate rules in your CSS files with PostCSS.INDIRECT0
postcss-discard-empty • 5.1.1Discard empty rules and values with PostCSS.INDIRECT0
postcss-discard-overridden • 5.1.0PostCSS plugin to discard overridden @keyframes or @counter-style.INDIRECT0
postcss-flexbugs-fixes • 5.0.2PostCSS plugin This project tries to fix all of flexbug's issuesINDIRECT0
postcss-loader • 5.3.0PostCSS loader for webpackINDIRECT27
postcss-merge-longhand • 5.1.7Merge longhand properties into shorthand with PostCSS.INDIRECT12
postcss-merge-rules • 5.1.4Merge CSS rules with PostCSS.INDIRECT14
postcss-minify-font-values • 5.1.0Minify font declarations with PostCSSINDIRECT1
postcss-minify-gradients • 5.1.1Minify gradient parameters with PostCSS.INDIRECT3
postcss-minify-params • 5.1.4Minify at-rule params with PostCSSINDIRECT9
postcss-minify-selectors • 5.2.1Minify selectors with PostCSS.INDIRECT3
postcss-modules-local-by-default • 4.0.5A CSS Modules transform to make local scope the defaultINDIRECT5
postcss-normalize-charset • 5.1.0Add necessary or remove extra charset with PostCSSINDIRECT0
postcss-normalize-display-values • 5.1.0Normalize multiple value display syntaxes into single values.INDIRECT1
postcss-normalize-positions • 5.1.1Normalize keyword values for position into length values.INDIRECT1
postcss-normalize-repeat-style • 5.1.1Convert two value syntax for repeat-style into one value.INDIRECT1
postcss-normalize-string • 5.1.0Normalize wrapping quotes for CSS string literals.INDIRECT1
postcss-normalize-timing-functions • 5.1.0Normalize CSS animation/transition timing functions.INDIRECT1
postcss-normalize-unicode • 5.1.1Normalize unicode-range descriptors, and can convert to wildcard ranges.INDIRECT8
postcss-normalize-url • 5.1.0Normalize URLs with PostCSSINDIRECT2
postcss-normalize-whitespace • 5.1.1Trim whitespace inside and around CSS rules & declarations.INDIRECT1
postcss-ordered-values • 5.1.3Ensure values are ordered consistently in your CSS.INDIRECT2
postcss-reduce-initial • 5.1.2Reduce initial definitions to the actual initial value, where possible.INDIRECT10
postcss-reduce-transforms • 5.1.0Reduce transform functions with PostCSS.INDIRECT1
postcss-selector-parser • 6.1.2> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss-svgo • 5.1.0Optimise inline SVG with PostCSS.INDIRECT19
postcss-unique-selectors • 5.1.1Ensure CSS selectors are unique.INDIRECT3
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
postcss • 8.4.45Tool for transforming styles with JS pluginsINDIRECT3
prebuild-install • 7.1.2A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platformINDIRECT34
prelude-ls • 1.2.1prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.INDIRECT0
prepend-http • 2.0.0Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
prettier • 2.8.8Prettier is an opinionated code formatterINDIRECT0
pretty-bytes • 5.6.0Convert bytes to a human readable string: 1337 → 1.34 kBINDIRECT0
pretty-error • 2.1.2See nodejs errors with less clutterINDIRECT16
pretty-format • 25.5.0Stringify any JavaScript value.INDIRECT14
probe-image-size • 6.0.0Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)INDIRECT10
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
progress • 2.0.3Flexible ascii progress barINDIRECT0
prompts • 2.4.0Lightweight, beautiful and user-friendly promptsINDIRECT2
prompts • 2.4.2Lightweight, beautiful and user-friendly promptsINDIRECT2
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
proper-lockfile • 4.1.2A inter-process and inter-machine lockfile utility that works on a local or network file systemINDIRECT3
property-information • 5.6.0Information for HTML propertiesINDIRECT1
protocols • 1.4.8Get the protocols of an input url.INDIRECT0
protocols • 2.0.1Get the protocols of an input url.INDIRECT0
proxy-addr • 2.0.7Determine address of proxied requestINDIRECT2
pump • 3.0.0pipe streams together and close all of them if one of them closesINDIRECT3
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
pupa • 2.1.1Simple micro templatingINDIRECT1
query-string • 6.14.1Parse and stringify URL query stringsINDIRECT4
querystring • 0.2.1Node's querystring module for all engines.INDIRECT0
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
quick-lru • 5.1.1Simple “Least Recently Used” (LRU) cacheINDIRECT0
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
raw-loader • 4.0.2A loader for webpack that allows importing files as a StringINDIRECT13
react-dev-utils • 11.0.4webpack utilities used by Create React AppINDIRECT179
react-dom • 17.0.2React package for working with the DOM.DIRECT4
react-error-overlay • 6.0.11An overlay for displaying stack frames.INDIRECT0
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-lifecycles-compat • 3.0.4Backwards compatibility polyfill for React class componentsINDIRECT0
react-refresh • 0.9.0React is a JavaScript library for building user interfaces.INDIRECT0
react • 17.0.2React is a JavaScript library for building user interfaces.DIRECT3
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xINDIRECT4
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
readable-web-to-node-stream • 3.0.2Converts a Web-API readable-stream into a Node readable-stream.INDIRECT5
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
recursive-readdir • 2.2.2Get an array of all files in a directory and subdirectories.INDIRECT4
redux-thunk • 2.4.2Thunk middleware for Redux.INDIRECT0
redux • 4.2.1Predictable state container for JavaScript appsINDIRECT2
reflect.getprototypeof • 1.0.6An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possibleINDIRECT74
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.11.1Runtime 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
regexpp • 3.2.0Regular expression parser for ECMAScript.INDIRECT0
regexpu-core • 5.3.2regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
registry-auth-token • 4.2.2Get the auth token set for an npm registry (if any)INDIRECT5
registry-url • 5.1.0Get the set npm registry URLINDIRECT5
remark-footnotes • 2.0.0remark plugin to add support for pandoc footnotesINDIRECT0
remark-footnotes • 3.0.0remark plugin to add support for pandoc footnotesINDIRECT19
remark-gfm • 1.0.0remark plugin to support GFM (autolink literals, strikethrough, tables, tasklists)INDIRECT34
remark-mdx • 1.6.22Support import, export, and JSX in markdownINDIRECT88
remark-mdx • 2.3.0remark plugin to support MDX syntaxINDIRECT77
remark-mdxjs • 2.0.0-next.8Support import, export, and JSX in markdownINDIRECT52
remark-parse • 6.0.3Markdown parser for remarkINDIRECT24
remark-parse • 8.0.3remark plugin to parse MarkdownINDIRECT26
remark-parse • 9.0.0remark plugin to parse MarkdownINDIRECT16
remark-retext • 3.1.3remark plugin to transform to retextINDIRECT5
remark-retext • 4.0.0remark plugin to transform to retextINDIRECT5
remark-squeeze-paragraphs • 4.0.0remark plugin to remove empty paragraphsINDIRECT3
remark-stringify • 6.0.4Markdown compiler for remarkINDIRECT25
remark-stringify • 8.1.1remark plugin to compile MarkdownINDIRECT26
remark-stringify • 9.0.1remark plugin to compile MarkdownINDIRECT14
remark • 10.0.1Markdown processor powered by pluginsINDIRECT51
remark • 13.0.0Markdown processor powered by plugins part of the unified collectiveINDIRECT30
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
replace-ext • 1.0.0Replaces a file extension with another oneINDIRECT0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
require-from-string • 2.0.2Require module from stringINDIRECT0
require-package-name • 2.0.1gets the package name for a require statementINDIRECT0
requires-port • 1.0.0Check if a protocol requires a certain port number to be added to an URL.INDIRECT0
resolve-alpn • 1.2.1Detects the ALPN protocolINDIRECT0
resolve-cwd • 3.0.0Resolve the path of a module like `require.resolve()` but from the current working directoryINDIRECT1
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
resolve • 2.0.0-next.5resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
responselike • 1.0.2A response-like object for mocking a Node.js HTTP response streamINDIRECT1
responselike • 2.0.1A response-like object for mocking a Node.js HTTP response streamINDIRECT1
restore-cursor • 3.1.0Gracefully restore the CLI cursor on exitINDIRECT3
ret • 0.1.15Tokenizes a string that represents a regular expression.INDIRECT0
retext-english • 3.0.4retext parser for the English languageINDIRECT9
retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
run-async • 2.4.1Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
sade • 1.8.1Smooth (CLI) operator 🎶INDIRECT1
safe-array-concat • 1.1.2`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT13
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
sanitize-html • 1.27.5Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basisINDIRECT12
scheduler • 0.20.2Cooperative scheduler for the browser environment.INDIRECT3
schema-utils • 2.7.1webpack Validation UtilsINDIRECT8
schema-utils • 3.3.0webpack Validation UtilsINDIRECT8
section-matter • 1.0.0Like front-matter, but supports multiple sections in a document.INDIRECT3
semver-diff • 3.1.1Get the diff type of two semver versions: 0.0.1 0.0.2 → patchINDIRECT1
send • 0.18.0Better streaming static file server with Range and conditional-GET supportINDIRECT18
sentence-case • 2.1.1Sentence case a stringINDIRECT4
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
shallow-clone • 3.0.1Creates a shallow clone of any JavaScript value.INDIRECT1
shallow-compare • 1.2.2Stand alone shallowCompare for use in libraries that support shouldComponentUpdateINDIRECT0
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
simple-concat • 1.0.1Super-minimalist version of `concat-stream`. Less than 15 lines!INDIRECT0
simple-get • 4.0.1Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.INDIRECT5
simple-swizzle • 0.2.2Simply swizzle your argumentsINDIRECT1
single-trailing-newline • 1.0.0Ensure a string has a single trailing newline based off it's dominant newline character.INDIRECT3
sisteransi • 1.0.5ANSI escape codes for some terminal swagINDIRECT0
sitemap • 7.1.2Sitemap-generating lib/cliINDIRECT6
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
slice-ansi • 4.0.0Slice a string with ANSI escape codesINDIRECT5
slugify • 1.6.6Slugifies a StringINDIRECT0
snake-case • 2.1.0Snake case a stringINDIRECT2
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
socket.io-adapter • 2.1.0default socket.io in-memory adapterINDIRECT0
socket.io-client • 3.1.1[![Build Status](https://github.com/socketio/socket.io-client/workflows/CI/badge.svg?branch=master)](https://github.com/socketio/socket.io-client/actions) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/sockINDIRECT15
socket.io-parser • 4.0.5socket.io protocol parserINDIRECT4
socket.io • 3.1.1node.js realtime framework serverINDIRECT24
source-list-map • 1.1.2Fast line to line SourceMap generator.INDIRECT0
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-on-first • 1.1.0Split a string on the first occurance of a given separatorINDIRECT0
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
stack-trace • 0.0.10Get v8 stack traces as an array of CallSite objects.INDIRECT0
stackframe • 1.3.4JS Object representation of a stack frameINDIRECT0
state-toggle • 1.0.3Enter/exit a stateINDIRECT0
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.INDIRECT10
static-site-generator-webpack-plugin • 3.4.2Minimal, unopinionated static site generator powered by webpackINDIRECT53
statuses • 1.5.0HTTP status utilityINDIRECT0
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
stream-parser • 0.3.1Generic interruptible "parser" mixin for Transform & Writable streamsINDIRECT2
strict-uri-encode • 2.0.0A stricter URI encode adhering to RFC 3986INDIRECT0
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-env-interpolation • 1.0.1Use Environment Variables in StringINDIRECT0
string-natural-compare • 3.0.1Compare alphanumeric strings the same way a human would, using a natural order algorithmINDIRECT0
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string.prototype.includes • 2.0.0A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.INDIRECT65
string.prototype.matchall • 4.0.11Spec-compliant polyfill for String.prototype.matchAllINDIRECT65
string.prototype.repeat • 1.0.0A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.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
stringify-entities • 1.3.2Encode HTML character references and character entitiesINDIRECT6
stringify-entities • 3.1.0Encode HTML character references and character entitiesINDIRECT3
stringify-entities • 4.0.4Serialize (encode) HTML character referencesINDIRECT2
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 5.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 6.0.0Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-bom-string • 1.0.0Strip a byte order mark (BOM) from a string.INDIRECT0
strip-bom • 3.0.0Strip UTF-8 byte order mark (BOM) from a stringINDIRECT0
strip-comments • 1.0.2Strip comments from code. Removes line comments, block comments, the first comment only, or all comments. Optionally leave protected comments unharmed.INDIRECT7
strip-eof • 1.0.0Strip the End-Of-File (EOF) character from a string/bufferINDIRECT0
strip-final-newline • 2.0.0Strip the final newline character from a string/bufferINDIRECT0
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
strip-json-comments • 3.1.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
strip-outer • 1.0.1Strip a substring from the start/end of a stringINDIRECT1
strtok3 • 6.3.0A promise based streaming tokenizerINDIRECT2
style-loader • 2.0.0style loader module for webpackINDIRECT13
style-to-object • 0.3.0Converts inline style to object.INDIRECT1
stylehacks • 5.1.1Detect/remove browser hacks from CSS files.INDIRECT10
subscriptions-transport-ws • 0.9.19A websocket transport for GraphQL subscriptionsINDIRECT5
sudo-prompt • 8.2.5Run a command using sudo, prompting the user with an OS dialog if necessaryINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-color • 8.1.1Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
svgo • 2.8.0Nodejs-based tool for optimizing SVG vector graphics filesINDIRECT17
swap-case • 1.1.2Swap the case of a stringINDIRECT2
symbol-observable • 1.2.0Symbol.observable ponyfillINDIRECT0
sync-fetch • 0.3.0Synchronous version of the Fetch APIINDIRECT4
tapable • 1.1.3Just a little module for plugins.INDIRECT0
tapable • 2.2.1Just a little module for plugins.INDIRECT0
tar-fs • 2.1.1filesystem bindings for tar-streamINDIRECT17
tar-stream • 2.2.0tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.INDIRECT13
term-size • 2.2.1Reliably get the terminal window size (columns & rows)INDIRECT0
terser-webpack-plugin • 5.3.10Terser plugin for webpackINDIRECT30
text-table • 0.2.0borderless text tables with alignmentINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
tiny-async-pool • 1.3.0Run multiple promise-returning & async functions with limited concurrency using native ES6/ES7INDIRECT1
title-case • 2.1.1Title case a stringINDIRECT3
tmp • 0.0.33Temporary file and directory creatorINDIRECT1
tmp • 0.2.3Temporary file and directory creatorINDIRECT0
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-readable-stream • 1.0.0Convert a string/Buffer/Uint8Array to a readable streamINDIRECT0
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
toidentifier • 1.0.0Convert a string of words to a JavaScript identifierINDIRECT0
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
token-types • 4.2.1Common token types for decoding and encoding numeric and string valuesINDIRECT2
trim-repeated • 1.0.0Trim a consecutively repeated substring: foo--bar---baz → foo-bar-bazINDIRECT1
trim-trailing-lines • 1.1.4Remove final line feeds from a stringINDIRECT0
trim • 0.0.1Trim string whitespaceINDIRECT0
trough • 1.0.5Middleware: a channel used to convey a liquidINDIRECT0
ts-node • 9.1.1TypeScript execution environment and REPL for node.js, with source map supportINDIRECT8
tsconfig-paths • 3.15.0Load node modules according to tsconfig paths, in run-time or via API.INDIRECT4
tsutils • 3.21.0utilities for working with typescript's ASTINDIRECT1
type-check • 0.4.0type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.INDIRECT1
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
type-of • 2.0.1Type assertions aka less-broken typeof.INDIRECT0
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
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
unbox-primitive • 1.0.2Unbox a boxed JS primitive value.INDIRECT20
unc-path-regex • 0.1.2Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.INDIRECT0
underscore.string • 3.3.6String manipulation extensions for Underscore.js javascript library.INDIRECT2
undici-types • 6.19.8A stand-alone types package for UndiciINDIRECT0
undici • 6.19.8An HTTP/1.1 client, written from scratch for Node.jsINDIRECT0
unherit • 1.1.3Clone a constructor without affecting the super-classINDIRECT2
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
unified • 7.1.0Pluggable text processing interfaceINDIRECT17
unified • 8.4.2Interface for processing text using syntax treesINDIRECT9
unified • 9.2.0Interface for parsing, inspecting, transforming, and serializing content through syntax treesINDIRECT9
unified • 9.2.2Interface for parsing, inspecting, transforming, and serializing content through syntax treesINDIRECT9
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.INDIRECT11
unique-string • 2.0.0Generate a unique random stringINDIRECT1
unist-builder • 2.0.3unist utility to create a new trees with a nice syntaxINDIRECT0
unist-util-generated • 1.1.6unist utility to check if a node is generatedINDIRECT0
unist-util-is • 2.1.3Utility to check if a node passes a testINDIRECT0
unist-util-is • 3.0.0Utility to check if a node passes a testINDIRECT0
unist-util-is • 4.1.0unist utility to check if a node passes a testINDIRECT0
unist-util-is • 5.2.1unist utility to check if a node passes a testINDIRECT1
unist-util-map • 1.0.5Create a new Unist tree with all nodes that mapped by the provided functionINDIRECT1
unist-util-modify-children • 2.0.0unist utility to modify direct children of a parentINDIRECT1
unist-util-position-from-estree • 1.1.2unist utility to get a position from an estree nodeINDIRECT1
unist-util-position • 3.1.0unist utility to get the position of a nodeINDIRECT0
unist-util-remove-position • 1.1.4Remove `position`s from a unist treeINDIRECT3
unist-util-remove-position • 2.0.1unist utility to remove positions from a treeINDIRECT4
unist-util-remove-position • 3.0.0unist utility to remove positions from a treeINDIRECT4
unist-util-remove-position • 4.0.2unist utility to remove positions from a treeINDIRECT4
unist-util-remove • 1.0.3Remove nodes from Unist treeINDIRECT1
unist-util-remove • 2.1.0unist utility to remove nodes from a treeINDIRECT1
unist-util-select • 3.0.4unist utility to select nodes with CSS-like selectorsINDIRECT6
unist-util-stringify-position • 1.1.2Stringify a Unist node, position, or pointINDIRECT0
unist-util-stringify-position • 2.0.3unist utility to serialize a node, position, or point as a human readable locationINDIRECT1
unist-util-stringify-position • 3.0.3unist utility to serialize a node, position, or point as a human readable locationINDIRECT1
unist-util-visit-children • 1.1.4utility to visit direct children of a parentINDIRECT0
unist-util-visit-parents • 2.1.2Recursively walk over unist nodes, with ancestral informationINDIRECT1
unist-util-visit-parents • 3.1.1unist utility to recursively walk over nodes, with ancestral informationINDIRECT2
unist-util-visit-parents • 5.1.3unist utility to recursively walk over nodes, with ancestral informationINDIRECT2
unist-util-visit • 1.4.1Recursively walk over unist nodesINDIRECT2
unist-util-visit • 2.0.3unist utility to visit nodesINDIRECT3
unist-util-visit • 4.1.2unist utility to visit nodesINDIRECT3
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
unixify • 1.0.0Convert Windows file paths to unix paths.INDIRECT2
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
unset-value • 1.0.0Delete nested properties from an object using dot notation.INDIRECT6
update-browserslist-db • 1.1.0CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
upper-case-first • 1.1.2Upper case the first character of a stringINDIRECT1
upper-case • 1.1.3Upper case a stringINDIRECT0
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.INDIRECT0
url-loader • 4.1.1A loader for webpack which transforms files into base64 URIsINDIRECT15
url-parse-lax • 3.0.0Lax url.parse() with support for protocol-less URLs & IPsINDIRECT1
url • 0.11.4The core `url` packaged standalone for use with Browserify.INDIRECT16
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
utila • 0.4.0notareplacementforunderscoreINDIRECT0
utils-merge • 1.0.1merge() utility functionINDIRECT0
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
uuid • 9.0.1RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
uvu • 0.5.6uvu is an extremely fast and lightweight test runner for Node.js and the browserINDIRECT5
v8-compile-cache • 2.4.0Require hook for automatic V8 compile cache persistenceINDIRECT0
value-or-promise • 1.0.6A thenable to streamline a possibly sync / possibly async workflow.INDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
vfile-location • 2.0.6Convert between positions (line and column-based) and offsets (range-based) locations in a virtual fileINDIRECT0
vfile-location • 3.2.0vfile utility to convert between positional (line and column-based) and offset (range-based) locationsINDIRECT0
vfile-message • 1.1.1Create a virtual messageINDIRECT1
vfile-message • 2.0.4vfile utility to create a virtual messageINDIRECT2
vfile-message • 3.1.4vfile utility to create a virtual messageINDIRECT2
vfile • 3.0.1Virtual file format for text processingINDIRECT4
vfile • 4.2.1Virtual file format for text processingINDIRECT4
watchpack • 2.4.2Wrapper library for directory and file watching.INDIRECT2
web-namespaces • 1.1.4Map of web namespacesINDIRECT0
webpack-dev-middleware • 4.3.0A development middleware for webpackINDIRECT19
webpack-merge • 5.10.0Variant of merge that's useful for webpack configurationINDIRECT7
webpack-sources • 0.2.3Source code handling classes for webpackINDIRECT2
webpack-sources • 1.4.3Source code handling classes for webpackINDIRECT2
webpack-sources • 3.2.3Source code handling classes for webpackINDIRECT0
webpack-stats-plugin • 1.1.3Webpack stats pluginINDIRECT0
webpack-virtual-modules • 0.3.2Webpack Virtual ModulesINDIRECT2
webpack • 5.94.0Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.INDIRECT75
whatwg-encoding • 3.1.1Decode strings according to the WHATWG Encoding StandardINDIRECT2
whatwg-mimetype • 4.0.0Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing StandardINDIRECT0
which-boxed-primitive • 1.0.2Which kind of boxed JS primitive is this?INDIRECT19
which-builtin-type • 1.1.4What is the type of this builtin JS value?INDIRECT73
which-collection • 1.0.2Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT16
which-typed-array • 1.1.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
wildcard • 2.0.1Wildcard matching toolsINDIRECT0
word-wrap • 1.2.5Wrap words to a specified length.INDIRECT0
workbox-background-sync • 4.3.1Queues failed requests and uses the Background Sync API to replay them when the network is availableINDIRECT1
workbox-broadcast-update • 4.3.1A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updatedINDIRECT1
workbox-build • 4.3.1A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.INDIRECT53
workbox-cacheable-response • 4.3.1This library takes a Response object and determines whether it's cacheable based on a specific configuration.INDIRECT1
workbox-core • 4.3.1This module is used by a number of the other Workbox modules to share common code.INDIRECT0
workbox-expiration • 4.3.1A service worker helper library that expires cached responses based on age or maximum number of entries.INDIRECT1
workbox-google-analytics • 4.3.1Queues failed requests and uses the Background Sync API to replay them when the network is availableINDIRECT4
workbox-navigation-preload • 4.3.1This library allows developers to opt-in to using Navigation Preload in their service worker.INDIRECT1
workbox-precaching • 4.3.1This module efficiently precaches assets.INDIRECT1
workbox-range-requests • 4.3.1This library creates a new Response, given a source Response and a Range header value.INDIRECT1
workbox-routing • 4.3.1A service worker helper library to route request URLs to handlers.INDIRECT1
workbox-strategies • 4.3.1A service worker helper library implementing common caching strategies.INDIRECT1
workbox-streams • 4.3.1A library that makes it easier to work with Streams in the browser.INDIRECT1
workbox-sw • 4.3.1This module makes it easy to get started with the Workbox service worker libraries.INDIRECT0
workbox-window • 4.3.1Simplifies communications with Workbox packages running in the service workerINDIRECT1
worker-rpc • 0.1.1A simple RPC layer for communicating with web workers and over other transportsINDIRECT1
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
ws • 7.4.5Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
xdg-basedir • 4.0.0Get XDG Base Directory pathsINDIRECT0
xss • 1.0.15Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a WhitelistINDIRECT2
xstate • 4.38.3Finite State Machines and Statecharts for the Modern Web.INDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
yaml-loader • 0.6.0YAML loader for WebpackINDIRECT6
yargs • 15.4.1yargs the modern, pirate-themed, successor to optimist.INDIRECT25
yeast • 0.1.2Tiny but linear growing unique id generatorINDIRECT0
yn • 3.1.1Parse yes/no like valuesINDIRECT0
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
yoga-layout-prebuilt • 1.10.0Prebuilt yoga-layout packageINDIRECT1
zwitch • 1.0.5Handle values based on a propertyINDIRECT0
zwitch • 2.0.4Handle values based on a propertyINDIRECT0
ISC81
PackageRelationDependenciesPublished
@iarna/toml • 2.2.5Better TOML parsing and stringifying all in that familiar JSON interface.INDIRECT0
@trysound/sax • 0.2.0An evented streaming XML parser in JavaScriptINDIRECT0
ansi-align • 3.0.1align-text with ANSI support for CLIsINDIRECT5
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
async-cache • 1.1.0Cache your async lookups and don't fetch the same thing more than necessary.INDIRECT3
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
chownr • 1.1.4like `chown -R`INDIRECT0
cli-width • 3.0.0Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
cliui • 6.0.0easily create complex multi-column command-line-interfacesINDIRECT9
css-declaration-sorter • 6.4.1Sorts CSS declarations fast and automatically in a certain order.INDIRECT0
d • 1.0.2Property descriptor factoryINDIRECT8
electron-to-chromium • 1.5.18Provides a list of electron-to-chromium version mappingsINDIRECT0
es5-ext • 0.10.64ECMAScript extensions and shimsINDIRECT8
es6-symbol • 3.1.4ECMAScript 6 Symbol polyfillINDIRECT8
es6-weak-map • 2.0.3ECMAScript6 WeakMap polyfillINDIRECT9
esniff • 2.0.1Low footprint ECMAScript source code parserINDIRECT8
ext • 1.7.0JavaScript utilities with respect to emerging standardINDIRECT1
fastq • 1.17.1Fast, in memory work queueINDIRECT1
flatted • 3.3.1A super light and fast circular JSON parser.INDIRECT0
fs-exists-cached • 1.0.0Just like `fs.exists` and `fs.existsSync`, but cachedINDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
get-own-enumerable-property-symbols • 3.0.2Returns an array of all enumerable symbol properties found directly upon a given objectINDIRECT0
github-slugger • 1.5.0Generate a slug just like GitHub does for markdown headings.INDIRECT0
glob-parent • 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
hosted-git-info • 3.0.8Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT2
icss-utils • 5.1.0ICSS utils for postcss astINDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
ini • 2.0.0An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
lru-cache • 4.0.0A cache object that deletes the least-recently-used items.INDIRECT2
lru-cache • 4.1.5A cache object that deletes the least-recently-used items.INDIRECT2
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
lru-cache • 6.0.0A cache object that deletes the least-recently-used items.INDIRECT1
make-error • 1.3.6Make your own error types!INDIRECT0
memoizee • 0.4.17Memoize/cache function resultsINDIRECT13
minimatch • 3.0.4a glob matcher in javascriptINDIRECT3
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
mute-stream • 0.0.8Bytes go in, but they don't come out (when muted).INDIRECT0
next-tick • 1.1.0Environment agnostic nextTick polyfillINDIRECT0
objectFitPolyfill • 2.3.5A Javascript polyfill for browsers that don't support the object-fit CSS propertyINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
physical-cpu-count • 2.0.0Provides the number of physical coresINDIRECT0
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 • 3.1.0A CSS Modules transform to extract local aliases for inline importsINDIRECT0
postcss-modules-scope • 3.2.0A CSS Modules transform to extract export statements from local-scope classesINDIRECT3
postcss-modules-values • 4.0.0PostCSS plugin for CSS Modules to pass arbitrary values between your module filesINDIRECT1
pseudomap • 1.0.2A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.INDIRECT0
read • 1.0.7read(1) for node programsINDIRECT1
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
require-main-filename • 2.0.0shim for require.main.filename() that works in as many environments as possibleINDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
sax • 1.4.1An evented streaming XML parser in JavaScriptINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.0.0The 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
st • 2.0.0A module for serving static files. Does etags, caching, etc.INDIRECT17
string-similarity • 1.2.2Finds degree of similarity between strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.INDIRECT5
timers-ext • 0.1.8Timers extensionsINDIRECT9
type • 2.7.3Runtime validation and processing of JavaScript typesINDIRECT0
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 3.0.3Write files in an atomic fashion w/configurable ownershipINDIRECT4
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yallist • 2.1.2Yet Another Linked ListINDIRECT0
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 • 18.1.3the mighty option parser used by yargsINDIRECT2
BSD-2-Clause39
PackageRelationDependenciesPublished
@typescript-eslint/parser • 4.33.0An ESLint custom parser which leverages TypeScript ESTreeINDIRECT34
@typescript-eslint/typescript-estree • 4.33.0A parser that converts TypeScript source code into an ESTree compatible formINDIRECT32
cheerio-select • 2.1.0CSS selector engine supporting jQuery selectorsINDIRECT9
configstore • 5.0.1Easily load and save config without having to think about where and howINDIRECT13
css-select • 4.3.0a CSS selector compiler/engineINDIRECT8
css-select • 5.1.0a CSS selector compiler/engineINDIRECT8
css-what • 2.1.3a CSS selector parserINDIRECT0
css-what • 6.1.0a CSS selector parserINDIRECT0
damerau-levenshtein • 1.0.8Damerau - Levenshtein distance by The Spanish Inquisition + relative distanceINDIRECT0
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 • 2.4.2handler for htmlparser2 that turns pages into a domINDIRECT1
domhandler • 3.3.0Handler for htmlparser2 that turns pages into a domINDIRECT1
domhandler • 4.3.1Handler for htmlparser2 that turns pages into a domINDIRECT1
domhandler • 5.0.3Handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 1.5.1utilities for working with htmlparser2's domINDIRECT3
domutils • 2.8.0Utilities for working with htmlparser2's domINDIRECT4
domutils • 3.1.0Utilities for working with htmlparser2's domINDIRECT4
dotenv • 8.6.0Loads environment variables from .env fileINDIRECT0
entities • 1.1.2Encode & decode XML/HTML entities with easeINDIRECT0
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
entities • 4.5.0Encode & decode XML and HTML entities with ease & speedINDIRECT0
eslint-scope • 5.1.1ECMAScript scope analyzer for ESLintINDIRECT3
espree • 7.3.1An Esprima-compatible JavaScript parser built on AcornINDIRECT3
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
glob-to-regexp • 0.4.1Convert globs to regular expressionsINDIRECT0
http-cache-semantics • 4.1.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
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
stringify-object • 3.3.0Stringify an object/array like JSON.stringify just without all the double-quotesINDIRECT3
terser • 5.31.6JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT11
update-notifier • 5.1.0Update notifications for your CLI appINDIRECT81
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
yurnalist • 2.1.0Elegant console output, borrowed from YarnINDIRECT45
BSD-3-Clause35
PackageRelationDependenciesPublished
@hapi/address • 2.1.4Email address and domain validationINDIRECT0
@hapi/bourne • 1.3.2JSON parse with prototype poisoning protectionINDIRECT0
@hapi/hoek • 8.5.1General purpose node utilitiesINDIRECT0
@hapi/hoek • 9.3.0General purpose node utilitiesINDIRECT0
@hapi/joi • 15.1.1Object schema validationINDIRECT4
@hapi/topo • 3.1.6Topological sorting with grouping supportINDIRECT1
@hapi/topo • 5.1.0Topological sorting with grouping supportINDIRECT1
@humanwhocodes/object-schema • 1.2.1An object schema merger/validatorINDIRECT0
@sideway/address • 4.1.5Email address and domain validationINDIRECT1
@sideway/formula • 3.0.1Math and string formula parser.INDIRECT0
@sideway/pinpoint • 2.0.0Return the filename and line number of the calling functionINDIRECT0
@xtuc/ieee754 • 1.2.0Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
dataloader • 1.4.0A data loading utility to reduce requests to a backend via batching and caching.INDIRECT0
diff • 4.0.2A javascript text diff implementation.INDIRECT0
diff • 5.2.0A JavaScript text diff implementation.INDIRECT0
duplexer3 • 0.1.5Like duplexer but using streams3INDIRECT0
eslint-plugin-flowtype • 5.10.0Flowtype linting rules for ESLint.INDIRECT2
esquery • 1.6.0A query library for ECMAScript AST using a CSS selector like query language.INDIRECT1
filesize • 6.1.0JavaScript library to generate a human readable String describing the file sizeINDIRECT0
flat • 5.0.2Take a nested Javascript object and flatten it, or unflatten an object with delimited keysINDIRECT0
highlight.js • 10.7.3Syntax highlighting with language autodetection.INDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
joi • 17.13.3Object schema validationINDIRECT5
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 • 5.0.1Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT2
serialize-javascript • 6.0.2Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT2
source-map-js • 1.2.0Generates and consumes source mapsINDIRECT0
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
source-map • 0.7.3Generates and consumes source mapsINDIRECT0
source-map • 0.7.4Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
table • 6.8.2Formats data into a string table.INDIRECT16
Apache-2.022
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
@humanwhocodes/config-array • 0.5.0Glob-based configuration matching.INDIRECT7
@webassemblyjs/leb128 • 1.11.6LEB128 decoder and encoderINDIRECT1
@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
ansi-html • 0.0.7An elegant lib that converts the chalked (ANSI) text to HTML.INDIRECT0
aria-query • 5.1.3Programmatic access to the ARIA specificationINDIRECT50
axobject-query • 4.1.0Programmatic access to information about the AXObject ModelINDIRECT0
detect-libc • 1.0.3Node.js module to detect the C standard library (libc) implementation family and versionINDIRECT0
detect-libc • 2.0.3Node.js module to detect the C standard library (libc) implementation family and versionINDIRECT0
doctrine • 2.1.0JSDoc parserINDIRECT1
doctrine • 3.0.0JSDoc parserINDIRECT1
eslint-visitor-keys • 1.3.0Constants and utilities about visitor keys to traverse AST.INDIRECT0
eslint-visitor-keys • 2.1.0Constants and utilities about visitor keys to traverse AST.INDIRECT0
human-signals • 2.1.0Human-friendly process signalsINDIRECT0
idb-keyval • 3.2.0A super-simple-small keyval store built on top of IndexedDBINDIRECT0
native-url • 0.2.6Brings the node url api layer to whatwg-url classINDIRECT1
opentracing • 0.14.7[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![NPM Published Version][npm-img]][npm] ![Node Version][node-img] [![Join the chat at https://gitter.im/opentracing/opentracing-javascript](https://badges.gitter.im/opentracing/opentracing-INDIRECT0
rxjs • 6.6.7Reactive Extensions for modern JavaScriptINDIRECT1
sharp • 0.29.3High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF imagesINDIRECT44
true-case-path • 2.2.1Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.INDIRECT0
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
unknown9
PackageRelationDependenciesPublished
busboy • 0.2.14A streaming parser for HTML form data for node.jsINDIRECT7
dicer • 0.2.5A very fast streaming multipart parser for node.jsINDIRECT6
eval • 0.1.8Evaluate node require() module content directlyINDIRECT3
not • 0.1.0Returns the negation of a functionINDIRECT0
require-like • 0.1.2Generates require functions that act as if they were operating in a given path.INDIRECT0
streamsearch • 0.1.2Streaming Boyer-Moore-Horspool searching for node.jsINDIRECT0
valid-url • 1.0.9URI validation functionsINDIRECT0
x-is-string • 0.1.0Simple string testINDIRECT0
xmlhttprequest-ssl • 1.6.3XMLHttpRequest for NodeINDIRECT0
0BSD6
PackageRelationDependenciesPublished
password-prompt • 1.1.3cross-platform masked or hidden promptINDIRECT8
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
tslib • 2.0.3Runtime library for TypeScript helper functionsINDIRECT0
tslib • 2.1.0Runtime library for TypeScript helper functionsINDIRECT0
tslib • 2.2.0Runtime library for TypeScript helper functionsINDIRECT0
tslib • 2.7.0Runtime library for TypeScript helper functionsINDIRECT0
CC0-1.0 OR MIT4
PackageRelationDependenciesPublished
type-fest • 0.20.2A collection of essential TypeScript typesINDIRECT0
type-fest • 0.21.3A collection of essential TypeScript typesINDIRECT0
type-fest • 0.8.1A collection of essential TypeScript typesINDIRECT0
type-fest • 2.19.0A collection of essential TypeScript typesINDIRECT0
Unlicense2
PackageRelationDependenciesPublished
fs-monkey • 1.0.6Monkey patches for file system related things.INDIRECT0
memfs • 3.5.3In-memory file-system with Node's fs API.INDIRECT1
CC0-1.02
PackageRelationDependenciesPublished
language-subtag-registry • 0.3.23Full BCP 47 language subtag data from the official IANA repository, in JSON format with multiple indices.INDIRECT0
mdn-data • 2.0.14Open Web data by the Mozilla Developer NetworkINDIRECT0
MPL-2.01
PackageRelationDependenciesPublished
axe-core • 4.10.0Accessibility 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
non-standard1
PackageRelationDependenciesPublished
css-select • 1.2.0a CSS selector compiler/engineINDIRECT7
MIT OR WTFPL1
PackageRelationDependenciesPublished
expand-template • 2.0.3Expand placeholders in a template stringINDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
rc • 1.2.8hardwired configuration loaderINDIRECT4
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40hillertnext%2Fhx-gatsby-drupal-dependencies)](https://licenses.dev/npm/%40hillertnext%2Fhx-gatsby-drupal-dependencies)
<a href="https://licenses.dev/npm/%40hillertnext%2Fhx-gatsby-drupal-dependencies">
  <img src="https://licenses.dev/b/npm/%40hillertnext%2Fhx-gatsby-drupal-dependencies" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.1 version:

[![licenses](https://licenses.dev/b/npm/%40hillertnext%2Fhx-gatsby-drupal-dependencies/1.0.1)](https://licenses.dev/npm/%40hillertnext%2Fhx-gatsby-drupal-dependencies/1.0.1)
<a href="https://licenses.dev/npm/%40hillertnext%2Fhx-gatsby-drupal-dependencies/1.0.1">
  <img src="https://licenses.dev/b/npm/%40hillertnext%2Fhx-gatsby-drupal-dependencies/1.0.1" alt="licenses" />
</a>
GitHub