@babel/runtime • 7.29.7 babel's modular runtime helpers INDIRECT 0 1779707733 @doc-tools/components • 1.12.3 React компоненты для отрисовки документационного проекта DIRECT 16 1646391154 @doc-tools/transform • 1.9.6 A simple transformer of text in YFM (Yandex Flavored Markdown) to HTML DIRECT 33 1631631646 @popperjs/core • 2.11.8 Tooltip and Popover Positioning Engine INDIRECT 0 1685122045 @types/minimatch • 3.0.5 TypeScript definitions for Minimatch INDIRECT 0 1625616168 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 argparse • 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 1518704641 async-function • 1.0.0 A function that returns the normally hidden `AsyncFunction` constructor INDIRECT 0 1737602154 async-generator-function • 1.0.0 A function that returns the normally hidden `AsyncGeneratorFunction` constructor INDIRECT 0 1739558117 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 1605123228 bem-cn-lite • 4.1.0 Lite version of the friendly BEM-style class name generator, which is great for React INDIRECT 1 1644296746 bem-cn • 3.0.1 Friendly BEM class names generator, greate for React INDIRECT 0 1538663280 brace-expansion • 1.1.16 Brace expansion as known from sh/bash INDIRECT 2 1783492494 buffer • 4.9.2 Node.js Buffer API, for the browser INDIRECT 3 1573256836 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bind • 1.0.9 Robustly `.call.bind()` a function INDIRECT 18 1775749088 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 15 1741024203 camelcase • 5.3.1 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 1554298472 chalk • 4.1.2 Terminal string styling done right DIRECT 5 1627646572 color-convert • 2.0.1 Plain color conversion functions INDIRECT 1 1566248736 color-name • 1.1.4 A list of color names and its values INDIRECT 0 1537526936 compute-scroll-into-view • 1.0.20 The engine that powers scroll-into-view-if-needed INDIRECT 0 1669702459 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 1707843362 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.1.2 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1779460803 events • 1.1.1 Node's event emitter for all engines. INDIRECT 0 1466611760 find-up • 4.1.0 Find a file or directory by walking up parent directories INDIRECT 5 1560752434 for-each • 0.3.5 A better forEach INDIRECT 1 1739256963 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 generator-function • 2.0.1 A function that returns the normally hidden `GeneratorFunction` constructor INDIRECT 0 1759256613 get-intrinsic • 1.3.1 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 14 1759188007 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 1554565761 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 1707801707 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 hasown • 2.0.4 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1779991899 html-parse-stringify • 3.1.0 Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly. INDIRECT 1 1784753231 i18next • 19.9.2 i18next internationalization framework INDIRECT 1 1615291097 interpret • 1.4.0 A dictionary of file extensions and associated module loaders. INDIRECT 0 1591166358 is-arguments • 1.2.0 Is this an arguments object? It's a harder question than you think. INDIRECT 17 1734073522 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-core-module • 2.16.2 Is this specifier a node.js core module? INDIRECT 2 1778002489 is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1552896545 is-generator-function • 1.1.2 Determine if a function is a native generator function. INDIRECT 19 1759257674 is-regex • 1.2.1 Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag INDIRECT 17 1733982247 is-typed-array • 1.1.15 Is 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. INDIRECT 26 1734542407 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 js-yaml • 3.15.0 YAML 1.2 parser and serializer INDIRECT 3 1782515561 js-yaml • 4.3.0 YAML 1.2 parser and serializer DIRECT 1 1782512940 linkify-it • 2.2.0 Links recognition library with FULL unicode support INDIRECT 1 1562933373 linkify-it • 3.0.3 Links recognition library with FULL unicode support INDIRECT 1 1633116201 locate-path • 5.0.0 Get the first path that exists on disk of multiple paths INDIRECT 3 1556974807 lodash • 4.18.1 Lodash modular utilities. INDIRECT 0 1775077280 loose-envify • 1.4.0 Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST INDIRECT 1 1531220985 markdown-it-attrs • 4.5.0 Add classes, identifiers and attributes to your markdown with {} curly brackets, similar to pandoc's header attributes INDIRECT 0 1779303768 markdown-it-deflist • 2.1.0 <dl> tag for markdown-it markdown parser. INDIRECT 0 1599762117 markdown-it-imsize • 2.0.1 Markdown-it plugin to specify image size DIRECT 0 1436088860 markdown-it-meta • 0.0.1 Markdown-it Metadata as yaml for markdown documents INDIRECT 4 1488301673 markdown-it-sup • 1.0.0 <sup> tag for markdown-it markdown parser. INDIRECT 0 1426157803 markdown-it-video • 0.6.3 Markdown-it plugin to embed a hosted videos INDIRECT 0 1532365470 markdown-it • 10.0.0 Markdown-it - modern pluggable markdown parser. DIRECT 6 1568153537 markdown-it • 12.0.4 Markdown-it - modern pluggable markdown parser. INDIRECT 5 1608480244 markdown-it • 12.3.2 Markdown-it - modern pluggable markdown parser. INDIRECT 5 1641654300 markdownlint-rule-helpers • 0.14.0 A collection of markdownlint helper functions for custom rules INDIRECT 0 1612671523 markdownlint • 0.23.1 A Node.js style checker and lint tool for Markdown/CommonMark files. INDIRECT 6 1613112239 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 mdurl • 1.0.1 URL utilities for markdown-it INDIRECT 0 1442268508 mime-db • 1.52.0 Media Type Database INDIRECT 0 1645472511 mime-types • 2.1.35 The ultimate javascript content-type utility. DIRECT 1 1647108283 nanoid • 3.3.16 A tiny (116 bytes), secure URL-friendly unique string ID generator INDIRECT 0 1783844620 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 p-limit • 2.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1586101245 p-locate • 4.1.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1554354166 p-try • 2.2.0 `Start a promise chain INDIRECT 0 1554035675 path-exists • 4.0.0 Check if a path exists INDIRECT 0 1554348556 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 possible-typed-array-names • 1.1.0 A simple list of possible Typed Array names. INDIRECT 0 1738904655 postcss • 8.5.23 Tool for transforming styles with JS plugins INDIRECT 3 1784912713 prop-types • 15.8.1 Runtime type checking for React props and similar objects. INDIRECT 4 1641341313 punycode • 1.3.2 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 1413980428 querystring • 0.2.0 Node's querystring module for all engines. INDIRECT 0 1362521623 react-dom • 16.14.0 React package for working with the DOM. DIRECT 6 1602704306 react-fast-compare • 3.2.2 Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison. INDIRECT 0 1684437429 react-i18next • 11.18.6 Internationalization for react done right. Using the i18next i18n ecosystem. INDIRECT 3 1662748678 react-is • 16.13.1 Brand checking of React Elements. INDIRECT 0 1584647608 react-popper • 2.3.0 Official library to use Popper on React projects INDIRECT 4 1651141317 react • 16.14.0 React is a JavaScript library for building user interfaces. DIRECT 5 1602704285 rechoir • 0.6.2 Require any supported file as a node module. INDIRECT 7 1437576146 require-directory • 2.1.1 Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules. INDIRECT 0 1432801864 resolve • 1.22.12 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 6 1775929295 safe-regex-test • 1.1.0 Give a regex, get a robust predicate function that tests it against a string. INDIRECT 18 1734029347 scheduler • 0.19.1 Cooperative scheduler for the browser environment. INDIRECT 3 1584647626 scroll-into-view-if-needed • 2.2.31 Ponyfill for upcoming Element.scrollIntoView() APIs like scrollMode: if-needed, behavior: smooth and block: center INDIRECT 1 1669717951 set-function-length • 1.2.2 Set a function's length property INDIRECT 17 1710006059 slugify • 1.6.9 Slugifies a String INDIRECT 0 1775083924 string-width • 4.2.3 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1632417441 strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 supports-color • 7.2.0 Detect whether a terminal supports color INDIRECT 1 1598613454 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 uc.micro • 1.0.6 Micro subset of unicode data files for markdown-it projects. INDIRECT 0 1548914812 url • 0.10.3 The core `url` packaged standalone for use with Browserify. INDIRECT 2 1425062241 util • 0.12.5 Node.js's util module for all engines INDIRECT 32 1665951987 uuid • 8.0.0 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 1588192946 void-elements • 3.1.0 Array of "void elements" defined by the HTML specification. INDIRECT 0 1484844537 walk-sync • 2.2.0 Get an array of recursive directory contents DIRECT 7 1592960115 warning • 4.0.3 A mirror of Facebook's Warning INDIRECT 2 1549746508 which-typed-array • 1.1.22 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 25 1780688858 wrap-ansi • 6.2.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1573488497 xml2js • 0.6.2 Simple XML to JavaScript object converter. INDIRECT 2 1690366989 xmlbuilder • 11.0.1 An XML builder for node.js INDIRECT 0 1553287553 yargs • 15.4.1 yargs the modern, pirate-themed, successor to optimist. DIRECT 25 1594420928