Search results

4743 packages found

Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.

published 3.0.5 a year ago
M
Q
P

Returns true if a value has the characteristics of a valid JavaScript data descriptor.

published 2.1.3 a year ago
M
Q
P

Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.

published 3.1.1 a year ago
M
Q
P

Returns true if an object was created by the `Object` constructor, or Object.create(null).

published 5.0.0 4 years ago
M
Q
P

Convert object keys to camel case

published 9.1.3 8 months ago
M
Q
P

Access deep object properties using a path

published 0.11.8 3 years ago
M
Q
P

Filter object keys and values into a new object

published 6.1.0 4 months ago
M
Q
P

Returns true if the value is an object and not an array or null.

published 4.0.0 5 years ago
M
Q
P

Extend an object with the properties of additional objects. node.js/javascript util.

published 3.0.2 7 years ago
M
Q
P

Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.

published 2.0.2 7 years ago
M
Q
P

Call a specified method on each value in the given object.

published 1.0.1 7 years ago
M
Q
P

Define a lazily evaluated property on an object

published 3.0.0 3 years ago
M
Q
P

Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream

published 8.0.1 10 months ago
M
Q
P

Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.

published 1.1.0 2 months ago
M
Q
P

Set nested properties on an object using dot notation.

published 4.1.0 3 years ago
M
Q
P

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

published 2.0.2 7 years ago
M
Q
P
M
Q
P

Iterate 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.js

published 1.0.2 8 years ago
M
Q
P

Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library can do this!).

published 3.0.1 7 years ago
M
Q
P

[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

published 2.1.31 4 months ago
M
Q
P