licenses.dev

conventional-changelog-writer v2.0.3

Write logs based on conventional commits and templates

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT62
PackageRelationDependenciesPublished
array-find-index • 1.0.2ES2015 `Array#findIndex()` ponyfillINDIRECT0
array-ify • 1.0.0Turn anything into an arrayINDIRECT0
camelcase-keys • 2.1.0Convert object keys to camelCaseINDIRECT2
camelcase • 2.1.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
compare-func • 1.3.4Get a compare function for array to sortDIRECT3
conventional-commits-filter • 1.1.6Filter out reverted commits parsed by conventional-commits-parserDIRECT2
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
currently-unhandled • 0.4.1Track the list of currently unhandled promise rejections.INDIRECT1
dateformat • 1.0.12A node.js package for Steven Levithan's excellent dateFormat() function.DIRECT48
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
dot-prop • 3.0.0Get, set, or delete a property from a nested object using a dot pathINDIRECT1
error-ex • 1.3.4Easy error subclassing and stack customizationINDIRECT1
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
find-up • 1.1.2Find a file by walking up parent directoriesINDIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-stdin • 4.0.1Easier stdinINDIRECT0
handlebars • 4.7.9Handlebars provides the power necessary to let you build semantic templates effectively with no frustrationDIRECT5
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
indent-string • 2.1.0Indent each line in a stringINDIRECT2
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-finite • 1.1.0ES2015 Number.isFinite() ponyfillINDIRECT0
is-obj • 1.0.1Check if a value is an objectINDIRECT0
is-subset • 0.1.1Check if an object is contained within another oneINDIRECT0
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
load-json-file • 1.1.0Read and parse a JSON fileINDIRECT9
lodash • 4.18.1Lodash modular utilities.DIRECT0
loud-rejection • 1.6.0Make unhandled promise rejections fail loudly instead of the default silent failINDIRECT3
map-obj • 1.0.1Map object keys and values into a new objectINDIRECT0
meow • 3.7.0CLI app helperDIRECT47
minimist • 1.2.8parse argument optionsINDIRECT0
modify-values • 1.0.1Modify the values of an objectINDIRECT0
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
path-exists • 2.1.0Check if a path existsINDIRECT2
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-type • 1.1.0Check if a path is a file, directory, or symlinkINDIRECT4
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
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
read-pkg-up • 1.0.1Read the closest package.json fileINDIRECT29
read-pkg • 1.1.0Read a package.json fileINDIRECT26
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
redent • 1.0.0Strip redundant indentation and indent the stringINDIRECT5
repeating • 2.0.1Repeat a string - fastINDIRECT1
resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
split • 1.0.1split a Text Stream into a Line StreamDIRECT1
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/bufferINDIRECT1
strip-indent • 1.0.1Strip leading whitespace from every line in a stringINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseDIRECT9
trim-newlines • 1.0.0Trim newlines from the start and/or end of a stringINDIRECT0
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
xtend • 4.0.2extend like a bossINDIRECT0
ISC6
PackageRelationDependenciesPublished
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
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.DIRECT0
semver • 5.7.2The semantic version parser used by npm.DIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT14
uglify-js • 3.19.3JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
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
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.23A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.0.3 version:

[![licenses](https://licenses.dev/b/npm/conventional-changelog-writer/2.0.3)](https://licenses.dev/npm/conventional-changelog-writer/2.0.3)
<a href="https://licenses.dev/npm/conventional-changelog-writer/2.0.3">
  <img src="https://licenses.dev/b/npm/conventional-changelog-writer/2.0.3" alt="licenses" />
</a>
GitHub