licenses.dev

tyy-gulpfile v0.1.0

module

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT631
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.26.5The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.26.0Babel compiler core.DIRECT38
@babel/generator • 7.26.5Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure • 7.25.9Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.26.5Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.25.9Compile class public and private fields, private methods and decorators to ES6INDIRECT25
@babel/helper-create-regexp-features-plugin • 7.26.3Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.3Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-member-expression-to-functions • 7.25.9Helper function to replace certain member expressions with function callsINDIRECT19
@babel/helper-module-imports • 7.25.9Babel helper functions for inserting module loadsINDIRECT19
@babel/helper-module-transforms • 7.26.0Babel helper functions for implementing ES6 module transformationsINDIRECT20
@babel/helper-optimise-call-expression • 7.25.9Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.26.5General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.25.9Helper function to remap async functions to generatorsINDIRECT21
@babel/helper-replace-supers • 7.26.5Helper function to replace supersINDIRECT21
@babel/helper-skip-transparent-expression-wrappers • 7.25.9Helper which skips types and parenthesesINDIRECT19
@babel/helper-string-parser • 7.25.9A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.25.9Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.25.9Helper to wrap functions inside a function call.INDIRECT19
@babel/helpers • 7.26.0Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.26.5A JavaScript parserINDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.25.9Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT20
@babel/plugin-bugfix-safari-class-field-initializer-scope • 7.25.9Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.25.9Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.25.9Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT22
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.25.9Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT20
@babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an objectINDIRECT0
@babel/plugin-syntax-import-assertions • 7.26.0Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.26.0Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/plugin-transform-arrow-functions • 7.25.9Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.25.9Turn async generator functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-async-to-generator • 7.25.9Turn async functions into ES2015 generatorsINDIRECT24
@babel/plugin-transform-block-scoped-functions • 7.26.5Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.25.9Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.25.9This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT27
@babel/plugin-transform-class-static-block • 7.26.0Transform class static blocksINDIRECT27
@babel/plugin-transform-classes • 7.25.9Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties • 7.25.9Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.25.9Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-dotall-regex • 7.25.9Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 7.25.9Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.9Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 7.25.9Transform import() expressionsINDIRECT1
@babel/plugin-transform-exponentiation-operator • 7.26.3Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-export-namespace-from • 7.25.9Compile export namespace to ES2015INDIRECT1
@babel/plugin-transform-for-of • 7.25.9Compile ES2015 for...of to ES5INDIRECT21
@babel/plugin-transform-function-name • 7.25.9Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-json-strings • 7.25.9Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 7.25.9Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.25.9Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 7.25.9Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.25.9This plugin transforms ES2015 modules to AMDINDIRECT22
@babel/plugin-transform-modules-commonjs • 7.26.3This plugin transforms ES2015 modules to CommonJSINDIRECT22
@babel/plugin-transform-modules-systemjs • 7.25.9This plugin transforms ES2015 modules to SystemJSINDIRECT22
@babel/plugin-transform-modules-umd • 7.25.9This plugin transforms ES2015 modules to UMDINDIRECT22
@babel/plugin-transform-named-capturing-groups-regex • 7.25.9Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 7.25.9Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.26.6Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.25.9Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-rest-spread • 7.25.9Compile object rest and spread to ES5INDIRECT15
@babel/plugin-transform-object-super • 7.25.9Compile ES2015 object super to ES5INDIRECT23
@babel/plugin-transform-optional-catch-binding • 7.25.9Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 7.25.9Transform optional chaining operators into a series of nil checksINDIRECT21
@babel/plugin-transform-parameters • 7.25.9Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.25.9This plugin transforms private class methodsINDIRECT27
@babel/plugin-transform-private-property-in-object • 7.25.9This plugin transforms checks for a private property in an objectINDIRECT27
@babel/plugin-transform-property-literals • 7.25.9Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-regenerator • 7.25.9Explode async and generator functions into a state machine.INDIRECT4
@babel/plugin-transform-regexp-modifiers • 7.26.0Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 7.25.9Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-shorthand-properties • 7.25.9Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.25.9Compile ES2015 spread to ES5INDIRECT21
@babel/plugin-transform-sticky-regex • 7.25.9Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.25.9Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.25.9This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-unicode-escapes • 7.25.9Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.25.9Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 7.25.9Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 7.25.9Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/preset-env • 7.26.0A Babel preset for each environment.DIRECT129
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT5
@babel/runtime • 7.26.0babel's modular runtime helpersINDIRECT1
@babel/template • 7.25.9Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.26.5The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT18
@babel/types • 7.26.5Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jridgewell/gen-mapping • 0.3.8Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@parcel/watcher-android-arm64 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-darwin-arm64 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-darwin-x64 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-freebsd-x64 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-arm-glibc • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-arm-musl • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-arm64-glibc • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-arm64-musl • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-x64-glibc • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-x64-musl • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-win32-arm64 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-win32-ia32 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-win32-x64 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT23
@socket.io/component-emitter • 3.1.2Event emitterINDIRECT0
@types/cookie • 0.4.1TypeScript definitions for cookieINDIRECT0
@types/cors • 2.8.17TypeScript definitions for corsINDIRECT2
@types/node • 22.10.6TypeScript definitions for nodeINDIRECT1
accepts • 1.3.8Higher-level content negotiationINDIRECT3
aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
align-text • 0.1.4Align the text in a string.INDIRECT4
ansi-colors • 1.1.0Collection of ansi colors and styles.INDIRECT1
ansi-gray • 0.1.1The color gray, in ansi.INDIRECT1
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
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
archy • 1.0.0render nested hierarchies `npm ls` style with unicode pipesINDIRECT0
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-filter • 1.1.2Faster alternative to javascript's native filter method.INDIRECT2
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-map • 2.0.2Faster, node.js focused alternative to JavaScript's native array map.INDIRECT2
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
array-differ • 1.0.0Create an array with values that are present in the first input array but not additional onesINDIRECT0
array-each • 1.0.1Loop over each item in an array and call the given function on every element.INDIRECT0
array-initial • 1.1.0Get all but the last element or last n elements of an array.INDIRECT2
array-last • 1.3.0Get the last or last n elements in an array.INDIRECT1
array-slice • 1.1.0Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.INDIRECT0
array-sort • 1.0.0Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.INDIRECT3
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
array-uniq • 1.0.3Create an array without duplicatesINDIRECT0
array-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.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
async-done • 1.3.2Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.INDIRECT5
async-each-series • 0.1.1Apply an async function to each Array element in series.INDIRECT0
async-each • 1.0.6No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.INDIRECT0
async-settle • 1.0.0Settle an async function.INDIRECT6
async • 0.2.10Higher-order functions and common patterns for asynchronous codeINDIRECT0
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
axios • 0.21.4Promise based HTTP client for the browser and node.jsINDIRECT1
babel-plugin-polyfill-corejs2 • 0.4.12A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT24
babel-plugin-polyfill-corejs3 • 0.10.6A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT25
babel-plugin-polyfill-regenerator • 0.6.3A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
bach • 1.2.0Compose your async functions with elegance.INDIRECT18
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base • 0.11.2base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.INDIRECT44
base64id • 2.0.0Generates a base64 idINDIRECT0
batch • 0.6.1Simple async batch with concurrency control and progress reporting.INDIRECT0
beeper • 1.1.1Make your terminal beepINDIRECT0
binary-extensions • 1.13.1List of binary file extensionsINDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
bindings • 1.5.0Helper module for loading your native module's .node fileINDIRECT1
bootstrap • 5.3.3The most popular front-end framework for developing responsive, mobile first projects on the web.DIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
braces • 2.3.2Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT70
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
browserslist • 4.24.4Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buffer-equal • 1.0.1return whether two buffers are equalINDIRECT0
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
cache-base • 1.0.1Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.INDIRECT28
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 functionINDIRECT15
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
camel-case • 3.0.0Camel case a stringINDIRECT3
camelcase • 1.2.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
camelcase • 3.0.0Convert 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 • 1.1.3Terminal string styling done right. Much color.INDIRECT6
chalk • 4.1.2Terminal string styling done rightINDIRECT5
chokidar • 2.1.8A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.INDIRECT108
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryINDIRECT14
chokidar • 4.0.3Minimal and efficient cross-platform file watching libraryINDIRECT1
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.INDIRECT13
clean-css • 4.2.3A well-tested CSS minifierINDIRECT1
clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
clone-buffer • 1.0.0Easier Buffer cloning in node.INDIRECT0
clone-stats • 0.0.1Safely clone node's fs.Stats instances without losing their class methodsINDIRECT0
clone-stats • 1.0.0Safely clone node's fs.Stats instances without losing their class methodsINDIRECT0
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
clone • 2.1.2deep cloning of objects and arraysINDIRECT0
cloneable-readable • 1.1.3Clone a Readable stream, safelyINDIRECT8
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
collection-map • 1.0.0Returns an array of mapped values from an array or object.INDIRECT5
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.INDIRECT3
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
commander • 2.17.1the complete solution for node.js command-line programsINDIRECT0
commander • 2.19.0the complete solution for node.js command-line programsINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
component-emitter • 1.3.1Event emitterINDIRECT0
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
connect-history-api-fallback • 1.6.0Provides a fallback for non-existing directories so that the HTML 5 history API can be used.INDIRECT0
connect • 3.6.6High performance middleware frameworkINDIRECT11
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
cookie • 0.7.2HTTP server cookie parsing and serializationINDIRECT0
copy-descriptor • 0.1.1Copy a descriptor from object A to object BINDIRECT0
copy-props • 2.0.5Copy properties deeply between two objects.INDIRECT9
core-js-compat • 3.40.0core-js compatINDIRECT7
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cors • 2.8.5Node.js CORS middlewareINDIRECT2
dateformat • 2.2.0A node.js package for Steven Levithan's excellent dateFormat() function.INDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.3.2small debugging utilityINDIRECT1
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
default-compare • 1.0.0Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property.INDIRECT1
default-resolution • 2.0.0Get the default resolution time based on the current node version, optionally overridableINDIRECT0
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
define-property • 0.2.5Define a non-enumerable property on an object.INDIRECT5
define-property • 1.0.0Define a non-enumerable property on an object.INDIRECT5
define-property • 2.0.2Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.INDIRECT6
del • 6.1.1Delete files and directoriesDIRECT43
depd • 1.1.2Deprecate all the thingsINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.0.4destroy a stream if possibleINDIRECT0
detect-file • 1.0.0Detects if a file exists and returns the resolved filepath.INDIRECT0
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
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
duplexify • 4.1.3Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT9
each-props • 1.3.2Processes each properties of an object deeply.INDIRECT7
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
engine.io-client • 6.6.2Client for the realtime EngineINDIRECT6
engine.io-parser • 5.2.3Parser for the client for the realtime EngineINDIRECT0
engine.io • 6.6.2The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and serverINDIRECT17
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
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.1.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es6-iterator • 2.0.3Iterator abstraction based on ES6 specificationINDIRECT8
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
event-stream • 4.0.1construct pipes of streams of eventsINDIRECT7
eventemitter3 • 4.0.7EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
expand-brackets • 2.1.4Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT63
expand-tilde • 2.0.2Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.INDIRECT2
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
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 browserINDIRECT0
extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.INDIRECT66
fancy-log • 1.3.3Log things, prefixed with a timestamp.INDIRECT5
fancy-log • 2.0.0Log things, prefixed with a timestamp.INDIRECT1
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fast-levenshtein • 1.1.4Efficient implementation of Levenshtein algorithm with asynchronous callback supportINDIRECT0
file-uri-to-path • 1.0.0Convert a file: URI to a file pathINDIRECT0
fill-range • 4.0.0Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT7
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
finalhandler • 1.1.0Node.js final http responderINDIRECT9
find-up • 1.1.2Find a file by walking up parent directoriesINDIRECT3
findup-sync • 2.0.0Find the first file matching a given pattern in the current directory or the nearest ancestor directory.INDIRECT93
findup-sync • 3.0.0Find the first file matching a given pattern in the current directory or the nearest ancestor directory.INDIRECT93
findup-sync • 5.0.0Find the first file matching a given pattern in the current directory or the nearest ancestor directory.INDIRECT19
fined • 1.2.0Find a file given a declaration of locations.INDIRECT20
flagged-respawn • 1.0.1A tool for respawning node binaries when special flags are present.INDIRECT0
flush-write-stream • 1.1.1A write stream constructor that supports a flush function that is called before finish is emittedINDIRECT8
follow-redirects • 1.15.9HTTP and HTTPS modules that follow redirects.INDIRECT0
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
for-own • 1.0.0Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.INDIRECT1
fragment-cache • 0.2.1A cache for managing namespaced sub-cachesINDIRECT1
fresh • 0.5.2HTTP response freshness testingINDIRECT0
from • 0.1.7Easy way to make a Readable StreamINDIRECT0
fs-extra • 3.0.1fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fs-mkdirp-stream • 1.0.0Ensure directories exist before writing to them.INDIRECT11
fsevents • 1.2.13Native Access to Mac OS-X FSEventsINDIRECT3
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
get-intrinsic • 1.2.7Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.INDIRECT0
glob-stream • 6.1.0A Readable Stream interface over node-glob.INDIRECT42
glob-watcher • 5.0.5Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.INDIRECT120
global-modules • 1.0.0The directory used by npm for globally installed npm modules.INDIRECT9
global-prefix • 1.0.2Get the npm global path prefix.INDIRECT7
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
globby • 11.1.0User-friendly glob matchingINDIRECT23
glogg • 1.0.2Global logging utilityINDIRECT1
glogg • 2.2.0Global logging utilityINDIRECT1
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
gulp-babel • 8.0.0Use next generation JavaScript, todayDIRECT23
gulp-clean-css • 4.3.0Minify css with clean-css.DIRECT23
gulp-cli • 2.3.0Command line interface for gulpINDIRECT226
gulp-concat • 2.6.1Concatenates filesINDIRECT19
gulp-htmlmin • 5.0.1gulp plugin to minify HTML.DIRECT33
gulp-if • 3.0.0Conditionally run a taskDIRECT23
gulp-load-plugins • 2.0.8Automatically load any gulp plugins in your package.jsonDIRECT33
gulp-match • 1.1.0Does a vinyl file match a condition?INDIRECT4
gulp-sass • 5.1.0Gulp plugin for sassDIRECT17
gulp-uglify • 3.0.2Minify files with UglifyJS.DIRECT27
gulp-useref • 5.0.0Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.DIRECT120
gulp-util • 3.0.8Utility functions for gulp pluginsINDIRECT58
gulp • 4.0.2The streaming build system.DIRECT307
gulplog • 1.0.0Logger for gulp and gulp pluginsINDIRECT2
gulplog • 2.2.0Logger for gulp and gulp pluginsINDIRECT2
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-gulplog • 0.1.0Check if gulplog is available before attempting to use itINDIRECT1
has-gulplog • 1.0.0Check if gulplog is available before attempting to use itINDIRECT1
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
has-value • 0.3.1Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT4
has-value • 1.0.0Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT7
has-values • 0.1.4Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT0
has-values • 1.0.0Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT4
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
he • 1.2.0A robust HTML entities encoder/decoder with full Unicode support.INDIRECT0
homedir-polyfill • 1.0.3Node.js os.homedir polyfill for older versions of node.js.INDIRECT1
html-minifier • 3.5.21Highly configurable, well-tested, JavaScript-based HTML minifier.INDIRECT12
http-errors • 1.6.3Create HTTP error objectsINDIRECT5
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
http-proxy • 1.18.1HTTP proxying for the massesINDIRECT3
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
immutable • 3.8.2Immutable Data CollectionsINDIRECT0
immutable • 5.0.3Immutable Data CollectionsINDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
interpret • 1.4.0A dictionary of file extensions and associated module loaders.INDIRECT0
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
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-accessor-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-binary-path • 1.0.1Check if a filepath is a binary fileINDIRECT1
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
is-descriptor • 0.1.7Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-descriptor • 1.0.3Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
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-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-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
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-glob • 4.0.3Returns `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-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-number • 4.0.0Returns true if the value is a number. comprehensive tests.INDIRECT0
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-path-cwd • 2.2.0Check if a path is the current working directoryINDIRECT0
is-path-inside • 3.0.3Check if a path is inside another pathINDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-plain-object • 5.0.0Returns true if an object was created by the `Object` constructor, or Object.create(null).INDIRECT0
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
is-wsl • 1.1.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT0
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 3.0.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.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
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 3.0.1Easily read/write JSON files.INDIRECT1
just-debounce • 1.1.0a simple debounce with no dependencies or crazy defaultsINDIRECT0
kind-of • 3.2.2Get the native type of a value.INDIRECT1
kind-of • 4.0.0Get the native type of a value.INDIRECT1
kind-of • 5.1.0Get the native type of a value.INDIRECT0
kind-of • 6.0.3Get the native type of a value.INDIRECT0
last-run • 1.1.1Capture and retrieve the last time a function was runINDIRECT11
lazy-cache • 1.0.4Cache requires to be lazy-loaded when needed.INDIRECT0
lazystream • 1.0.1Open Node Streams on demand.INDIRECT8
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
lead • 1.0.0Sink your streams.INDIRECT9
liftoff • 3.1.0Launch your command line tool with ease.INDIRECT115
limiter • 1.1.5A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttledINDIRECT0
load-json-file • 1.1.0Read and parse a JSON fileINDIRECT9
localtunnel • 2.0.2Expose localhost to the worldINDIRECT21
lodash._basecopy • 3.0.1The modern build of lodash’s internal `baseCopy` as a module.INDIRECT0
lodash._basetostring • 3.0.1The modern build of lodash’s internal `baseToString` as a module.INDIRECT0
lodash._basevalues • 3.0.0The modern build of lodash’s internal `baseValues` as a module.INDIRECT0
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._reescape • 3.0.0The modern build of lodash’s internal `reEscape` as a module.INDIRECT0
lodash._reevaluate • 3.0.0The modern build of lodash’s internal `reEvaluate` as a module.INDIRECT0
lodash._reinterpolate • 3.0.0The modern build of lodash’s internal `reInterpolate` as a module.INDIRECT0
lodash._root • 3.0.1The internal lodash function `root` exported as a module.INDIRECT0
lodash.clonedeep • 4.5.0The lodash method `_.cloneDeep` exported as a module.INDIRECT0
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.escape • 3.2.0The lodash method `_.escape` exported as a module.INDIRECT1
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.isfinite • 3.3.2The lodash method `_.isFinite` exported as a module.INDIRECT0
lodash.keys • 3.1.2The modern build of lodash’s `_.keys` as a module.INDIRECT3
lodash.restparam • 3.6.1The modern build of lodash’s `_.restParam` as a module.INDIRECT0
lodash.template • 3.6.2The modern build of lodash’s `_.template` as a module.INDIRECT13
lodash.templatesettings • 3.1.1The lodash method `_.templateSettings` exported as a module.INDIRECT3
lodash • 4.17.21Lodash modular utilities.INDIRECT0
longest • 1.0.1Get the longest item in an array.INDIRECT0
lower-case • 1.1.4Lowercase a stringINDIRECT0
make-iterator • 1.0.1Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.INDIRECT1
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
map-stream • 0.0.7construct pipes of streams of eventsINDIRECT0
map-visit • 1.0.0Map `visit` over an array of objects.INDIRECT2
matchdep • 2.0.0Use micromatch to filter npm module dependencies by name.INDIRECT99
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromatch • 3.1.10Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.INDIRECT80
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.4.1A comprehensive library for mime-type mappingINDIRECT0
minimist • 0.0.10parse argument optionsINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mitt • 1.2.0Tiny 200b functional Event Emitter / pubsub.INDIRECT0
mixin-deep • 1.3.2Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.INDIRECT4
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.2Tiny millisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multipipe • 0.1.2pipe streams with centralized error handlingINDIRECT6
mute-stdout • 1.0.1Mute and unmute stdout.INDIRECT0
nan • 2.22.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibilityINDIRECT0
nanomatch • 1.2.13Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)INDIRECT68
negotiator • 0.6.3HTTP content negotiationINDIRECT0
no-case • 2.3.2Remove case from a stringINDIRECT1
node-addon-api • 7.1.1Node.js API (Node-API)INDIRECT0
node-releases • 2.0.19Node.js releases dataINDIRECT0
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
normalize-path • 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.INDIRECT0
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
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 3.0.0ES6 Object.assign() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.INDIRECT9
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object-visit • 1.0.1Call a specified method on each value in the given object.INDIRECT1
object.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT19
object.defaults • 1.1.0Like `extend` but only copies missing properties/values to the target object.INDIRECT5
object.map • 1.0.1Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.INDIRECT4
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.INDIRECT1
object.reduce • 1.0.1Reduces an object to a value that is the accumulated result of running each property in the object through a callback.INDIRECT4
on-finished • 2.3.0Execute a callback when a request closes, finishes, or errorsINDIRECT1
openurl • 1.1.1Open a URL via the operating system (http: in default browser, mailto: in mail client etc.INDIRECT0
opn • 5.3.0A better node-open. Opens stuff like websites, files, executables. Cross-platform.INDIRECT1
ordered-read-streams • 1.0.1Combines array of streams into one read stream in strict orderINDIRECT8
os-locale • 1.4.0Get the system localeINDIRECT2
p-map • 4.0.0Map over promises concurrentlyINDIRECT3
param-case • 2.1.1Param case a stringINDIRECT2
parse-filepath • 1.0.2Pollyfill for node.js `path.parse`, parses a filepath into an object.INDIRECT8
parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
parse-node-version • 1.0.1Turn node's process.version into something useful.INDIRECT0
parse-passwd • 1.0.0Parse a passwd file into a list of users.INDIRECT0
parseurl • 1.3.3parse a url with memoizationINDIRECT0
pascalcase • 0.1.1Convert a string to pascal-case.INDIRECT0
path-dirname • 1.0.2Node.js path.dirname() ponyfillINDIRECT0
path-exists • 2.1.0Check if a path existsINDIRECT2
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-root-regex • 0.1.2Regular expression for getting the root of a posix or windows filepath.INDIRECT0
path-root • 0.1.1Get the root of a posix or windows filepath.INDIRECT1
path-type • 1.1.0Check if a path is a file, directory, or symlinkINDIRECT4
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
pause-stream • 0.0.11a ThroughStream that strictly buffers all readable events when paused.INDIRECT1
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.INDIRECT0
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
plugin-error • 1.0.1Error handling for Vinyl plugins.INDIRECT9
portscanner • 2.2.0Asynchronous port scanner for Node.jsINDIRECT4
posix-character-classes • 0.1.1POSIX character classes for creating regular expressions.INDIRECT0
pretty-hrtime • 1.0.3process.hrtime() to wordsINDIRECT0
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
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
read-pkg-up • 1.0.1Read the closest package.json fileINDIRECT28
read-pkg • 1.1.0Read a package.json fileINDIRECT25
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xINDIRECT4
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
readdirp • 2.2.1Recursive version of fs.readdir with streaming api.INDIRECT89
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
readdirp • 4.1.1Recursive version of fs.readdir with small RAM & CPU footprint.INDIRECT0
rechoir • 0.6.2Require any supported file as a node module.INDIRECT6
regenerate-unicode-properties • 10.2.0Regenerate sets for Unicode properties and values.INDIRECT1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-transform • 0.15.2Explode async and generator functions into a state machine.INDIRECT2
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.INDIRECT7
regexpu-core • 6.2.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
relateurl • 0.2.7Minify URLs by converting them from absolute to relative.INDIRECT0
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
repeat-element • 1.1.4Create an array by repeating the given value n times.INDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
replace-ext • 0.0.1Replaces a file extension with another oneINDIRECT0
replace-ext • 1.0.1Replaces a file extension with another oneINDIRECT0
replace-ext • 2.0.0Replaces a file extension with another one.INDIRECT0
replace-homedir • 1.0.0Replace user home in a string with another string. Useful for tildifying a path.INDIRECT8
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
requires-port • 1.0.0Check if a protocol requires a certain port number to be added to an URL.INDIRECT0
resolve-dir • 1.0.1Resolve a directory that is either local, global or in the user's home directory.INDIRECT9
resolve-options • 1.1.0Resolve an options object based on configuration.INDIRECT1
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.INDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
ret • 0.1.15Tokenizes a string that represents a regular expression.INDIRECT0
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
right-align • 0.1.3Right-align the text in a string.INDIRECT5
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-regex • 1.1.0detect possibly catastrophic, exponential-time regular expressionsINDIRECT1
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
sass • 1.83.4A pure JavaScript implementation of Sass.DIRECT28
semver-greatest-satisfied-range • 1.1.0Find the greatest satisfied semver range from an array of ranges.INDIRECT10
send • 0.16.2Better streaming static file server with Range and conditional-GET supportINDIRECT16
serve-index • 1.9.1Serve directory listingsINDIRECT14
serve-static • 1.13.2Serve static filesINDIRECT18
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
set-value • 2.0.1Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT8
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
snapdragon-node • 2.1.1Snapdragon utility for creating a new AST node in custom code, such as plugins.INDIRECT10
snapdragon-util • 3.0.1Utilities for the snapdragon parser/compiler.INDIRECT2
snapdragon • 0.8.2Fast, pluggable and easy-to-use parser-renderer factory.INDIRECT56
socket.io-adapter • 2.5.5default socket.io in-memory adapterINDIRECT3
socket.io-client • 4.8.1Realtime application framework clientINDIRECT8
socket.io-parser • 4.2.4socket.io protocol parserINDIRECT3
socket.io • 4.8.1node.js realtime framework serverINDIRECT21
source-map-resolve • 0.5.3Resolve the source map and/or sources for a generated file.INDIRECT5
source-map-url • 0.4.1Tools for working with sourceMappingURL comments.INDIRECT0
sparkles • 1.0.1Namespaced global event emitterINDIRECT0
sparkles • 2.1.0Namespaced global event emitterINDIRECT0
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
split • 1.0.1split a Text Stream into a Line StreamINDIRECT1
stack-trace • 0.0.10Get v8 stack traces as an array of CallSite objects.INDIRECT0
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.INDIRECT10
statuses • 1.3.1HTTP status utilityINDIRECT0
statuses • 1.4.0HTTP status utilityINDIRECT0
statuses • 1.5.0HTTP status utilityINDIRECT0
statuses • 2.0.1HTTP status utilityINDIRECT0
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-exhaust • 1.0.2Ensure that a stream is flowing data without mutating itINDIRECT0
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
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/bufferINDIRECT1
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
sver-compat • 1.5.0Simple Semver and SemverRange classesINDIRECT9
swig-templates • 2.0.3A simple, powerful, and extendable templating engine for node.js and browsers, similar to Django, Jinja2, and Twig.INDIRECT21
ternary-stream • 3.0.0Fork stream based on passed condition, and collect down-streamINDIRECT13
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 noiseINDIRECT9
through2 • 3.0.1A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseINDIRECT8
through2 • 3.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseINDIRECT9
through2 • 4.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseINDIRECT5
time-stamp • 1.1.0Get a formatted timestamp.INDIRECT0
to-absolute-glob • 2.0.2Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.INDIRECT6
to-object-path • 0.3.0Create an object path from a list or array of strings.INDIRECT2
to-regex-range • 2.1.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT4
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
to-regex • 3.0.2Generate a regex from a string or array of strings.INDIRECT14
to-through • 2.0.0Wrap a ReadableStream in a TransformStream.INDIRECT10
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
ua-parser-js • 1.0.40Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environmentINDIRECT0
uglify-to-browserify • 1.0.2A transform to make UglifyJS work in browserify.INDIRECT0
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
undertaker-registry • 1.0.1Default registry in gulp 4.INDIRECT0
undertaker • 1.3.0Task registry that allows composition through series/parallel methods.INDIRECT39
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
unicode-canonical-property-names-ecmascript • 2.0.1The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-match-property-ecmascript • 2.0.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-value-ecmascript • 2.2.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-property-aliases-ecmascript • 2.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.INDIRECT11
unique-stream • 2.3.1node.js through stream that emits a unique stream of objects based on criteriaINDIRECT12
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
unset-value • 1.0.0Delete nested properties from an object using dot notation.INDIRECT6
upath • 1.2.0A proxy to `path`, replacing `\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.INDIRECT0
update-browserslist-db • 1.1.2CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
upper-case • 1.1.3Upper case a stringINDIRECT0
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.INDIRECT0
use • 3.1.1Easily add plugin support to your node.js application.INDIRECT0
useref • 1.4.4Parse build blocks in HTML files to replace referencesINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
utils-merge • 1.0.1merge() utility functionINDIRECT0
v8flags • 3.2.0Get available v8 and Node.js flags.INDIRECT2
value-or-function • 3.0.0Normalize a value or function, applying extra args to the functionINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
vinyl-fs • 3.0.3Vinyl adapter for the file system.INDIRECT88
vinyl-sourcemap • 1.1.0Add/write sourcemaps to/from Vinyl files.INDIRECT26
vinyl • 0.5.3A virtual file formatINDIRECT3
vinyl • 2.2.1Virtual file format.INDIRECT14
window-size • 0.1.0Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
wordwrap • 0.0.3Wrap those words. Show them at what columns to start and stop.INDIRECT0
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
ws • 8.17.1Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
yargs • 17.1.1yargs the modern, pirate-themed, successor to optimist.INDIRECT15
yargs • 17.7.2yargs the modern, pirate-themed, successor to optimist.INDIRECT15
yargs • 3.10.0Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT13
yargs • 7.1.2yargs the modern, pirate-themed, successor to optimist.INDIRECT67
ISC58
PackageRelationDependenciesPublished
anymatch • 2.0.0Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT83
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
browser-sync-client • 2.29.3Client-side scripts for BrowserSyncINDIRECT3
bs-recipes • 1.3.4Fully working project examples showing how to use BrowserSync in various waysINDIRECT0
cliui • 2.1.0easily create complex multi-column command-line-interfacesINDIRECT9
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
cliui • 7.0.4easily create complex multi-column command-line-interfacesINDIRECT9
cliui • 8.0.1easily create complex multi-column command-line-interfacesINDIRECT9
color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support.INDIRECT0
concat-with-sourcemaps • 1.1.0Concatenate file contents with a custom separator and generate a source mapINDIRECT1
d • 1.0.2Property descriptor factoryINDIRECT8
electron-to-chromium • 1.5.82Provides a list of electron-to-chromium version mappingsINDIRECT0
es5-ext • 0.10.64ECMAScript extensions and shimsINDIRECT8
es6-symbol • 3.1.4ECMAScript 6 Symbol polyfillINDIRECT8
es6-weak-map • 2.0.3ECMAScript6 WeakMap polyfillINDIRECT9
esniff • 2.0.1Low footprint ECMAScript source code parserINDIRECT8
ext • 1.7.0JavaScript utilities with respect to emerging standardINDIRECT1
fastq • 1.18.0Fast, in memory work queueINDIRECT1
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 1.0.3[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
glob-parent • 3.1.0Strips glob magic from a string to provide the parent directory pathINDIRECT3
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
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.3Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
is-number-like • 1.0.8Checks whether provided parameter looks like a numberINDIRECT1
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
make-error • 1.3.6Make your own error types!INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
next-tick • 1.1.0Environment agnostic nextTick polyfillINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
require-main-filename • 1.0.1shim for require.main.filename() that works in as many environments as possibleINDIRECT0
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
server-destroy • 1.0.1Enable destroying a server, and all currently open connections.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
setprototypeof • 1.1.0A small polyfill for Object.setprototypeofINDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
type • 2.7.3Runtime validation and processing of JavaScript typesINDIRECT0
vinyl-sourcemaps-apply • 0.2.1Apply a source map to a vinyl file, merging it with preexisting source mapsINDIRECT1
which-module • 1.0.0Find the module object for something that was require()dINDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
y18n • 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yargs-parser • 20.2.9the mighty option parser used by yargsINDIRECT0
yargs-parser • 21.1.1the mighty option parser used by yargsINDIRECT0
yargs-parser • 5.0.1the mighty option parser used by yargsINDIRECT21
Apache-2.08
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
browser-sync-ui • 2.29.3User Interface for BrowserSyncINDIRECT22
browser-sync • 2.29.3Live CSS Reload & Browser SyncingDIRECT141
detect-libc • 1.0.3Node.js module to detect the C standard library (libc) implementation family and versionINDIRECT0
make-error-cause • 1.2.2Make your own nested error types!INDIRECT1
rx • 4.1.0Library for composing asynchronous and event-based operations in JavaScriptINDIRECT0
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
unknown6
PackageRelationDependenciesPublished
dev-ip • 1.0.1Find a suitable IP host to view local websites on.INDIRECT0
easy-extender • 2.3.4plugin/hooks interfaceINDIRECT1
eazy-logger • 4.0.1Simple cli loggerINDIRECT6
gulp-swig • 0.9.1Swig Plugin for GulpDIRECT100
resp-modifier • 6.0.2Middleware for modifying a HTML responseINDIRECT6
xmlhttprequest-ssl • 2.1.2XMLHttpRequest for NodeINDIRECT0
BSD-2-Clause5
PackageRelationDependenciesPublished
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
regjsparser • 0.12.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
uglify-js • 2.6.0JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT17
uglify-js • 3.4.10JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT2
BSD-3-Clause4
PackageRelationDependenciesPublished
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
stream-throttle • 0.1.3A rate limiter for Node.js streams.INDIRECT2
non-standard2
PackageRelationDependenciesPublished
duplexer2 • 0.0.2Like duplexer (http://npm.im/duplexer) but using streams2INDIRECT5
fork-stream • 0.0.4Fork a stream in multiple directions according to a functionINDIRECT0
MIT OR X112
PackageRelationDependenciesPublished
optimist • 0.6.1Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT2
wordwrap • 0.0.2Wrap those words. Show them at what columns to start and stop.INDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001692A smaller version of caniuse-db, with only the essentials!INDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)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/tyy-gulpfile)](https://licenses.dev/npm/tyy-gulpfile)
<a href="https://licenses.dev/npm/tyy-gulpfile">
  <img src="https://licenses.dev/b/npm/tyy-gulpfile" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.0 version:

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