licenses.dev

gatsby-plugin-mdx v2.15.0

MDX integration for Gatsby

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT363
PackageRelationDependenciesPublished
@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.25.2Babel compiler core.DIRECT48
@babel/generator • 7.25.6Turns an AST into code.DIRECT10
@babel/helper-annotate-as-pure • 7.24.7Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT4
@babel/helper-builder-binary-assignment-operator-visitor • 7.24.7Helper function to build binary assignment operator visitorsINDIRECT28
@babel/helper-compilation-targets • 7.25.2Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.25.4Compile class public and private fields, private methods and decorators to ES6INDIRECT34
@babel/helper-create-regexp-features-plugin • 7.25.2Compile ESNext Regular Expressions to ES5INDIRECT16
@babel/helper-define-polyfill-provider • 0.6.2Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-member-expression-to-functions • 7.24.8Helper function to replace certain member expressions with function callsINDIRECT28
@babel/helper-module-imports • 7.24.7Babel helper functions for inserting module loadsINDIRECT28
@babel/helper-module-transforms • 7.25.2Babel helper functions for implementing ES6 module transformationsINDIRECT30
@babel/helper-optimise-call-expression • 7.24.7Helper function to optimise call expressionINDIRECT4
@babel/helper-plugin-utils • 7.24.8General utilities for plugins to useDIRECT0
@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-object-rest-spread • 7.20.7Compile object rest and spread to ES5DIRECT16
@babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an objectINDIRECT0
@babel/plugin-syntax-async-generators • 7.8.4Allow parsing of async generator functionsINDIRECT1
@babel/plugin-syntax-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.24.7Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-logical-assignment-operators • 7.10.4Allow parsing of the logical assignment operatorsINDIRECT1
@babel/plugin-syntax-nullish-coalescing-operator • 7.8.3Allow parsing of the nullish-coalescing operatorINDIRECT1
@babel/plugin-syntax-numeric-separator • 7.10.4Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal SeparatorINDIRECT1
@babel/plugin-syntax-object-rest-spread • 7.8.3Allow parsing of object rest/spreadINDIRECT1
@babel/plugin-syntax-optional-catch-binding • 7.8.3Allow parsing of optional catch bindingsINDIRECT1
@babel/plugin-syntax-optional-chaining • 7.8.3Allow parsing of optional propertiesINDIRECT1
@babel/plugin-syntax-private-property-in-object • 7.14.5Allow parsing of '#foo in obj' brand checksINDIRECT1
@babel/plugin-syntax-top-level-await • 7.14.5Allow parsing of top-level await in modulesINDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT18
@babel/plugin-transform-arrow-functions • 7.24.7Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.25.4Turn async generator functions into ES2015 generatorsINDIRECT33
@babel/plugin-transform-async-to-generator • 7.24.7Turn async functions into ES2015 generatorsINDIRECT33
@babel/plugin-transform-block-scoped-functions • 7.24.7Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.25.0Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.25.4This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT36
@babel/plugin-transform-class-static-block • 7.24.7Transform class static blocksINDIRECT37
@babel/plugin-transform-classes • 7.25.4Compile ES2015 classes to ES5INDIRECT45
@babel/plugin-transform-computed-properties • 7.24.7Compile ES2015 computed properties to ES5INDIRECT18
@babel/plugin-transform-destructuring • 7.24.8Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-dotall-regex • 7.24.7Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT18
@babel/plugin-transform-duplicate-keys • 7.24.7Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.0Compile regular expressions using duplicate named groups to index-based groups.INDIRECT18
@babel/plugin-transform-dynamic-import • 7.24.7Transform import() expressionsINDIRECT2
@babel/plugin-transform-exponentiation-operator • 7.24.7Compile exponentiation operator to ES5INDIRECT30
@babel/plugin-transform-export-namespace-from • 7.24.7Compile export namespace to ES2015INDIRECT2
@babel/plugin-transform-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-shorthand-properties • 7.24.7Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.24.7Compile ES2015 spread to ES5INDIRECT30
@babel/plugin-transform-sticky-regex • 7.24.7Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.24.7Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.24.8This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-unicode-escapes • 7.24.7Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.24.7Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT18
@babel/plugin-transform-unicode-regex • 7.24.7Compile ES2015 Unicode regex to ES5INDIRECT18
@babel/plugin-transform-unicode-sets-regex • 7.25.4Compile regular expressions' unicodeSets (v) flag.INDIRECT18
@babel/preset-env • 7.25.4A Babel preset for each environment.DIRECT154
@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.DIRECT37
@babel/regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
@babel/runtime • 7.25.6babel's modular runtime helpersDIRECT1
@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 nodesDIRECT3
@jridgewell/gen-mapping • 0.3.5Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@sindresorhus/is • 4.6.0Type check valuesINDIRECT0
@szmarczak/http-timer • 4.0.6Timings for HTTP requestsINDIRECT1
@tokenizer/token • 0.3.0TypeScript definition for strtok3 tokenINDIRECT0
@types/cacheable-request • 6.0.3TypeScript definitions for cacheable-requestINDIRECT5
@types/http-cache-semantics • 4.0.4TypeScript definitions for http-cache-semanticsINDIRECT0
@types/keyv • 3.1.4TypeScript definitions for keyvINDIRECT2
@types/node • 22.5.5TypeScript definitions for nodeINDIRECT1
@types/responselike • 1.0.3TypeScript definitions for responselikeINDIRECT2
@types/unist • 2.0.11TypeScript definitions for unistINDIRECT0
@types/unist • 3.0.3TypeScript 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 VFileINDIRECT7
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
array-iterate • 1.1.4forEach with the possibility to change the next positionINDIRECT0
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
bail • 1.0.5Throw a given errorINDIRECT0
big.js • 5.2.2A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticINDIRECT0
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
browserslist • 4.23.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
cacheable-lookup • 5.0.4A cacheable dns.lookup(…) that respects the TTLINDIRECT0
cacheable-request • 7.0.4Wrap native HTTP requests with RFC compliant cache supportINDIRECT13
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
camel-case • 3.0.0Camel case a stringINDIRECT3
camelcase-css • 2.0.1Convert a kebab-cased CSS property into a camelCased DOM property.DIRECT0
ccount • 1.1.0Count charactersINDIRECT0
chalk • 2.4.2Terminal string styling done rightINDIRECT6
change-case • 3.1.0Convert a string between camelCase, PascalCase, Title Case, snake_case and more.DIRECT18
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
ci-info • 2.0.0Get details about the current Continuous Integration environmentINDIRECT0
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
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
constant-case • 2.0.0Constant case a stringINDIRECT4
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js-compat • 3.38.1core-js compatINDIRECT7
core-js • 3.38.1Standard libraryDIRECT0
crypto-random-string • 2.0.0Generate a cryptographically strong random stringINDIRECT0
debug • 4.3.7Lightweight debugging utility for Node.js and the browserDIRECT1
decompress-response • 6.0.0Decompress a HTTP response if neededINDIRECT1
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
dom-serializer • 0.1.1render dom nodes to stringINDIRECT2
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
emojis-list • 3.0.0Complete list of standard emojis.INDIRECT0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
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
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersDIRECT0
eventemitter3 • 4.0.7EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
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
file-type • 16.5.4Detect the file type of a Buffer/Uint8Array/ArrayBufferINDIRECT11
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.DIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
gatsby-core-utils • 2.15.0A collection of gatsby utils used in different gatsby packagesDIRECT67
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-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
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
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 DIRECT9
has-flag • 3.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
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
header-case • 1.0.1Header case a stringINDIRECT3
htmlparser2 • 3.10.1Fast & forgiving HTML/XML/RSS parserINDIRECT10
http2-wrapper • 1.0.3HTTP2 client, just with the familiar `https` APIINDIRECT2
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
inline-style-parser • 0.1.1An inline style parser.INDIRECT0
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-buffer • 2.0.5Determine if an object is a BufferINDIRECT0
is-core-module • 2.15.1Is this specifier a node.js core module?INDIRECT2
is-decimal • 1.0.4Check if a character is decimalINDIRECT0
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-hexadecimal • 1.0.4Check if a character is hexadecimalINDIRECT0
is-lower-case • 1.1.3Check if a string is lower casedINDIRECT1
is-obj • 2.0.0Check if a value is an objectINDIRECT0
is-plain-obj • 1.1.0Check if a value is a plain objectINDIRECT0
is-plain-obj • 2.1.0Check if a value is a plain objectINDIRECT0
is-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-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
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.1JSON parse & stringify that supports binary via bops & base64INDIRECT0
json5 • 1.0.2JSON for humans.INDIRECT1
json5 • 2.2.3JSON for HumansDIRECT0
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
keyv • 4.5.4Simple key-value storage with support for multiple backendsINDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
loader-utils • 1.4.2utils for webpack loadersDIRECT4
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.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 • 4.17.21Lodash modular utilities.DIRECT0
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 • 2.0.0Lowercase the keys of an objectINDIRECT0
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
mdast-util-compact • 1.0.4Make an mdast tree compactINDIRECT3
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 nodeDIRECT0
mdast-util-toc • 3.1.0Generate a Table of Contents (TOC) from a given Markdown fileDIRECT6
mime • 2.6.0A comprehensive library for mime-type mappingDIRECT0
mimic-response • 1.0.1Mimic a Node.js HTTP response streamINDIRECT0
mimic-response • 3.1.0Mimic a Node.js HTTP response streamINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nlcst-to-string • 2.0.4nlcst utility to transform a tree to a stringINDIRECT0
no-case • 2.3.2Remove case from a stringINDIRECT1
node-object-hash • 2.3.10Node.js object hash library with properties/arrays sorting to provide constant hashesINDIRECT0
node-releases • 2.0.18Node.js releases dataINDIRECT0
normalize-url • 6.1.0Normalize a URLINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.2string representations of objects in node and the browserINDIRECT0
p-cancelable • 2.1.1Create a promise that can be canceledINDIRECT0
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-queue • 6.6.2Promise queue with concurrency controlDIRECT3
p-timeout • 3.2.0Timeout a promise after a specified amount of timeINDIRECT1
param-case • 2.1.1Param case a stringINDIRECT2
parse-english • 4.2.0English natural language parserINDIRECT5
parse-entities • 1.2.2Parse HTML character references: fast, spec-compliant, positional informationINDIRECT7
parse-latin • 4.3.0Latin-script (natural language) parserINDIRECT4
pascal-case • 2.0.1Pascal case a stringINDIRECT5
path-case • 2.1.1Path case a stringINDIRECT2
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
peek-readable • 4.1.0Read and peek from a readable streamINDIRECT0
pretty-bytes • 5.6.0Convert bytes to a human readable string: 1337 → 1.34 kBDIRECT0
proper-lockfile • 4.1.2A inter-process and inter-machine lockfile utility that works on a local or network file systemINDIRECT3
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
quick-lru • 5.1.1Simple “Least Recently Used” (LRU) cacheINDIRECT0
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
regenerate-unicode-properties • 10.2.0Regenerate sets for Unicode properties and values.INDIRECT1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-transform • 0.15.2Explode async and generator functions into a state machine.INDIRECT2
regexpu-core • 5.3.2regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
remark-parse • 6.0.3Markdown parser for remarkINDIRECT24
remark-retext • 3.1.3remark plugin to transform to retextDIRECT5
remark-stringify • 6.0.4Markdown compiler for remarkINDIRECT25
remark • 10.0.1Markdown processor powered by pluginsDIRECT52
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-alpn • 1.2.1Detects the ALPN protocolINDIRECT0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
responselike • 2.0.1A response-like object for mocking a Node.js HTTP response streamINDIRECT1
retext-english • 3.0.4retext parser for the English languageDIRECT9
retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
section-matter • 1.0.0Like front-matter, but supports multiple sections in a document.INDIRECT3
sentence-case • 2.1.1Sentence case a stringINDIRECT4
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
slugify • 1.6.6Slugifies a StringDIRECT0
snake-case • 2.1.0Snake case a stringINDIRECT2
source-list-map • 1.1.2Fast line to line SourceMap generator.INDIRECT0
state-toggle • 1.0.3Enter/exit a stateINDIRECT0
static-site-generator-webpack-plugin • 3.4.2Minimal, unopinionated static site generator powered by webpackDIRECT53
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
stringify-entities • 1.3.2Encode HTML character references and character entitiesINDIRECT6
strip-bom-string • 1.0.0Strip a byte order mark (BOM) from a string.INDIRECT0
strtok3 • 6.3.0A promise based streaming tokenizerINDIRECT2
style-to-object • 0.3.0Converts inline style to object.DIRECT1
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
swap-case • 1.1.2Swap the case of a stringINDIRECT2
title-case • 2.1.1Title case a stringINDIRECT3
tmp • 0.2.3Temporary file and directory creatorINDIRECT0
to-fast-properties • 2.0.0Force V8 to use fast properties for an objectINDIRECT0
token-types • 4.2.1Common token types for decoding and encoding numeric and string valuesINDIRECT2
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
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
underscore.string • 3.3.6String manipulation extensions for Underscore.js javascript library.DIRECT2
undici-types • 6.19.8A stand-alone types package for UndiciINDIRECT0
unherit • 1.1.3Clone a constructor without affecting the super-classINDIRECT2
unicode-canonical-property-names-ecmascript • 2.0.1The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-match-property-ecmascript • 2.0.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-value-ecmascript • 2.2.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-property-aliases-ecmascript • 2.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
unified • 7.1.0Pluggable text processing interfaceINDIRECT18
unified • 8.4.2Interface for processing text using syntax treesDIRECT9
unique-string • 2.0.0Generate a unique random stringINDIRECT1
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-map • 1.0.5Create a new Unist tree with all nodes that mapped by the provided functionDIRECT1
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 • 1.0.3Remove nodes from Unist treeDIRECT1
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 • 4.0.0unist 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 • 1.4.1Recursively walk over unist nodesDIRECT2
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
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
url • 0.11.4The core `url` packaged standalone for use with Browserify.INDIRECT16
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
vfile-location • 2.0.6Convert between positions (line and column-based) and offsets (range-based) locations in a virtual fileINDIRECT0
vfile-message • 1.1.1Create a virtual messageINDIRECT1
vfile-message • 2.0.4vfile utility to create a virtual messageINDIRECT2
vfile-message • 4.0.2vfile utility to create a virtual messageINDIRECT2
vfile • 3.0.1Virtual file format for text processingINDIRECT4
vfile • 4.2.1Virtual file format for text processingINDIRECT4
webpack-sources • 0.2.3Source code handling classes for webpackINDIRECT2
xdg-basedir • 4.0.0Get XDG Base Directory pathsINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
ISC13
PackageRelationDependenciesPublished
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
electron-to-chromium • 1.5.23Provides a list of electron-to-chromium version mappingsINDIRECT0
github-slugger • 1.5.0Generate a slug just like GitHub does for markdown headings.INDIRECT0
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.0The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 3.0.3Write files in an atomic fashion w/configurable ownershipINDIRECT4
yallist • 3.1.1Yet Another Linked ListINDIRECT0
BSD-2-Clause11
PackageRelationDependenciesPublished
configstore • 5.0.1Easily load and save config without having to think about where and howINDIRECT13
css-what • 2.1.3a CSS selector parserINDIRECT0
domelementtype • 1.3.1all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 2.4.2handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 1.5.1utilities for working with htmlparser2's domINDIRECT3
entities • 1.1.2Encode & decode XML/HTML entities with easeINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
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
regjsparser • 0.9.1Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
BSD-3-Clause6
PackageRelationDependenciesPublished
dataloader • 1.4.0A data loading utility to reduce requests to a backend via batching and caching.DIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT14
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
unknown3
PackageRelationDependenciesPublished
eval • 0.1.8Evaluate node require() module content directlyDIRECT3
require-like • 0.1.2Generates require functions that act as if they were operating in a given path.INDIRECT0
x-is-string • 0.1.0Simple string testINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
non-standard1
PackageRelationDependenciesPublished
css-select • 1.2.0a CSS selector compiler/engineINDIRECT7
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001660A smaller version of caniuse-db, with only the essentials!INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.15.0 version:

[![licenses](https://licenses.dev/b/npm/gatsby-plugin-mdx/2.15.0)](https://licenses.dev/npm/gatsby-plugin-mdx/2.15.0)
<a href="https://licenses.dev/npm/gatsby-plugin-mdx/2.15.0">
  <img src="https://licenses.dev/b/npm/gatsby-plugin-mdx/2.15.0" alt="licenses" />
</a>
GitHub