licenses.dev

dr-frankenstyle v0.2.5

Resolves CSS dependencies between node packages

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT87
PackageRelationDependenciesPublished
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
any-promise • 0.1.0Resolve any installed ES6 compatible promiseINDIRECT0
babel-runtime • 5.5.4babel selfContained runtimeDIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.14Brace expansion as known from sh/bashINDIRECT2
camelcase • 2.1.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
clone-stats • 0.0.1Safely clone node's fs.Stats instances without losing their class methodsINDIRECT0
clone • 0.2.0deep cloning of objects and arraysINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
core-js • 0.9.18Standard libraryINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
dag-map • 1.0.2DAG stands for Directed acyclic graph. It is used to build a graph of dependencies checking that there isn't circular dependenciesDIRECT0
debuglog • 1.0.1backport of util.debuglog from node v0.11DIRECT0
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
duplexer • 0.1.2Creates a duplex streamINDIRECT0
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
es6-promise • 1.0.0A polyfill for ES6-style Promises, tracking rsvpINDIRECT0
es6-promisify • 1.1.1Converts callback-based functions to ES6 PromisesDIRECT1
event-stream • 3.3.5construct pipes of streams of eventsDIRECT7
find-index • 0.1.1finds an item in an array matching a predicate function, and returns its indexINDIRECT0
first-chunk-stream • 1.0.0Transform the first chunk in a streamINDIRECT0
from • 0.1.7Easy way to make a Readable StreamINDIRECT0
fs-promise • 0.3.1Filesystem methods as promises, with optional fs-extra and fs-graceful dependenciesDIRECT1
gaze • 0.5.2A globbing fs.watch wrapper built from the best parts of other fine watch libs.INDIRECT8
glob-stream • 4.1.1File system globs as a streamINDIRECT28
glob-watcher • 0.0.8Watch globsINDIRECT9
globule • 0.1.0An easy-to-use wildcard globbing library.INDIRECT7
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
json-stable-stringify-without-jsonify • 1.0.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependenciesINDIRECT0
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
lodash._basecallback • 3.3.1The modern build of lodash’s internal `baseCallback` as a module.INDIRECT8
lodash._baseindexof • 3.1.0The modern build of lodash’s internal `baseIndexOf` as a module.INDIRECT0
lodash._baseisequal • 3.0.7The modern build of lodash’s internal `baseIsEqual` as a module.INDIRECT5
lodash._baseuniq • 3.0.3The modern build of lodash’s internal `baseUniq` as a module.INDIRECT4
lodash._bindcallback • 3.0.1The modern build of lodash’s internal `bindCallback` as a module.INDIRECT0
lodash._cacheindexof • 3.0.2The modern build of lodash’s internal `cacheIndexOf` as a module.INDIRECT0
lodash._createcache • 3.1.2The modern build of lodash’s internal `createCache` as a module.INDIRECT1
lodash._getnative • 3.9.1The modern build of lodash’s internal `getNative` as a module.INDIRECT0
lodash._isiterateecall • 3.0.9The modern build of lodash’s internal `isIterateeCall` as a module.INDIRECT0
lodash.isarguments • 3.1.0The lodash method `_.isArguments` exported as a module.INDIRECT0
lodash.isarray • 3.0.4The modern build of lodash’s `_.isArray` as a module.INDIRECT0
lodash.istypedarray • 3.0.6The lodash method `_.isTypedArray` exported as a module.INDIRECT0
lodash.keys • 3.1.2The modern build of lodash’s `_.keys` as a module.INDIRECT3
lodash.pairs • 3.0.1The modern build of lodash’s `_.pairs` as a module.INDIRECT4
lodash.uniq • 3.2.2The modern build of lodash’s `_.uniq` as a module.DIRECT14
lodash • 1.0.2A utility library delivering consistency, customization, performance, and extras.INDIRECT0
map-stream • 0.0.7construct pipes of streams of eventsINDIRECT0
merge-stream • 0.1.8Create a stream that emits events from multiple other streamsINDIRECT7
minimatch • 0.2.14a glob matcher in javascriptINDIRECT2
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`DIRECT1
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 2.1.1ES6 Object.assign() ponyfillINDIRECT0
ordered-read-streams • 0.1.0Combines array of streams into one read stream in strict orderINDIRECT0
os-locale • 1.4.0Get the system localeINDIRECT2
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
pause-stream • 0.0.11a ThroughStream that strictly buffers all readable events when paused.INDIRECT1
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
readable-stream • 1.0.34Streams2, a user-land copy of the stream library from Node.js v0.10.xINDIRECT4
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
split • 1.0.1split a Text Stream into a Line StreamINDIRECT1
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
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-bom • 1.0.0Strip UTF-8 byte order mark (BOM) from a string/buffer/streamINDIRECT2
through • 2.3.8simplified stream constructionINDIRECT0
through2-filter • 3.0.0A through2 to create an Array.prototype.filter analog for streams.INDIRECT10
through2 • 0.6.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseDIRECT6
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
unique-stream • 2.4.0node.js through stream that emits a unique stream of objects based on criteriaINDIRECT12
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
vinyl-fs • 1.0.0Vinyl adapter for the file systemDIRECT54
vinyl • 0.4.6A virtual file formatDIRECT2
window-size • 0.1.4Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
xtend • 4.0.2extend like a bossINDIRECT0
yargs • 3.32.0Light-weight option parsing with an argv hash. No optstrings attached.DIRECT15
ISC15
PackageRelationDependenciesPublished
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
glob • 4.5.3a little globberINDIRECT8
glob • 5.0.15a little globberDIRECT9
graceful-fs • 3.0.12A drop-in replacement for fs, making various improvements.INDIRECT1
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 1.0.2A tiny simple way to do classic inheritance in jsINDIRECT0
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 • 2.0.10a glob matcher in javascriptINDIRECT3
minimatch • 3.1.5a glob matcher in javascriptINDIRECT3
natives • 1.1.6Do stuff with Node.js's native JavaScript modulesINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
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
non-standard3
PackageRelationDependenciesPublished
glob • 3.1.21a little globberINDIRECT5
graceful-fs • 1.2.3A drop-in replacement for fs, making various improvements.INDIRECT0
stream-reduce • 1.0.3Reduce stream data to a single valueDIRECT1
unknown1
PackageRelationDependenciesPublished
glob2base • 0.0.12Extracts a base path from a node-glob instanceINDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.5 version:

[![licenses](https://licenses.dev/b/npm/dr-frankenstyle/0.2.5)](https://licenses.dev/npm/dr-frankenstyle/0.2.5)
<a href="https://licenses.dev/npm/dr-frankenstyle/0.2.5">
  <img src="https://licenses.dev/b/npm/dr-frankenstyle/0.2.5" alt="licenses" />
</a>
GitHub