licenses.dev

lukrisum.fork-hexo-theme-icarus v0.0.0

A simple, delicate, and modern theme for Hexo (Lukrisum's Fork🍴)

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT240
PackageRelationDependenciesPublished
@babel/code-frame • 7.27.1Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.27.7The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.27.7Babel compiler core.INDIRECT37
@babel/generator • 7.27.5Turns an AST into code.INDIRECT9
@babel/helper-annotate-as-pure • 7.27.3Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.27.2Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.27.1Compile class public and private fields, private methods and decorators to ES6INDIRECT24
@babel/helper-create-regexp-features-plugin • 7.27.1Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.5Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-member-expression-to-functions • 7.27.1Helper function to replace certain member expressions with function callsINDIRECT18
@babel/helper-module-imports • 7.27.1Babel helper functions for inserting module loadsINDIRECT18
@babel/helper-module-transforms • 7.27.3Babel helper functions for implementing ES6 module transformationsINDIRECT19
@babel/helper-optimise-call-expression • 7.27.1Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.27.1General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.27.1Helper function to remap async functions to generatorsINDIRECT20
@babel/helper-replace-supers • 7.27.1Helper function to replace supersINDIRECT20
@babel/helper-skip-transparent-expression-wrappers • 7.27.1Helper which skips types and parenthesesINDIRECT18
@babel/helper-string-parser • 7.27.1A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.27.1Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.27.1Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.27.1Helper to wrap functions inside a function call.INDIRECT18
@babel/helpers • 7.27.6Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.27.7A JavaScript parserINDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.27.1Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT19
@babel/plugin-bugfix-safari-class-field-initializer-scope • 7.27.1Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.27.1Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.27.1Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT21
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.27.1Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT19
@babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an objectINDIRECT0
@babel/plugin-syntax-import-assertions • 7.27.1Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.27.1Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-jsx • 7.27.1Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/plugin-transform-arrow-functions • 7.27.1Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.27.1Turn async generator functions into ES2015 generatorsINDIRECT22
@babel/plugin-transform-async-to-generator • 7.27.1Turn async functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-block-scoped-functions • 7.27.1Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.27.5Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.27.1This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT26
@babel/plugin-transform-class-static-block • 7.27.1Transform class static blocksINDIRECT26
@babel/plugin-transform-classes • 7.27.7Compile ES2015 classes to ES5INDIRECT35
@babel/plugin-transform-computed-properties • 7.27.1Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.27.7Compile ES2015 destructuring to ES5INDIRECT19
@babel/plugin-transform-dotall-regex • 7.27.1Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 7.27.1Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.27.1Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 7.27.1Transform import() expressionsINDIRECT1
@babel/plugin-transform-exponentiation-operator • 7.27.1Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-export-namespace-from • 7.27.1Compile export namespace to ES2015INDIRECT1
@babel/plugin-transform-for-of • 7.27.1Compile ES2015 for...of to ES5INDIRECT20
@babel/plugin-transform-function-name • 7.27.1Apply ES2015 function.name semantics to all functionsINDIRECT31
@babel/plugin-transform-json-strings • 7.27.1Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 7.27.1Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.27.1Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 7.27.1Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.27.1This plugin transforms ES2015 modules to AMDINDIRECT21
@babel/plugin-transform-modules-commonjs • 7.27.1This plugin transforms ES2015 modules to CommonJSINDIRECT21
@babel/plugin-transform-modules-systemjs • 7.27.1This plugin transforms ES2015 modules to SystemJSINDIRECT21
@babel/plugin-transform-modules-umd • 7.27.1This plugin transforms ES2015 modules to UMDINDIRECT21
@babel/plugin-transform-named-capturing-groups-regex • 7.27.1Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 7.27.1Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.27.1Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.27.1Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-rest-spread • 7.27.7Compile object rest and spread to ES5INDIRECT33
@babel/plugin-transform-object-super • 7.27.1Compile ES2015 object super to ES5INDIRECT22
@babel/plugin-transform-optional-catch-binding • 7.27.1Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 7.27.1Transform optional chaining operators into a series of nil checksINDIRECT20
@babel/plugin-transform-parameters • 7.27.7Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.27.1This plugin transforms private class methodsINDIRECT26
@babel/plugin-transform-private-property-in-object • 7.27.1This plugin transforms checks for a private property in an objectINDIRECT26
@babel/plugin-transform-property-literals • 7.27.1Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-regenerator • 7.27.5Explode async and generator functions into a state machine.INDIRECT1
@babel/plugin-transform-regexp-modifiers • 7.27.1Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 7.27.1Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-shorthand-properties • 7.27.1Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.27.1Compile ES2015 spread to ES5INDIRECT20
@babel/plugin-transform-sticky-regex • 7.27.1Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.27.1Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.27.1This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-unicode-escapes • 7.27.1Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.27.1Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 7.27.1Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 7.27.1Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/preset-env • 7.27.2A Babel preset for each environment.INDIRECT125
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT5
@babel/register • 7.27.1babel require hookINDIRECT21
@babel/template • 7.27.2Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.27.7The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT17
@babel/types • 7.27.7Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jridgewell/gen-mapping • 0.3.11Generate source mapsINDIRECT3
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/sourcemap-codec • 1.5.3Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.28Trace the original position through a source mapINDIRECT2
a-sync-waterfall • 1.0.1Runs a list of async tasks, passing the results of each into the next oneINDIRECT0
ajv • 8.17.1Another JSON Schema ValidatorINDIRECT4
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
archy • 1.0.0render nested hierarchies `npm ls` style with unicode pipesINDIRECT0
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
babel-plugin-inferno • 6.8.4Turn JSX into Inferno virtual DOMINDIRECT5
babel-plugin-polyfill-corejs2 • 0.4.14A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT24
babel-plugin-polyfill-corejs3 • 0.11.1A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT25
babel-plugin-polyfill-regenerator • 0.6.5A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
brace-expansion • 1.1.12Brace expansion as known from sh/bashINDIRECT2
braces • 3.0.3Bash-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.INDIRECT3
browserslist • 4.25.1Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
bulma-stylus • 0.8.0Modern CSS framework based on FlexboxDIRECT0
camel-case • 4.1.2Transform into a string with the separator denoted by the next word capitalizedINDIRECT4
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryINDIRECT14
clone-deep • 4.0.1Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.INDIRECT4
command-exists • 1.2.9check whether a command line command exists in the current environmentINDIRECT0
commander • 5.1.0the complete solution for node.js command-line programsINDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js-compat • 3.43.0core-js compatINDIRECT7
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
css • 3.0.0CSS parser / stringifierINDIRECT5
cuid • 2.1.8Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.INDIRECT0
debug • 4.4.1Lightweight debugging utility for Node.js and the browserINDIRECT1
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsDIRECT0
dom-serializer • 1.4.1render domhandler DOM nodes to a stringINDIRECT3
dom-serializer • 2.0.0render domhandler DOM nodes to a stringINDIRECT3
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-equals • 3.0.3A blazing fast equality comparison, either shallow or deepINDIRECT0
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
find-cache-dir • 2.1.0Finds the common standard cache directoryINDIRECT11
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hexo-cli • 4.3.2Command line interface for HexoINDIRECT53
hexo-component-inferno • 2.0.4A collection of Inferno.js layout components and utility scripts for HexoDIRECT111
hexo-front-matter • 3.0.0Front-matter parser.INDIRECT2
hexo-fs • 3.1.0File system module for Hexo.INDIRECT41
hexo-fs • 4.1.3File system module for Hexo.INDIRECT40
hexo-i18n • 1.0.0i18n module for Hexo.INDIRECT1
hexo-log • 3.2.0Logger for HexoDIRECT1
hexo-log • 4.1.0Logger for HexoINDIRECT1
hexo-pagination • 2.0.0Pagination utilities for Hexo generator plugins.DIRECT0
hexo-renderer-inferno • 0.1.3Inferno.js renderer for HexoDIRECT162
hexo-renderer-stylus • 2.1.0Stylus renderer plugin for HexoDIRECT23
hexo-util • 2.7.0Utilities for Hexo.DIRECT24
hexo-util • 3.3.0Utilities for Hexo.INDIRECT22
hexo • 6.3.0A fast, simple & powerful blog framework, powered by Node.js.DIRECT98
htmlparser2 • 7.2.0Fast & forgiving HTML/XML parserINDIRECT6
htmlparser2 • 9.1.0Fast & forgiving HTML/XML parserINDIRECT5
inferno-create-element • 7.4.11Provides methods to create Inferno VNodesDIRECT4
inferno-server • 7.4.11Provides methods to render HTML strings from Inferno elementsINDIRECT4
inferno-shared • 7.4.11Helpers functions for InfernoINDIRECT0
inferno-vnode-flags • 7.4.11Provides an enum of all possible VNode Flags used when calling Inferno.createVNodeINDIRECT0
inferno • 7.4.11An extremely fast, React-like JavaScript library for building modern user interfacesDIRECT3
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 4.0.3Returns `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 betINDIRECT1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-plain-object • 5.0.0Returns true if an object was created by the `Object` constructor, or Object.create(null).INDIRECT0
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml-js-types • 1.0.1js-yaml extra typesINDIRECT1
js-yaml • 4.1.0YAML 1.2 parser and serializerINDIRECT1
jsesc • 3.0.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-schema-traverse • 1.0.0Traverse JSON Schema passing each schema object to callbackINDIRECT0
json5 • 2.2.3JSON for HumansINDIRECT0
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
kind-of • 6.0.3Get the native type of a value.INDIRECT0
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lower-case • 2.0.2Transforms the string to lower caseINDIRECT1
make-dir • 2.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT2
micro-memoize • 4.1.3A tiny, crazy fast memoization library for the 95% use-caseINDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
min-indent • 1.0.1Get the shortest leading whitespace from lines in a stringINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
moize • 6.1.6Blazing fast memoization based on all parameters passedINDIRECT2
moment-timezone • 0.5.48Parse and display moments in any timezone.INDIRECT1
moment • 2.30.1Parse, validate, manipulate, and display datesDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nib • 1.2.0Stylus mixins and utilitiesINDIRECT0
no-case • 3.0.4Transform into a lower cased string with spaces between wordsINDIRECT2
node-releases • 2.0.19Node.js releases dataINDIRECT0
normalize-path • 3.0.0Normalize 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.INDIRECT0
opencollective-postinstall • 2.0.3Lightweight npm postinstall message to invite people to donate to your collectiveINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
pascal-case • 3.1.2Transform into a string of capitalized words without separatorsINDIRECT3
path-exists • 3.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
picomatch • 2.3.1Blazing 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.INDIRECT0
pify • 4.0.1Promisify a callback-style functionINDIRECT0
pirates • 4.0.7Properly hijack require, i.e., properly define require hooks and customizationsINDIRECT0
pkg-dir • 3.0.0Find the root directory of a Node.js project or npm packageINDIRECT6
pretty-hrtime • 1.0.3process.hrtime() to wordsINDIRECT0
prismjs • 1.30.0Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.INDIRECT0
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
regenerate-unicode-properties • 10.2.0Regenerate sets for Unicode properties and values.INDIRECT1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regexpu-core • 6.2.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
require-from-string • 2.0.2Require module from stringINDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
rfdc • 1.4.1Really Fast Deep CloneINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
shallow-clone • 3.0.1Creates a shallow clone of any JavaScript value.INDIRECT1
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
source-map-resolve • 0.6.0Resolve the source map and/or sources for a generated file.INDIRECT2
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-indent • 3.0.0Strip leading whitespace from each line in a stringINDIRECT1
stylus • 0.57.0Robust, expressive, and feature-rich CSS supersetINDIRECT21
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
text-table • 0.2.0borderless text tables with alignmentINDIRECT0
through2 • 4.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseINDIRECT5
tildify • 2.0.0Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`INDIRECT0
titlecase • 1.1.3Intelligently converting strings to title case (an enhanced fork of David Gouch's library)INDIRECT0
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
unicode-canonical-property-names-ecmascript • 2.0.1The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-match-property-ecmascript • 2.0.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-value-ecmascript • 2.2.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-property-aliases-ecmascript • 2.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
update-browserslist-db • 1.1.3CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
warehouse • 4.0.2Simple JSON-based databaseINDIRECT14
ISC22
PackageRelationDependenciesPublished
abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
abbrev • 2.0.0Like ruby's abbrev module, but in jsINDIRECT0
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
electron-to-chromium • 1.5.178Provides a list of electron-to-chromium version mappingsINDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
sax • 1.2.4An evented streaming XML parser in JavaScriptINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.7.2The semantic version parser used by npm.DIRECT0
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
BSD-2-Clause12
PackageRelationDependenciesPublished
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 4.3.1Handler for htmlparser2 that turns pages into a domINDIRECT1
domhandler • 5.0.3Handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 2.8.0Utilities for working with htmlparser2's domINDIRECT4
domutils • 3.2.2Utilities for working with htmlparser2's domINDIRECT4
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
entities • 3.0.1Encode & decode XML and HTML entities with easeINDIRECT0
entities • 4.5.0Encode & decode XML and HTML entities with ease & speedINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
nunjucks • 3.2.4A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)INDIRECT3
regjsparser • 0.12.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
BSD-3-Clause5
PackageRelationDependenciesPublished
fast-uri • 3.0.6Dependency-free RFC 3986 URI toolboxINDIRECT0
highlight.js • 11.11.1Syntax highlighting with language autodetection.INDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
source-map • 0.7.4Generates and consumes source mapsINDIRECT0
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT4
Python-2.01
PackageRelationDependenciesPublished
argparse • 2.0.1CLI arguments parser. Native port of python's argparse.INDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001726A smaller version of caniuse-db, with only the essentials!INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/lukrisum.fork-hexo-theme-icarus)](https://licenses.dev/npm/lukrisum.fork-hexo-theme-icarus)
<a href="https://licenses.dev/npm/lukrisum.fork-hexo-theme-icarus">
  <img src="https://licenses.dev/b/npm/lukrisum.fork-hexo-theme-icarus" alt="licenses" />
</a>

Or the licenses badge code for the 0.0.0 version:

[![licenses](https://licenses.dev/b/npm/lukrisum.fork-hexo-theme-icarus/0.0.0)](https://licenses.dev/npm/lukrisum.fork-hexo-theme-icarus/0.0.0)
<a href="https://licenses.dev/npm/lukrisum.fork-hexo-theme-icarus/0.0.0">
  <img src="https://licenses.dev/b/npm/lukrisum.fork-hexo-theme-icarus/0.0.0" alt="licenses" />
</a>
GitHub