Sort the keys in an object.
☆37Sep 19, 2019Updated 6 years ago
Alternatives and similar repositories for sort-object
Users that are interested in sort-object are comparing it to the libraries listed below
Sorting:
- Call the given method on each value in the given object.☆20Mar 14, 2023Updated 3 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Feb 27, 2017Updated 9 years ago
- Check if a path is in the current working directory☆23May 3, 2021Updated 4 years ago
- Like `extend` but only copies missing properties/values to the target object.☆17Apr 26, 2017Updated 8 years ago
- Map `visit` over an array of objects.☆17Jun 27, 2022Updated 3 years ago
- Loop over each item in an array and call the given function on every element.☆14Feb 27, 2017Updated 9 years ago
- Renders markdown into HTML and applies EJS templating.☆16Jul 7, 2017Updated 8 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Dec 16, 2020Updated 5 years ago
- Check if a path is the current working directory☆22May 10, 2025Updated 10 months ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Dec 15, 2020Updated 5 years ago
- Glob matching with support for multiple patterns and negation. Use `~` in cwd to find files in user home, or `@` for global npm modules.☆26Nov 2, 2020Updated 5 years ago
- Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths☆13Jun 18, 2021Updated 4 years ago
- Sort the keys of an object☆108Aug 24, 2025Updated 6 months ago
- Array of "block level elements" defined by the HTML specification☆19May 2, 2017Updated 8 years ago
- Easily add plugin support to your node.js application.☆26Dec 14, 2020Updated 5 years ago
- Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.☆16Mar 27, 2016Updated 9 years ago
- Detect and extract the static part of a glob string.☆10Mar 22, 2022Updated 3 years ago
- A list of directories you should ignore by default☆23May 2, 2022Updated 3 years ago
- CSV parser for node.js☆15Mar 11, 2019Updated 7 years ago
- Check if a file is executable☆28Jul 7, 2018Updated 7 years ago
- Wait for any promise to be fulfilled☆56Jul 9, 2022Updated 3 years ago
- travisify with travis API instead of github hooks☆28Jan 7, 2019Updated 7 years ago
- Wrap a Readable stream in a Transform stream.☆10Apr 6, 2023Updated 2 years ago
- A library to make errors.☆12Oct 23, 2021Updated 4 years ago
- Read from a file, falling back to stdin.☆14Jan 21, 2016Updated 10 years ago
- Find and load a YAML or JSON config file from a local project, installed npm module, or the user's home directory.☆13Dec 30, 2015Updated 10 years ago
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Aug 27, 2019Updated 6 years ago
- Reliably get the name of a Function in a cross-browser compatible way.☆12Mar 14, 2026Updated last week
- Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, funct…☆19Aug 20, 2021Updated 4 years ago
- Faster, node.js focused alternative to JavaScript's native array map.☆14Feb 28, 2017Updated 9 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Dec 31, 2020Updated 5 years ago
- Object of "void elements" as defined by the WHATWG HTML Standard.☆25Oct 28, 2022Updated 3 years ago
- Check if a value is a function☆29May 3, 2021Updated 4 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Aug 7, 2021Updated 4 years ago
- Filter an object to have only the `own` properties for which a `callback` function returns true.☆15Oct 27, 2018Updated 7 years ago
- Tips and Tricks for working with NPM scripts.☆19Feb 11, 2017Updated 9 years ago
- Progress bar updates at a distance☆17Jan 16, 2026Updated 2 months ago
- Get the repository name from the git remote origin URL☆23Jul 28, 2023Updated 2 years ago
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Jan 16, 2023Updated 3 years ago