licenses.dev

ulka v0.4.2-rc.17

Ulka - static site generator

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT105
PackageRelationDependenciesPublished
@types/hast • 2.3.10TypeScript definitions for hastINDIRECT1
@types/mdast • 3.0.15TypeScript definitions for mdastINDIRECT1
@types/parse5 • 5.0.3TypeScript definitions for parse5INDIRECT0
@types/unist • 2.0.11TypeScript definitions for unistINDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
autolinker • 3.16.2Utility to automatically link the URLs, email addresses, phone numbers, hashtags, and mentions (Twitter, Instagram) in a given block of text/HTMLINDIRECT1
bail • 1.0.5Throw a given errorINDIRECT0
better-opn • 2.1.1A better opn. Reuse the same tab on Chrome for 👨‍💻.DIRECT3
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
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
ccount • 1.1.0Count charactersINDIRECT0
character-entities-html4 • 1.1.4HTML4 character entity informationINDIRECT0
character-entities-legacy • 1.1.4HTML legacy character entity informationINDIRECT0
character-entities • 1.2.4HTML character entity informationINDIRECT0
character-reference-invalid • 1.1.4HTML invalid numeric character reference informationINDIRECT0
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryDIRECT14
collapse-white-space • 1.0.6Replace multiple white-space characters with a single spaceINDIRECT0
colors • 1.4.0get colors in your node.js consoleDIRECT0
comma-separated-tokens • 1.0.8Parse and stringify comma-separated tokensINDIRECT0
commander • 5.1.0the complete solution for node.js command-line programsDIRECT0
debug • 3.2.7small debugging utilityINDIRECT1
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
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
front-matter • 4.0.2Extract YAML front matter from a stringDIRECT4
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
gray-matter • 4.0.3Parse 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 DIRECT9
hast-to-hyperscript • 9.0.1hast utility to transform to something else (react, vue, etc) through a hyperscript DSLINDIRECT9
hast-util-from-parse5 • 6.0.1hast utility to transform from Parse5’s ASTINDIRECT15
hast-util-is-element • 1.1.0hast utility to check if a node is a (certain) elementINDIRECT0
hast-util-parse-selector • 2.2.5hast utility to create an element from a simple CSS selectorINDIRECT0
hast-util-raw • 6.1.0hast utility to reparse a treeDIRECT27
hast-util-to-html • 7.1.3hast utility to serialize to HTMLINDIRECT12
hast-util-to-parse5 • 6.0.0hast utility to transform hast to Parse5’s ASTINDIRECT11
hast-util-whitespace • 1.0.4hast utility to check if a node is inter-element whitespaceINDIRECT0
hastscript • 6.0.0hast utility to create treesINDIRECT7
html-void-elements • 1.0.5List of known void HTML elementsINDIRECT0
inline-style-parser • 0.1.1An inline style parser.INDIRECT0
is-alphabetical • 1.0.4Check if a character is alphabeticalINDIRECT0
is-alphanumerical • 1.0.4Check if a character is alphanumericalINDIRECT2
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-buffer • 2.0.5Determine if an object is a BufferINDIRECT0
is-decimal • 1.0.4Check if a character is decimalINDIRECT0
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
is-extendable • 0.1.1Returns 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?"INDIRECT0
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-hexadecimal • 1.0.4Check if a character is hexadecimalINDIRECT0
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-obj • 2.1.0Check if a value is a plain objectINDIRECT0
is-whitespace-character • 1.0.4Check if a character is a whitespace characterINDIRECT0
is-word-character • 1.0.4Check if a character is a word characterINDIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
kind-of • 6.0.3Get the native type of a value.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
markdown-escapes • 1.0.4List of escapable characters in markdownINDIRECT0
mdast-util-definitions • 3.0.1mdast utility to find definition nodes in a treeINDIRECT4
mdast-util-to-hast • 9.1.2mdast utility to transform to hastINDIRECT10
mdurl • 1.0.1URL utilities for markdown-itINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
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
open • 7.4.2Open stuff like URLs, files, executables. Cross-platform.INDIRECT2
parse-entities • 2.0.0Parse HTML character references: fast, spec-compliant, positional informationINDIRECT7
parse5 • 6.0.1HTML parser and serializer.INDIRECT0
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
portfinder • 1.0.32A simple tool to find an open port on the current machineDIRECT6
property-information • 5.6.0Information for HTML propertiesINDIRECT1
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
rehype-stringify • 8.0.0rehype plugin to serialize HTMLDIRECT13
remark-parse • 8.0.3remark plugin to parse MarkdownDIRECT26
remark-rehype • 7.0.0remark plugin to transform to rehypeDIRECT11
remarkable • 2.0.1Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in one.DIRECT4
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
section-matter • 1.0.0Like front-matter, but supports multiple sections in a document.INDIRECT3
space-separated-tokens • 1.1.5Parse and stringify space-separated tokensINDIRECT0
state-toggle • 1.0.3Enter/exit a stateINDIRECT0
stringify-entities • 3.1.0Encode HTML character references and character entitiesINDIRECT3
strip-bom-string • 1.0.0Strip a byte order mark (BOM) from a string.INDIRECT0
style-to-object • 0.3.0Converts inline style to object.INDIRECT1
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
trim-trailing-lines • 1.1.4Remove final line feeds from a stringINDIRECT0
trim • 0.0.1Trim string whitespaceINDIRECT0
trough • 1.0.5Middleware: a channel used to convey a liquidINDIRECT0
ulka-parser • 0.2.11Templating engine for ulka static site generatorDIRECT0
unherit • 1.1.3Clone a constructor without affecting the super-classINDIRECT2
unified • 9.2.2Interface for parsing, inspecting, transforming, and serializing content through syntax treesDIRECT9
unist-builder • 2.0.3unist utility to create a new trees with a nice syntaxINDIRECT0
unist-util-generated • 1.1.6unist utility to check if a node is generatedINDIRECT0
unist-util-is • 4.1.0unist utility to check if a node passes a testINDIRECT0
unist-util-position • 3.1.0unist utility to get the position of a nodeINDIRECT0
unist-util-remove-position • 2.0.1unist utility to remove positions from a treeINDIRECT4
unist-util-stringify-position • 2.0.3unist utility to serialize a node, position, or point as a human readable locationINDIRECT1
unist-util-visit-parents • 3.1.1unist utility to recursively walk over nodes, with ancestral informationINDIRECT2
unist-util-visit • 2.0.3unist utility to visit nodesINDIRECT3
vfile-location • 3.2.0vfile utility to convert between positional (line and column-based) and offset (range-based) locationsINDIRECT0
vfile-message • 2.0.4vfile utility to create a virtual messageINDIRECT2
vfile • 4.2.1Virtual file format for text processingINDIRECT4
web-namespaces • 1.1.4Map of web namespacesINDIRECT0
ws • 7.5.10Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
zwitch • 1.0.5Handle values based on a propertyINDIRECT0
ISC3
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/ulka)](https://licenses.dev/npm/ulka)
<a href="https://licenses.dev/npm/ulka">
  <img src="https://licenses.dev/b/npm/ulka" alt="licenses" />
</a>

Or the licenses badge code for the 0.4.2-rc.17 version:

[![licenses](https://licenses.dev/b/npm/ulka/0.4.2-rc.17)](https://licenses.dev/npm/ulka/0.4.2-rc.17)
<a href="https://licenses.dev/npm/ulka/0.4.2-rc.17">
  <img src="https://licenses.dev/b/npm/ulka/0.4.2-rc.17" alt="licenses" />
</a>
GitHub