licenses.dev

@devpanther/gatsby-theme-minimal-blog-core v2.8.1

Core Theme for @devpanther/gatsby-theme-minimal-blog. This theme implements the Post and Page node interfaces and exports templates (+ queries) which you can shadow.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT853
PackageRelationDependenciesPublished
@babel/code-frame • 7.27.1Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.27.7The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.12.9Babel compiler core.INDIRECT33
@babel/generator • 7.27.5Turns an AST into code.INDIRECT9
@babel/helper-annotate-as-pure • 7.27.3Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.27.2Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.27.1Compile class public and private fields, private methods and decorators to ES6INDIRECT24
@babel/helper-create-regexp-features-plugin • 7.27.1Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.5Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-member-expression-to-functions • 7.27.1Helper function to replace certain member expressions with function callsINDIRECT18
@babel/helper-module-imports • 7.27.1Babel helper functions for inserting module loadsINDIRECT18
@babel/helper-module-transforms • 7.27.3Babel helper functions for implementing ES6 module transformationsINDIRECT19
@babel/helper-optimise-call-expression • 7.27.1Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.10.4General utilities for plugins to useINDIRECT0
@babel/helper-plugin-utils • 7.27.1General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.27.1Helper function to remap async functions to generatorsINDIRECT20
@babel/helper-replace-supers • 7.27.1Helper function to replace supersINDIRECT20
@babel/helper-skip-transparent-expression-wrappers • 7.27.1Helper which skips types and parenthesesINDIRECT18
@babel/helper-string-parser • 7.27.1A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.27.1Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.27.1Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.27.1Helper to wrap functions inside a function call.INDIRECT18
@babel/helpers • 7.27.6Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.27.7A JavaScript parserINDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.27.1Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT19
@babel/plugin-bugfix-safari-class-field-initializer-scope • 7.27.1Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.27.1Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.27.1Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT21
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.27.1Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT19
@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.12.1Compile object rest and spread to ES5INDIRECT3
@babel/plugin-proposal-optional-chaining • 7.21.0Transform optional chaining operators into a series of nil checksINDIRECT21
@babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an objectINDIRECT0
@babel/plugin-syntax-import-assertions • 7.27.1Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.27.1Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-jsx • 7.12.1Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-jsx • 7.27.1Allow parsing of jsxINDIRECT1
@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-chaining • 7.8.3Allow parsing of optional propertiesINDIRECT1
@babel/plugin-syntax-typescript • 7.27.1Allow parsing of TypeScript syntaxINDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/plugin-transform-arrow-functions • 7.27.1Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.27.1Turn async generator functions into ES2015 generatorsINDIRECT22
@babel/plugin-transform-async-to-generator • 7.27.1Turn async functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-block-scoped-functions • 7.27.1Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.27.5Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.27.1This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT26
@babel/plugin-transform-class-static-block • 7.27.1Transform class static blocksINDIRECT26
@babel/plugin-transform-classes • 7.27.7Compile ES2015 classes to ES5INDIRECT35
@babel/plugin-transform-computed-properties • 7.27.1Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.27.7Compile ES2015 destructuring to ES5INDIRECT19
@babel/plugin-transform-dotall-regex • 7.27.1Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 7.27.1Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.27.1Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 7.27.1Transform import() expressionsINDIRECT1
@babel/plugin-transform-exponentiation-operator • 7.27.1Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-export-namespace-from • 7.27.1Compile export namespace to ES2015INDIRECT1
@babel/plugin-transform-for-of • 7.27.1Compile ES2015 for...of to ES5INDIRECT20
@babel/plugin-transform-function-name • 7.27.1Apply ES2015 function.name semantics to all functionsINDIRECT31
@babel/plugin-transform-json-strings • 7.27.1Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 7.27.1Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.27.1Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 7.27.1Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.27.1This plugin transforms ES2015 modules to AMDINDIRECT21
@babel/plugin-transform-modules-commonjs • 7.27.1This plugin transforms ES2015 modules to CommonJSINDIRECT21
@babel/plugin-transform-modules-systemjs • 7.27.1This plugin transforms ES2015 modules to SystemJSINDIRECT21
@babel/plugin-transform-modules-umd • 7.27.1This plugin transforms ES2015 modules to UMDINDIRECT21
@babel/plugin-transform-named-capturing-groups-regex • 7.27.1Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 7.27.1Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.27.1Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.27.1Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-rest-spread • 7.27.7Compile object rest and spread to ES5INDIRECT33
@babel/plugin-transform-object-super • 7.27.1Compile ES2015 object super to ES5INDIRECT22
@babel/plugin-transform-optional-catch-binding • 7.27.1Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 7.27.1Transform optional chaining operators into a series of nil checksINDIRECT20
@babel/plugin-transform-parameters • 7.27.7Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.27.1This plugin transforms private class methodsINDIRECT26
@babel/plugin-transform-private-property-in-object • 7.27.1This plugin transforms checks for a private property in an objectINDIRECT26
@babel/plugin-transform-property-literals • 7.27.1Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-react-display-name • 7.27.1Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx-development • 7.27.1Turn JSX into React function calls in developmentINDIRECT23
@babel/plugin-transform-react-jsx • 7.27.1Turn JSX into React function callsINDIRECT22
@babel/plugin-transform-react-pure-annotations • 7.27.1Mark top-level React method calls as pure for tree shakingINDIRECT5
@babel/plugin-transform-regenerator • 7.27.5Explode async and generator functions into a state machine.INDIRECT1
@babel/plugin-transform-regexp-modifiers • 7.27.1Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 7.27.1Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-shorthand-properties • 7.27.1Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.27.1Compile ES2015 spread to ES5INDIRECT20
@babel/plugin-transform-sticky-regex • 7.27.1Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.27.1Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.27.1This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-typescript • 7.27.1Transform TypeScript into ES.nextINDIRECT27
@babel/plugin-transform-unicode-escapes • 7.27.1Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.27.1Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 7.27.1Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 7.27.1Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/preset-env • 7.27.2A Babel preset for each environment.INDIRECT125
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT5
@babel/preset-react • 7.27.1Babel preset for all React plugins.INDIRECT27
@babel/preset-typescript • 7.27.1Babel preset for TypeScript.INDIRECT33
@babel/runtime • 7.27.6babel's modular runtime helpersINDIRECT0
@babel/template • 7.27.2Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.27.7The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT17
@babel/types • 7.27.7Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jimp/bmp • 0.14.0Default Jimp bmp encoder/decoder.INDIRECT4
@jimp/core • 0.14.0Jimp coreINDIRECT36
@jimp/custom • 0.14.0Interface to customize jimp configurationINDIRECT37
@jimp/gif • 0.14.0Default Jimp gif encoder/decoder.INDIRECT7
@jimp/jpeg • 0.14.0Default Jimp jpeg encoder/decoder.INDIRECT4
@jimp/plugin-blit • 0.14.0Blit an image.INDIRECT3
@jimp/plugin-blur • 0.14.0blur an image.INDIRECT3
@jimp/plugin-circle • 0.14.0Creates a circle out of an image.INDIRECT3
@jimp/plugin-color • 0.14.0Bitmap manipulation to adjust the color in an image.INDIRECT4
@jimp/plugin-contain • 0.14.0contain an image.INDIRECT3
@jimp/plugin-cover • 0.14.0cover an image.INDIRECT3
@jimp/plugin-crop • 0.14.0crop an image.INDIRECT3
@jimp/plugin-displace • 0.14.0displace an image.INDIRECT3
@jimp/plugin-dither • 0.14.0Dither an image.INDIRECT3
@jimp/plugin-fisheye • 0.14.0Apply a fisheye effect to an image.INDIRECT3
@jimp/plugin-flip • 0.14.0flip an image.INDIRECT3
@jimp/plugin-gaussian • 0.14.0gaussian blur an image.INDIRECT3
@jimp/plugin-invert • 0.14.0invert an image.INDIRECT3
@jimp/plugin-mask • 0.14.0mask an image.INDIRECT3
@jimp/plugin-normalize • 0.14.0normalize an image.INDIRECT3
@jimp/plugin-print • 0.14.0print an image.INDIRECT24
@jimp/plugin-resize • 0.14.0Resize an image.INDIRECT3
@jimp/plugin-rotate • 0.14.0Rotate an image.INDIRECT3
@jimp/plugin-scale • 0.14.0scale an image.INDIRECT3
@jimp/plugin-shadow • 0.14.0Creates a shadow on an image.INDIRECT3
@jimp/plugin-threshold • 0.14.0Lightens an image.INDIRECT3
@jimp/plugins • 0.14.0Default Jimp plugin.INDIRECT47
@jimp/png • 0.14.0Default Jimp png encoder/decoder.INDIRECT4
@jimp/tiff • 0.14.0Default Jimp tiff encoder/decoder.INDIRECT3
@jimp/types • 0.14.0Default Jimp encoder/decoders.INDIRECT18
@jimp/utils • 0.14.0Utils for jimp extensions.INDIRECT2
@jridgewell/gen-mapping • 0.3.10Generate source mapsINDIRECT3
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/sourcemap-codec • 1.5.2Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.27Trace the original position through a source mapINDIRECT2
@mdx-js/mdx • 1.6.22Parse MDX and transpile to JSXDIRECT111
@mdx-js/react • 1.6.22React implementation for MDXDIRECT0
@mdx-js/util • 1.6.22Utilities for MDX librariesINDIRECT0
@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
@sindresorhus/is • 0.14.0Type check values: `is.string('🦄') //=> true`INDIRECT0
@sindresorhus/is • 0.7.0Type check values: `is.string('🦄') //=> true`INDIRECT0
@sindresorhus/is • 2.1.1Type check valuesINDIRECT0
@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 microservicesINDIRECT23
@turist/time • 0.0.1Making time pass faster on the shipINDIRECT0
@types/cacheable-request • 6.0.3TypeScript definitions for cacheable-requestINDIRECT5
@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/keyv • 3.1.4TypeScript definitions for keyvINDIRECT2
@types/mdast • 3.0.15TypeScript definitions for mdastINDIRECT1
@types/minimatch • 5.1.2TypeScript definitions for minimatchINDIRECT0
@types/node-fetch • 2.6.12TypeScript definitions for node-fetchINDIRECT22
@types/node • 16.9.1TypeScript definitions for Node.jsINDIRECT0
@types/node • 24.0.7TypeScript definitions for nodeINDIRECT1
@types/parse5 • 5.0.3TypeScript definitions for parse5INDIRECT0
@types/q • 1.5.8TypeScript definitions for qINDIRECT0
@types/responselike • 1.0.3TypeScript definitions for responselikeINDIRECT2
@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
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
any-base • 1.1.0Converter from any base to other any baseINDIRECT0
arch • 2.2.0Better `os.arch()` for node and the browser -- detect OS architectureINDIRECT0
archive-type • 4.0.0Detect the archive type of a Buffer/Uint8ArrayINDIRECT1
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
array-buffer-byte-length • 1.0.2Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT18
array-flatten • 3.0.0Flatten nested arraysINDIRECT0
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.prototype.reduce • 1.0.8An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.INDIRECT89
arraybuffer.prototype.slice • 1.0.4ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT87
async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructorINDIRECT0
async-retry-ng • 2.0.2Retrying made simple, easy and asyncINDIRECT0
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
babel-plugin-apply-mdx-type-prop • 1.6.22Apply the MDX type prop used in the MDX pragmaINDIRECT2
babel-plugin-extract-import-names • 1.6.22Extract import namesINDIRECT1
babel-plugin-polyfill-corejs2 • 0.4.14A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT24
babel-plugin-polyfill-corejs3 • 0.11.1A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT25
babel-plugin-polyfill-regenerator • 0.6.5A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
babel-plugin-remove-graphql-queries • 2.16.1INDIRECT0
bail • 1.0.5Throw a given errorINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
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
bin-build • 3.0.0Easily build binariesINDIRECT133
bin-check • 4.1.0Check if a binary is workingINDIRECT18
bin-version-check • 4.0.0Check whether a binary version satisfies a semver rangeINDIRECT23
bin-version • 3.1.0Get the version of a binary in semver formatINDIRECT21
bin-wrapper • 4.1.0Binary wrapper that makes your programs seamlessly available as local dependenciesINDIRECT164
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
bl • 1.2.3Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT9
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
bmp-js • 0.1.0A pure javascript BMP encoder and decoderINDIRECT0
boxen • 4.2.0Create boxes in the terminalINDIRECT17
brace-expansion • 1.1.12Brace expansion as known from sh/bashINDIRECT2
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
browserslist • 4.25.1Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buffer-alloc-unsafe • 1.1.0A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.INDIRECT0
buffer-alloc • 1.2.0A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.INDIRECT2
buffer-crc32 • 0.2.13A pure javascript CRC32 algorithm that plays nice with binary dataINDIRECT0
buffer-equal • 0.0.1return whether two buffers are equalINDIRECT0
buffer-fill • 1.0.0A [ponyfill](https://ponyfill.com) for `Buffer.fill`.INDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
buffer • 6.0.3Node.js Buffer API, for the browserINDIRECT2
cacheable-lookup • 2.0.1A cacheable dns.lookup(…) that respects the TTLINDIRECT5
cacheable-request • 2.1.4Wrap native HTTP requests with RFC compliant cache supportINDIRECT17
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-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT15
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
camel-case • 3.0.0Camel case a stringINDIRECT3
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
caw • 2.0.1Construct HTTP/HTTPS agents for tunneling proxiesINDIRECT13
ccount • 1.1.0Count charactersINDIRECT0
centra • 2.7.0The core lightweight HTTP client for NodeINDIRECT1
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-legacy • 1.1.4HTML legacy character entity informationINDIRECT0
character-entities • 1.2.4HTML character entity informationINDIRECT0
character-reference-invalid • 1.1.4HTML invalid numeric character reference informationINDIRECT0
cheerio • 0.22.0Tiny, fast, and elegant implementation of core jQuery designed specifically for the serverINDIRECT27
cheerio • 1.1.0The fast, flexible & elegant library for parsing and manipulating HTML and XML.INDIRECT21
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryINDIRECT14
ci-info • 2.0.0Get details about the current Continuous Integration environmentINDIRECT0
cli-boxes • 2.2.1Boxes for use in the terminalINDIRECT0
clone-response • 1.0.2Clone a Node.js HTTP response streamINDIRECT1
clone-response • 1.0.3Clone a Node.js HTTP response streamINDIRECT1
coa • 2.0.2Command-Option-Argument: Yet another parser for command line options.INDIRECT9
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
collapse-white-space • 1.0.6Replace multiple white-space characters with a single spaceINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-name • 1.1.4A list of color names and its valuesINDIRECT0
color-string • 1.9.1Parser and generator for CSS color stringsINDIRECT3
color • 3.2.1Color conversion and manipulation with CSS string supportINDIRECT6
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
comma-separated-tokens • 1.0.8Parse and stringify comma-separated tokensINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
config-chain • 1.1.13HANDLE CONFIGURATION ONCE AND FOR ALLINDIRECT2
constant-case • 2.0.0Constant case a stringINDIRECT4
content-disposition • 0.5.4Create and parse Content-Disposition headerINDIRECT1
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js-compat • 3.43.0core-js compatINDIRECT7
core-js • 3.43.0Standard libraryINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cross-spawn • 5.1.0Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
cross-spawn • 6.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
crypto-random-string • 2.0.0Generate a cryptographically strong random stringINDIRECT0
css-select-base-adapter • 0.1.1Provides some base functions needed by a css-select adapter so that you don't have to implement the whole thing.INDIRECT0
css-selector-parser • 1.4.1Just a CSS selector parser.INDIRECT0
css-tree • 1.0.0-alpha.37CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementationsINDIRECT2
css-tree • 1.1.3A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementationsINDIRECT2
csso • 4.2.0CSS minifier with structural optimisationsINDIRECT3
data-view-buffer • 1.0.2Get the ArrayBuffer out of a DataView, robustly.INDIRECT25
data-view-byte-length • 1.0.2Get the byteLength out of a DataView, robustly.INDIRECT25
data-view-byte-offset • 1.0.1Get the byteOffset out of a DataView, robustly.INDIRECT25
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.2.7small debugging utilityINDIRECT1
debug • 4.4.1Lightweight debugging utility for Node.js and the browserINDIRECT1
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
decompress-response • 3.3.0Decompress a HTTP response if neededINDIRECT1
decompress-response • 4.2.1Decompress a HTTP response if neededINDIRECT1
decompress-response • 5.0.0Decompress a HTTP response if neededINDIRECT1
decompress-response • 6.0.0Decompress a HTTP response if neededINDIRECT1
decompress-tar • 4.1.1decompress tar pluginINDIRECT48
decompress-tarbz2 • 4.1.1decompress tar.bz2 pluginINDIRECT57
decompress-targz • 4.1.1decompress tar.gz pluginINDIRECT49
decompress-unzip • 4.0.1decompress zip pluginINDIRECT10
decompress • 4.2.1Extracting archives made easyINDIRECT75
deep-extend • 0.6.0Recursive object extendingINDIRECT0
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.INDIRECT3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
detab • 2.0.4Detab: tabs -> spacesINDIRECT1
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
dom-serializer • 0.1.1render dom nodes to stringINDIRECT2
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
download • 6.2.5Download and extract filesINDIRECT114
download • 7.1.0Download and extract filesINDIRECT133
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emojis-list • 3.0.0Complete list of standard emojis.INDIRECT0
encoding-sniffer • 0.2.1Implementation of the HTML encoding sniffer algo, with stream supportINDIRECT3
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
es-abstract • 1.24.0ECMAScript spec abstract operations.INDIRECT87
es-array-method-boxes-properly • 1.0.0Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.INDIRECT0
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.1ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.1.0A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT13
es-to-primitive • 1.3.0ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.INDIRECT19
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
event-target-shim • 5.0.1An implementation of WHATWG EventTarget 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 • 0.7.0A better `child_process`INDIRECT15
execa • 1.0.0A better `child_process`INDIRECT18
execa • 4.1.0Process execution for humansINDIRECT19
executable • 4.1.1Check if a file is executableINDIRECT1
ext-list • 2.2.2List of known file extensions and their MIME typesINDIRECT1
ext-name • 5.0.0Get the file extension and MIME type from a fileINDIRECT5
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fd-slicer • 1.1.0safely create multiple ReadStream or WriteStream objects from the same file descriptorINDIRECT1
file-type • 12.4.2Detect the file type of a Buffer/Uint8Array/ArrayBufferINDIRECT0
file-type • 16.5.4Detect the file type of a Buffer/Uint8Array/ArrayBufferINDIRECT15
file-type • 3.9.0Detect the file type of a Buffer/Uint8ArrayINDIRECT0
file-type • 4.4.0Detect the file type of a Buffer/Uint8ArrayINDIRECT0
file-type • 5.2.0Detect the file type of a Buffer/Uint8ArrayINDIRECT0
file-type • 6.2.0Detect the file type of a Buffer/Uint8ArrayINDIRECT0
file-type • 8.1.0Detect the file type of a Buffer/Uint8ArrayINDIRECT0
file-type • 9.0.0Detect the file type of a Buffer/Uint8ArrayINDIRECT0
filename-reserved-regex • 2.0.0Regular expression for matching reserved filename charactersINDIRECT0
filenamify • 2.1.0Convert a string to a valid safe filenameINDIRECT4
filenamify • 4.3.0Convert a string to a valid safe filenameINDIRECT4
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
find-versions • 3.2.0Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`INDIRECT1
follow-redirects • 1.15.9HTTP and HTTPS modules that follow redirects.INDIRECT0
for-each • 0.3.5A better forEachINDIRECT1
form-data • 4.0.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT19
from2 • 2.3.0Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"INDIRECT8
fs-constants • 1.0.0Require constants across node and the browserINDIRECT0
fs-extra • 8.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fs-extra • 9.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT4
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
function.prototype.name • 1.1.8An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT21
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
gatsby-core-utils • 1.10.1A collection of gatsby utils used in different gatsby packagesINDIRECT22
gatsby-plugin-mdx • 1.10.1MDX integration for GatsbyDIRECT337
gatsby-plugin-sharp • 2.14.4Wrapper of the Sharp image manipulation library for Gatsby pluginsDIRECT571
gatsby-plugin-typescript • 2.12.1Adds TypeScript support to GatsbyDIRECT56
gatsby-remark-images • 3.11.1Processes images in markdown so they can be used in the production build.DIRECT145
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.DIRECT91
gatsby-telemetry • 1.10.2Gatsby TelemetryINDIRECT98
gatsby-transformer-sharp • 2.12.1Gatsby transformer plugin for images using SharpDIRECT166
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.3.0Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-proxy • 2.1.0Get configured proxyINDIRECT5
get-stream • 2.3.1Get a stream as a string, buffer, or arrayINDIRECT3
get-stream • 3.0.0Get a stream as a string, buffer, or arrayINDIRECT0
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-symbol-description • 1.1.0Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT13
gifwrap • 0.9.4A Jimp-compatible library for working with GIFsINDIRECT3
git-up • 4.0.5A low level git url parser.INDIRECT30
github-from-package • 0.0.0return the github url from a package.json fileINDIRECT0
global • 4.4.0Require global variablesINDIRECT3
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT7
globby • 10.0.2Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT38
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
got • 10.7.0Human-friendly and powerful HTTP request library for Node.jsINDIRECT33
got • 7.1.0Simplified HTTP requestsINDIRECT20
got • 8.3.2Simplified HTTP requestsINDIRECT45
got • 9.6.0Simplified HTTP requestsINDIRECT25
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
has-bigints • 1.1.0Determine if the JS environment has BigInt support.INDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-proto • 1.2.0Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT5
has-symbol-support-x • 1.4.2Tests if ES6 Symbol is supported.INDIRECT0
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-to-string-tag-x • 1.4.1Tests if ES6 @@toStringTag is supported.INDIRECT1
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
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-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-to-parse5 • 6.0.0hast utility to transform hast to Parse5’s ASTINDIRECT11
hastscript • 6.0.0hast utility to create treesINDIRECT7
header-case • 1.0.1Header case a stringINDIRECT3
html-void-elements • 1.0.5List of known void HTML elementsINDIRECT0
htmlparser2 • 10.0.0Fast & forgiving HTML/XML parserINDIRECT6
htmlparser2 • 3.10.1Fast & forgiving HTML/XML/RSS parserINDIRECT10
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
image-q • 4.0.0Image Quantization Library in **TypeScript** *(MIT Licensed)*INDIRECT1
imagemin-mozjpeg • 9.0.0Imagemin plugin for mozjpegINDIRECT194
imagemin-pngquant • 9.0.2Imagemin plugin for `pngquant`INDIRECT196
imagemin • 7.0.1Minify images seamlesslyINDIRECT46
import-lazy • 3.1.0Import a module lazilyINDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
inline-style-parser • 0.1.1An inline style parser.INDIRECT0
internal-slot • 1.1.0ES spec-like internal slotsINDIRECT18
into-stream • 3.1.0Convert a buffer/string/array/object/iterable/promise into a streamINDIRECT10
is-absolute-url • 3.0.3Check if a URL is absoluteINDIRECT0
is-alphabetical • 1.0.4Check if a character is alphabeticalINDIRECT0
is-alphanumeric • 1.0.0Check if a string only contains alphanumeric charactersINDIRECT0
is-alphanumerical • 1.0.4Check if a character is alphanumericalINDIRECT2
is-array-buffer • 3.0.5Is this value a JS ArrayBuffer?INDIRECT17
is-arrayish • 0.3.2Determines if an object can be used as an arrayINDIRECT0
is-async-function • 2.1.1Determine if a function is a native async function.INDIRECT17
is-bigint • 1.1.0Is this value an ES BigInt?INDIRECT1
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-boolean-object • 1.2.2Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
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-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-data-view • 1.0.2Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT24
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-decimal • 1.0.4Check if a character is decimalINDIRECT0
is-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-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-finalizationregistry • 1.1.1Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-function • 1.0.2is that thing a function? Use this module to find outINDIRECT0
is-generator-function • 1.1.0Determine if a function is a native generator function.INDIRECT16
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-jpg • 2.0.0Check if a Buffer/Uint8Array is a JPEG imageINDIRECT0
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-natural-number • 4.0.1Check if a value is a natural numberINDIRECT0
is-negative-zero • 2.0.3Is this value negative zero? === will lie to youINDIRECT0
is-number-object • 1.1.1Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-obj • 2.0.0Check if a value is an objectINDIRECT0
is-object • 1.0.2Checks whether a value is an objectINDIRECT0
is-plain-obj • 1.1.0Check if a value is a plain objectINDIRECT0
is-plain-obj • 2.1.0Check if a value is a plain objectINDIRECT0
is-png • 2.0.0Check if a Buffer/Uint8Array is a PNG imageINDIRECT0
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
is-relative-url • 3.0.0Check if an URL is relativeINDIRECT1
is-retry-allowed • 1.2.0Is retry allowed for Error?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.4Is this value a JS SharedArrayBuffer?INDIRECT13
is-ssh • 1.4.1Check 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.1.1Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-symbol • 1.1.1Determine if a value is an ES6 Symbol or not.INDIRECT16
is-typed-array • 1.1.15Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT23
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-upper-case • 1.1.2Check if a string is upper casedINDIRECT1
is-weakmap • 2.0.2Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-weakref • 1.1.1Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-weakset • 2.0.4Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-whitespace-character • 1.0.4Check if a character is a whitespace characterINDIRECT0
is-word-character • 1.0.4Check if a character is a word characterINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
isurl • 1.0.0Checks whether a value is a WHATWG URL.INDIRECT3
jimp • 0.14.0An image processing library written entirely in JavaScript (i.e. zero external or native dependencies)INDIRECT75
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
jsesc • 3.0.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-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
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
junk • 3.1.0Filter out system junk files like .DS_Store and Thumbs.dbINDIRECT0
keyv • 3.0.0Simple key-value storage with support for multiple backendsINDIRECT1
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 • 6.0.3Get the native type of a value.INDIRECT0
load-bmfont • 1.4.2loads a BMFont file in Node and the browserINDIRECT20
loader-utils • 1.4.2utils for webpack loadersINDIRECT4
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.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.defaults • 4.2.0The lodash method `_.defaults` 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.foreach • 4.5.0The lodash method `_.forEach` exported as a module.INDIRECT0
lodash.kebabcase • 4.1.1The lodash method `_.kebabCase` exported as a module.DIRECT0
lodash.map • 4.6.0The lodash method `_.map` 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.uniq • 4.5.0The lodash method `_.uniq` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
longest-streak • 2.0.4Count the longest repeating streak of a characterINDIRECT0
lower-case-first • 1.0.2Lower case the first character of a stringINDIRECT1
lower-case • 1.1.4Lowercase a stringINDIRECT0
lowercase-keys • 1.0.0Lowercase the keys of an objectINDIRECT0
lowercase-keys • 1.0.1Lowercase the keys of an objectINDIRECT0
lowercase-keys • 2.0.0Lowercase the keys of an objectINDIRECT0
make-dir • 1.3.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
markdown-escapes • 1.0.4List of escapable characters in markdownINDIRECT0
markdown-table • 1.1.3Markdown/ASCII tablesINDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
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-definitions • 1.2.5Find definition nodes in mdast nodesINDIRECT3
mdast-util-definitions • 4.0.0mdast utility to find definition nodes in a treeINDIRECT4
mdast-util-to-hast • 10.0.1mdast utility to transform to hastINDIRECT10
mdast-util-to-nlcst • 3.2.3Transform MDAST to NLCSTINDIRECT4
mdast-util-to-string • 1.1.0mdast utility to get the plain text content of a nodeINDIRECT0
mdast-util-toc • 3.1.0Generate a Table of Contents (TOC) from a given Markdown fileINDIRECT6
mdurl • 1.0.1URL utilities for markdown-itINDIRECT0
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
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-response • 1.0.1Mimic a Node.js HTTP response streamINDIRECT0
mimic-response • 2.1.0Mimic a Node.js HTTP response streamINDIRECT0
mimic-response • 3.1.0Mimic a Node.js HTTP response streamINDIRECT0
mini-svg-data-uri • 1.4.4Small, efficient encoding of SVG data URIs for CSS, HTML, etc.INDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp-classic • 0.5.3Mirror of mkdirp 0.5.2INDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
mozjpeg • 7.1.1mozjpeg wrapper that makes it seamlessly available as a local dependencyINDIRECT178
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
napi-build-utils • 1.0.2A set of utilities to assist developers of tools that build N-API native add-onsINDIRECT0
needle • 2.9.1The leanest and most handsome HTTP client in the Nodelands.INDIRECT5
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
node-abi • 2.30.1Get the Node ABI for a given target and runtime, and vice versa.INDIRECT1
node-addon-api • 3.2.1Node.js API (Node-API)INDIRECT0
node-eta • 0.9.0Estimated time to arrivalINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
node-object-hash • 2.3.10Node.js object hash library with properties/arrays sorting to provide constant hashesINDIRECT0
node-releases • 2.0.19Node.js releases dataINDIRECT0
normalize-path • 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.INDIRECT0
normalize-url • 2.0.1Normalize a URLINDIRECT7
normalize-url • 4.5.1Normalize a URLINDIRECT0
normalize-url • 6.1.0Normalize a URLINDIRECT0
npm-conf • 1.1.3Get the npm configINDIRECT4
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
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT19
object.getownpropertydescriptors • 2.1.8ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.INDIRECT90
object.values • 1.2.1ES2017 spec-compliant Object.values shim.INDIRECT19
omggif • 1.0.10omggif is a JavaScript implementation of a GIF 89a encoder and decoder.INDIRECT0
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
os-filter-obj • 2.0.0Filter an array of objects to a specific OSINDIRECT1
ow • 0.17.0Function argument validation for humansINDIRECT1
own-keys • 1.0.1Robustly get an object's own property keys (strings and symbols), including non-enumerables when possibleINDIRECT15
p-cancelable • 0.3.0Create a promise that can be canceledINDIRECT0
p-cancelable • 0.4.1Create a promise that can be canceledINDIRECT0
p-cancelable • 1.1.0Create a promise that can be canceledINDIRECT0
p-cancelable • 2.1.1Create a promise that can be canceledINDIRECT0
p-event • 1.3.0Promisify an event by waiting for it to be emittedINDIRECT2
p-event • 2.3.1Promisify an event by waiting for it to be emittedINDIRECT2
p-event • 4.2.0Promisify an event by waiting for it to be emittedINDIRECT2
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-is-promise • 1.1.0Check if something is a promiseINDIRECT0
p-map-series • 1.0.0Map over promises seriallyINDIRECT1
p-pipe • 3.1.0Compose promise-returning & async functions into a reusable pipelineINDIRECT0
p-queue • 6.6.2Promise queue with concurrency controlINDIRECT3
p-reduce • 1.0.0Reduce a list of values using promises into a promise for a valueINDIRECT0
p-timeout • 1.2.1Timeout a promise after a specified amount of timeINDIRECT1
p-timeout • 2.0.1Timeout a promise after a specified amount of timeINDIRECT1
p-timeout • 3.2.0Timeout a promise after a specified amount of timeINDIRECT1
param-case • 2.1.1Param case a stringINDIRECT2
parse-bmfont-ascii • 1.0.6parses ASCII BMFont files to a JavaScript objectINDIRECT0
parse-bmfont-binary • 1.0.6reads a BMFont binary in a Buffer into a JSON objectINDIRECT0
parse-bmfont-xml • 1.1.6parses XML BMFont files into a JavaScript objectINDIRECT4
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-headers • 2.0.6Parse http headers, works with browserify/xhrINDIRECT0
parse-latin • 4.3.0Latin-script (natural language) parserINDIRECT4
parse-path • 4.0.4Parse paths (local paths, urls: ssh/git/etc)INDIRECT27
parse-url • 6.0.5An advanced url parser supporting git urls too.INDIRECT29
parse5-htmlparser2-tree-adapter • 7.1.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.3.0HTML parser and serializer.INDIRECT1
pascal-case • 2.0.1Pascal case a stringINDIRECT5
path-case • 2.1.1Path case a stringINDIRECT2
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-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
peek-readable • 4.1.0Read and peek from a readable streamINDIRECT0
pend • 1.2.0dead-simple optimistic async helperINDIRECT0
phin • 2.9.3Ultra-simple, lightweight, dependency-free Node.JS HTTP request clientINDIRECT0
phin • 3.7.1The ultra-lightweight Node.js HTTP clientINDIRECT2
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.INDIRECT0
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pify • 3.0.0Promisify a callback-style functionINDIRECT0
pify • 4.0.1Promisify a callback-style functionINDIRECT0
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
pngjs • 3.4.0PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.INDIRECT0
possible-typed-array-names • 1.1.0A simple list of possible Typed Array names.INDIRECT0
prebuild-install • 6.1.4A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platformINDIRECT62
prepend-http • 1.0.4Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
prepend-http • 2.0.0Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
pretty-bytes • 5.6.0Convert bytes to a human readable string: 1337 → 1.34 kBINDIRECT0
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
process • 0.11.10process information for node.js and browsersINDIRECT0
progress • 2.0.3Flexible ascii progress barINDIRECT0
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.2Get the protocols of an input url.INDIRECT0
pump • 3.0.3pipe 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
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D)INDIRECT0
query-string • 5.1.1Parse and stringify URL query stringsINDIRECT3
query-string • 6.14.1Parse and stringify URL query stringsINDIRECT4
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
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-stream • 4.7.0Node.js Streams, a user-land copy of the stream library from Node.jsINDIRECT9
readable-web-to-node-stream • 3.0.4Converts a Web-API readable-stream into a Node readable-stream.INDIRECT10
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
reflect.getprototypeof • 1.0.10An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possibleINDIRECT87
regenerate-unicode-properties • 10.2.0Regenerate sets for Unicode properties and values.INDIRECT1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regenerator-runtime • 0.13.11Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regexp.prototype.flags • 1.5.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT20
regexpu-core • 6.2.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
remark-footnotes • 2.0.0remark plugin to add support for pandoc footnotesINDIRECT0
remark-mdx • 1.6.22Support import, export, and JSX in markdownINDIRECT77
remark-parse • 6.0.3Markdown parser for remarkINDIRECT24
remark-parse • 8.0.3remark plugin to parse MarkdownINDIRECT26
remark-retext • 3.1.3remark 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 • 10.0.1Markdown processor powered by pluginsINDIRECT51
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
resolve • 1.22.10resolve 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
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.1.0Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safe-array-concat • 1.1.3`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT18
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-push-apply • 1.0.0Push an array of items into an array, while being robust against prototype modificationINDIRECT2
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT15
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
section-matter • 1.0.0Like front-matter, but supports multiple sections in a document.INDIRECT3
seek-bzip • 1.0.6a pure-JavaScript Node.JS module for random-access decoding bzip2 dataINDIRECT1
semver-regex • 2.0.0Regular expression for matching semver versionsINDIRECT0
semver-truncate • 1.1.2Truncate a semver version: 1.2.3 → 1.2.0INDIRECT1
sentence-case • 2.1.1Sentence case a stringINDIRECT4
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
set-proto • 1.0.0Robustly set the [[Prototype]] of an objectINDIRECT6
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
side-channel-list • 1.0.0Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT14
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT15
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT17
simple-concat • 1.0.1Super-minimalist version of `concat-stream`. Less than 15 lines!INDIRECT0
simple-get • 3.1.1Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.INDIRECT5
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
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
slugify • 1.6.6Slugifies a StringINDIRECT0
snake-case • 2.1.0Snake case a stringINDIRECT2
sort-keys-length • 1.0.1Sort objecy keys by lengthINDIRECT2
sort-keys • 1.1.2Sort the keys of an objectINDIRECT1
sort-keys • 2.0.0Sort the keys of an objectINDIRECT1
source-list-map • 1.1.2Fast line to line SourceMap generator.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
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
state-toggle • 1.0.3Enter/exit a stateINDIRECT0
static-site-generator-webpack-plugin • 3.4.2Minimal, unopinionated static site generator powered by webpackINDIRECT57
stop-iteration-iterator • 1.1.0Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.INDIRECT19
stream-parser • 0.3.1Generic interruptible "parser" mixin for Transform & Writable streamsINDIRECT2
strict-uri-encode • 1.1.0A stricter URI encode adhering to RFC 3986INDIRECT0
strict-uri-encode • 2.0.0A stricter URI encode adhering to RFC 3986INDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string.prototype.trim • 1.2.10ES5 spec-compliant shim for String.prototype.trimINDIRECT87
string.prototype.trimend • 1.0.9ES2019 spec-compliant String.prototype.trimEnd shim.INDIRECT19
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim.INDIRECT18
stringify-entities • 1.3.2Encode HTML character references and character entitiesINDIRECT6
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
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-dirs • 2.1.0Remove leading directory components from a path, like tar's --strip-components optionINDIRECT1
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-outer • 1.0.1Strip a substring from the start/end of a stringINDIRECT1
strtok3 • 6.3.0A promise based streaming tokenizerINDIRECT2
style-to-object • 0.3.0Converts inline style to object.INDIRECT1
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
svgo • 1.3.2Nodejs-based tool for optimizing SVG vector graphics filesINDIRECT127
swap-case • 1.1.2Swap the case of a stringINDIRECT2
tar-fs • 2.1.3filesystem bindings for tar-streamINDIRECT17
tar-stream • 1.6.2tar-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.INDIRECT45
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
temp-dir • 1.0.0Get the real path of the system temp directoryINDIRECT0
tempfile • 2.0.0Get a random temporary file pathINDIRECT2
term-size • 2.2.1Reliably get the terminal window size (columns & rows)INDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
timed-out • 4.0.1Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hangedINDIRECT0
timm • 1.7.1Immutability helpers with fast reads and acceptable writesINDIRECT0
tinycolor2 • 1.6.0Fast Color Parsing and ManipulationINDIRECT0
title-case • 2.1.1Title case a stringINDIRECT3
tmp • 0.2.3Temporary file and directory creatorINDIRECT0
to-buffer • 1.2.1Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.INDIRECT27
to-readable-stream • 1.0.0Convert a string/Buffer/Uint8Array to a readable streamINDIRECT0
to-readable-stream • 2.1.0Convert a string/Buffer/Uint8Array to a readable streamINDIRECT0
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
token-types • 4.2.1Common token types for decoding and encoding numeric and string valuesINDIRECT2
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
trim-repeated • 1.0.0Trim a consecutively repeated substring: foo--bar---baz → foo-bar-bazINDIRECT1
trim-trailing-lines • 1.1.4Remove final line feeds from a stringINDIRECT0
trim • 0.0.1Trim string whitespaceINDIRECT0
trough • 1.0.5Middleware: a channel used to convey a liquidINDIRECT0
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT24
typed-array-byte-length • 1.0.3Robustly get the byte length of a Typed ArrayINDIRECT25
typed-array-byte-offset • 1.0.4Robustly get the byte offset of a Typed ArrayINDIRECT87
typed-array-length • 1.0.7Robustly get the length of a Typed ArrayINDIRECT87
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
unbox-primitive • 1.1.0Unbox a boxed JS primitive value.INDIRECT23
unbzip2-stream • 1.4.3streaming unbzip2 implementation in pure javascript for node and browsersINDIRECT4
underscore.string • 3.3.6String manipulation extensions for Underscore.js javascript library.INDIRECT2
undici-types • 7.8.0A stand-alone types package for UndiciINDIRECT0
undici • 7.11.0An 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.1The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-match-property-ecmascript • 2.0.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-value-ecmascript • 2.2.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-property-aliases-ecmascript • 2.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
unified • 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
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-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 • 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 • 1.0.3Remove nodes from Unist treeINDIRECT1
unist-util-remove • 2.1.0unist utility to remove nodes from a treeINDIRECT1
unist-util-select • 1.5.0Select unist nodes using css-like selectorsINDIRECT5
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-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 • 1.4.1Recursively walk over unist nodesINDIRECT2
unist-util-visit • 2.0.3unist utility to visit nodesINDIRECT3
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unquote • 1.1.1Remove wrapping quotes from a string.INDIRECT0
update-browserslist-db • 1.1.3CLI 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
url-parse-lax • 1.0.0url.parse() with support for protocol-less URLs & IPsINDIRECT1
url-parse-lax • 3.0.0Lax url.parse() with support for protocol-less URLs & IPsINDIRECT1
url-to-options • 1.0.1Convert a WHATWG URL to an http(s).request options object.INDIRECT0
url • 0.11.4The core `url` packaged standalone for use with Browserify.INDIRECT20
utif • 2.0.1Fast and advanced TIFF decoderINDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util.promisify • 1.0.1Polyfill/shim for util.promisify in node versions < v8INDIRECT91
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
uuid • 9.0.1RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
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 • 3.0.1Virtual file format for text processingINDIRECT4
vfile • 4.2.1Virtual file format for text processingINDIRECT4
web-namespaces • 1.1.4Map of web namespacesINDIRECT0
webpack-sources • 0.2.3Source code handling classes for webpackINDIRECT2
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
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
which-boxed-primitive • 1.1.1Which kind of boxed JS primitive is this?INDIRECT22
which-builtin-type • 1.2.1What is the type of this builtin JS value?INDIRECT48
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.INDIRECT17
which-typed-array • 1.1.19Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT22
widest-line • 3.1.0Get the visual width of the widest line in a string - the number of columns required to display itINDIRECT5
xdg-basedir • 4.0.0Get XDG Base Directory pathsINDIRECT0
xhr • 2.6.0small xhr abstractionINDIRECT7
xml-parse-from-string • 1.0.1DOMParser.parseFromString for XML with IE8 fallbackINDIRECT0
xml2js • 0.5.0Simple XML to JavaScript object converter.INDIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
xstate • 4.38.3Finite State Machines and Statecharts for the Modern Web.INDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
yauzl • 2.10.0yet another unzip library for nodeINDIRECT3
zwitch • 1.0.5Handle values based on a propertyINDIRECT0
ISC44
PackageRelationDependenciesPublished
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
aproba • 1.2.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
are-we-there-yet • 1.1.7Keep track of the overall completion of many disparate processesINDIRECT9
at-least-node • 1.0.0Lightweight Node.js version sniffing/comparisonINDIRECT0
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
chownr • 1.1.4like `chown -R`INDIRECT0
console-control-strings • 1.1.0A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.INDIRECT0
electron-to-chromium • 1.5.177Provides a list of electron-to-chromium version mappingsINDIRECT0
fastq • 1.19.1Fast, in memory work queueINDIRECT1
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
gauge • 2.7.4A terminal based horizontal guageINDIRECT17
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
has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
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
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
npmlog • 4.1.2logger for npmINDIRECT29
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
pixelmatch • 4.0.2The smallest and fastest pixel-level image comparison library.INDIRECT1
proto-list • 1.2.4A utility for managing a prototype chainINDIRECT0
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
sax • 1.2.4An evented streaming XML parser in JavaScriptINDIRECT0
sax • 1.4.1An evented streaming XML parser in JavaScriptINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.7.2The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT5
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 3.0.3Write files in an atomic fashion w/configurable ownershipINDIRECT4
yallist • 2.1.2Yet Another Linked ListINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
BSD-2-Clause25
PackageRelationDependenciesPublished
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 • 2.1.0a CSS selector compiler/engineINDIRECT7
css-select • 5.2.2a CSS selector compiler/engineINDIRECT8
css-what • 2.1.3a CSS selector parserINDIRECT0
css-what • 3.4.2a CSS selector parserINDIRECT0
css-what • 6.2.2a CSS selector parserINDIRECT0
domelementtype • 1.3.1all the types of nodes in htmlparser2's domINDIRECT0
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 2.4.2handler 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 • 1.7.0utilities for working with htmlparser2's domINDIRECT3
domutils • 3.2.2Utilities for working with htmlparser2's domINDIRECT4
entities • 1.1.2Encode & decode XML/HTML entities with easeINDIRECT0
entities • 4.5.0Encode & decode XML and HTML entities with ease & speedINDIRECT0
entities • 6.0.1Encode & decode XML and HTML entities with ease & speedINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
http-cache-semantics • 3.8.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
http-cache-semantics • 4.2.0Parses 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.12.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
BSD-3-Clause9
PackageRelationDependenciesPublished
dataloader • 1.4.0A data loading utility to reduce requests to a backend via batching and caching.INDIRECT0
duplexer3 • 0.1.5Like duplexer but using streams3INDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
jpeg-js • 0.4.4A pure javascript JPEG encoder and decoderINDIRECT0
qs • 6.14.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT18
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
unknown7
PackageRelationDependenciesPublished
dom-walk • 0.1.2iteratively walk a DOM nodeINDIRECT0
eval • 0.1.8Evaluate node require() module content directlyINDIRECT3
exif-parser • 0.1.12A javascript library to extract Exif metadata from images, in node and in the browser.INDIRECT0
min-document • 2.19.0A minimal DOM implementationINDIRECT1
require-like • 0.1.2Generates require functions that act as if they were operating in a given path.INDIRECT0
valid-url • 1.0.9URI validation functionsINDIRECT0
x-is-string • 0.1.0Simple string testINDIRECT0
Apache-2.04
PackageRelationDependenciesPublished
detect-libc • 1.0.3Node.js module to detect the C standard library (libc) implementation family and versionINDIRECT0
human-signals • 1.1.1Human-friendly process signalsINDIRECT0
sharp • 0.27.2High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF imagesINDIRECT76
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
CC0-1.0 OR MIT3
PackageRelationDependenciesPublished
type-fest • 0.10.0A collection of essential TypeScript typesINDIRECT0
type-fest • 0.11.0A collection of essential TypeScript typesINDIRECT0
type-fest • 0.8.1A collection of essential TypeScript typesINDIRECT0
CC0-1.02
PackageRelationDependenciesPublished
mdn-data • 2.0.14Open Web data by the Mozilla Developer NetworkINDIRECT0
mdn-data • 2.0.4Open Web data by the Mozilla Developer NetworkINDIRECT0
GPL-2.01
PackageRelationDependenciesPublished
potrace • 2.1.8Potrace in Javascript, for NodeJSINDIRECT76
GPL-3.0+1
PackageRelationDependenciesPublished
pngquant-bin • 6.0.1`pngquant` wrapper that makes it seamlessly available as a local dependencyINDIRECT192
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
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001726A smaller version of caniuse-db, with only the essentials!INDIRECT0
MIT AND Zlib1
PackageRelationDependenciesPublished
pako • 1.0.11zlib port to javascript - fast, modularized, with browser supportINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40devpanther%2Fgatsby-theme-minimal-blog-core)](https://licenses.dev/npm/%40devpanther%2Fgatsby-theme-minimal-blog-core)
<a href="https://licenses.dev/npm/%40devpanther%2Fgatsby-theme-minimal-blog-core">
  <img src="https://licenses.dev/b/npm/%40devpanther%2Fgatsby-theme-minimal-blog-core" alt="licenses" />
</a>

Or the licenses badge code for the 2.8.1 version:

[![licenses](https://licenses.dev/b/npm/%40devpanther%2Fgatsby-theme-minimal-blog-core/2.8.1)](https://licenses.dev/npm/%40devpanther%2Fgatsby-theme-minimal-blog-core/2.8.1)
<a href="https://licenses.dev/npm/%40devpanther%2Fgatsby-theme-minimal-blog-core/2.8.1">
  <img src="https://licenses.dev/b/npm/%40devpanther%2Fgatsby-theme-minimal-blog-core/2.8.1" alt="licenses" />
</a>
GitHub