@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. INDIRECT 37 1750946604 @babel/generator • 7.27.5 Turns an AST into code. INDIRECT 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 INDIRECT 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-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-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-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. INDIRECT 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/register • 7.27.1 babel require hook INDIRECT 21 1746025707 @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 INDIRECT 2 1750946599 @jridgewell/gen-mapping • 0.3.11 Generate source maps INDIRECT 3 1751306912 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/sourcemap-codec • 1.5.3 Encode/decode sourcemap mappings INDIRECT 0 1751306847 @jridgewell/trace-mapping • 0.3.28 Trace the original position through a source map INDIRECT 2 1751306832 a-sync-waterfall • 1.0.1 Runs a list of async tasks, passing the results of each into the next one INDIRECT 0 1535699417 ajv • 8.17.1 Another JSON Schema Validator INDIRECT 4 1720816933 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 archy • 1.0.0 render nested hierarchies `npm ls` style with unicode pipes INDIRECT 0 1410681478 asap • 2.0.6 High-priority task queue for Node.js and browsers INDIRECT 0 1499700096 babel-plugin-inferno • 6.8.4 Turn JSX into Inferno virtual DOM INDIRECT 5 1749624293 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 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 binary-extensions • 2.3.0 List of binary file extensions INDIRECT 0 1710439839 bluebird • 3.7.2 Full featured Promises/A+ implementation with exceptionally good performance INDIRECT 0 1574981740 brace-expansion • 1.1.12 Brace expansion as known from sh/bash INDIRECT 2 1749631978 braces • 3.0.3 Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed. INDIRECT 3 1716281951 browserslist • 4.25.1 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 6 1750842854 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1627578333 bulma-stylus • 0.8.0 Modern CSS framework based on Flexbox DIRECT 0 1573127514 camel-case • 4.1.2 Transform into a string with the separator denoted by the next word capitalized INDIRECT 4 1606869119 chokidar • 3.6.0 Minimal and efficient cross-platform file watching library INDIRECT 14 1707260254 clone-deep • 4.0.1 Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. INDIRECT 4 1542844824 command-exists • 1.2.9 check whether a command line command exists in the current environment INDIRECT 0 1586978634 commander • 5.1.0 the complete solution for node.js command-line programs INDIRECT 0 1587781761 commondir • 1.0.1 compute the closest common parent for file paths INDIRECT 0 1426292101 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 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 cross-spawn • 7.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 1731938392 css • 3.0.0 CSS parser / stringifier INDIRECT 5 1593665159 cuid • 2.1.8 Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers. INDIRECT 0 1576527487 debug • 4.4.1 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1747169796 decode-uri-component • 0.2.2 A better decodeURIComponent INDIRECT 0 1669918979 deepmerge • 4.3.1 A library for deep (recursive) merging of Javascript objects DIRECT 0 1679007536 dom-serializer • 1.4.1 render domhandler DOM nodes to a string INDIRECT 3 1649524771 dom-serializer • 2.0.0 render domhandler DOM nodes to a string INDIRECT 3 1649524908 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 fast-equals • 3.0.3 A blazing fast equality comparison, either shallow or deep INDIRECT 0 1653275089 fill-range • 7.1.1 Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex` INDIRECT 2 1716281151 find-cache-dir • 2.1.0 Finds the common standard cache directory INDIRECT 11 1552372085 find-up • 3.0.0 Find a file or directory by walking up parent directories INDIRECT 5 1529313561 fsevents • 2.3.3 Native Access to MacOS FSEvents INDIRECT 0 1692635062 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 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 1556626185 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 hexo-cli • 4.3.2 Command line interface for Hexo INDIRECT 53 1713272618 hexo-component-inferno • 2.0.4 A collection of Inferno.js layout components and utility scripts for Hexo DIRECT 111 1704517814 hexo-front-matter • 3.0.0 Front-matter parser. INDIRECT 2 1641172732 hexo-fs • 3.1.0 File system module for Hexo. INDIRECT 41 1590152515 hexo-fs • 4.1.3 File system module for Hexo. INDIRECT 40 1713065062 hexo-i18n • 1.0.0 i18n module for Hexo. INDIRECT 1 1567311682 hexo-log • 3.2.0 Logger for Hexo DIRECT 1 1661258404 hexo-log • 4.1.0 Logger for Hexo INDIRECT 1 1690299064 hexo-pagination • 2.0.0 Pagination utilities for Hexo generator plugins. DIRECT 0 1622723687 hexo-renderer-inferno • 0.1.3 Inferno.js renderer for Hexo DIRECT 162 1583647014 hexo-renderer-stylus • 2.1.0 Stylus renderer plugin for Hexo DIRECT 23 1653101886 hexo-util • 2.7.0 Utilities for Hexo. DIRECT 24 1659973477 hexo-util • 3.3.0 Utilities for Hexo. INDIRECT 22 1711891584 hexo • 6.3.0 A fast, simple & powerful blog framework, powered by Node.js. DIRECT 98 1662642285 htmlparser2 • 7.2.0 Fast & forgiving HTML/XML parser INDIRECT 6 1636640819 htmlparser2 • 9.1.0 Fast & forgiving HTML/XML parser INDIRECT 5 1704452648 inferno-create-element • 7.4.11 Provides methods to create Inferno VNodes DIRECT 4 1635974592 inferno-server • 7.4.11 Provides methods to render HTML strings from Inferno elements INDIRECT 4 1635974592 inferno-shared • 7.4.11 Helpers functions for Inferno INDIRECT 0 1635974587 inferno-vnode-flags • 7.4.11 Provides an enum of all possible VNode Flags used when calling Inferno.createVNode INDIRECT 0 1635974587 inferno • 7.4.11 An extremely fast, React-like JavaScript library for building modern user interfaces DIRECT 3 1635974589 is-binary-path • 2.1.0 Check if a file path is a binary file INDIRECT 1 1555648965 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 1734816207 is-extglob • 2.1.1 Returns true if a string has an extglob. INDIRECT 0 1481429064 is-glob • 4.0.3 Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet INDIRECT 1 1632934367 is-number • 7.0.0 Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc. INDIRECT 0 1530716938 is-plain-object • 2.0.4 Returns true if an object was created by the `Object` constructor. INDIRECT 1 1499812870 is-plain-object • 5.0.0 Returns true if an object was created by the `Object` constructor, or Object.create(null). INDIRECT 0 1599669003 isobject • 3.0.1 Returns true if the value is an object and not an array or null. INDIRECT 0 1498846770 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 js-yaml-js-types • 1.0.1 js-yaml extra types INDIRECT 1 1666368087 js-yaml • 4.1.0 YAML 1.2 parser and serializer INDIRECT 1 1618434429 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 json-schema-traverse • 1.0.0 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1607857014 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 jsonparse • 1.3.1 This is a pure-js JSON streaming parser for node.js INDIRECT 0 1494359953 kind-of • 6.0.3 Get the native type of a value. INDIRECT 0 1579193959 locate-path • 3.0.0 Get the first path that exists on disk of multiple paths INDIRECT 4 1529269166 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 lower-case • 2.0.2 Transforms the string to lower case INDIRECT 1 1606869107 make-dir • 2.1.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 2 1551642020 micro-memoize • 4.1.3 A tiny, crazy fast memoization library for the 95% use-case INDIRECT 0 1736105682 micromatch • 4.0.8 Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch. INDIRECT 5 1724430678 min-indent • 1.0.1 Get the shortest leading whitespace from lines in a string INDIRECT 0 1590693606 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 moize • 6.1.6 Blazing fast memoization based on all parameters passed INDIRECT 2 1683542084 moment-timezone • 0.5.48 Parse and display moments in any timezone. INDIRECT 1 1742726982 moment • 2.30.1 Parse, validate, manipulate, and display dates DIRECT 0 1703673523 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 nib • 1.2.0 Stylus mixins and utilities INDIRECT 0 1652757561 no-case • 3.0.4 Transform into a lower cased string with spaces between words INDIRECT 2 1606869113 node-releases • 2.0.19 Node.js releases data INDIRECT 0 1733801321 normalize-path • 3.0.0 Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled. INDIRECT 0 1524149687 opencollective-postinstall • 2.0.3 Lightweight npm postinstall message to invite people to donate to your collective INDIRECT 0 1590745443 p-limit • 2.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1586101245 p-locate • 3.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1529066877 p-try • 2.2.0 `Start a promise chain INDIRECT 0 1554035675 pascal-case • 3.1.2 Transform into a string of capitalized words without separators INDIRECT 3 1606869116 path-exists • 3.0.0 Check if a path exists INDIRECT 0 1462103093 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 path-key • 3.1.1 Get the PATH environment variable key cross-platform INDIRECT 0 1574441238 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 picomatch • 2.3.1 Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. INDIRECT 0 1641143904 pify • 4.0.1 Promisify a callback-style function INDIRECT 0 1540213139 pirates • 4.0.7 Properly hijack require, i.e., properly define require hooks and customizations INDIRECT 0 1743074518 pkg-dir • 3.0.0 Find the root directory of a Node.js project or npm package INDIRECT 6 1529322182 pretty-hrtime • 1.0.3 process.hrtime() to words INDIRECT 0 1478374729 prismjs • 1.30.0 Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet. INDIRECT 0 1741629380 readable-stream • 3.6.2 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 1678438954 readdirp • 3.6.0 Recursive version of fs.readdir with streaming API. INDIRECT 1 1615717351 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 require-from-string • 2.0.2 Require module from string INDIRECT 0 1523267387 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 rfdc • 1.4.1 Really Fast Deep Clone INDIRECT 0 1718187509 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 shallow-clone • 3.0.1 Creates a shallow clone of any JavaScript value. INDIRECT 1 1555373202 shebang-command • 2.0.0 Get the command from a shebang INDIRECT 1 1567781605 shebang-regex • 3.0.0 Regular expression for matching a shebang line INDIRECT 0 1556361979 source-map-resolve • 0.6.0 Resolve the source map and/or sources for a generated file. INDIRECT 2 1584829444 source-map-support • 0.5.21 Fixes stack traces for files with source maps INDIRECT 2 1637319777 string_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 1565169636 strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 strip-indent • 3.0.0 Strip leading whitespace from each line in a string INDIRECT 1 1555467709 stylus • 0.57.0 Robust, expressive, and feature-rich CSS superset INDIRECT 21 1645259616 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 text-table • 0.2.0 borderless text tables with alignment INDIRECT 0 1380945086 through2 • 4.0.2 A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise INDIRECT 5 1593480295 tildify • 2.0.0 Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev` INDIRECT 0 1556509117 titlecase • 1.1.3 Intelligently converting strings to title case (an enhanced fork of David Gouch's library) INDIRECT 0 1552461448 to-regex-range • 5.0.1 Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. INDIRECT 1 1554617077 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 update-browserslist-db • 1.1.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1740591163 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 warehouse • 4.0.2 Simple JSON-based database INDIRECT 14 1659067033