licenses.dev

metalsmith v1.7.0

An extremely simple, pluggable static site generator.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT86
PackageRelationDependenciesPublished
absolute • 0.0.1Test if a path (string) is absoluteDIRECT0
acorn • 5.7.4ECMAScript parserINDIRECT0
align-text • 0.1.4Align the text in a string.INDIRECT4
alter • 0.2.0alters a string by replacing multiple range fragments in one fast passINDIRECT1
ansi-red • 0.1.1The color red, in ansi.INDIRECT1
ansi-regex • 0.2.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 1.1.0ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes.INDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
ast-traverse • 0.1.1simple but flexible AST traversal with pre and post visitorsINDIRECT0
ast-types • 0.8.12Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT0
ast-types • 0.9.6Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT0
async • 0.9.2Higher-order functions and common patterns for asynchronous codeDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
breakable • 1.0.0Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return.INDIRECT0
camelcase • 1.2.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
center-align • 0.1.3Center-align the text in a string.INDIRECT6
chalk • 0.5.1Terminal string styling done right. Created because the `colors` module does some really horrible things.DIRECT6
clone • 0.1.19deep cloning of objects and arraysDIRECT0
co-from-stream • 0.0.0Create a co generator stream from a node streamINDIRECT1
co-fs-extra • 0.0.2fs-extra for 'co'DIRECT23
co-fs • 1.2.0fs wrappers for 'co'INDIRECT3
co-read • 0.0.1Consume a readable stream generator-styleINDIRECT0
co • 3.1.0generator async flow control goodnessINDIRECT0
coffee-script • 1.12.7Unfancy JavaScriptINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsDIRECT0
commoner • 0.10.8Flexible tool for translating any dialect of JavaScript into Node-readable CommonJS modulesINDIRECT25
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
defined • 1.0.1return the first argument that is `!== undefined`INDIRECT0
defs • 1.1.1Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3.INDIRECT28
detective • 4.7.1find all require() calls by walking the ASTINDIRECT2
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
fs-extra • 0.10.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.DIRECT16
fs-extra • 0.12.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT17
gnode • 0.1.2Run node with ES6 Generators, today!DIRECT60
gray-matter • 2.1.1Parse front-matter from a string or file. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML or Coffee Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and DIRECT10
has-ansi • 0.1.0Check if a string has ANSI escape codesINDIRECT1
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.DIRECT0
is • 2.2.1the definitive JavaScript type testing libraryDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
jsonfile • 1.2.0Easily read/write JSON files.INDIRECT0
jsonfile • 2.4.0Easily read/write JSON files.INDIRECT1
kind-of • 3.2.2Get the native type of a value.INDIRECT1
lazy-cache • 1.0.4Cache requires to be lazy-loaded when needed.INDIRECT0
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
longest • 1.0.1Get the longest item in an array.INDIRECT0
minimatch • 0.3.0a glob matcher in javascriptINDIRECT2
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ncp • 0.5.1Asynchronous recursive file copy utility.INDIRECT0
ncp • 0.6.0Asynchronous recursive file copy utility.INDIRECT0
os-locale • 1.4.0Get the system localeINDIRECT2
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
private • 0.1.8Utility for associating truly private state with any JavaScript objectINDIRECT0
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D)INDIRECT0
recast • 0.10.33JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generatorINDIRECT4
recast • 0.11.23JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generatorINDIRECT4
recursive-readdir • 1.3.0Get an array of all files in a directory and subdirectories.DIRECT3
regenerator-runtime • 0.9.6Runtime for Regenerator-compiled generator and async functions.INDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
right-align • 0.1.3Right-align the text in a string.INDIRECT5
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
simple-fmt • 0.1.0maximally minimal string formatting libraryINDIRECT0
simple-is • 0.2.0maximally minimal type-testing libraryINDIRECT0
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
stat-mode • 0.2.2Offers convenient getters and setters for the stat `mode`DIRECT0
stringmap • 0.2.2fast and robust stringmapINDIRECT0
stringset • 0.2.1fast and robust stringsetINDIRECT0
strip-ansi • 0.3.0Strip ANSI escape codesINDIRECT1
supports-color • 0.2.0Detect whether a terminal supports colorINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
thunkify • 0.0.1Turn callbacks, arrays, generators, generator functions, and promises into a thunkINDIRECT0
thunkify • 2.1.2Turn callbacks, arrays, generators, generator functions, and promises into a thunkDIRECT0
toml • 2.3.6TOML parser for Node.js (parses TOML spec v0.4.0)INDIRECT0
tryor • 0.1.2return fn() or default value (in case of exception)INDIRECT0
ware • 1.3.0Easily create your own middleware layer.DIRECT2
window-size • 0.1.4Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
wrap-fn • 0.1.5support sync, async, and generator functionsINDIRECT1
yargs • 3.27.0Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT17
ISC14
PackageRelationDependenciesPublished
cliui • 2.1.0easily create complex multi-column command-line-interfacesINDIRECT9
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 5.0.15a little globberINDIRECT9
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
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
lru-cache • 2.7.3A cache object that deletes the least-recently-used items.INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)DIRECT11
sigmund • 1.0.1Quick and dirty signatures for Objects.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
unknown2
PackageRelationDependenciesPublished
esprima-fb • 15001.1001.0-dev-harmony-fbFacebook-specific fork of the esprima projectINDIRECT0
unyield • 0.0.1allow generators functions to accept callbacksDIRECT1
BSD-2-Clause2
PackageRelationDependenciesPublished
esprima • 3.1.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
non-standard1
PackageRelationDependenciesPublished
regenerator • 0.8.46Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)INDIRECT59
MIT OR X111
PackageRelationDependenciesPublished
wordwrap • 0.0.2Wrap those words. Show them at what columns to start and stop.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.7.0 version:

[![licenses](https://licenses.dev/b/npm/metalsmith/1.7.0)](https://licenses.dev/npm/metalsmith/1.7.0)
<a href="https://licenses.dev/npm/metalsmith/1.7.0">
  <img src="https://licenses.dev/b/npm/metalsmith/1.7.0" alt="licenses" />
</a>
GitHub