licenses.dev

@qiwi/semantic-release-gh-pages-plugin v1.16.0

gh-pages publishing plugin for semantic-release

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT130
PackageRelationDependenciesPublished
@babel/code-frame • 7.24.7Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/helper-validator-identifier • 7.24.7Validate identifier/keywords nameINDIRECT0
@babel/highlight • 7.24.7Syntax highlight JavaScript strings for output in terminals.INDIRECT10
@types/concat-stream • 1.6.1TypeScript definitions for concat-streamINDIRECT1
@types/form-data • 0.0.33TypeScript definitions for form-dataINDIRECT1
@types/git-url-parse • 9.0.3TypeScript definitions for git-url-parseDIRECT0
@types/node • 10.17.60TypeScript definitions for Node.jsINDIRECT0
@types/node • 8.10.66TypeScript definitions for Node.jsINDIRECT0
@types/normalize-package-data • 2.4.4TypeScript definitions for normalize-package-dataINDIRECT0
@types/qs • 6.9.16TypeScript definitions for qsINDIRECT0
aggregate-error • 3.1.0Create an error from multiple errorsDIRECT2
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
array-union • 1.0.2Create an array of unique values, in order, from the input arraysINDIRECT1
array-uniq • 1.0.3Create an array without duplicatesINDIRECT0
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
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.11Brace expansion as known from sh/bashINDIRECT2
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
chalk • 2.4.2Terminal string styling done rightINDIRECT6
clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cross-spawn • 7.0.3Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
dot • 1.1.3Concise and fast javascript templating compatible with nodejs and other javascript environmentsDIRECT0
email-addresses • 3.1.0An email address parser based on rfc5322INDIRECT0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
execa • 4.1.0Process execution for humansDIRECT19
filename-reserved-regex • 1.0.0Regular expression for matching reserved filename charactersINDIRECT0
filenamify-url • 1.0.0Convert a URL to a valid filenameINDIRECT14
filenamify • 1.2.1Convert a string to a valid safe filenameINDIRECT4
filter-obj • 1.1.0Filter object keys and values into a new objectINDIRECT0
form-data • 2.5.1A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
fs-extra • 8.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
get-port • 3.2.0Get an available portINDIRECT0
get-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
gh-pages • 2.2.0Publish to a gh-pages branch on GitHub (or any other branch on any other remote)DIRECT40
git-up • 4.0.5A low level git url parser.INDIRECT26
git-url-parse • 11.6.0A high level git url parser for common git providers.DIRECT27
globby • 6.1.0Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT17
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
has-flag • 3.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.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-basic • 8.1.3Very low level wrapper arround http.request/https.requestINDIRECT15
http-response-object • 3.0.2A simple object to represent an http responseINDIRECT1
humanize-url • 1.0.1Humanize a URL: http://sindresorhus.com → sindresorhus.comINDIRECT8
indent-string • 4.0.0Indent each line in a stringINDIRECT0
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-core-module • 2.15.1Is this specifier a node.js core module?INDIRECT2
is-plain-obj • 1.1.0Check if a value is a plain objectINDIRECT0
is-ssh • 1.4.0Check if an input value is a ssh url or not.INDIRECT1
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
lodash • 4.17.21Lodash modular utilities.DIRECT0
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
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
normalize-url • 1.9.1Normalize a URLINDIRECT6
normalize-url • 6.1.0Normalize a URLINDIRECT0
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.2string representations of objects in node and the browserINDIRECT0
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT16
parse-path • 4.0.4Parse paths (local paths, urls: ssh/git/etc)INDIRECT23
parse-url • 6.0.5An advanced url parser supporting git urls too.INDIRECT25
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
prepend-http • 1.0.4Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
promise • 8.3.0Bare bones Promises/A+ implementationINDIRECT1
protocols • 1.4.8Get the protocols of an input url.INDIRECT0
protocols • 2.0.1Get the protocols of an input url.INDIRECT0
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
query-string • 4.3.4Parse and stringify URL query stringsINDIRECT2
query-string • 6.14.1Parse and stringify URL query stringsINDIRECT4
read-pkg • 5.2.0Read a package.json fileDIRECT33
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
sort-keys • 1.1.2Sort the keys of an objectINDIRECT1
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
strict-uri-encode • 1.1.0A stricter URI encode adhering to RFC 3986INDIRECT0
strict-uri-encode • 2.0.0A stricter URI encode adhering to RFC 3986INDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
strip-final-newline • 2.0.0Strip the final newline character from a string/bufferINDIRECT0
strip-outer • 1.0.1Strip a substring from the start/end of a stringINDIRECT1
strip-url-auth • 1.0.1Strip the authentication part of a URLINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
sync-request • 6.1.0Make synchronous web requestsDIRECT46
sync-rpc • 1.3.6Run asynchronous commands synchronously by putting them in a separate processINDIRECT1
then-request • 6.0.2A request library that returns promises, inspired by requestINDIRECT43
trim-repeated • 1.0.0Trim a consecutively repeated substring: foo--bar---baz → foo-bar-bazINDIRECT1
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
ISC14
PackageRelationDependenciesPublished
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
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
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.0The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
semver • 5.7.2The 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
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
Apache-2.04
PackageRelationDependenciesPublished
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
human-signals • 1.1.1Human-friendly process signalsINDIRECT0
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
0BSD1
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
CC0-1.0 OR MIT1
PackageRelationDependenciesPublished
type-fest • 0.6.0A collection of essential TypeScript typesINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT14
unknown1
PackageRelationDependenciesPublished
parse-cache-control • 1.0.1Parse Cache-Control headers.INDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.20A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.16.0 version:

[![licenses](https://licenses.dev/b/npm/%40qiwi%2Fsemantic-release-gh-pages-plugin/1.16.0)](https://licenses.dev/npm/%40qiwi%2Fsemantic-release-gh-pages-plugin/1.16.0)
<a href="https://licenses.dev/npm/%40qiwi%2Fsemantic-release-gh-pages-plugin/1.16.0">
  <img src="https://licenses.dev/b/npm/%40qiwi%2Fsemantic-release-gh-pages-plugin/1.16.0" alt="licenses" />
</a>
GitHub