@babel/code-frame • 7.29.7 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1779707738 @babel/compat-data • 7.29.7 The compat-data to determine required Babel plugins INDIRECT 0 1779707728 @babel/core • 7.12.9 Babel compiler core. INDIRECT 34 1606251752 @babel/core • 7.29.7 Babel compiler core. DIRECT 38 1779707813 @babel/generator • 7.29.7 Turns an AST into code. DIRECT 9 1779707783 @babel/helper-annotate-as-pure • 7.29.7 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1779707779 @babel/helper-compilation-targets • 7.29.7 Helper functions on Babel compilation targets INDIRECT 13 1779707738 @babel/helper-create-class-features-plugin • 7.29.7 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 24 1779707813 @babel/helper-create-regexp-features-plugin • 7.29.7 Compile ESNext Regular Expressions to ES5 INDIRECT 15 1779707783 @babel/helper-define-polyfill-provider • 0.6.8 Babel helper to create your own polyfill provider INDIRECT 25 1773698699 @babel/helper-globals • 7.29.7 A collection of JavaScript globals for Babel internal usage INDIRECT 0 1779707730 @babel/helper-member-expression-to-functions • 7.29.7 Helper function to replace certain member expressions with function calls INDIRECT 18 1779707797 @babel/helper-module-imports • 7.29.7 Babel helper functions for inserting module loads INDIRECT 18 1779707797 @babel/helper-module-transforms • 7.29.7 Babel helper functions for implementing ES6 module transformations INDIRECT 19 1779707803 @babel/helper-optimise-call-expression • 7.29.7 Helper function to optimise call expression INDIRECT 3 1779707779 @babel/helper-plugin-utils • 7.10.4 General utilities for plugins to use INDIRECT 0 1593522679 @babel/helper-plugin-utils • 7.29.7 General utilities for plugins to use INDIRECT 0 1779707730 @babel/helper-remap-async-to-generator • 7.29.7 Helper function to remap async functions to generators INDIRECT 20 1779707803 @babel/helper-replace-supers • 7.29.7 Helper function to replace supers INDIRECT 20 1779707804 @babel/helper-skip-transparent-expression-wrappers • 7.29.7 Helper which skips types and parentheses INDIRECT 18 1779707797 @babel/helper-string-parser • 7.29.7 A utility package to parse strings INDIRECT 0 1779707730 @babel/helper-validator-identifier • 7.29.7 Validate identifier/keywords name INDIRECT 0 1779707731 @babel/helper-validator-option • 7.29.7 Validate plugin/preset options INDIRECT 0 1779707732 @babel/helper-wrap-function • 7.29.7 Helper to wrap functions inside a function call. INDIRECT 18 1779707799 @babel/helpers • 7.29.7 Collection of helper functions used by Babel transforms. INDIRECT 8 1779707788 @babel/parser • 7.29.7 A JavaScript parser DIRECT 3 1779707779 @babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.29.7 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 19 1779707799 @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.29.7 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 INDIRECT 1 1779707738 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.29.7 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1 1779707740 @babel/plugin-bugfix-safari-rest-destructuring-rhs-array • 7.29.7 Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results INDIRECT 20 1779707806 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.29.7 Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 21 1779707813 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.29.7 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 19 1779707799 @babel/plugin-proposal-object-rest-spread • 7.12.1 Compile object rest and spread to ES5 INDIRECT 3 1602801667 @babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2 This plugin transforms checks for a private property in an object INDIRECT 0 1686222840 @babel/plugin-syntax-import-assertions • 7.29.7 Allow parsing of the module assertion attributes in the import statement INDIRECT 1 1779707749 @babel/plugin-syntax-import-attributes • 7.29.7 Allow parsing of the module attributes in the import statement INDIRECT 1 1779707749 @babel/plugin-syntax-jsx • 7.12.1 Allow parsing of jsx INDIRECT 2 1602801583 @babel/plugin-syntax-jsx • 7.29.7 Allow parsing of jsx INDIRECT 1 1779707752 @babel/plugin-syntax-object-rest-spread • 7.8.3 Allow parsing of object rest/spread INDIRECT 1 1578950053 @babel/plugin-syntax-unicode-sets-regex • 7.18.6 Parse regular expressions' unicodeSets (v) flag. INDIRECT 17 1656359425 @babel/plugin-transform-arrow-functions • 7.29.7 Compile ES2015 arrow functions to ES5 INDIRECT 1 1779707756 @babel/plugin-transform-async-generator-functions • 7.29.7 Turn async generator functions into ES2015 generators INDIRECT 22 1779707815 @babel/plugin-transform-async-to-generator • 7.29.7 Turn async functions into ES2015 generators INDIRECT 23 1779707815 @babel/plugin-transform-block-scoped-functions • 7.29.7 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1 1779707756 @babel/plugin-transform-block-scoping • 7.29.7 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 1779707756 @babel/plugin-transform-class-properties • 7.29.7 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 26 1779707822 @babel/plugin-transform-class-static-block • 7.29.7 Transform class static blocks INDIRECT 26 1779707824 @babel/plugin-transform-classes • 7.29.7 Compile ES2015 classes to ES5 INDIRECT 36 1779707815 @babel/plugin-transform-computed-properties • 7.29.7 Compile ES2015 computed properties to ES5 INDIRECT 9 1779707788 @babel/plugin-transform-destructuring • 7.29.7 Compile ES2015 destructuring to ES5 INDIRECT 19 1779707801 @babel/plugin-transform-dotall-regex • 7.29.7 Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 17 1779707788 @babel/plugin-transform-duplicate-keys • 7.29.7 Compile objects with duplicate keys to valid strict ES5 INDIRECT 1 1779707757 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.29.7 Compile regular expressions using duplicate named groups to index-based groups. INDIRECT 17 1779707788 @babel/plugin-transform-dynamic-import • 7.29.7 Transform import() expressions INDIRECT 1 1779707758 @babel/plugin-transform-explicit-resource-management • 7.29.7 Compile `using` and `await using` declarations to ES2015 INDIRECT 20 1779707806 @babel/plugin-transform-exponentiation-operator • 7.29.7 Compile exponentiation operator to ES5 INDIRECT 1 1779707758 @babel/plugin-transform-export-namespace-from • 7.29.7 Compile export namespace to ES2015 INDIRECT 1 1779707758 @babel/plugin-transform-for-of • 7.29.7 Compile ES2015 for...of to ES5 INDIRECT 20 1779707808 @babel/plugin-transform-function-name • 7.29.7 Apply ES2015 function.name semantics to all functions INDIRECT 32 1779707801 @babel/plugin-transform-json-strings • 7.29.7 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 1779707760 @babel/plugin-transform-literals • 7.29.7 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 1779707761 @babel/plugin-transform-logical-assignment-operators • 7.29.7 Transforms logical assignment operators into short-circuited assignments INDIRECT 1 1779707762 @babel/plugin-transform-member-expression-literals • 7.29.7 Ensure that reserved words are quoted in property accesses INDIRECT 1 1779707763 @babel/plugin-transform-modules-amd • 7.29.7 This plugin transforms ES2015 modules to AMD INDIRECT 21 1779707817 @babel/plugin-transform-modules-commonjs • 7.29.7 This plugin transforms ES2015 modules to CommonJS INDIRECT 21 1779707817 @babel/plugin-transform-modules-systemjs • 7.29.7 This plugin transforms ES2015 modules to SystemJS INDIRECT 21 1779707818 @babel/plugin-transform-modules-umd • 7.29.7 This plugin transforms ES2015 modules to UMD INDIRECT 21 1779707819 @babel/plugin-transform-named-capturing-groups-regex • 7.29.7 Compile regular expressions using named groups to ES5. INDIRECT 17 1779707790 @babel/plugin-transform-new-target • 7.29.7 Transforms new.target meta property INDIRECT 1 1779707763 @babel/plugin-transform-nullish-coalescing-operator • 7.29.7 Remove nullish coalescing operator INDIRECT 1 1779707763 @babel/plugin-transform-numeric-separator • 7.29.7 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 1 1779707764 @babel/plugin-transform-object-rest-spread • 7.29.7 Compile object rest and spread to ES5 INDIRECT 34 1779707808 @babel/plugin-transform-object-super • 7.29.7 Compile ES2015 object super to ES5 INDIRECT 22 1779707820 @babel/plugin-transform-optional-catch-binding • 7.29.7 Compile optional catch bindings INDIRECT 1 1779707765 @babel/plugin-transform-optional-chaining • 7.29.7 Transform optional chaining operators into a series of nil checks INDIRECT 20 1779707809 @babel/plugin-transform-parameters • 7.29.7 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 1779707767 @babel/plugin-transform-private-methods • 7.29.7 This plugin transforms private class methods INDIRECT 26 1779707824 @babel/plugin-transform-private-property-in-object • 7.29.7 This plugin transforms checks for a private property in an object INDIRECT 26 1779707824 @babel/plugin-transform-property-literals • 7.29.7 Ensure that reserved words are quoted in object property keys INDIRECT 1 1779707767 @babel/plugin-transform-react-jsx • 7.29.7 Turn JSX into React function calls DIRECT 22 1779707808 @babel/plugin-transform-regenerator • 7.29.7 Explode async and generator functions into a state machine. INDIRECT 1 1779707772 @babel/plugin-transform-regexp-modifiers • 7.29.7 Compile inline regular expression modifiers INDIRECT 17 1779707793 @babel/plugin-transform-reserved-words • 7.29.7 Ensure that no reserved words are used. INDIRECT 1 1779707772 @babel/plugin-transform-shorthand-properties • 7.29.7 Compile ES2015 shorthand properties to ES5 INDIRECT 1 1779707772 @babel/plugin-transform-spread • 7.29.7 Compile ES2015 spread to ES5 INDIRECT 20 1779707810 @babel/plugin-transform-sticky-regex • 7.29.7 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1 1779707772 @babel/plugin-transform-template-literals • 7.29.7 Compile ES2015 template literals to ES5 INDIRECT 1 1779707774 @babel/plugin-transform-typeof-symbol • 7.29.7 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1 1779707774 @babel/plugin-transform-unicode-escapes • 7.29.7 Compile ES2015 Unicode escapes to ES5 INDIRECT 1 1779707774 @babel/plugin-transform-unicode-property-regex • 7.29.7 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 1779707792 @babel/plugin-transform-unicode-regex • 7.29.7 Compile ES2015 Unicode regex to ES5 INDIRECT 17 1779707792 @babel/plugin-transform-unicode-sets-regex • 7.29.7 Compile regular expressions' unicodeSets (v) flag. INDIRECT 17 1779707792 @babel/preset-env • 7.29.7 A Babel preset for each environment. DIRECT 128 1779707829 @babel/preset-modules • 0.1.6-no-external-plugins A Babel preset that targets modern browsers by fixing engine bugs. INDIRECT 5 1689960984 @babel/template • 7.29.7 Generate an AST from a string template. INDIRECT 7 1779707785 @babel/traverse • 7.29.7 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes DIRECT 17 1779707794 @babel/types • 7.29.7 Babel Types is a Lodash-esque utility library for AST nodes DIRECT 2 1779707776 @jridgewell/gen-mapping • 0.3.13 Generate source maps INDIRECT 3 1754981001 @jridgewell/remapping • 2.3.5 Remap sequential sourcemaps through transformations to point at the original source code INDIRECT 4 1754981015 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/sourcemap-codec • 1.5.5 Encode/decode sourcemap mappings INDIRECT 0 1754981039 @jridgewell/trace-mapping • 0.3.31 Trace the original position through a source map INDIRECT 2 1757535169 @mdx-js/mdx • 1.6.22 Parse MDX and transpile to JSX INDIRECT 112 1606845244 @mdx-js/util • 1.6.22 Utilities for MDX libraries INDIRECT 0 1606845229 @storybook/csf • 0.0.2--canary.4566f4d.1 Component Story Format (CSF) utilities DIRECT 1 1651019432 @storybook/mdx1-csf • 0.0.1 MDXv1 to CSF webpack compiler and loader DIRECT 220 1653304738 @types/hast • 2.3.10 TypeScript definitions for hast INDIRECT 1 1706652385 @types/lodash • 4.17.24 TypeScript definitions for lodash INDIRECT 0 1771824628 @types/mdast • 3.0.15 TypeScript definitions for mdast INDIRECT 1 1699388736 @types/parse5 • 5.0.3 TypeScript definitions for parse5 INDIRECT 0 1589406132 @types/unist • 2.0.11 TypeScript definitions for unist INDIRECT 0 1723688364 babel-plugin-apply-mdx-type-prop • 1.6.22 Apply the MDX type prop used in the MDX pragma INDIRECT 2 1606845237 babel-plugin-extract-import-names • 1.6.22 Extract import names INDIRECT 1 1606845229 babel-plugin-polyfill-corejs2 • 0.4.17 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 26 1773698701 babel-plugin-polyfill-corejs3 • 0.14.2 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 27 1773698700 babel-plugin-polyfill-regenerator • 0.6.8 A Babel plugin to inject imports to regenerator-runtime INDIRECT 26 1773698700 bail • 1.0.5 Throw a given error INDIRECT 0 1579947505 big.js • 5.2.2 A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic INDIRECT 0 1539859966 browserslist • 4.28.7 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 7 1784655054 camelcase-css • 2.0.1 Convert a kebab-cased CSS property into a camelCased DOM property. INDIRECT 0 1533949161 ccount • 1.1.0 Count characters INDIRECT 0 1603876700 character-entities-legacy • 1.1.4 HTML legacy character entity information INDIRECT 0 1579857832 character-entities • 1.2.4 HTML character entity information INDIRECT 0 1579860892 character-reference-invalid • 1.1.4 HTML invalid numeric character reference information INDIRECT 0 1579857600 collapse-white-space • 1.0.6 Replace multiple white-space characters with a single space INDIRECT 0 1579820346 comma-separated-tokens • 1.0.8 Parse and stringify comma-separated tokens INDIRECT 0 1579818650 convert-source-map • 1.9.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1665435477 convert-source-map • 2.0.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1666044408 core-js-compat • 3.49.0 core-js compat INDIRECT 8 1773695590 core-js • 3.49.0 Standard library DIRECT 0 1773695583 debug • 4.4.3 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1757784319 detab • 2.0.4 Detab: tabs -> spaces INDIRECT 1 1603882932 emojis-list • 3.0.0 Complete list of standard emojis. INDIRECT 0 1557658385 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 extend • 3.0.2 Port of jQuery.extend for node.js and the browser INDIRECT 0 1532032091 fs-extra • 9.1.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. DIRECT 4 1611077317 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 gensync • 1.0.0-beta.2 Allows users to use generators in order to write common functions that can be both sync or async. INDIRECT 0 1603831420 global • 4.4.0 Require global variables DIRECT 3 1560166008 hasown • 2.0.4 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1779991899 hast-to-hyperscript • 9.0.1 hast utility to transform to something else (react, vue, etc) through a hyperscript DSL INDIRECT 9 1604051610 hast-util-from-parse5 • 6.0.1 hast utility to transform from Parse5’s AST INDIRECT 15 1604226054 hast-util-parse-selector • 2.2.5 hast utility to create an element from a simple CSS selector INDIRECT 0 1604170530 hast-util-raw • 6.0.1 hast utility to reparse a tree INDIRECT 25 1598173418 hast-util-to-parse5 • 6.0.0 hast utility to transform hast to Parse5’s AST INDIRECT 11 1592321995 hastscript • 6.0.0 hast utility to create trees INDIRECT 7 1594664194 html-void-elements • 1.0.5 List of known void HTML elements INDIRECT 0 1579817774 inline-style-parser • 0.1.1 An inline style parser. INDIRECT 0 1561003640 is-alphabetical • 1.0.4 Check if a character is alphabetical INDIRECT 0 1579950312 is-alphanumerical • 1.0.4 Check if a character is alphanumerical INDIRECT 2 1579950064 is-buffer • 2.0.5 Determine if an object is a Buffer INDIRECT 0 1604431173 is-core-module • 2.16.2 Is this specifier a node.js core module? INDIRECT 2 1778002489 is-decimal • 1.0.4 Check if a character is decimal INDIRECT 0 1579950687 is-hexadecimal • 1.0.4 Check if a character is hexadecimal INDIRECT 0 1579950526 is-plain-obj • 2.1.0 Check if a value is a plain object INDIRECT 0 1579602874 is-whitespace-character • 1.0.4 Check if a character is a whitespace character INDIRECT 0 1579949631 is-word-character • 1.0.4 Check if a character is a word character INDIRECT 0 1579949828 js-string-escape • 1.0.1 Escape strings for use as JavaScript string literals INDIRECT 0 1457658722 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 jsesc • 3.1.0 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1733905474 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 jsonfile • 6.2.1 Easily read/write JSON files. INDIRECT 2 1776698908 loader-utils • 2.0.4 utils for webpack loaders INDIRECT 3 1668126726 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 lodash.uniq • 4.5.0 The lodash method `_.uniq` exported as a module. INDIRECT 0 1471110401 lodash • 4.18.1 Lodash modular utilities. INDIRECT 0 1775077280 markdown-escapes • 1.0.4 List of escapable characters in markdown INDIRECT 0 1579858706 mdast-squeeze-paragraphs • 4.0.0 mdast utility to remove empty paragraphs from a tree INDIRECT 2 1582380201 mdast-util-definitions • 4.0.0 mdast utility to find definition nodes in a tree INDIRECT 4 1601720184 mdast-util-to-hast • 10.0.1 mdast utility to transform to hast INDIRECT 10 1605263949 mdurl • 1.0.1 URL utilities for markdown-it INDIRECT 0 1442268508 min-document • 2.19.2 A minimal DOM implementation INDIRECT 1 1762859132 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 node-releases • 2.0.51 Node.js releases data INDIRECT 0 1783579852 parse-entities • 2.0.0 Parse HTML character references: fast, spec-compliant, positional information INDIRECT 7 1578989870 parse5 • 6.0.1 HTML parser and serializer. INDIRECT 0 1595603871 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 prettier • 2.3.0 Prettier is an opinionated code formatter INDIRECT 0 1620594100 process • 0.11.10 process information for node.js and browsers INDIRECT 0 1493210067 property-information • 5.6.0 Information for HTML properties INDIRECT 1 1602576968 regenerate-unicode-properties • 10.2.2 Regenerate sets for Unicode properties and values. INDIRECT 1 1757448519 regenerate • 1.4.2 Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. INDIRECT 0 1604220132 regenerator-runtime • 0.13.11 Runtime for Regenerator-compiled generator and async functions. DIRECT 0 1668449722 regexpu-core • 6.4.0 regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. INDIRECT 9 1758554442 regjsgen • 0.8.0 Generate regular expressions from regjsparser’s AST. INDIRECT 0 1686069841 remark-footnotes • 2.0.0 remark plugin to add support for pandoc footnotes INDIRECT 0 1598104823 remark-mdx • 1.6.22 Support import, export, and JSX in markdown INDIRECT 78 1606845237 remark-parse • 8.0.3 remark plugin to parse Markdown INDIRECT 26 1594995386 remark-squeeze-paragraphs • 4.0.0 remark plugin to remove empty paragraphs INDIRECT 3 1584873246 repeat-string • 1.6.1 Repeat the given string n times. Fastest implementation for repeating a string. INDIRECT 0 1477241640 resolve • 1.22.12 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 6 1775929295 space-separated-tokens • 1.1.5 Parse and stringify space-separated tokens INDIRECT 0 1579819338 state-toggle • 1.0.3 Enter/exit a state INDIRECT 0 1580043001 style-to-object • 0.3.0 Converts inline style to object. INDIRECT 1 1573103352 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 trim-trailing-lines • 1.1.4 Remove final line feeds from a string INDIRECT 0 1603876303 trim • 0.0.1 Trim string whitespace INDIRECT 0 1363111162 trough • 1.0.5 Middleware: a channel used to convey a liquid INDIRECT 0 1579945204 ts-dedent • 2.3.0 TypeScript package which smartly trims and strips indentation from multi-line strings DIRECT 0 1781073002 unherit • 1.1.3 Clone a constructor without affecting the super-class INDIRECT 2 1580041659 unicode-canonical-property-names-ecmascript • 2.0.1 The set of canonical Unicode property names supported in ECMAScript RegExp property escapes. INDIRECT 0 1726129249 unicode-match-property-ecmascript • 2.0.0 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 2 1631618585 unicode-match-property-value-ecmascript • 2.2.1 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 0 1757432126 unicode-property-aliases-ecmascript • 2.2.0 Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. INDIRECT 0 1757921571 unified • 9.2.0 Interface for parsing, inspecting, transforming, and serializing content through syntax trees INDIRECT 9 1598033403 unist-builder • 2.0.3 unist utility to create a new trees with a nice syntax INDIRECT 0 1581869044 unist-util-generated • 1.1.6 unist utility to check if a node is generated INDIRECT 0 1604333130 unist-util-is • 4.1.0 unist utility to check if a node passes a test INDIRECT 0 1615127260 unist-util-position • 3.1.0 unist utility to get the position of a node INDIRECT 0 1581863896 unist-util-remove-position • 2.0.1 unist utility to remove positions from a tree INDIRECT 4 1581865806 unist-util-remove • 2.1.0 unist utility to remove nodes from a tree INDIRECT 1 1617357278 unist-util-stringify-position • 2.0.3 unist utility to serialize a node, position, or point as a human readable location INDIRECT 1 1582885923 unist-util-visit-parents • 3.1.1 unist utility to recursively walk over nodes, with ancestral information INDIRECT 2 1603108234 unist-util-visit • 2.0.3 unist utility to visit nodes INDIRECT 3 1594460834 universalify • 2.0.1 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1698858765 update-browserslist-db • 1.2.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1765898277 vfile-location • 3.2.0 vfile utility to convert between positional (line and column-based) and offset (range-based) locations INDIRECT 0 1604223821 vfile-message • 2.0.4 vfile utility to create a virtual message INDIRECT 2 1585508601 vfile • 4.2.1 Virtual file format for text processing INDIRECT 4 1607257589 web-namespaces • 1.1.4 Map of web namespaces INDIRECT 0 1579861099 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945 zwitch • 1.0.5 Handle values based on a property INDIRECT 0 1579951529