Search results

6000 packages found

Define a data property on an object. Will fall back to assignment in an engine without descriptors.

published 1.1.4 7 months ago
M
Q
P

`Object.defineProperty`, but not IE 8's broken one.

published 1.0.0 7 months ago
M
Q
P

Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.

published 1.2.1 a year ago
M
Q
P

Get, set, or delete a property from a nested object using a dot path

published 9.0.0 4 months ago
M
Q
P

Merge objects using their property descriptors

published 2.0.0 10 months ago
M
Q
P

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

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

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

published 1.1.0 a month ago
M
Q
P
M
Q
P

Test if an object has a specified property.

published 0.2.2 2 months ago
M
Q
P

Returns an array of all enumerable symbol properties found directly upon a given object

published 3.0.2 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

Access deep object properties using a path

published 0.11.8 3 years ago
M
Q
P

Define a lazily evaluated property on an object

published 3.0.0 3 years ago
M
Q
P

Does a JS type have a property

published 2.0.0 4 months ago
M
Q
P

Copy properties deeply between two objects.

published 4.0.0 2 years ago
M
Q
P

Get a compare function for array to sort

published 2.0.0 4 years ago
M
Q
P

Processes each properties of an object deeply.

published 3.0.0 2 years ago
M
Q
P