licenses.dev

@compodoc/compodoc v1.2.1

The missing documentation tool for your Angular application

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT355
PackageRelationDependenciesPublished
@aduh95/viz.js • 3.4.0A hack to put Graphviz on the web.INDIRECT0
@angular-devkit/core • 21.1.0Angular DevKit - Core Utility LibraryINDIRECT11
@angular-devkit/schematics • 21.1.0Angular Schematics - LibraryDIRECT31
@arr/every • 1.0.1A tiny, faster alternative to native Array.prototype.everyINDIRECT0
@babel/code-frame • 7.29.7Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.29.7The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.28.6Babel compiler core.DIRECT38
@babel/generator • 7.29.7Turns an AST into code.INDIRECT9
@babel/helper-annotate-as-pure • 7.29.7Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.29.7Helper functions on Babel compilation targetsINDIRECT13
@babel/helper-create-class-features-plugin • 7.29.7Compile class public and private fields, private methods and decorators to ES6INDIRECT24
@babel/helper-create-regexp-features-plugin • 7.29.7Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.8Babel helper to create your own polyfill providerINDIRECT25
@babel/helper-globals • 7.29.7A collection of JavaScript globals for Babel internal usageINDIRECT0
@babel/helper-member-expression-to-functions • 7.29.7Helper function to replace certain member expressions with function callsINDIRECT18
@babel/helper-module-imports • 7.29.7Babel helper functions for inserting module loadsINDIRECT18
@babel/helper-module-transforms • 7.29.7Babel helper functions for implementing ES6 module transformationsINDIRECT19
@babel/helper-optimise-call-expression • 7.29.7Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.29.7General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.29.7Helper function to remap async functions to generatorsINDIRECT20
@babel/helper-replace-supers • 7.29.7Helper function to replace supersINDIRECT20
@babel/helper-skip-transparent-expression-wrappers • 7.29.7Helper which skips types and parenthesesINDIRECT18
@babel/helper-string-parser • 7.29.7A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.29.7Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.29.7Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.29.7Helper to wrap functions inside a function call.INDIRECT18
@babel/helpers • 7.29.7Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.29.7A JavaScript parserINDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.29.7Wraps 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.29.7Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.29.7Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.29.7Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT21
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.29.7Transform 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.29.7Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.29.7Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/plugin-transform-arrow-functions • 7.29.7Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.29.7Turn async generator functions into ES2015 generatorsINDIRECT22
@babel/plugin-transform-async-to-generator • 7.29.7Turn async functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-block-scoped-functions • 7.29.7Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.29.7Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.29.7This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT26
@babel/plugin-transform-class-static-block • 7.29.7Transform class static blocksINDIRECT26
@babel/plugin-transform-classes • 7.29.7Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties • 7.29.7Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.29.7Compile ES2015 destructuring to ES5INDIRECT19
@babel/plugin-transform-dotall-regex • 7.29.7Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 7.29.7Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.29.7Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 7.29.7Transform import() expressionsINDIRECT1
@babel/plugin-transform-explicit-resource-management • 7.29.7Compile `using` and `await using` declarations to ES2015INDIRECT20
@babel/plugin-transform-exponentiation-operator • 7.29.7Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-export-namespace-from • 7.29.7Compile export namespace to ES2015INDIRECT1
@babel/plugin-transform-for-of • 7.29.7Compile ES2015 for...of to ES5INDIRECT20
@babel/plugin-transform-function-name • 7.29.7Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-json-strings • 7.29.7Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 7.29.7Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.29.7Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 7.29.7Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.29.7This plugin transforms ES2015 modules to AMDINDIRECT21
@babel/plugin-transform-modules-commonjs • 7.29.7This plugin transforms ES2015 modules to CommonJSINDIRECT21
@babel/plugin-transform-modules-systemjs • 7.29.7This plugin transforms ES2015 modules to SystemJSINDIRECT21
@babel/plugin-transform-modules-umd • 7.29.7This plugin transforms ES2015 modules to UMDINDIRECT21
@babel/plugin-transform-named-capturing-groups-regex • 7.29.7Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 7.29.7Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.29.7Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.29.7Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-rest-spread • 7.29.7Compile object rest and spread to ES5INDIRECT34
@babel/plugin-transform-object-super • 7.29.7Compile ES2015 object super to ES5INDIRECT22
@babel/plugin-transform-optional-catch-binding • 7.29.7Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 7.29.7Transform optional chaining operators into a series of nil checksINDIRECT20
@babel/plugin-transform-parameters • 7.29.7Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.28.6This plugin transforms private class methodsDIRECT26
@babel/plugin-transform-private-property-in-object • 7.29.7This plugin transforms checks for a private property in an objectINDIRECT26
@babel/plugin-transform-property-literals • 7.29.7Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-regenerator • 7.29.7Explode async and generator functions into a state machine.INDIRECT1
@babel/plugin-transform-regexp-modifiers • 7.29.7Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 7.29.7Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-shorthand-properties • 7.29.7Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.29.7Compile ES2015 spread to ES5INDIRECT20
@babel/plugin-transform-sticky-regex • 7.29.7Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.29.7Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.29.7This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-unicode-escapes • 7.29.7Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.29.7Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 7.29.7Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 7.29.7Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/preset-env • 7.28.6A Babel preset for each environment.DIRECT127
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT5
@babel/runtime • 7.29.7babel's modular runtime helpersINDIRECT0
@babel/template • 7.29.7Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.29.7The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT17
@babel/types • 7.29.7Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@compodoc/live-server • 1.2.3Simple development http server with live reload capabilityDIRECT84
@compodoc/ngd-core • 2.1.1A core library for @compodoc/ngdINDIRECT4
@compodoc/ngd-transformer • 2.1.3A set of transformers for @compodoc/ngdDIRECT11
@jridgewell/gen-mapping • 0.3.13Generate source mapsINDIRECT3
@jridgewell/remapping • 2.3.5Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/sourcemap-codec • 1.5.5Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.31Trace the original position through a source mapINDIRECT2
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@polka/send-type • 0.5.2A response helper that detects & handles Content-TypesDIRECT0
@polka/url • 0.5.0Super fast, memoized `req.url` parserINDIRECT0
@polka/url • 1.0.0-next.29Super fast, memoized `req.url` parserINDIRECT0
@thednp/event-listener • 2.0.15🚅 Modern event listener for efficient web applications based on subscribe-publish pattern.INDIRECT0
@thednp/position-observer • 1.1.3🏯 PositionObserver is a JavaScript tool that provides a way to asynchronously observe changes in the position of a target element within its viewport.INDIRECT1
@thednp/shorty • 2.0.14TypeScript shorties for the webINDIRECT0
@ts-morph/common • 0.28.1Common functionality for ts-morph packages.INDIRECT7
accepts • 1.3.8Higher-level content negotiationINDIRECT3
ajv-formats • 3.0.1Format validation for Ajv v7+INDIRECT5
ajv • 8.17.1Another JSON Schema ValidatorINDIRECT4
ansi-colors • 4.1.3Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).INDIRECT0
ansi-regex • 6.2.2Regular expression for matching ANSI escape codesINDIRECT0
apache-crypt • 1.2.6Node.js module for Apache style password encryption using crypt(3).INDIRECT1
apache-md5 • 1.1.8Node.js module for Apache style password encryption using md5.INDIRECT0
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
babel-plugin-polyfill-corejs2 • 0.4.17A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT26
babel-plugin-polyfill-corejs3 • 0.13.0A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT27
babel-plugin-polyfill-regenerator • 0.6.8A Babel plugin to inject imports to regenerator-runtimeINDIRECT26
balanced-match • 4.0.4Match balanced character pairs, like "{" and "}"INDIRECT0
basic-auth • 2.0.1node.js basic auth parserINDIRECT1
batch • 0.6.1Simple async batch with concurrency control and progress reporting.INDIRECT0
bcryptjs • 2.4.3Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.INDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
body-parser • 2.3.0Node.js body parsing middlewareDIRECT42
bootstrap.native • 5.1.10Bootstrap components build with TypescriptDIRECT3
brace-expansion • 5.0.8Brace expansion as known from sh/bashINDIRECT1
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.28.7Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT7
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT15
callsites • 3.1.0Get callsites from the V8 stack trace APIINDIRECT0
chalk • 5.6.2Terminal string styling done rightINDIRECT0
cheerio • 1.1.2The fast, flexible & elegant library for parsing and manipulating HTML and XML.DIRECT22
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryINDIRECT14
chokidar • 5.0.0Minimal and efficient cross-platform file watching libraryDIRECT1
cli-cursor • 5.0.0Toggle the CLI cursorINDIRECT4
cli-spinners • 3.4.0Spinners for use in the terminalINDIRECT0
code-block-writer • 13.0.3A simple code writer that assists with formatting and visualizing blocks of code.INDIRECT0
colors • 1.4.0get colors in your node.js consoleDIRECT0
commander • 14.0.3the complete solution for node.js command-line programsDIRECT0
connect • 3.7.0High performance middleware frameworkINDIRECT11
content-type • 2.0.0Create and parse HTTP Content-Type headerINDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js-compat • 3.49.0core-js compatINDIRECT8
cors • 2.8.6Node.js CORS middlewareINDIRECT2
cosmiconfig • 9.0.2Find and load configuration from a package.json property, rc file, TypeScript module, and more!DIRECT16
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
decache • 4.6.2decache (Delete Cache) lets you delete modules from node.js require() cache; useful when testing your modules/projects.DIRECT1
define-lazy-prop • 2.0.0Define a lazily evaluated property on an objectINDIRECT0
depd • 1.1.2Deprecate all the thingsINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
dom-serializer • 2.0.0render domhandler DOM nodes to a stringINDIRECT3
dot • 2.0.0-beta.1Concise and fast javascript templating compatible with nodejs and other javascript environmentsINDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
duplexer • 0.1.2Creates a duplex streamINDIRECT0
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
encodeurl • 2.0.0Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
encoding-sniffer • 0.2.1Implementation of the HTML encoding sniffer algo, with stream supportINDIRECT3
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
env-paths • 2.2.1Get paths for storing things like data, config, cache, etcINDIRECT0
error-ex • 1.3.4Easy error subclassing and stack customizationINDIRECT1
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
es6-shim • 0.35.8ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript enginesDIRECT0
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
event-stream • 4.0.1construct pipes of streams of eventsINDIRECT7
execa • 4.1.0Process execution for humansINDIRECT19
fancy-log • 2.0.0Log things, prefixed with a timestamp.DIRECT1
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsDIRECT17
fdir • 6.5.0The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1sINDIRECT0
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
finalhandler • 1.1.2Node.js final http responderINDIRECT9
fresh • 2.0.0HTTP response freshness testingINDIRECT0
from • 0.1.7Easy way to make a Readable StreamINDIRECT0
fs-extra • 11.4.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.DIRECT3
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructorINDIRECT0
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
get-east-asian-width • 1.6.0Determine the East Asian Width of a Unicode characterINDIRECT0
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-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
handlebars • 4.7.9Handlebars provides the power necessary to let you build semantic templates effectively with no frustrationDIRECT5
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
html-entities • 2.6.0Fastest HTML entities encode/decode library.DIRECT0
htmlparser2 • 10.1.0Fast & forgiving HTML/XML parserINDIRECT6
http-auth-connect • 1.0.6Connect framework integration with http-auth module.INDIRECT0
http-auth • 4.1.9Node.js package for HTTP basic and digest access authentication.INDIRECT5
http-errors • 1.8.1Create HTTP error objectsINDIRECT5
http-errors • 2.0.1Create HTTP error objectsINDIRECT5
http-parser-js • 0.5.10A pure JS HTTP parser for node.INDIRECT0
i18next • 25.7.4i18next internationalization frameworkDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
iconv-lite • 0.7.3Convert character encodings in pure javascript.INDIRECT1
import-fresh • 3.3.1Import a module while bypassing the cacheINDIRECT3
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-core-module • 2.16.2Is this specifier a node.js core module?INDIRECT2
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
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-interactive • 2.0.0Check if stdout or stderr is interactiveINDIRECT0
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-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
is-unicode-supported • 2.1.0Detect whether the terminal supports UnicodeINDIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 4.3.0YAML 1.2 parser and serializerINDIRECT1
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
json-schema-traverse • 1.0.0Traverse JSON Schema passing each schema object to callbackINDIRECT0
json5 • 2.2.3JSON for HumansDIRECT0
jsonc-parser • 3.3.1Scanner and parser for JSON with comments.INDIRECT0
jsonfile • 6.2.1Easily read/write JSON files.INDIRECT2
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash • 4.18.1Lodash modular utilities.DIRECT0
log-symbols • 7.0.1Colored symbols for various log levels. Example: `✔︎ Success`INDIRECT2
loglevel-plugin-prefix • 0.8.4Plugin for loglevel message prefixingDIRECT0
loglevel • 1.9.2Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methodsDIRECT0
lunr • 2.3.9Simple full-text search in your browser.DIRECT0
macos-release • 2.5.1Get the name and version of a macOS release from the Darwin versionINDIRECT0
magic-string • 0.30.21Modify strings, generate sourcemapsINDIRECT1
map-stream • 0.0.7construct pipes of streams of eventsINDIRECT0
marked • 7.0.3A markdown parser built for speedDIRECT0
matchit • 1.1.0Quickly parse & match URLsINDIRECT1
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
media-typer • 1.1.1Simple RFC 6838 media type parser and formatterINDIRECT0
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-db • 1.54.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime-types • 3.0.2The ultimate javascript content-type utility.INDIRECT1
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
mimic-function • 5.0.1Make a function mimic another oneINDIRECT0
minimist • 1.2.8parse argument optionsDIRECT0
morgan • 1.11.0HTTP request logger middleware for node.jsINDIRECT8
mrmime • 2.0.1A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filenameINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
negotiator • 0.6.3HTTP content negotiationINDIRECT0
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT0
neotraverse • 0.6.18traverse and transform objects by visiting every node on a recursive walkDIRECT0
node-releases • 2.0.51Node.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
npm-run-path • 4.0.1Get your PATH prepended with locally installed binariesINDIRECT1
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
on-finished • 2.3.0Execute a callback when a request closes, finishes, or errorsINDIRECT1
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
on-headers • 1.1.0Execute a listener when a response is about to write headersINDIRECT0
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
onetime • 7.0.0Ensure a function is only called onceINDIRECT1
open • 8.4.0Open stuff like URLs, files, executables. Cross-platform.INDIRECT3
opencollective-postinstall • 2.0.3Lightweight npm postinstall message to invite people to donate to your collectiveDIRECT0
ora • 9.0.0Elegant terminal spinnerINDIRECT16
os-name • 4.0.1Get the name of the current operating system. Example: macOS SierraDIRECT22
parent-module • 1.0.1Get the path of the parent moduleINDIRECT1
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT8
parse5-htmlparser2-tree-adapter • 7.1.0htmlparser2 tree adapter for parse5.INDIRECT4
parse5-parser-stream • 7.1.2Streaming HTML parser with scripting support.INDIRECT2
parse5 • 7.3.0HTML parser and serializer.INDIRECT1
parseurl • 1.3.3parse a url with memoizationINDIRECT0
path-browserify • 1.0.1the path module from node core for browsersINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
pause-stream • 0.0.11a ThroughStream that strictly buffers all readable events when paused.INDIRECT1
picomatch • 2.3.2Blazing 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
picomatch • 4.0.3Blazing 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
picomatch • 4.0.5Blazing 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
polka • 0.5.2A micro web server so fast, it'll make you dance! :dancers:DIRECT4
prismjs • 1.30.0Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.DIRECT0
proxy-middleware • 0.15.0http(s) proxy as connect middlewareINDIRECT0
pump • 3.0.4pipe streams together and close all of them if one of them closesINDIRECT3
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
range-parser • 1.3.0Range header field string parserINDIRECT0
raw-body • 3.0.2Get and validate the raw body of a readable stream.INDIRECT10
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
readdirp • 5.0.0Recursive version of fs.readdir with small RAM & CPU footprintINDIRECT0
regenerate-unicode-properties • 10.2.2Regenerate 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.4.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-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
restore-cursor • 5.1.0Gracefully restore the CLI cursor on exitINDIRECT3
reusify • 1.1.0Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
send • 1.2.1Better streaming static file server with Range and conditional-GET supportINDIRECT17
serve-index • 1.9.2Serve directory listingsINDIRECT15
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
side-channel-list • 1.0.1Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT17
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT18
side-channel • 1.1.1Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT20
sirv • 3.0.2The optimized & lightweight middleware for serving requests to static assetsDIRECT3
split • 1.0.1split a Text Stream into a Line StreamINDIRECT1
statuses • 1.5.0HTTP status utilityINDIRECT0
statuses • 2.0.2HTTP status utilityINDIRECT0
stdin-discarder • 0.2.2Discard stdin input except for Ctrl+CINDIRECT0
stream-combiner • 0.2.2[![npm version](https://img.shields.io/npm/v/stream-combiner.svg)](https://npmjs.org/package/stream-combiner) [![Travis CI](https://travis-ci.org/dominictarr/stream-combiner.svg)](https://travis-ci.org/dominictarr/stream-combiner)INDIRECT2
string-width • 8.2.2Get the visual width of a string - the number of columns required to display itINDIRECT3
strip-ansi • 7.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-final-newline • 2.0.0Strip the final newline character from a string/bufferINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
tablesort • 5.7.1A sorting component for HTML tablesDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
tinyglobby • 0.2.17A fast and minimal alternative to globby and fast-globINDIRECT2
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
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
totalist • 3.0.1A tiny (195B to 220B) utility to recursively list all (total) files in a directoryINDIRECT0
trouter • 2.0.1🐟 A fast, small-but-mighty, familiar ~fish~ routerINDIRECT2
ts-morph • 27.0.2TypeScript compiler wrapper for static analysis and code manipulation.DIRECT9
type-is • 2.1.0Infer the content-type of a request.INDIRECT4
undici • 7.29.0An HTTP/1.1 client, written from scratch for Node.jsINDIRECT0
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.1Match 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.2.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
update-browserslist-db • 1.2.3CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
utils-merge • 1.0.1merge() utility functionINDIRECT0
uuid • 11.1.0RFC9562 UUIDsDIRECT0
uuid • 8.3.2RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
whatwg-encoding • 3.1.1Decode strings according to the WHATWG Encoding StandardINDIRECT2
whatwg-mimetype • 4.0.0Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing StandardINDIRECT0
windows-release • 4.0.0Get the name of a Windows version from the release number: `5.1.2600` → `XP`INDIRECT20
wordwrap • 1.0.0Wrap those words. Show them at what columns to start and stop.INDIRECT0
yoctocolors • 2.1.2The smallest and fastest command-line coloring package on the internetINDIRECT0
ISC20
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support.INDIRECT0
electron-to-chromium • 1.5.396Provides a list of electron-to-chromium version mappingsINDIRECT0
fastq • 1.20.1Fast, in memory work queueINDIRECT1
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
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
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.8.5The semantic version parser used by npm.DIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
signal-exit • 4.1.0when you want to fire an event no matter how a process exits.INDIRECT0
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-Clause14
PackageRelationDependenciesPublished
cheerio-select • 2.1.0CSS selector engine supporting jQuery selectorsINDIRECT9
css-select • 5.2.2a CSS selector compiler/engineINDIRECT8
css-what • 6.2.2a CSS selector parserINDIRECT0
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 5.0.3Handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 3.2.2Utilities for working with htmlparser2's domINDIRECT4
entities • 4.5.0Encode & decode XML and HTML entities with ease & speedINDIRECT0
entities • 6.0.1Encode & decode XML and HTML entities with ease & speedINDIRECT0
entities • 7.0.1Encode & decode XML and HTML entities with ease & speedINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
nth-check • 2.1.1Parses and compiles CSS nth-checks to highly optimized functions.INDIRECT1
regjsparser • 0.13.2Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
svg-pan-zoom • 3.6.2JavaScript library for panning and zooming an SVG image from the mouse, touches and programmatically.DIRECT0
uglify-js • 3.19.3JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT0
Apache-2.07
PackageRelationDependenciesPublished
baseline-browser-mapping • 2.11.1A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.INDIRECT0
faye-websocket • 0.11.4Standards-compliant WebSocket server and clientINDIRECT4
human-signals • 1.1.1Human-friendly process signalsINDIRECT0
rxjs • 7.8.2Reactive Extensions for modern JavaScriptINDIRECT1
typescript • 5.9.3TypeScript is a language for application scale JavaScript developmentINDIRECT0
websocket-driver • 0.7.5WebSocket protocol handler with pluggable I/OINDIRECT3
websocket-extensions • 0.1.4Generic extension manager for WebSocket connectionsINDIRECT0
BlueOak-1.0.05
PackageRelationDependenciesPublished
glob • 13.0.6the most correct and second fastest glob implementation in JavaScriptDIRECT6
lru-cache • 11.5.2A cache object that deletes the least-recently-used items.INDIRECT0
minimatch • 10.2.5a glob matcher in javascriptINDIRECT2
minipass • 7.1.3minimal implementation of a PassThrough streamINDIRECT0
path-scurry • 2.0.2walk paths fast and efficientlyINDIRECT2
BSD-3-Clause5
PackageRelationDependenciesPublished
fast-uri • 3.1.4Dependency-free RFC 3986 URI toolboxINDIRECT0
qs • 6.15.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT21
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
source-map • 0.7.6Generates and consumes source mapsINDIRECT0
unix-crypt-td-js • 1.1.4Javascript implementation of the Unix crypt(3) DES-based hashINDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
vis-network • 10.1.0A dynamic, browser-based visualization library.DIRECT0
unknown1
PackageRelationDependenciesPublished
callsite • 1.0.0access to v8's CallSitesINDIRECT0
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
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001806A 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/%40compodoc%2Fcompodoc)](https://licenses.dev/npm/%40compodoc%2Fcompodoc)
<a href="https://licenses.dev/npm/%40compodoc%2Fcompodoc">
  <img src="https://licenses.dev/b/npm/%40compodoc%2Fcompodoc" alt="licenses" />
</a>

Or the licenses badge code for the 1.2.1 version:

[![licenses](https://licenses.dev/b/npm/%40compodoc%2Fcompodoc/1.2.1)](https://licenses.dev/npm/%40compodoc%2Fcompodoc/1.2.1)
<a href="https://licenses.dev/npm/%40compodoc%2Fcompodoc/1.2.1">
  <img src="https://licenses.dev/b/npm/%40compodoc%2Fcompodoc/1.2.1" alt="licenses" />
</a>
GitHub