Parse a filepath and return an object of path parts. Falls back on native node.js `path.parse` if it exists
☆31Dec 19, 2017Updated 8 years ago
Alternatives and similar repositories for parse-filepath
Users that are interested in parse-filepath are comparing it to the libraries listed below
Sorting:
- Map `visit` over an array of objects.☆17Jun 27, 2022Updated 3 years 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
- Copy static properties, prototype properties, and descriptors from one object to another☆15Dec 16, 2020Updated 5 years ago
- Like `extend` but only copies missing properties/values to the target object.☆17Apr 26, 2017Updated 8 years ago
- A library to make errors.☆12Oct 23, 2021Updated 4 years ago
- Loop over each item in an array and call the given function on every element.☆14Feb 27, 2017Updated 9 years ago
- Resolve a directory that is either local, global or in the user's home directory.☆14Aug 5, 2017Updated 8 years ago
- Return true if a file path contains the given path.☆17May 18, 2021Updated 4 years ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Jul 13, 2017Updated 8 years ago
- Try to guess if your terminal supports unicode☆18Dec 16, 2020Updated 5 years ago
- Returns true if a string has an extglob☆23May 25, 2019Updated 6 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
- Call the given method on each value in the given object.☆20Mar 14, 2023Updated 2 years ago
- Apply an async function to each Array element in series☆21Sep 18, 2015Updated 10 years ago
- node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).☆21Sep 4, 2021Updated 4 years ago
- WeakMap with an array of keys☆18Aug 2, 2025Updated 6 months ago
- Parse a glob pattern into an object of path parts.☆25Apr 14, 2020Updated 5 years ago
- Basic cache object for storing key-value pairs. Based on MapCache in Lo-dash 3.0☆20May 10, 2016Updated 9 years ago
- Returns true if a value has the characteristics of a valid JavaScript data descriptor.☆21Dec 30, 2025Updated 2 months ago
- Get an ArrayBuffer from a Buffer as fast as possible☆20Jul 9, 2021Updated 4 years ago
- Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.☆24Mar 16, 2022Updated 3 years ago
- Easily add plugin support to your node.js application.☆26Dec 14, 2020Updated 5 years ago
- Foreach component + npm package☆25May 11, 2022Updated 3 years ago
- Parse e-mail address fields with node.js☆41Jan 9, 2017Updated 9 years ago
- Easily handle defaults for your options☆76Oct 18, 2023Updated 2 years ago
- Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths☆13Jun 18, 2021Updated 4 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Jan 17, 2022Updated 4 years ago
- A module which will endeavor to guess your terminal's level of color support.☆23Oct 18, 2018Updated 7 years ago
- Turns sync functions into async functions☆20May 5, 2023Updated 2 years ago
- tar.gz plugin for decompress☆16Jul 27, 2017Updated 8 years ago
- Detects support for Cross-Origin Resource Sharing☆20Oct 8, 2018Updated 7 years ago
- ☆12Apr 26, 2019Updated 6 years ago
- Turn an array like into an array☆12Mar 14, 2021Updated 4 years ago
- A cache for managing namespaced sub-caches☆14Sep 4, 2021Updated 4 years ago
- Reliably get the name of a Function in a cross-browser compatible way.☆12Jan 21, 2026Updated last month
- Module for parsing URI's in engine.io-client☆14Sep 18, 2019Updated 6 years ago
- ☆11Apr 15, 2023Updated 2 years ago
- Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.☆25Nov 26, 2018Updated 7 years ago
- Tests if a json property can be safely accessed using the . syntax☆13May 11, 2016Updated 9 years ago