Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
Pure and Object-Oriented JavaScript Web Framework
Create objects from reusable, composable behaviors.
Parses JavaScript objects into XML
Get a stream as a string, Buffer, ArrayBuffer or array
Returns true if a value is a plain object, array or function.
Parses CSS inline style to JavaScript object (camelCased).
`Object.defineProperty`, but not IE 8's broken one.
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
- stable
- stringify
- JSON
- JSON.stringify
- safe
- serialize
- deterministic
- circular
- object
- predicable
- repeatable
- fast
- bigint
Check if a value is an object
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
Returns true if an object was created by the `Object` constructor, or Object.create(null).
Unbox a boxed JS primitive value.
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
Which kind of boxed JS primitive is this?
Extend an object with the properties of additional objects. node.js/javascript util.
- assign
- clone
- extend
- merge
- obj
- object
- object-assign
- object.assign
- prop
- properties
- property
- props
- shallow
- util
- View more
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.