19 packages
bower-path-data
Get information on bower related paths and directory names.
browser-sync-middleware-proxy-routes
A Browsersync middleware that provides route support when running Browsersync as a proxy server.
del-paths
Create an array of ignore paths suitable for use with the 'del' module from a file or folder path.
es-abstract-has-property
A method to determine whether an object has a property with the specified property key. The property may be either an own or inherited. This method follows ECMAScript's specification for the 'HasProperty' abstract operation.
es-abstract-is-callable
A method to determine if an argument is a callable function with a call method
es-abstract-to-integer
A method to convert the argument to an integral numeric value. This method follows ECMAScript's specification for the 'ToInteger' abstract operation.
es-abstract-to-length
A method to convert an argument to an integer suitable for use as the length of an array-like object. This method follows ECMAScript's specification for the 'ToLength' abstract operation.
eslint-config-prettier-standard
An ESLint shareable config for projects using 'Prettier' and 'JavaScript Standard Style' as ESLint rules.
for-each-safe
Recursively loop through the elements of a 'collection' (an array, an array-like object, or a plain object) and invoke 'callbackFn' for each element while protected against circular references.
gulp3-last-run
An implementation of Gulp 4.x's `lastRun` method for Gulp 3.x.