@babel/code-frame • 7.27.1 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1746025711 @babel/compat-data • 7.27.7 The compat-data to determine required Babel plugins INDIRECT 0 1750946597 @babel/core • 7.27.7 Babel compiler core. DIRECT 37 1750946604 @babel/generator • 7.27.5 Turns an AST into code. DIRECT 9 1748950028 @babel/helper-annotate-as-pure • 7.27.3 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1748335159 @babel/helper-compilation-targets • 7.27.2 Helper functions on Babel compilation targets INDIRECT 12 1746545628 @babel/helper-create-class-features-plugin • 7.27.1 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 24 1746025765 @babel/helper-create-regexp-features-plugin • 7.27.1 Compile ESNext Regular Expressions to ES5 INDIRECT 15 1746025746 @babel/helper-define-polyfill-provider • 0.6.5 Babel helper to create your own polyfill provider INDIRECT 23 1751042267 @babel/helper-member-expression-to-functions • 7.27.1 Helper function to replace certain member expressions with function calls INDIRECT 18 1746025755 @babel/helper-module-imports • 7.27.1 Babel helper functions for inserting module loads INDIRECT 18 1746025756 @babel/helper-module-transforms • 7.27.3 Babel helper functions for implementing ES6 module transformations INDIRECT 19 1748335166 @babel/helper-optimise-call-expression • 7.27.1 Helper function to optimise call expression INDIRECT 3 1746025741 @babel/helper-plugin-utils • 7.27.1 General utilities for plugins to use DIRECT 0 1746025706 @babel/helper-remap-async-to-generator • 7.27.1 Helper function to remap async functions to generators INDIRECT 20 1746025760 @babel/helper-replace-supers • 7.27.1 Helper function to replace supers INDIRECT 20 1746025760 @babel/helper-skip-transparent-expression-wrappers • 7.27.1 Helper which skips types and parentheses INDIRECT 18 1746025755 @babel/helper-string-parser • 7.27.1 A utility package to parse strings INDIRECT 0 1746025706 @babel/helper-validator-identifier • 7.27.1 Validate identifier/keywords name INDIRECT 0 1746025707 @babel/helper-validator-option • 7.27.1 Validate plugin/preset options INDIRECT 0 1746025707 @babel/helper-wrap-function • 7.27.1 Helper to wrap functions inside a function call. INDIRECT 18 1746025757 @babel/helpers • 7.27.6 Collection of helper functions used by Babel transforms. INDIRECT 8 1749112642 @babel/parser • 7.27.7 A JavaScript parser INDIRECT 3 1750946600 @babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.27.1 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 19 1746025757 @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.27.1 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 INDIRECT 1 1746025711 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.27.1 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1 1746025713 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.27.1 Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 21 1746025765 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.27.1 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 19 1746025757 @babel/plugin-proposal-object-rest-spread • 7.20.7 Compile object rest and spread to ES5 DIRECT 16 1671702328 @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.27.1 Allow parsing of the module assertion attributes in the import statement INDIRECT 1 1746025719 @babel/plugin-syntax-import-attributes • 7.27.1 Allow parsing of the module attributes in the import statement INDIRECT 1 1746025720 @babel/plugin-syntax-jsx • 7.27.1 Allow parsing of jsx INDIRECT 1 1746025721 @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.27.1 Compile ES2015 arrow functions to ES5 INDIRECT 1 1746025724 @babel/plugin-transform-async-generator-functions • 7.27.1 Turn async generator functions into ES2015 generators INDIRECT 22 1746025766 @babel/plugin-transform-async-to-generator • 7.27.1 Turn async functions into ES2015 generators INDIRECT 23 1746025767 @babel/plugin-transform-block-scoped-functions • 7.27.1 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1 1746025724 @babel/plugin-transform-block-scoping • 7.27.5 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 1748950023 @babel/plugin-transform-class-properties • 7.27.1 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 26 1746025773 @babel/plugin-transform-class-static-block • 7.27.1 Transform class static blocks INDIRECT 26 1746025773 @babel/plugin-transform-classes • 7.27.7 Compile ES2015 classes to ES5 INDIRECT 35 1750946603 @babel/plugin-transform-computed-properties • 7.27.1 Compile ES2015 computed properties to ES5 INDIRECT 9 1746025749 @babel/plugin-transform-destructuring • 7.27.7 Compile ES2015 destructuring to ES5 INDIRECT 19 1750946603 @babel/plugin-transform-dotall-regex • 7.27.1 Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 17 1746025749 @babel/plugin-transform-duplicate-keys • 7.27.1 Compile objects with duplicate keys to valid strict ES5 INDIRECT 1 1746025726 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.27.1 Compile regular expressions using duplicate named groups to index-based groups. INDIRECT 17 1746025749 @babel/plugin-transform-dynamic-import • 7.27.1 Transform import() expressions INDIRECT 1 1746025726 @babel/plugin-transform-exponentiation-operator • 7.27.1 Compile exponentiation operator to ES5 INDIRECT 1 1746025727 @babel/plugin-transform-export-namespace-from • 7.27.1 Compile export namespace to ES2015 INDIRECT 1 1746025727 @babel/plugin-transform-for-of • 7.27.1 Compile ES2015 for...of to ES5 INDIRECT 20 1746025762 @babel/plugin-transform-function-name • 7.27.1 Apply ES2015 function.name semantics to all functions INDIRECT 31 1746025759 @babel/plugin-transform-json-strings • 7.27.1 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 1746025728 @babel/plugin-transform-literals • 7.27.1 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 1746025728 @babel/plugin-transform-logical-assignment-operators • 7.27.1 Transforms logical assignment operators into short-circuited assignments INDIRECT 1 1746025729 @babel/plugin-transform-member-expression-literals • 7.27.1 Ensure that reserved words are quoted in property accesses INDIRECT 1 1746025729 @babel/plugin-transform-modules-amd • 7.27.1 This plugin transforms ES2015 modules to AMD INDIRECT 21 1746025768 @babel/plugin-transform-modules-commonjs • 7.27.1 This plugin transforms ES2015 modules to CommonJS INDIRECT 21 1746025769 @babel/plugin-transform-modules-systemjs • 7.27.1 This plugin transforms ES2015 modules to SystemJS INDIRECT 21 1746025769 @babel/plugin-transform-modules-umd • 7.27.1 This plugin transforms ES2015 modules to UMD INDIRECT 21 1746025770 @babel/plugin-transform-named-capturing-groups-regex • 7.27.1 Compile regular expressions using named groups to ES5. INDIRECT 17 1746025751 @babel/plugin-transform-new-target • 7.27.1 Transforms new.target meta property INDIRECT 1 1746025730 @babel/plugin-transform-nullish-coalescing-operator • 7.27.1 Remove nullish coalescing operator INDIRECT 1 1746025730 @babel/plugin-transform-numeric-separator • 7.27.1 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 1 1746025731 @babel/plugin-transform-object-rest-spread • 7.27.7 Compile object rest and spread to ES5 INDIRECT 33 1750946605 @babel/plugin-transform-object-super • 7.27.1 Compile ES2015 object super to ES5 INDIRECT 22 1746025769 @babel/plugin-transform-optional-catch-binding • 7.27.1 Compile optional catch bindings INDIRECT 1 1746025732 @babel/plugin-transform-optional-chaining • 7.27.1 Transform optional chaining operators into a series of nil checks INDIRECT 20 1746025762 @babel/plugin-transform-parameters • 7.27.7 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 1750946597 @babel/plugin-transform-private-methods • 7.27.1 This plugin transforms private class methods INDIRECT 26 1746025774 @babel/plugin-transform-private-property-in-object • 7.27.1 This plugin transforms checks for a private property in an object INDIRECT 26 1746025774 @babel/plugin-transform-property-literals • 7.27.1 Ensure that reserved words are quoted in object property keys INDIRECT 1 1746025732 @babel/plugin-transform-react-display-name • 7.27.1 Add displayName to React.createClass calls INDIRECT 1 1746025734 @babel/plugin-transform-react-jsx-development • 7.27.1 Turn JSX into React function calls in development INDIRECT 23 1746025771 @babel/plugin-transform-react-jsx • 7.27.1 Turn JSX into React function calls INDIRECT 22 1746025763 @babel/plugin-transform-react-pure-annotations • 7.27.1 Mark top-level React method calls as pure for tree shaking INDIRECT 5 1746025746 @babel/plugin-transform-regenerator • 7.27.5 Explode async and generator functions into a state machine. INDIRECT 1 1748950025 @babel/plugin-transform-regexp-modifiers • 7.27.1 Compile inline regular expression modifiers INDIRECT 17 1746025752 @babel/plugin-transform-reserved-words • 7.27.1 Ensure that no reserved words are used. INDIRECT 1 1746025736 @babel/plugin-transform-shorthand-properties • 7.27.1 Compile ES2015 shorthand properties to ES5 INDIRECT 1 1746025736 @babel/plugin-transform-spread • 7.27.1 Compile ES2015 spread to ES5 INDIRECT 20 1746025764 @babel/plugin-transform-sticky-regex • 7.27.1 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1 1746025737 @babel/plugin-transform-template-literals • 7.27.1 Compile ES2015 template literals to ES5 INDIRECT 1 1746025738 @babel/plugin-transform-typeof-symbol • 7.27.1 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1 1746025738 @babel/plugin-transform-unicode-escapes • 7.27.1 Compile ES2015 Unicode escapes to ES5 INDIRECT 1 1746025739 @babel/plugin-transform-unicode-property-regex • 7.27.1 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 1746025752 @babel/plugin-transform-unicode-regex • 7.27.1 Compile ES2015 Unicode regex to ES5 INDIRECT 17 1746025753 @babel/plugin-transform-unicode-sets-regex • 7.27.1 Compile regular expressions' unicodeSets (v) flag. INDIRECT 17 1746025753 @babel/preset-env • 7.27.2 A Babel preset for each environment. DIRECT 125 1746545631 @babel/preset-modules • 0.1.6-no-external-plugins A Babel preset that targets modern browsers by fixing engine bugs. INDIRECT 5 1689960984 @babel/preset-react • 7.27.1 Babel preset for all React plugins. DIRECT 27 1746025775 @babel/template • 7.27.2 Generate an AST from a string template. INDIRECT 7 1746545629 @babel/traverse • 7.27.7 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 17 1750946602 @babel/types • 7.27.7 Babel Types is a Lodash-esque utility library for AST nodes DIRECT 2 1750946599 @jridgewell/gen-mapping • 0.3.10 Generate source maps INDIRECT 3 1751259823 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/sourcemap-codec • 1.5.2 Encode/decode sourcemap mappings INDIRECT 0 1751259852 @jridgewell/trace-mapping • 0.3.27 Trace the original position through a source map INDIRECT 2 1751259809 @types/node • 24.0.7 TypeScript definitions for node INDIRECT 1 1751096012 @types/unist • 2.0.11 TypeScript definitions for unist INDIRECT 0 1723688364 @types/unist • 3.0.3 TypeScript definitions for unist INDIRECT 0 1723688356 @types/vfile-message • 2.0.0 Stub TypeScript definitions entry for vfile-message, which provides its own types definitions INDIRECT 3 1573148533 @types/vfile • 3.0.2 TypeScript definitions for VFile INDIRECT 7 1544036437 argparse • 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 1518704641 array-iterate • 1.1.4 forEach with the possibility to change the next position INDIRECT 0 1580049826 babel-plugin-polyfill-corejs2 • 0.4.14 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 24 1751042269 babel-plugin-polyfill-corejs3 • 0.11.1 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 25 1737718711 babel-plugin-polyfill-regenerator • 0.6.5 A Babel plugin to inject imports to regenerator-runtime INDIRECT 24 1751042269 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 bluebird • 3.7.2 Full featured Promises/A+ implementation with exceptionally good performance INDIRECT 0 1574981740 browserslist • 4.25.1 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 6 1750842854 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 12 1741024203 camel-case • 3.0.0 Camel case a string INDIRECT 3 1465692429 camelcase-css • 2.0.1 Convert a kebab-cased CSS property into a camelCased DOM property. DIRECT 0 1533949161 ccount • 1.1.0 Count characters INDIRECT 0 1603876700 change-case • 3.1.0 Convert a string between camelCase, PascalCase, Title Case, snake_case and more. DIRECT 18 1547439116 character-entities-html4 • 1.1.4 HTML4 character entity information INDIRECT 0 1579858225 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 cheerio • 0.22.0 Tiny, fast, and elegant implementation of core jQuery designed specifically for the server INDIRECT 27 1471954900 ci-info • 2.0.0 Get details about the current Continuous Integration environment INDIRECT 0 1544044708 collapse-white-space • 1.0.6 Replace multiple white-space characters with a single space INDIRECT 0 1579820346 constant-case • 2.0.0 Constant case a string INDIRECT 4 1465693068 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.43.0 core-js compat INDIRECT 7 1749452102 core-js • 3.43.0 Standard library DIRECT 0 1749452092 crypto-random-string • 2.0.0 Generate a cryptographically strong random string INDIRECT 0 1554839384 debug • 4.4.1 Lightweight debugging utility for Node.js and the browser DIRECT 1 1747169796 dom-serializer • 0.1.1 render dom nodes to string INDIRECT 2 1550169324 dot-case • 2.1.1 Dot case a string INDIRECT 2 1489798800 dot-prop • 5.3.0 Get, set, or delete a property from a nested object using a dot path INDIRECT 1 1599401690 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 emojis-list • 3.0.0 Complete list of standard emojis. INDIRECT 0 1557658385 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.1 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1736901763 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 escape-string-regexp • 1.0.5 Escape RegExp special characters DIRECT 0 1456059317 eventemitter3 • 4.0.7 EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface. INDIRECT 0 1598519444 extend-shallow • 2.0.1 Extend an object with the properties of additional objects. node.js/javascript util. INDIRECT 1 1437089316 extend • 3.0.2 Port of jQuery.extend for node.js and the browser INDIRECT 0 1532032091 fs-extra • 8.1.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. DIRECT 3 1561741356 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 gatsby-core-utils • 1.10.1 A collection of gatsby utils used in different gatsby packages DIRECT 22 1614176631 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 get-intrinsic • 1.3.0 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 11 1740257660 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 1556626185 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 gray-matter • 4.0.3 Parse 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 DIRECT 9 1619233591 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 header-case • 1.0.1 Header case a string INDIRECT 3 1489797269 htmlparser2 • 3.10.1 Fast & forgiving HTML/XML/RSS parser INDIRECT 10 1550168210 imurmurhash • 0.1.4 An incremental implementation of MurmurHash3 INDIRECT 0 1377377123 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-alphanumeric • 1.0.0 Check if a string only contains alphanumeric characters INDIRECT 0 1436127964 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.1 Is this specifier a node.js core module? INDIRECT 2 1734816207 is-decimal • 1.0.4 Check if a character is decimal INDIRECT 0 1579950687 is-extendable • 0.1.1 Returns 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?" INDIRECT 0 1436050211 is-hexadecimal • 1.0.4 Check if a character is hexadecimal INDIRECT 0 1579950526 is-lower-case • 1.1.3 Check if a string is lower cased INDIRECT 1 1450224513 is-obj • 2.0.0 Check if a value is an object INDIRECT 0 1555688257 is-plain-obj • 1.1.0 Check if a value is a plain object INDIRECT 0 1446715918 is-plain-obj • 2.1.0 Check if a value is a plain object INDIRECT 0 1579602874 is-typedarray • 1.0.0 Detect whether or not an object is a Typed Array INDIRECT 0 1431824619 is-upper-case • 1.1.2 Check if a string is upper cased INDIRECT 1 1450225318 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-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 js-yaml • 3.14.1 YAML 1.2 parser and serializer INDIRECT 3 1607370310 jsesc • 3.0.2 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1603892950 jsesc • 3.1.0 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1733905474 json5 • 1.0.2 JSON for humans. INDIRECT 1 1672420182 json5 • 2.2.3 JSON for Humans DIRECT 0 1672506692 jsonfile • 4.0.0 Easily read/write JSON files. INDIRECT 1 1505244119 kind-of • 6.0.3 Get the native type of a value. INDIRECT 0 1579193959 loader-utils • 1.4.2 utils for webpack loaders DIRECT 4 1668126910 lodash.assignin • 4.2.0 The lodash method `_.assignIn` exported as a module. INDIRECT 0 1471109800 lodash.bind • 4.2.1 The lodash method `_.bind` exported as a module. INDIRECT 0 1471109816 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 lodash.defaults • 4.2.0 The lodash method `_.defaults` exported as a module. INDIRECT 0 1471109872 lodash.filter • 4.6.0 The lodash method `_.filter` exported as a module. INDIRECT 0 1471109901 lodash.flatten • 4.4.0 The lodash method `_.flatten` exported as a module. INDIRECT 0 1471109924 lodash.foreach • 4.5.0 The lodash method `_.forEach` exported as a module. INDIRECT 0 1471109944 lodash.map • 4.6.0 The lodash method `_.map` exported as a module. INDIRECT 0 1471110114 lodash.merge • 4.6.2 The Lodash method `_.merge` exported as a module. INDIRECT 0 1562717981 lodash.pick • 4.4.0 The lodash method `_.pick` exported as a module. INDIRECT 0 1471110200 lodash.reduce • 4.6.0 The lodash method `_.reduce` exported as a module. INDIRECT 0 1471110229 lodash.reject • 4.6.0 The lodash method `_.reject` exported as a module. INDIRECT 0 1471110235 lodash.some • 4.6.0 The lodash method `_.some` exported as a module. INDIRECT 0 1471110274 lodash • 4.17.21 Lodash modular utilities. DIRECT 0 1613835736 longest-streak • 2.0.4 Count the longest repeating streak of a character INDIRECT 0 1579948323 lower-case-first • 1.0.2 Lower case the first character of a string INDIRECT 1 1450224529 lower-case • 1.1.4 Lowercase a string INDIRECT 0 1487964266 make-dir • 3.1.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 1 1587567554 markdown-escapes • 1.0.4 List of escapable characters in markdown INDIRECT 0 1579858706 markdown-table • 1.1.3 Markdown/ASCII tables INDIRECT 0 1557387530 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 mdast-util-compact • 1.0.4 Make an mdast tree compact INDIRECT 3 1573376255 mdast-util-to-nlcst • 3.2.3 Transform MDAST to NLCST INDIRECT 4 1558685562 mdast-util-to-string • 1.1.0 mdast utility to get the plain text content of a node DIRECT 0 1583658580 mdast-util-toc • 3.1.0 Generate a Table of Contents (TOC) from a given Markdown file DIRECT 6 1550773224 mime • 2.6.0 A comprehensive library for mime-type mapping DIRECT 0 1635876020 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 nlcst-to-string • 2.0.4 nlcst utility to transform a tree to a string INDIRECT 0 1582018182 no-case • 2.3.2 Remove case from a string INDIRECT 1 1504891843 node-object-hash • 2.3.10 Node.js object hash library with properties/arrays sorting to provide constant hashes INDIRECT 0 1631619197 node-releases • 2.0.19 Node.js releases data INDIRECT 0 1733801321 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 object-inspect • 1.13.4 string representations of objects in node and the browser INDIRECT 0 1738718770 p-finally • 1.0.0 `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome INDIRECT 0 1477029729 p-queue • 6.6.2 Promise queue with concurrency control DIRECT 3 1602443385 p-timeout • 3.2.0 Timeout a promise after a specified amount of time INDIRECT 1 1568733047 param-case • 2.1.1 Param case a string INDIRECT 2 1489799046 parse-english • 4.2.0 English natural language parser INDIRECT 5 1602571733 parse-entities • 1.2.2 Parse HTML character references: fast, spec-compliant, positional information INDIRECT 7 1557912912 parse-latin • 4.3.0 Latin-script (natural language) parser INDIRECT 4 1602573205 pascal-case • 2.0.1 Pascal case a string INDIRECT 5 1489798987 path-case • 2.1.1 Path case a string INDIRECT 2 1489798904 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 pretty-bytes • 5.6.0 Convert bytes to a human readable string: 1337 → 1.34 kB DIRECT 0 1613916275 proper-lockfile • 4.1.2 A inter-process and inter-machine lockfile utility that works on a local or network file system INDIRECT 3 1611600918 punycode • 1.4.1 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 1458437238 readable-stream • 3.6.2 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 1678438954 regenerate-unicode-properties • 10.2.0 Regenerate sets for Unicode properties and values. INDIRECT 1 1726132062 regenerate • 1.4.2 Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. INDIRECT 0 1604220132 regexpu-core • 6.2.0 regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. INDIRECT 9 1732220053 regjsgen • 0.8.0 Generate regular expressions from regjsparser’s AST. INDIRECT 0 1686069841 remark-parse • 6.0.3 Markdown parser for remark INDIRECT 24 1542292155 remark-retext • 3.1.3 remark plugin to transform to retext DIRECT 5 1560753055 remark-stringify • 6.0.4 Markdown compiler for remark INDIRECT 25 1542292183 remark • 10.0.1 Markdown processor powered by plugins DIRECT 52 1542292222 repeat-string • 1.6.1 Repeat the given string n times. Fastest implementation for repeating a string. INDIRECT 0 1477241640 replace-ext • 1.0.0 Replaces a file extension with another one INDIRECT 0 1471316327 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 retext-english • 3.0.4 retext parser for the English language DIRECT 9 1573329686 retry • 0.12.0 Abstraction for exponential and custom retry strategies for failed operations. INDIRECT 0 1523266527 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 section-matter • 1.0.0 Like front-matter, but supports multiple sections in a document. INDIRECT 3 1508743550 sentence-case • 2.1.1 Sentence case a string INDIRECT 4 1489799138 side-channel-list • 1.0.0 Store information about any JS value in a side channel, using a linked list INDIRECT 2 1733862025 side-channel-map • 1.0.1 Store information about any JS value in a side channel, using a Map INDIRECT 14 1733892798 side-channel-weakmap • 1.0.2 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 15 1733895551 side-channel • 1.1.0 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 17 1733936433 slugify • 1.6.6 Slugifies a String DIRECT 0 1679833990 snake-case • 2.1.0 Snake case a string INDIRECT 2 1465691902 source-list-map • 1.1.2 Fast line to line SourceMap generator. INDIRECT 0 1493890804 state-toggle • 1.0.3 Enter/exit a state INDIRECT 0 1580043001 static-site-generator-webpack-plugin • 3.4.2 Minimal, unopinionated static site generator powered by webpack DIRECT 57 1542664145 string_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 1565169636 stringify-entities • 1.3.2 Encode HTML character references and character entities INDIRECT 6 1524993895 strip-bom-string • 1.0.0 Strip a byte order mark (BOM) from a string. INDIRECT 0 1490845430 style-to-object • 0.3.0 Converts inline style to object. DIRECT 1 1573103352 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 swap-case • 1.1.2 Swap the case of a string INDIRECT 2 1450224628 title-case • 2.1.1 Title case a string INDIRECT 3 1489799378 tmp • 0.2.3 Temporary file and directory creator INDIRECT 0 1709174778 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 typedarray-to-buffer • 3.1.5 Convert a typed array to a Buffer without a copy INDIRECT 1 1520537433 underscore.string • 3.3.6 String manipulation extensions for Underscore.js javascript library. DIRECT 2 1642928387 undici-types • 7.8.0 A stand-alone types package for Undici INDIRECT 0 1744279288 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.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 0 1726132494 unicode-property-aliases-ecmascript • 2.1.0 Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. INDIRECT 0 1663157048 unified • 7.1.0 Pluggable text processing interface INDIRECT 18 1544691893 unified • 8.4.2 Interface for processing text using syntax trees DIRECT 9 1573330770 unique-string • 2.0.0 Generate a unique random string INDIRECT 1 1556511486 unist-util-is • 2.1.3 Utility to check if a node passes a test INDIRECT 0 1558510156 unist-util-is • 3.0.0 Utility to check if a node passes a test INDIRECT 0 1559285218 unist-util-map • 1.0.5 Create a new Unist tree with all nodes that mapped by the provided function DIRECT 1 1558433356 unist-util-modify-children • 2.0.0 unist utility to modify direct children of a parent INDIRECT 1 1584643681 unist-util-position • 3.1.0 unist utility to get the position of a node INDIRECT 0 1581863896 unist-util-remove-position • 1.1.4 Remove `position`s from a unist tree INDIRECT 3 1573375535 unist-util-remove • 1.0.3 Remove nodes from Unist tree DIRECT 1 1559288200 unist-util-stringify-position • 1.1.2 Stringify a Unist node, position, or point INDIRECT 0 1525112085 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-stringify-position • 4.0.0 unist utility to serialize a node, position, or point as a human readable location INDIRECT 1 1688724566 unist-util-visit-children • 1.1.4 utility to visit direct children of a parent INDIRECT 0 1581323275 unist-util-visit-parents • 2.1.2 Recursively walk over unist nodes, with ancestral information INDIRECT 1 1559288957 unist-util-visit • 1.4.1 Recursively walk over unist nodes DIRECT 2 1558439331 universalify • 0.1.2 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1529493431 update-browserslist-db • 1.1.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1740591163 upper-case-first • 1.1.2 Upper case the first character of a string INDIRECT 1 1450224474 upper-case • 1.1.3 Upper case a string INDIRECT 0 1450225567 url • 0.11.4 The core `url` packaged standalone for use with Browserify. INDIRECT 20 1722023661 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 vfile-location • 2.0.6 Convert between positions (line and column-based) and offsets (range-based) locations in a virtual file INDIRECT 0 1573375330 vfile-message • 1.1.1 Create a virtual message INDIRECT 1 1545125263 vfile-message • 2.0.4 vfile utility to create a virtual message INDIRECT 2 1585508601 vfile-message • 4.0.2 vfile utility to create a virtual message INDIRECT 2 1688724914 vfile • 3.0.1 Virtual file format for text processing INDIRECT 4 1540733725 vfile • 4.2.1 Virtual file format for text processing INDIRECT 4 1607257589 webpack-sources • 0.2.3 Source code handling classes for webpack INDIRECT 2 1490398694 xdg-basedir • 4.0.0 Get XDG Base Directory paths INDIRECT 0 1556597387 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945