gulp-htmlmin in davidsonfellipe/awesome-wpo, alferov/awesome-gulp

Minify HTML

created at Dec. 20, 2013, 4:55 p.m.

HTML

14 +0

727 -1

59 +0

GitHub
set-value in parro-it/awesome-micro-npm-packages

Set nested properties on an object using dot-notation.

created at March 25, 2015, 1:40 a.m.

JavaScript

9 +0

268 +0

42 +0

GitHub
is-number in parro-it/awesome-micro-npm-packages

JavaScript/Node.js utility. Returns `true` if the value is a number or string number. Useful for checking regex match results, user input, parsed strings, etc.

created at Sept. 22, 2014, 3:40 a.m.

JavaScript

8 +0

251 +2

48 +1

GitHub
get-value in parro-it/awesome-micro-npm-packages

Use property paths (`a.b.c`) get a nested value from an object.

created at Oct. 7, 2014, 8:51 p.m.

JavaScript

8 +0

242 +0

26 +0

GitHub
time-stamp in parro-it/awesome-micro-npm-packages, thoughtspile/awesome-tiny-js

Get a formatted timestamp. Used in gulp, assemble, generate, and many others.

created at May 1, 2015, 9:01 a.m.

JavaScript

6 +0

112 +0

18 +0

GitHub
arr-flatten in parro-it/awesome-micro-npm-packages

Recursively flatten an array or arrays. This is the fastest implementation of array flatten.

created at Sept. 26, 2014, 1:59 a.m.

JavaScript

6 +0

59 +0

16 +0

GitHub
is-windows in bcoe/awesome-cross-platform-nodejs

Returns true if the platform is Windows (and Cygwin or MSYS/MinGW for unit tests)

created at July 11, 2015, 7:16 p.m.

JavaScript

5 +0

50 +0

13 +0

GitHub
arr-diff in parro-it/awesome-micro-npm-packages

Returns an array with only the unique values from all given arrays using strict equality for comparisons.

created at Sept. 26, 2014, 6:39 a.m.

JavaScript

4 +0

44 +0

18 +0

GitHub
pad-left in parro-it/awesome-micro-npm-packages

Left pad a string with zeros or a specified string. Fastest implementation.

created at Nov. 30, 2014, 7:21 p.m.

JavaScript

3 +0

44 +0

8 +0

GitHub
array-last in parro-it/awesome-micro-npm-packages

Return the last element in an array. Faster than `.slice`

created at June 28, 2014, 11:50 a.m.

JavaScript

4 +0

35 +0

14 +0

GitHub
has-value in parro-it/awesome-micro-npm-packages

Returns true if a value exists, false if empty. Works with deeply nested values using object paths.

created at Sept. 22, 2014, 1:48 a.m.

JavaScript

4 +0

27 +0

7 +0

GitHub
normalize-pkg in parro-it/awesome-micro-npm-packages

Normalize values in package.json to improve compatibility, programmatic readability and usefulness with third party libs.

created at March 25, 2014, 6:08 a.m.

JavaScript

3 +0

18 +0

2 +0

GitHub
in-array in parro-it/awesome-micro-npm-packages

Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.

created at June 26, 2014, 10:48 a.m.

JavaScript

3 +0

16 +0

1 +0

GitHub
array-first in parro-it/awesome-micro-npm-packages

Get the first element or first n elements of an array.

created at Dec. 12, 2014, 11:06 a.m.

JavaScript

3 +0

11 +0

13 +0

GitHub
deep-bind in parro-it/awesome-micro-npm-packages

Bind a context to all functions in an object, including deeply nested functions.

created at Jan. 21, 2016, 8:23 a.m.

JavaScript

3 +0

8 +0

2 +0

GitHub