licenses.dev

@codingame/semantic-release-config v1.0.1

Default configuration for semantic release at CodinGame

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT311
PackageRelationDependenciesPublished
@babel/code-frame • 7.29.7Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/helper-validator-identifier • 7.29.7Validate identifier/keywords nameINDIRECT0
@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
@semantic-release/commit-analyzer • 9.0.2semantic-release plugin to analyze commits with conventional-changelogDIRECT93
@semantic-release/error • 3.0.0errors with more than just a messageINDIRECT0
@semantic-release/gitlab • 7.2.1semantic-release plugin to publish a GitLab releaseDIRECT107
@semantic-release/npm • 9.0.1semantic-release plugin to publish a npm packageDIRECT317
@semantic-release/release-notes-generator • 10.0.3semantic-release plugin to generate changelog content with conventional-changelogDIRECT108
@sindresorhus/is • 4.6.0Type check valuesINDIRECT0
@szmarczak/http-timer • 4.0.6Timings for HTTP requestsINDIRECT1
@types/cacheable-request • 6.0.3TypeScript definitions for cacheable-requestINDIRECT5
@types/http-cache-semantics • 4.2.0TypeScript definitions for http-cache-semanticsINDIRECT0
@types/keyv • 3.1.4TypeScript definitions for keyvINDIRECT2
@types/minimist • 1.2.5TypeScript definitions for minimistINDIRECT0
@types/node • 26.6.2TypeScript definitions for nodeINDIRECT1
@types/normalize-package-data • 2.4.4TypeScript definitions for normalize-package-dataINDIRECT0
@types/responselike • 1.0.3TypeScript definitions for responselikeINDIRECT2
aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
array-ify • 1.0.0Turn anything into an arrayINDIRECT0
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
arrify • 1.0.1Convert a value to an arrayINDIRECT0
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
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.21Brace 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
cacheable-lookup • 5.0.4A cacheable dns.lookup(…) that respects the TTLINDIRECT0
cacheable-request • 7.0.4Wrap native HTTP requests with RFC compliant cache supportINDIRECT13
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
camelcase-keys • 6.2.2Convert object keys to camel caseINDIRECT3
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
clone-response • 1.0.3Clone a Node.js HTTP response streamINDIRECT1
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
compare-func • 2.0.0Get a compare function for array to sortINDIRECT3
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
conventional-changelog-writer • 5.0.1Write logs based on conventional commits and templatesINDIRECT82
conventional-commits-filter • 2.0.7Filter out reverted commits parsed by conventional-commits-parserINDIRECT2
conventional-commits-parser • 3.2.4Parse raw conventional commitsINDIRECT74
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cross-spawn • 5.1.0Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
crypto-random-string • 2.0.0Generate a cryptographically strong random stringINDIRECT0
dateformat • 3.0.3A node.js package for Steven Levithan's excellent dateFormat() function.INDIRECT0
debug • 3.2.7small debugging utilityINDIRECT1
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize-keys • 1.1.1Convert object keys from camelCase to lowercase with a custom separatorINDIRECT2
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
decompress-response • 6.0.0Decompress a HTTP response if neededINDIRECT1
deep-extend • 0.6.0Recursive object extendingINDIRECT0
defer-to-connect • 2.0.1The safe way to handle the `connect` socket eventINDIRECT0
del • 6.1.1Delete files and directoriesINDIRECT43
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
dot-prop • 5.3.0Get, set, or delete a property from a nested object using a dot pathINDIRECT1
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
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
es-set-tostringtag • 2.1.0A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT16
escape-string-regexp • 3.0.0Escape RegExp special charactersINDIRECT0
execa • 0.8.0A better `child_process`INDIRECT15
execa • 5.1.1Process execution for humansINDIRECT15
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
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
filter-obj • 1.1.0Filter object keys and values into a new objectINDIRECT0
find-up • 2.1.0Find a file by walking up parent directoriesINDIRECT5
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
form-data • 4.0.6A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT22
from2 • 2.3.0Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"INDIRECT8
fs-extra • 10.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT3
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-stream • 3.0.0Get a stream as a string, buffer, or arrayINDIRECT0
get-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
get-stream • 6.0.1Get a stream as a string, buffer, or arrayINDIRECT0
globby • 11.1.0User-friendly glob matchingINDIRECT23
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
got • 11.8.6Human-friendly and powerful HTTP request library for Node.jsINDIRECT30
handlebars • 4.7.9Handlebars provides the power necessary to let you build semantic templates effectively with no frustrationINDIRECT5
hard-rejection • 2.1.0Make unhandled promise rejections fail hard right away instead of the default silent failINDIRECT0
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
http2-wrapper • 1.0.3HTTP2 client, just with the familiar `https` APIINDIRECT2
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
import-from • 4.0.0Import a module like with `require()` but from a given pathINDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
into-stream • 6.0.0Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a streamINDIRECT10
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-core-module • 2.16.2Is 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-obj • 2.0.0Check if a value is an objectINDIRECT0
is-path-cwd • 2.2.0Check if a path is the current working directoryINDIRECT0
is-path-inside • 3.0.3Check if a path is inside another pathINDIRECT0
is-plain-obj • 1.1.0Check if a value is a plain objectINDIRECT0
is-ssh • 1.4.1Check if an input value is a ssh url or not.INDIRECT1
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
is-text-path • 1.0.1Check if a filepath is a text fileINDIRECT1
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
json-buffer • 3.0.1JSON parse & stringify that supports binary via bops & base64INDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
jsonfile • 6.2.1Easily read/write JSON files.INDIRECT2
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
keyv • 4.5.4Simple key-value storage with support for multiple backendsINDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
locate-path • 2.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.ismatch • 4.4.0The lodash method `_.isMatch` exported as a module.INDIRECT0
lodash • 4.18.1Lodash modular utilities.INDIRECT0
lowercase-keys • 2.0.0Lowercase the keys of an objectINDIRECT0
map-obj • 1.0.1Map object keys and values into a new objectINDIRECT0
map-obj • 4.3.0Map object keys and values into a new objectINDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
meow • 8.1.2CLI app helperINDIRECT60
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-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
mimic-response • 1.0.1Mimic a Node.js HTTP response streamINDIRECT0
mimic-response • 3.1.0Mimic a Node.js HTTP response streamINDIRECT0
min-indent • 1.0.1Get the shortest leading whitespace from lines in a stringINDIRECT0
minimist-options • 4.1.0Pretty options for minimistINDIRECT3
minimist • 1.2.8parse argument optionsINDIRECT0
modify-values • 1.0.1Modify the values of an objectINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT0
nerf-dart • 1.0.0maps a URL to an identifierINDIRECT0
normalize-url • 6.1.0Normalize a URLINDIRECT0
npm-run-path • 2.0.2Get your PATH prepended with locally installed binariesINDIRECT1
npm-run-path • 4.0.1Get your PATH prepended with locally installed binariesINDIRECT1
npm>8.19.4>@colors/colors • 1.5.0get colors in your node.js consoleINDIRECT0
npm>8.19.4>@gar/promisify • 1.1.3Promisify an entire class or objectINDIRECT0
npm>8.19.4>@npmcli/move-file • 2.0.1move a file (fork of move-file)INDIRECT13
npm>8.19.4>@tootallnate/once • 2.0.0Creates a Promise that waits for a single eventINDIRECT0
npm>8.19.4>agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
npm>8.19.4>agentkeepalive • 4.2.1Missing keepalive http.AgentINDIRECT5
npm>8.19.4>aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
npm>8.19.4>ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
npm>8.19.4>ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
npm>8.19.4>archy • 1.0.0render nested hierarchies `npm ls` style with unicode pipesINDIRECT0
npm>8.19.4>asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
npm>8.19.4>balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
npm>8.19.4>binary-extensions • 2.2.0List of binary file extensionsINDIRECT0
npm>8.19.4>brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
npm>8.19.4>builtins • 5.0.1List of node.js builtin modulesINDIRECT3
npm>8.19.4>chalk • 4.1.2Terminal string styling done rightINDIRECT5
npm>8.19.4>clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
npm>8.19.4>cli-columns • 4.0.0Columnated lists for the CLI.INDIRECT5
npm>8.19.4>cli-table3 • 0.6.2Pretty unicode tables for the command line. Based on the original cli-table.INDIRECT6
npm>8.19.4>clone • 1.0.4deep cloning of objects and arraysINDIRECT0
npm>8.19.4>color-convert • 2.0.1Plain color conversion functionsINDIRECT1
npm>8.19.4>color-name • 1.1.4A list of color names and its valuesINDIRECT0
npm>8.19.4>columnify • 1.6.0Render data in text columns. Supports in-column text-wrap.INDIRECT5
npm>8.19.4>concat-map • 0.0.1concatenative mapdasheryINDIRECT0
npm>8.19.4>cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
npm>8.19.4>debug • 4.3.4Lightweight debugging utility for Node.js and the browserINDIRECT1
npm>8.19.4>debug>ms • 2.1.2Tiny millisecond conversion utilityINDIRECT0
npm>8.19.4>debuglog • 1.0.1backport of util.debuglog from node v0.11INDIRECT0
npm>8.19.4>defaults • 1.0.3merge single level defaults over a config objectINDIRECT1
npm>8.19.4>delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
npm>8.19.4>depd • 1.1.2Deprecate all the thingsINDIRECT0
npm>8.19.4>emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
npm>8.19.4>encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
npm>8.19.4>env-paths • 2.2.1Get paths for storing things like data, config, cache, etcINDIRECT0
npm>8.19.4>err-code • 2.0.3Create an error with a codeINDIRECT0
npm>8.19.4>fastest-levenshtein • 1.0.12Fastest Levenshtein distance implementation in JS.INDIRECT0
npm>8.19.4>function-bind • 1.1.1Implementation of Function.prototype.bindINDIRECT0
npm>8.19.4>has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
npm>8.19.4>has • 1.0.3Object.prototype.hasOwnProperty.call shortcutINDIRECT1
npm>8.19.4>http-proxy-agent • 5.0.0An HTTP(s) proxy `http.Agent` implementation for HTTPINDIRECT4
npm>8.19.4>https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
npm>8.19.4>humanize-ms • 1.2.1transform humanize time to msINDIRECT1
npm>8.19.4>iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
npm>8.19.4>imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
npm>8.19.4>indent-string • 4.0.0Indent each line in a stringINDIRECT0
npm>8.19.4>ip-regex • 4.3.0Regular expression for matching IP addresses (IPv4 & IPv6)INDIRECT0
npm>8.19.4>ip • 2.0.0INDIRECT0
npm>8.19.4>is-core-module • 2.10.0Is this specifier a node.js core module?INDIRECT2
npm>8.19.4>is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
npm>8.19.4>is-lambda • 1.0.1Detect if your code is running on an AWS Lambda serverINDIRECT0
npm>8.19.4>json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
npm>8.19.4>jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
npm>8.19.4>just-diff-apply • 5.4.1Apply a diff to an object. Optionally supports jsonPatch protocolINDIRECT0
npm>8.19.4>just-diff • 5.1.1Return an object representing the diffs between two objects. Supports jsonPatch protocolINDIRECT0
npm>8.19.4>minipass-fetch • 2.1.1An implementation of window.fetch in Node.js using Minipass streamsINDIRECT7
npm>8.19.4>minipass-json-stream • 1.0.1Like JSONStream, but using Minipass streamsINDIRECT3
npm>8.19.4>minizlib • 2.1.2A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.INDIRECT2
npm>8.19.4>mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`INDIRECT0
npm>8.19.4>ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
npm>8.19.4>negotiator • 0.6.3HTTP content negotiationINDIRECT0
npm>8.19.4>node-gyp • 9.1.0Node.js native addon build toolINDIRECT97
npm>8.19.4>node-gyp>brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
npm>8.19.4>p-map • 4.0.0Map over promises concurrentlyINDIRECT3
npm>8.19.4>path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
npm>8.19.4>postcss-selector-parser • 6.0.10INDIRECT2
npm>8.19.4>promise-retry • 2.0.1Retries a function that returns a promise, leveraging the power of the retry module.INDIRECT2
npm>8.19.4>readable-stream • 3.6.0Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
npm>8.19.4>retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
npm>8.19.4>rimraf>brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
npm>8.19.4>safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
npm>8.19.4>safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
npm>8.19.4>smart-buffer • 4.2.0smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.INDIRECT0
npm>8.19.4>socks-proxy-agent • 7.0.0A SOCKS proxy `http.Agent` implementation for HTTP and HTTPSINDIRECT6
npm>8.19.4>socks • 2.7.0Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.INDIRECT2
npm>8.19.4>spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
npm>8.19.4>string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
npm>8.19.4>string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
npm>8.19.4>strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
npm>8.19.4>supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
npm>8.19.4>text-table • 0.2.0borderless text tables with alignmentINDIRECT0
npm>8.19.4>tiny-relative-date • 1.3.0Tiny function that provides relative, human-readable dates.INDIRECT0
npm>8.19.4>util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
npm>8.19.4>wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
p-cancelable • 2.1.1Create a promise that can be canceledINDIRECT0
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-is-promise • 3.0.0Check if something is a promiseINDIRECT0
p-limit • 1.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 2.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-map • 4.0.0Map over promises concurrentlyINDIRECT3
p-try • 1.0.0`Promise#try()` ponyfill - Starts a promise chainINDIRECT0
p-try • 2.2.0`Start a promise chainINDIRECT0
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT8
parse-path • 4.0.4Parse paths (local paths, urls: ssh/git/etc)INDIRECT30
path-exists • 3.0.0Check if a path existsINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 2.0.1Get the PATH environment variable key cross-platformINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
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
pkg-up • 2.0.0Find the closest package.json fileINDIRECT6
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
protocols • 1.4.8Get the protocols of an input url.INDIRECT0
protocols • 2.0.2Get the protocols of an input url.INDIRECT0
pump • 3.0.4pipe streams together and close all of them if one of them closesINDIRECT3
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D)INDIRECT0
query-string • 6.14.1Parse and stringify URL query stringsINDIRECT4
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
quick-lru • 4.0.1Simple "Least Recently Used" (LRU) cacheINDIRECT0
quick-lru • 5.1.1Simple “Least Recently Used” (LRU) cacheINDIRECT0
ramda • 0.25.0A practical functional library for JavaScript programmers.INDIRECT0
read-pkg-up • 7.0.1Read the closest package.json fileINDIRECT34
read-pkg • 5.2.0Read a package.json fileINDIRECT26
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
redent • 3.0.0Strip redundant indentation and indent the stringINDIRECT3
registry-auth-token • 4.2.2Get the auth token set for an npm registry (if any)INDIRECT5
resolve-alpn • 1.2.1Detects the ALPN protocolINDIRECT0
resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
responselike • 2.0.1A response-like object for mocking a Node.js HTTP response streamINDIRECT1
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
semantic-release-monorepo • 7.0.5Plugins for `semantic-release` allowing it to be used with a monorepo.DIRECT54
semantic-release-plugin-decorators • 3.0.3![Tests workflow](https://github.com/pmowrer/semantic-release-plugin-decorators/actions/workflows/tests.yml/badge.svg) [![npm](https://img.shields.io/npm/v/semantic-release-plugin-decorators.svg)](https://www.npmjs.com/package/semantic-release-plugin-decoINDIRECT0
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
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
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
split-on-first • 1.1.0Split a string on the first occurance of a given separatorINDIRECT0
split • 1.0.1split a Text Stream into a Line StreamINDIRECT1
strict-uri-encode • 2.0.0A stricter URI encode adhering to RFC 3986INDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
strip-eof • 1.0.0Strip the End-Of-File (EOF) character from a string/bufferINDIRECT0
strip-final-newline • 2.0.0Strip the final newline character from a string/bufferINDIRECT0
strip-indent • 3.0.0Strip leading whitespace from each line in a stringINDIRECT1
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
temp-dir • 2.0.0Get the real path of the system temp directoryINDIRECT0
tempy • 1.0.1Get a random temporary file or directory pathINDIRECT49
text-extensions • 1.9.0List of text file extensionsINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 4.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseINDIRECT5
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-newlines • 3.0.1Trim newlines from the start and/or end of a stringINDIRECT0
undici-types • 8.9.0A stand-alone types package for UndiciINDIRECT0
unique-string • 2.0.0Generate a unique random stringINDIRECT1
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
url-join • 4.0.1Join urls and normalize as in path.join.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
wordwrap • 1.0.0Wrap those words. Show them at what columns to start and stop.INDIRECT0
ISC145
PackageRelationDependenciesPublished
conventional-changelog-angular • 5.0.13conventional-changelog angular presetINDIRECT5
fastq • 1.20.3Fast, in memory work queueINDIRECT1
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
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
hosted-git-info • 4.1.0Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLabINDIRECT2
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
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
lru-cache • 4.1.5A cache object that deletes the least-recently-used items.INDIRECT2
lru-cache • 6.0.0A cache object that deletes the least-recently-used items.INDIRECT1
minimatch • 3.1.5a glob matcher in javascriptINDIRECT3
npm>8.19.4>@isaacs/string-locale-compare • 1.1.0Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwiseINDIRECT0
npm>8.19.4>@npmcli/arborist • 5.6.3Manage node_modules treesINDIRECT163
npm>8.19.4>@npmcli/ci-detect • 2.0.0Detect what kind of CI environment the program is inINDIRECT0
npm>8.19.4>@npmcli/config • 4.2.2Configuration management for the npm cliINDIRECT26
npm>8.19.4>@npmcli/disparity-colors • 2.0.0Colorizes unified diff outputINDIRECT3
npm>8.19.4>@npmcli/fs • 2.1.2filesystem utilities for the npm cliINDIRECT4
npm>8.19.4>@npmcli/git • 3.0.2a util for spawning git from npm CLI contextsINDIRECT21
npm>8.19.4>@npmcli/installed-package-contents • 1.0.7Get the list of files installed in a package in node_modules, including bundled dependenciesINDIRECT2
npm>8.19.4>@npmcli/installed-package-contents>npm-bundled • 1.1.2list things in node_modules that are bundledDependencies, or transitive dependencies thereofINDIRECT1
npm>8.19.4>@npmcli/map-workspaces • 2.0.4Retrieves a name:pathname Map for a given workspaces configINDIRECT13
npm>8.19.4>@npmcli/metavuln-calculator • 3.1.1Calculate meta-vulnerabilities from package security advisoriesINDIRECT135
npm>8.19.4>@npmcli/name-from-folder • 1.0.1Get the package name from a folder pathINDIRECT0
npm>8.19.4>@npmcli/node-gyp • 2.0.0Tools for dealing with node-gyp packagesINDIRECT0
npm>8.19.4>@npmcli/package-json • 2.0.0Programmatic API to update package.jsonINDIRECT1
npm>8.19.4>@npmcli/promise-spawn • 3.0.0spawn processes the way the npm cli likes to doINDIRECT1
npm>8.19.4>@npmcli/query • 1.2.0npm query parser and toolsINDIRECT12
npm>8.19.4>@npmcli/run-script • 4.2.1Run a lifecycle script for a package (descendant of npm-lifecycle)INDIRECT103
npm>8.19.4>abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
npm>8.19.4>aproba • 2.0.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
npm>8.19.4>are-we-there-yet • 3.0.1Keep track of the overall completion of many disparate processesINDIRECT6
npm>8.19.4>bin-links • 3.0.3JavaScript package binary linkerINDIRECT22
npm>8.19.4>bin-links>npm-normalize-package-bin • 2.0.0Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm>8.19.4>cacache • 16.1.3Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT41
npm>8.19.4>chownr • 2.0.0like `chown -R`INDIRECT0
npm>8.19.4>cmd-shim • 5.0.0Used in npm for command line application supportINDIRECT4
npm>8.19.4>color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support.INDIRECT0
npm>8.19.4>common-ancestor-path • 1.0.1Find the common ancestor of 2 or more paths on Windows or UnixINDIRECT0
npm>8.19.4>console-control-strings • 1.1.0A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.INDIRECT0
npm>8.19.4>dezalgo • 1.0.4Contain async insanity so that the dark pony lord doesn't eat soulsINDIRECT2
npm>8.19.4>fs-minipass • 2.1.0fs read and write streams based on minipassINDIRECT2
npm>8.19.4>fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
npm>8.19.4>gauge • 4.0.4A terminal based horizontal gaugeINDIRECT11
npm>8.19.4>glob • 8.0.3a little globberINDIRECT8
npm>8.19.4>graceful-fs • 4.2.10A drop-in replacement for fs, making various improvements.INDIRECT0
npm>8.19.4>has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
npm>8.19.4>hosted-git-info • 5.2.1Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLabINDIRECT1
npm>8.19.4>ignore-walk • 5.0.1Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.INDIRECT3
npm>8.19.4>infer-owner • 1.0.4Infer the owner of a path based on the owner of its nearest existing parentINDIRECT0
npm>8.19.4>inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
npm>8.19.4>inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
npm>8.19.4>ini • 3.0.1An ini encoder/decoder for nodeINDIRECT0
npm>8.19.4>init-package-json • 3.0.2A node module to get your node module startedINDIRECT33
npm>8.19.4>isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
npm>8.19.4>json-stringify-nice • 1.1.4Stringify an object sorting scalars before objects, and defaulting to 2-space indentINDIRECT0
npm>8.19.4>libnpmaccess • 6.0.4programmatic library for `npm access` commandsINDIRECT77
npm>8.19.4>libnpmdiff • 4.0.5The registry diffINDIRECT141
npm>8.19.4>libnpmexec • 4.0.14npm exec (npx) programmatic APIINDIRECT173
npm>8.19.4>libnpmfund • 3.0.5Programmatic API for npm fundINDIRECT164
npm>8.19.4>libnpmhook • 8.0.4programmatic API for managing npm registry hooksINDIRECT77
npm>8.19.4>libnpmorg • 4.0.4Programmatic api for `npm org` commandsINDIRECT77
npm>8.19.4>libnpmpack • 4.1.3Programmatic API for the bits behind npm packINDIRECT135
npm>8.19.4>libnpmpublish • 6.0.5Programmatic API for the bits behind npm publish and unpublishINDIRECT85
npm>8.19.4>libnpmsearch • 5.0.4Programmatic API for searching in npm and compatible registries.INDIRECT76
npm>8.19.4>libnpmteam • 4.0.4npm Team management APIsINDIRECT77
npm>8.19.4>libnpmversion • 3.0.7library to do the things that 'npm version' doesINDIRECT113
npm>8.19.4>lru-cache • 7.13.2A cache object that deletes the least-recently-used items.INDIRECT0
npm>8.19.4>make-fetch-happen • 10.2.1Opinionated, caching, retrying fetch clientINDIRECT67
npm>8.19.4>minimatch • 5.1.0a glob matcher in javascriptINDIRECT2
npm>8.19.4>minipass-collect • 1.0.2A Minipass stream that collects all the data into a single chunkINDIRECT2
npm>8.19.4>minipass-flush • 1.0.5A Minipass stream that calls a flush function before emitting 'end'INDIRECT2
npm>8.19.4>minipass-pipeline • 1.2.4create a pipeline of streams using MinipassINDIRECT2
npm>8.19.4>minipass-sized • 1.0.3A Minipass stream that raises an error if you get a different number of bytes than expectedINDIRECT2
npm>8.19.4>minipass • 3.3.4minimal implementation of a PassThrough streamINDIRECT1
npm>8.19.4>mkdirp-infer-owner • 2.0.0mkdirp, but chown to the owner of the containing folder if possible and necessaryINDIRECT3
npm>8.19.4>mute-stream • 0.0.8Bytes go in, but they don't come out (when muted).INDIRECT0
npm>8.19.4>node-gyp>glob • 7.2.3a little globberINDIRECT10
npm>8.19.4>node-gyp>minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
npm>8.19.4>node-gyp>nopt • 5.0.0Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npm>8.19.4>nopt • 6.0.0Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npm>8.19.4>npm-audit-report • 3.0.0Given a response from the npm security api, render it into a variety of security reportsINDIRECT6
npm>8.19.4>npm-bundled • 2.0.1list things in node_modules that are bundledDependencies, or transitive dependencies thereofINDIRECT1
npm>8.19.4>npm-bundled>npm-normalize-package-bin • 2.0.0Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm>8.19.4>npm-normalize-package-bin • 1.0.1Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm>8.19.4>npm-package-arg • 9.1.0Parse the things that can be arguments to `npm install`INDIRECT8
npm>8.19.4>npm-packlist • 5.1.3Get a list of the files to add from a folder into an npm packageINDIRECT13
npm>8.19.4>npm-packlist>npm-normalize-package-bin • 2.0.0Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm>8.19.4>npm-pick-manifest • 7.0.2Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.INDIRECT11
npm>8.19.4>npm-pick-manifest>npm-normalize-package-bin • 2.0.0Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm>8.19.4>npm-profile • 6.2.1Library for updating an npmjs.com profileINDIRECT76
npm>8.19.4>npm-registry-fetch • 13.3.1Fetch-based http client for use with npm registry APIsINDIRECT75
npm>8.19.4>npmlog • 6.0.2logger for npmINDIRECT20
npm>8.19.4>once • 1.4.0Run a function exactly one timeINDIRECT1
npm>8.19.4>pacote • 13.6.2JavaScript package downloaderINDIRECT134
npm>8.19.4>parse-conflict-json • 2.0.2Parse a JSON string that has git merge conflicts, resolving if possibleINDIRECT3
npm>8.19.4>proc-log • 2.0.1just emit 'log' events on the process objectINDIRECT0
npm>8.19.4>promise-all-reject-late • 1.0.1Like Promise.all, but save rejections until all promises are resolvedINDIRECT0
npm>8.19.4>promise-call-limit • 1.0.1Call an array of promise-returning functions, restricting concurrency to a specified limit.INDIRECT0
npm>8.19.4>promise-inflight • 1.0.1One promise for multiple requests in flight to avoid async duplicationINDIRECT0
npm>8.19.4>promzard • 0.3.0prompting wizardlyINDIRECT2
npm>8.19.4>read-cmd-shim • 3.0.0Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.INDIRECT0
npm>8.19.4>read-package-json-fast • 2.0.3Like read-package-json, but fasterINDIRECT2
npm>8.19.4>read-package-json • 5.0.2The thing npm uses to read package.json files with semantics and defaults and validationINDIRECT25
npm>8.19.4>read-package-json>npm-normalize-package-bin • 2.0.0Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm>8.19.4>read • 1.0.7read(1) for node programsINDIRECT1
npm>8.19.4>readdir-scoped-modules • 1.1.0Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry.INDIRECT6
npm>8.19.4>rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
npm>8.19.4>rimraf>glob • 7.2.3a little globberINDIRECT10
npm>8.19.4>rimraf>minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
npm>8.19.4>semver • 7.3.7The semantic version parser used by npm.INDIRECT2
npm>8.19.4>semver>lru-cache • 6.0.0A cache object that deletes the least-recently-used items.INDIRECT1
npm>8.19.4>set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
npm>8.19.4>signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
npm>8.19.4>ssri • 9.0.1Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT2
npm>8.19.4>tar • 6.1.11tar for nodeINDIRECT6
npm>8.19.4>treeverse • 2.0.0Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.INDIRECT0
npm>8.19.4>unique-filename • 2.0.1Generate a unique filename for use in temporary directories or caches.INDIRECT2
npm>8.19.4>unique-slug • 3.0.0Generate a unique character string suitible for use in files and URLs.INDIRECT1
npm>8.19.4>validate-npm-package-name • 4.0.0Give me a string and I'll tell you if it's a valid npm package nameINDIRECT4
npm>8.19.4>walk-up-path • 1.0.0Given a path string, return a generator that walks up the path, emitting each dirname.INDIRECT0
npm>8.19.4>which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
npm>8.19.4>wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT5
npm>8.19.4>wrappy • 1.0.2Callback wrapping utilityINDIRECT0
npm>8.19.4>write-file-atomic • 4.0.2Write files in an atomic fashion w/configurable ownershipINDIRECT2
npm>8.19.4>yallist • 4.0.0Yet Another Linked ListINDIRECT0
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
pseudomap • 1.0.2A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.INDIRECT0
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.8.5The semantic version parser used by npm.INDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
split2 • 3.2.2split a Text Stream into a Line Stream, using Stream 3INDIRECT5
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
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 • 2.1.2Yet Another Linked ListINDIRECT0
yallist • 4.0.0Yet Another Linked ListINDIRECT0
yargs-parser • 20.2.9the mighty option parser used by yargsINDIRECT0
BSD-2-Clause10
PackageRelationDependenciesPublished
http-cache-semantics • 4.2.0Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT14
normalize-package-data • 3.0.3Normalizes data that can be found in package.json files.INDIRECT12
npm>8.19.4>cidr-regex • 3.1.1Regular expression for matching IP addresses in CIDR notationINDIRECT1
npm>8.19.4>http-cache-semantics • 4.1.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
npm>8.19.4>is-cidr • 4.0.2Check if a string is an IP address in CIDR notationINDIRECT2
npm>8.19.4>normalize-package-data • 4.0.1Normalizes data that can be found in package.json files.INDIRECT13
npm>8.19.4>npm-install-checks • 5.0.0Check the engines and platform fields in package.jsonINDIRECT3
npm>8.19.4>npm-user-validate • 1.0.1User validations for npmINDIRECT0
uglify-js • 3.19.3JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT0
Apache-2.05
PackageRelationDependenciesPublished
human-signals • 2.1.0Human-friendly process signalsINDIRECT0
npm>8.19.4>spdx-correct • 3.1.1correct invalid SPDX expressionsINDIRECT3
npm>8.19.4>validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
CC0-1.0 OR MIT4
PackageRelationDependenciesPublished
type-fest • 0.16.0A collection of essential TypeScript typesINDIRECT0
type-fest • 0.18.1A collection of essential TypeScript typesINDIRECT0
type-fest • 0.6.0A collection of essential TypeScript typesINDIRECT0
type-fest • 0.8.1A collection of essential TypeScript typesINDIRECT0
BSD-3-Clause3
PackageRelationDependenciesPublished
npm>8.19.4>diff • 5.1.0A javascript text diff implementation.INDIRECT0
qs • 6.16.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT21
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
CC-BY-3.02
PackageRelationDependenciesPublished
npm>8.19.4>spdx-exceptions • 2.3.0list of SPDX standard license exceptionsINDIRECT0
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.02
PackageRelationDependenciesPublished
npm>8.19.4>spdx-license-ids • 3.0.11A list of SPDX license identifiersINDIRECT0
spdx-license-ids • 3.0.24A list of SPDX license identifiersINDIRECT0
Artistic-2.01
PackageRelationDependenciesPublished
npm • 8.19.4a package manager for JavaScriptINDIRECT210
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
rc • 1.2.8hardwired configuration loaderINDIRECT4
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
JSONStream • 1.3.5rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)INDIRECT2
MIT OR WTFPL1
PackageRelationDependenciesPublished
npm>8.19.4>opener • 1.5.2Opens stuff, like webpages and files and executables, cross-platformINDIRECT0
unknown1
PackageRelationDependenciesPublished
npm>8.19.4>qrcode-terminal • 0.12.0QRCodes, in the terminalINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40codingame%2Fsemantic-release-config)](https://licenses.dev/npm/%40codingame%2Fsemantic-release-config)
<a href="https://licenses.dev/npm/%40codingame%2Fsemantic-release-config">
  <img src="https://licenses.dev/b/npm/%40codingame%2Fsemantic-release-config" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.1 version:

[![licenses](https://licenses.dev/b/npm/%40codingame%2Fsemantic-release-config/1.0.1)](https://licenses.dev/npm/%40codingame%2Fsemantic-release-config/1.0.1)
<a href="https://licenses.dev/npm/%40codingame%2Fsemantic-release-config/1.0.1">
  <img src="https://licenses.dev/b/npm/%40codingame%2Fsemantic-release-config/1.0.1" alt="licenses" />
</a>
GitHub