licenses.dev

eslint-mdx v2.3.4

ESLint Parser for MDX

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT145
PackageRelationDependenciesPublished
@babel/code-frame • 7.29.7Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/helper-validator-identifier • 7.29.7Validate identifier/keywords nameINDIRECT0
@pkgjs/parseargs • 0.11.0Polyfill of future proposal for `util.parseArgs()`INDIRECT0
@pkgr/core • 0.1.2Shared core module for `@pkgr` packages or any package elseINDIRECT0
@types/acorn • 4.0.6TypeScript definitions for AcornINDIRECT1
@types/concat-stream • 2.0.3TypeScript definitions for concat-streamINDIRECT2
@types/debug • 4.1.13TypeScript definitions for debugINDIRECT1
@types/estree-jsx • 1.0.5TypeScript definitions for estree-jsxINDIRECT1
@types/estree • 1.0.9TypeScript definitions for estreeINDIRECT0
@types/hast • 2.3.10TypeScript definitions for hastINDIRECT1
@types/is-empty • 1.2.3TypeScript definitions for is-emptyINDIRECT0
@types/mdast • 3.0.15TypeScript definitions for mdastINDIRECT1
@types/ms • 2.1.0TypeScript definitions for msINDIRECT0
@types/node • 18.19.130TypeScript definitions for nodeINDIRECT1
@types/supports-color • 8.1.3TypeScript definitions for supports-colorINDIRECT0
@types/unist • 2.0.11TypeScript definitions for unistINDIRECT0
acorn-jsx • 5.3.2Modern, fast React.js JSX parserDIRECT0
acorn • 8.17.0ECMAScript parserDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 6.2.2Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 6.2.3ANSI escape codes for styling strings in the terminalINDIRECT0
bail • 2.0.2Throw a given errorINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 2.1.2Brace expansion as known from sh/bashINDIRECT1
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
ccount • 2.0.1Count how often a character (or substring) is used in a stringINDIRECT0
character-entities-html4 • 2.1.0Map of named character references from HTML 4INDIRECT0
character-entities-legacy • 3.0.0List of legacy HTML named character references that don’t need a trailing semicolonINDIRECT0
character-entities • 2.0.2Map of named character referencesINDIRECT0
character-reference-invalid • 2.0.1Map of invalid numeric character references to their replacements, according to HTMLINDIRECT0
ci-info • 4.4.0Get details about the current Continuous Integration environmentINDIRECT0
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
concat-stream • 2.0.0writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT7
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
decode-named-character-reference • 1.3.0Decode named character referencesINDIRECT1
dequal • 2.0.3A tiny (304B to 489B) utility for check for deep equalityINDIRECT0
eastasianwidth • 0.2.0Get East Asian Width from a character.INDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emoji-regex • 9.2.2A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
error-ex • 1.3.4Easy error subclassing and stack customizationINDIRECT1
estree-util-is-identifier-name • 2.1.0Check if something can be an ecmascript (javascript) identifier nameINDIRECT0
estree-util-visit • 1.2.1esast (and estree) utility to visit nodesDIRECT3
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
fault • 2.0.1Functional errors with formatted outputINDIRECT1
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
import-meta-resolve • 2.2.2Resolve things like Node.js — ponyfill for `import.meta.resolve`INDIRECT0
is-alphabetical • 2.0.1Check if a character is alphabeticalINDIRECT0
is-alphanumerical • 2.0.1Check if a character is alphanumericalINDIRECT2
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-buffer • 2.0.5Determine if an object is a BufferINDIRECT0
is-decimal • 2.0.1Check if a character is decimalINDIRECT0
is-empty • 1.2.0Check whether a value is "empty".INDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-hexadecimal • 2.0.1Check if a character is hexadecimalINDIRECT0
is-plain-obj • 4.1.0Check if a value is a plain objectINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
json-parse-even-better-errors • 3.0.2JSON.parse with context information on errorINDIRECT0
kleur • 4.1.5The fastest Node.js library for formatting terminal text with ANSI colors~!INDIRECT0
lines-and-columns • 2.0.4Maps lines and columns to character offsets and back.INDIRECT0
load-plugin • 5.1.0Load a submodule, plugin, or fileINDIRECT49
longest-streak • 3.1.0Count the longest repeating streak of a substringINDIRECT0
mdast-util-from-markdown • 1.3.1mdast utility to parse markdownINDIRECT37
mdast-util-mdx-expression • 1.3.2mdast extension to parse and serialize MDX (or MDX.js) expressionsINDIRECT48
mdast-util-mdx-jsx • 2.1.4mdast extension to parse and serialize MDX or MDX.js JSXINDIRECT60
mdast-util-mdx • 2.0.1mdast extension to parse and serialize MDX (or MDX.js)INDIRECT63
mdast-util-mdxjs-esm • 1.3.1mdast extension to parse and serialize MDX.js ESM (import/exports)INDIRECT48
mdast-util-phrasing • 3.0.1mdast utility to check if a node is phrasing contentINDIRECT3
mdast-util-to-markdown • 1.5.0mdast utility to serialize markdownINDIRECT16
mdast-util-to-string • 3.2.0mdast utility to get the plain text content of a nodeINDIRECT2
micromark-core-commonmark • 1.1.0The CommonMark markdown constructsINDIRECT22
micromark-extension-mdx-expression • 1.0.8micromark extension to support MDX or MDX JS expressionsINDIRECT20
micromark-extension-mdx-jsx • 1.0.5micromark extension to support MDX or MDX.js JSXINDIRECT21
micromark-extension-mdx-md • 1.0.1micromark extension to turn some markdown features off for MDXINDIRECT1
micromark-extension-mdxjs-esm • 1.0.5micromark extension to support MDX JS import/exportsINDIRECT32
micromark-extension-mdxjs • 1.0.1micromark extension to support MDX.jsINDIRECT41
micromark-factory-destination • 1.1.0micromark factory to parse destinations (found in resources, definitions)INDIRECT3
micromark-factory-label • 1.1.0micromark factory to parse labels (found in media, definitions)INDIRECT9
micromark-factory-mdx-expression • 1.0.9micromark factory to parse MDX expressions (found in JSX attributes, flow, text)INDIRECT18
micromark-factory-space • 1.1.0micromark factory to parse markdown space (found in lots of places)INDIRECT3
micromark-factory-title • 1.1.0micromark factory to parse markdown titles (found in resources, definitions)INDIRECT4
micromark-factory-whitespace • 1.1.0micromark factory to parse markdown whitespace (found in lots of places)INDIRECT4
micromark-util-character • 1.2.0micromark utility to handle character codesINDIRECT2
micromark-util-chunked • 1.1.0micromark utility to splice and push with giant arraysINDIRECT1
micromark-util-classify-character • 1.1.0micromark utility to classify whether a character is whitespace or punctuationINDIRECT3
micromark-util-combine-extensions • 1.1.0micromark utility to combine syntax or html extensionsINDIRECT3
micromark-util-decode-numeric-character-reference • 1.1.0micromark utility to decode numeric character referencesINDIRECT1
micromark-util-decode-string • 1.1.0micromark utility to decode markdown stringsINDIRECT6
micromark-util-encode • 1.1.0micromark utility to encode dangerous html charactersINDIRECT0
micromark-util-events-to-acorn • 1.2.3micromark utility to try and parse events w/ acornINDIRECT15
micromark-util-html-tag-name • 1.2.0micromark utility with list of html tag namesINDIRECT0
micromark-util-normalize-identifier • 1.1.0micromark utility normalize identifiers (as found in references, definitions)INDIRECT1
micromark-util-resolve-all • 1.1.0micromark utility to resolve subtokensINDIRECT1
micromark-util-sanitize-uri • 1.2.0micromark utility to sanitize urlsINDIRECT4
micromark-util-subtokenize • 1.1.0micromark utility to tokenize subtokensINDIRECT9
micromark-util-symbol • 1.1.0micromark utility with symbolsINDIRECT0
micromark-util-types • 1.1.0micromark utility with a couple of typescript typesINDIRECT0
micromark • 3.2.0small commonmark compliant markdown parser with positional info and concrete tokensINDIRECT31
mri • 1.2.0Quickly scan for CLI flags and argumentsINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
parse-entities • 4.0.2Parse HTML character referencesINDIRECT9
parse-json • 6.0.2Parse JSON with more helpful errorsINDIRECT8
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
remark-mdx • 2.3.0remark plugin to support MDX syntaxDIRECT77
remark-parse • 10.0.2remark plugin to add support for parsing markdown inputDIRECT46
remark-stringify • 10.0.3remark plugin to add support for serializing markdownDIRECT26
sade • 1.8.1Smooth (CLI) operator 🎶INDIRECT1
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string-width • 5.1.2Get the visual width of a string - the number of columns required to display itINDIRECT4
stringify-entities • 4.0.4Serialize (encode) HTML character referencesINDIRECT2
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 7.2.0Strip ANSI escape codes from a stringINDIRECT1
supports-color • 9.4.0Detect whether a terminal supports colorINDIRECT0
synckit • 0.9.3Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.DIRECT2
to-vfile • 7.2.4vfile utility to create a vfile from a filepathINDIRECT5
trough • 2.2.0`trough` is middlewareINDIRECT0
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
undici-types • 5.26.5A stand-alone types package for UndiciINDIRECT0
unified-engine • 10.1.0Engine to process multiple files with unifiedDIRECT100
unified • 10.1.2Interface for parsing, inspecting, transforming, and serializing content through syntax treesDIRECT9
unist-util-inspect • 7.0.2unist utility to inspect nodesINDIRECT1
unist-util-is • 5.2.1unist utility to check if a node passes a testINDIRECT1
unist-util-position-from-estree • 1.1.2unist utility to get a position from an estree nodeINDIRECT1
unist-util-remove-position • 4.0.2unist utility to remove positions from a treeINDIRECT4
unist-util-stringify-position • 3.0.3unist utility to serialize a node, position, or point as a human readable locationINDIRECT1
unist-util-visit-parents • 5.1.3unist utility to recursively walk over nodes, with ancestral informationINDIRECT2
unist-util-visit • 4.1.2unist utility to visit nodesDIRECT3
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
uvu • 0.5.6uvu is an extremely fast and lightweight test runner for Node.js and the browserDIRECT5
vfile-message • 3.1.4vfile utility to create a virtual messageINDIRECT2
vfile-reporter • 7.0.5vfile utility to create a report for a fileINDIRECT14
vfile-sort • 3.0.1vfile utility to sort messages by line/columnINDIRECT5
vfile-statistics • 2.0.1vfile utility to count messages per category: failures, warnings, etcINDIRECT5
vfile • 5.3.7Virtual file format for text processingDIRECT4
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 8.1.0Wordwrap a string with ANSI escape codesINDIRECT6
zwitch • 2.0.4Handle values based on a propertyINDIRECT0
ISC28
PackageRelationDependenciesPublished
@isaacs/cliui • 8.0.2easily create complex multi-column command-line-interfacesINDIRECT16
@npmcli/config • 6.4.1Configuration management for the npm cliINDIRECT47
@npmcli/map-workspaces • 3.0.6Retrieves a name:pathname Map for a given workspaces configINDIRECT39
@npmcli/name-from-folder • 2.0.0Get the package name from a folder pathINDIRECT0
abbrev • 2.0.0Like ruby's abbrev module, but in jsINDIRECT0
foreground-child • 3.3.1Run a child as if it's the foreground process. Give it stdio. Exit when it exits.INDIRECT7
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 10.5.0the most correct and second fastest glob implementation in JavaScriptINDIRECT34
glob • 8.1.0a little globberINDIRECT8
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 • 4.1.3An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
lru-cache • 10.4.3A cache object that deletes the least-recently-used items.INDIRECT0
minimatch • 5.1.9a glob matcher in javascriptINDIRECT2
minimatch • 9.0.9a glob matcher in javascriptINDIRECT2
nopt • 7.2.1Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npm-normalize-package-bin • 3.0.1Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
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
proc-log • 3.0.0just emit 'log' events on the process objectINDIRECT0
read-package-json-fast • 3.0.2Like read-package-json, but fasterINDIRECT2
semver • 7.8.5The semantic version parser used by npm.INDIRECT0
signal-exit • 4.1.0when you want to fire an event no matter how a process exits.INDIRECT0
walk-up-path • 3.0.1Given a path string, return a generator that walks up the path, emitting each dirname.INDIRECT0
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
yaml • 2.9.0JavaScript parser and stringifier for YAMLINDIRECT0
BlueOak-1.0.04
PackageRelationDependenciesPublished
jackspeak • 3.4.3A very strict and proper argument parser.INDIRECT18
minipass • 7.1.3minimal implementation of a PassThrough streamINDIRECT0
package-json-from-dist • 1.0.1Load the local package.json from either src or dist folderINDIRECT0
path-scurry • 1.11.1walk paths fast and efficientlyINDIRECT2
BSD-2-Clause1
PackageRelationDependenciesPublished
espree • 9.6.1An Esprima-compatible JavaScript parser built on AcornDIRECT3
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
diff • 5.2.2A JavaScript text diff implementation.INDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
eslint-visitor-keys • 3.4.3Constants and utilities about visitor keys to traverse AST.INDIRECT0
unknown1
PackageRelationDependenciesPublished
format • 0.2.2printf, sprintf, and vsprintf for JavaScriptINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.3.4 version:

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