licenses.dev

sort-object v3.0.3

Sort the keys in an object.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT18
PackageRelationDependenciesPublished
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
bytewise-core • 1.2.3Binary serialization of arbitrarily complex structures that sort element-wiseINDIRECT1
bytewise • 1.1.0Binary serialization which sorts bytewise for arbirarily complex data structuresDIRECT3
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT4
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.DIRECT0
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"DIRECT0
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
set-value • 2.0.1Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT8
sort-asc • 0.2.0Sort array elements in ascending order.DIRECT0
sort-desc • 0.2.0Sort array elements in descending order.DIRECT0
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
typewise-core • 1.2.0Core typewise type system functionalityINDIRECT0
typewise • 1.0.3Typewise-structured sorting for arbitrarily complex data structuresINDIRECT1
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.DIRECT11
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/sort-object)](https://licenses.dev/npm/sort-object)
<a href="https://licenses.dev/npm/sort-object">
  <img src="https://licenses.dev/b/npm/sort-object" alt="licenses" />
</a>

Or the licenses badge code for the 3.0.3 version:

[![licenses](https://licenses.dev/b/npm/sort-object/3.0.3)](https://licenses.dev/npm/sort-object/3.0.3)
<a href="https://licenses.dev/npm/sort-object/3.0.3">
  <img src="https://licenses.dev/b/npm/sort-object/3.0.3" alt="licenses" />
</a>
GitHub