Search results

806 packages found

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

published 1.1.4 2 months ago
M
Q
P

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

published 1.0.0 2 months 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 6 months ago
M
Q
P

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

published 3.0.5 6 months ago
M
Q
P

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

published 2.1.3 6 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 7 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.0.3 6 months ago
M
Q
P

Merge objects using their property descriptors

published 2.0.0 5 months ago
M
Q
P

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

published 8.0.2 9 months ago
M
Q
P

Define an accessor property on an object. Will either throw, or fall back to assignment in loose mode, in an engine without descriptors.

published 1.0.0 2 months ago
M
Q
P

Access deep object properties using a path

published 0.11.8 3 years ago
M
Q
P
M
Q
P

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

published 3.0.2 6 years ago
M
Q
P

Set and get values on objects via dot-notation strings.

published 1.1.2 6 months ago
M
Q
P

ES spec-compliant `Object.defineProperties` shim/polyfill/replacement that works as far down as ES3

published 1.0.3 a month ago
M
Q
P

**Grab Wizard** is a lightweight JavaScript package for navigating and retrieving values from nested data structures. <br/> ## Install You can install the package using npm:

published 2.0.0 2 months ago
M
Q
P

Test if an object has a specified property.

published 0.2.1 2 months ago
M
Q
P

make it easier to manage the properties/attributes of your class.

published 1.6.1 3 years ago
M
Q
P

Define a lazily evaluated property on an object

published 3.0.0 3 years ago
M
Q
P

Safely get deep nested properties using dot notation

published 0.0.10 a year ago
M
Q
P