licenses.dev

@doc-tools/docs v1.18.42

Make documentation using yfm-docs in Markdown and HTML formats

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT149
PackageRelationDependenciesPublished
@babel/runtime • 7.29.7babel's modular runtime helpersINDIRECT0
@doc-tools/components • 1.12.3React компоненты для отрисовки документационного проектаDIRECT16
@doc-tools/transform • 2.18.3A simple transformer of text in YFM (Yandex Flavored Markdown) to HTMLDIRECT45
@kwsites/file-exists • 1.1.1Synchronous validation of a path existing either as a file or as a directory.INDIRECT2
@kwsites/promise-deferred • 1.1.1Minimalist creation of promise wrappers, exposing the ability to resolve or reject the inner promiseINDIRECT0
@octokit/auth-token • 2.5.0GitHub API token authentication for browsers and Node.jsINDIRECT2
@octokit/core • 3.6.0Extendable client for GitHub's REST & GraphQL APIsDIRECT17
@octokit/endpoint • 6.0.12Turns REST API endpoints into generic request optionsINDIRECT4
@octokit/graphql • 4.8.0GitHub GraphQL API client for browsers and NodeINDIRECT14
@octokit/openapi-types • 12.11.0Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.comINDIRECT0
@octokit/request-error • 2.1.0Error class for Octokit request errorsINDIRECT5
@octokit/request • 5.6.3Send parameterized requests to GitHub's APIs with sensible defaults in browsers and NodeINDIRECT13
@octokit/types • 6.41.0Shared TypeScript definitions for Octokit projectsINDIRECT1
@popperjs/core • 2.11.8Tooltip and Popover Positioning EngineINDIRECT0
@types/minimatch • 3.0.5TypeScript definitions for MinimatchINDIRECT0
@types/sanitize-html • 2.6.2TypeScript definitions for sanitize-htmlINDIRECT6
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructorINDIRECT0
async-generator-function • 1.0.0A function that returns the normally hidden `AsyncGeneratorFunction` constructorINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bem-cn-lite • 4.1.0Lite version of the friendly BEM-style class name generator, which is great for ReactINDIRECT1
bem-cn • 3.0.1Friendly BEM class names generator, greate for ReactINDIRECT0
brace-expansion • 1.1.16Brace expansion as known from sh/bashINDIRECT2
buffer • 4.9.2Node.js Buffer API, for the browserINDIRECT3
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.9Robustly `.call.bind()` a functionINDIRECT18
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT15
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chalk • 4.1.2Terminal string styling done rightDIRECT5
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
compute-scroll-into-view • 1.0.20The engine that powers scroll-into-view-if-neededINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
dom-serializer • 1.4.1render domhandler DOM nodes to a stringINDIRECT3
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.2ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
events • 1.1.1Node's event emitter for all engines.INDIRECT0
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
for-each • 0.3.5A better forEachINDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructorINDIRECT0
get-intrinsic • 1.3.1Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT14
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-root-node-polyfill • 1.0.0Polyfill for the new Node method getRootNodeINDIRECT0
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
html-parse-stringify • 3.1.0Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly.INDIRECT1
htmlparser2 • 6.1.0Fast & forgiving HTML/XML parserINDIRECT5
i18next • 19.9.2i18next internationalization frameworkINDIRECT1
interpret • 1.4.0A dictionary of file extensions and associated module loaders.INDIRECT0
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT17
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-core-module • 2.16.2Is this specifier a node.js core module?INDIRECT2
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-generator-function • 1.1.2Determine if a function is a native generator function.INDIRECT19
is-plain-object • 5.0.0Returns true if an object was created by the `Object` constructor, or Object.create(null).INDIRECT0
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT17
is-typed-array • 1.1.15Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT26
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.15.0YAML 1.2 parser and serializerINDIRECT3
js-yaml • 4.3.0YAML 1.2 parser and serializerDIRECT1
linkify-it • 2.2.0Links recognition library with FULL unicode supportINDIRECT1
linkify-it • 3.0.3Links recognition library with FULL unicode supportINDIRECT1
linkify-it • 4.0.1Links recognition library with FULL unicode supportINDIRECT1
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash • 4.17.21Lodash modular utilities.INDIRECT0
lodash • 4.18.1Lodash modular utilities.INDIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
markdown-it-attrs • 4.1.4Add classes, identifiers and attributes to your markdown with {} curly brackets, similar to pandoc's header attributesINDIRECT0
markdown-it-deflist • 2.1.0<dl> tag for markdown-it markdown parser.INDIRECT0
markdown-it-imsize • 2.0.1Markdown-it plugin to specify image sizeDIRECT0
markdown-it-meta • 0.0.1Markdown-it Metadata as yaml for markdown documentsINDIRECT4
markdown-it-sup • 1.0.0<sup> tag for markdown-it markdown parser.INDIRECT0
markdown-it • 10.0.0Markdown-it - modern pluggable markdown parser.DIRECT6
markdown-it • 12.3.2Markdown-it - modern pluggable markdown parser.INDIRECT5
markdown-it • 13.0.1Markdown-it - modern pluggable markdown parser.INDIRECT5
markdownlint-rule-helpers • 0.17.2A collection of markdownlint helper functions for custom rulesINDIRECT0
markdownlint • 0.25.1A Node.js style checker and lint tool for Markdown/CommonMark files.INDIRECT6
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
mdurl • 1.0.1URL utilities for markdown-itINDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.DIRECT1
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nanoid • 3.3.16A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
parse-srcset • 1.0.2A spec-conformant JavaScript parser for the HTML5 srcset attributeINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
possible-typed-array-names • 1.1.0A simple list of possible Typed Array names.INDIRECT0
postcss • 8.4.16Tool for transforming styles with JS pluginsINDIRECT3
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
punycode • 1.3.2A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
querystring • 0.2.0Node's querystring module for all engines.INDIRECT0
react-dom • 16.14.0React package for working with the DOM.DIRECT6
react-fast-compare • 3.2.2Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.INDIRECT0
react-i18next • 11.18.6Internationalization for react done right. Using the i18next i18n ecosystem.INDIRECT3
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-popper • 2.3.0Official library to use Popper on React projectsINDIRECT4
react • 16.14.0React is a JavaScript library for building user interfaces.DIRECT5
rechoir • 0.6.2Require any supported file as a node module.INDIRECT7
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT18
sanitize-html • 2.7.3Clean up user-submitted HTML, preserving allowlisted elements and allowlisted attributes on a per-element basisINDIRECT14
scheduler • 0.19.1Cooperative scheduler for the browser environment.INDIRECT3
scroll-into-view-if-needed • 2.2.31Ponyfill for upcoming Element.scrollIntoView() APIs like scrollMode: if-needed, behavior: smooth and block: centerINDIRECT1
set-function-length • 1.2.2Set a function's length propertyINDIRECT17
simple-git • 2.48.0Simple GIT interface for node.jsDIRECT4
slugify • 1.6.5Slugifies a StringINDIRECT0
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
uc.micro • 1.0.6Micro subset of unicode data files for markdown-it projects.INDIRECT0
url • 0.10.3The core `url` packaged standalone for use with Browserify.INDIRECT2
util • 0.12.5Node.js's util module for all enginesINDIRECT32
uuid • 8.0.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
void-elements • 3.1.0Array of "void elements" defined by the HTML specification.INDIRECT0
walk-sync • 2.2.0Get an array of recursive directory contentsDIRECT7
warning • 4.0.3A mirror of Facebook's WarningINDIRECT2
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
which-typed-array • 1.1.22Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT25
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
xml2js • 0.6.2Simple XML to JavaScript object converter.INDIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
yargs • 15.4.1yargs the modern, pirate-themed, successor to optimist.DIRECT25
ISC21
PackageRelationDependenciesPublished
cliui • 6.0.0easily create complex multi-column command-line-interfacesINDIRECT9
deprecation • 2.3.1Log a deprecation message with stackINDIRECT0
ensure-posix-path • 1.1.1[![Build Status](https://travis-ci.org/stefanpenner/ensure-posix-path.svg)](https://travis-ci.org/stefanpenner/ensure-posix-path) [![Build status](https://ci.appveyor.com/api/projects/status/bt015k54b2ohk1oi?svg=true)](https://ci.appveyor.com/project/embeINDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
github-slugger • 1.4.0Generate a slug just like GitHub does for markdown headings.INDIRECT0
glob • 7.2.3a little globberINDIRECT10
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
matcher-collection • 2.0.1Minimatch but for collections of minimatcher matchers.INDIRECT5
minimatch • 3.1.5a 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
require-main-filename • 2.0.0shim for require.main.filename() that works in as many environments as possibleINDIRECT0
sax • 1.2.1An evented streaming XML parser in JavaScriptINDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
universal-user-agent • 6.0.1Get a user agent string in both browser and nodeINDIRECT0
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 18.1.3the mighty option parser used by yargsINDIRECT2
BSD-2-Clause9
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
domutils • 2.8.0Utilities for working with htmlparser2's domINDIRECT4
entities • 2.0.3Encode & decode XML and HTML entities with easeINDIRECT0
entities • 2.1.0Encode & decode XML and HTML entities with easeINDIRECT0
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
entities • 3.0.1Encode & decode XML and HTML entities with easeINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
BSD-3-Clause5
PackageRelationDependenciesPublished
highlight.js • 10.7.3Syntax highlighting with language autodetection.DIRECT0
ieee754 • 1.1.13Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
shelljs • 0.8.5Portable Unix shell commands for Node.jsDIRECT20
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
Apache-2.03
PackageRelationDependenciesPublished
aws-sdk • 2.1693.0AWS SDK for JavaScriptDIRECT46
before-after-hook • 2.2.3asynchronous before/error/after hooks for internal functionalityINDIRECT0
jmespath • 0.16.0JMESPath implementation in javascriptINDIRECT0
Python-2.01
PackageRelationDependenciesPublished
argparse • 2.0.1CLI arguments parser. Native port of python's argparse.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40doc-tools%2Fdocs)](https://licenses.dev/npm/%40doc-tools%2Fdocs)
<a href="https://licenses.dev/npm/%40doc-tools%2Fdocs">
  <img src="https://licenses.dev/b/npm/%40doc-tools%2Fdocs" alt="licenses" />
</a>

Or the licenses badge code for the 1.18.42 version:

[![licenses](https://licenses.dev/b/npm/%40doc-tools%2Fdocs/1.18.42)](https://licenses.dev/npm/%40doc-tools%2Fdocs/1.18.42)
<a href="https://licenses.dev/npm/%40doc-tools%2Fdocs/1.18.42">
  <img src="https://licenses.dev/b/npm/%40doc-tools%2Fdocs/1.18.42" alt="licenses" />
</a>
GitHub