set-value by jonschlinkert

Set nested properties on an object using dot-notation.

updated at July 26, 2024, 12:29 a.m.

JavaScript

9 +0

271 +0

41 +0

GitHub
group-array by doowb

Group array of objects into lists.

updated at July 23, 2024, 3:38 a.m.

JavaScript

3 +0

61 +0

14 +0

GitHub
has-value by jonschlinkert

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

updated at July 23, 2024, 2:03 a.m.

JavaScript

4 +0

26 +0

6 +0

GitHub
flatten-obj by watson

Converts an object literal with deeply nested nodes to a simple key/value object

updated at July 3, 2024, 5:13 p.m.

JavaScript

3 +0

21 +0

4 +0

GitHub
file-size by nijikokun

📂 Lightweight filesize to human-readable / proportions w/o dependencies for node.js & browsers.

updated at June 29, 2024, 4:13 a.m.

JavaScript

9 +0

233 +0

11 +0

GitHub
has-own-property by LinusU

None

updated at June 10, 2024, 6:11 a.m.

JavaScript

4 +0

3 +0

0 +0

GitHub
static-props by fibo

defines static object attributes using `Object.defineProperties`

updated at May 31, 2024, 6:53 a.m.

JavaScript

3 +0

4 +0

0 +0

GitHub
time-stamp by jonschlinkert

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

updated at May 29, 2024, 11:46 a.m.

JavaScript

6 +0

111 +0

17 +0

GitHub
not-defined by fibo

checks if foo is not defined, i.e. undefined, null, an empty string, array, object or NaN

updated at May 26, 2024, 10:52 a.m.

JavaScript

3 +0

5 +0

3 +0

GitHub
is-fqdn by parro-it

Check if a string represent a fully qualified domain name

updated at May 2, 2024, 11:19 p.m.

JavaScript

2 +0

21 +0

1 +0

GitHub
twas by vutran

🕰 Tiny (280B) relative time string function (eg: "3 seconds ago")

updated at May 2, 2024, 11:58 a.m.

JavaScript

3 +0

250 +0

10 +0

GitHub
through2-filter by brycebaril

A through2 wrapper to create an Array.prototype.filter analog for streams

updated at April 20, 2024, 5:47 p.m.

JavaScript

2 +0

35 +0

4 +0

GitHub
through2-map by brycebaril

A through2 to create an Array.prototype.map analog for streams.

updated at April 20, 2024, 5:47 p.m.

JavaScript

3 +0

70 +0

2 +0

GitHub
filled-array by sindresorhus

Returns an array filled with the specified input

updated at April 5, 2024, 3:22 p.m.

JavaScript

7 +0

43 +0

5 +0

GitHub
fs-promise by kevinbeaty

[DEPRECATED] Use mz or fs-extra^3 with Promise support

updated at March 6, 2024, 5:11 a.m.

JavaScript

8 +0

170 +0

13 +0

GitHub
deep-assign by sindresorhus

[DEPRECATED] Recursive Object.assign()

updated at Jan. 31, 2024, 12:12 p.m.

JavaScript

12 +0

247 +0

37 +0

GitHub
array-last by jonschlinkert

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

updated at Jan. 5, 2024, 2:04 p.m.

JavaScript

4 +0

35 +0

14 +0

GitHub
to-title-case by ianstormtaylor

Convert a string to a title case.

updated at Dec. 29, 2023, 10 a.m.

JavaScript

3 +0

18 +0

6 +0

GitHub
delegate by zenorocha

Lightweight event delegation

updated at Dec. 13, 2023, 10:02 a.m.

JavaScript

5 +0

183 +0

30 +0

GitHub
is-generator by blakeembrey

Check whether a given value is a generator function

updated at Dec. 7, 2023, 8:51 a.m.

JavaScript

3 +0

15 +0

5 +0

GitHub