licenses.dev

gulp-useref v3.1.6

Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT104
PackageRelationDependenciesPublished
ansi-colors • 1.1.0Collection of ansi colors and styles.INDIRECT1
ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes.INDIRECT0
append-buffer • 1.0.2Append a buffer to another buffer ensuring to preserve line ending characters.INDIRECT1
arr-diff • 4.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
buffer-equal • 1.0.1return whether two buffers are equalINDIRECT0
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT14
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT11
clone-buffer • 1.0.0Easier Buffer cloning in node.INDIRECT0
clone-stats • 1.0.0Safely clone node's fs.Stats instances without losing their class methodsINDIRECT0
clone • 2.1.2deep cloning of objects and arraysINDIRECT0
cloneable-readable • 1.1.3Clone a Readable stream, safelyINDIRECT8
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
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.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
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.0.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
event-stream • 4.0.1construct pipes of streams of eventsDIRECT7
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT4
extend • 3.0.2Port of jQuery.extend for node.js and the browserDIRECT0
flush-write-stream • 1.1.1A write stream constructor that supports a flush function that is called before finish is emittedINDIRECT8
from • 0.1.7Easy way to make a Readable StreamINDIRECT0
fs-mkdirp-stream • 1.0.0Ensure directories exist before writing to them.INDIRECT11
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.2.6Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT10
glob-stream • 6.1.0A Readable Stream interface over node-glob.INDIRECT42
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
gulp-concat • 2.6.1Concatenates filesDIRECT19
gulp-if • 2.0.2Conditionally run a taskDIRECT23
gulp-match • 1.1.0Does a vinyl file match a condition?INDIRECT4
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
is-absolute-url • 1.0.0Check if an URL is absoluteINDIRECT0
is-absolute • 1.0.0Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.INDIRECT4
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 3.1.0Returns `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-negated-glob • 1.0.0Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.INDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-relative-url • 1.0.0Check if an URL is relativeDIRECT1
is-relative • 1.0.0Returns `true` if the path appears to be relative.INDIRECT2
is-unc-path • 1.0.0Returns true if a filepath is a windows UNC file path.INDIRECT1
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
is-valid-glob • 1.0.0Return true if a value is a valid glob pattern or patterns.INDIRECT0
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
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
lazystream • 1.0.1Open Node Streams on demand.INDIRECT8
lead • 1.0.0Sink your streams.INDIRECT9
map-stream • 0.0.7construct pipes of streams of eventsINDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
merge-stream • 1.0.1Create a stream that emits events from multiple other streamsINDIRECT8
normalize-path • 2.1.1Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.INDIRECT1
now-and-later • 2.0.1Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.INDIRECT2
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT18
ordered-read-streams • 1.0.1Combines array of streams into one read stream in strict orderINDIRECT8
path-dirname • 1.0.2Node.js path.dirname() ponyfillINDIRECT0
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
plugin-error • 1.0.1Error handling for Vinyl plugins.DIRECT9
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
pump • 2.0.1pipe streams together and close all of them if one of them closesINDIRECT3
pumpify • 1.5.1Combine an array of streams into a single duplex stream using pump and duplexifyINDIRECT14
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
remove-bom-buffer • 3.0.0Remove a byte order mark (BOM) from a buffer.INDIRECT2
remove-bom-stream • 1.2.0Remove a UTF8 BOM at the start of the stream.INDIRECT13
replace-ext • 1.0.1Replaces a file extension with another oneINDIRECT0
resolve-options • 1.1.0Resolve an options object based on configuration.INDIRECT1
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT13
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 • 1.1.1The string_decoder module from Node coreINDIRECT1
ternary-stream • 2.1.1Fork stream based on passed condition, and collect down-streamINDIRECT17
through • 2.3.8simplified stream constructionINDIRECT0
through2-filter • 3.0.0A through2 to create an Array.prototype.filter analog for streams.INDIRECT10
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseDIRECT9
to-absolute-glob • 2.0.2Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.INDIRECT6
to-through • 2.0.0Wrap a ReadableStream in a TransformStream.INDIRECT10
unc-path-regex • 0.1.2Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.INDIRECT0
unique-stream • 2.3.1node.js through stream that emits a unique stream of objects based on criteriaINDIRECT12
useref • 1.4.4Parse build blocks in HTML files to replace referencesDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
value-or-function • 3.0.0Normalize a value or function, applying extra args to the functionINDIRECT0
vinyl-fs • 3.0.3Vinyl adapter for the file system.DIRECT87
vinyl-sourcemap • 1.1.0Add/write sourcemaps to/from Vinyl files.INDIRECT26
vinyl • 2.2.1Virtual file format.INDIRECT14
xtend • 4.0.2extend like a bossINDIRECT0
ISC11
PackageRelationDependenciesPublished
concat-with-sourcemaps • 1.1.0Concatenate file contents with a custom separator and generate a source mapINDIRECT1
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob-parent • 3.1.0Strips glob magic from a string to provide the parent directory pathINDIRECT3
glob • 7.2.3a little globberDIRECT10
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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
non-standard1
PackageRelationDependenciesPublished
fork-stream • 0.0.4Fork a stream in multiple directions according to a functionINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.1.6 version:

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