Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Node.js path.parse() ponyfill
Recursively mkdir, like `mkdir -p`
Get paths for storing things like data, config, cache, etc
Resolve a directory that is either local, global or in the user's home directory.
Node.js path.dirname() ponyfill
Computes the longest prefix string that is common to each path, excluding the base component
Use logical properties and values in CSS
Returns true if a filepath exists on the file system and it's directory.
asynchronous file and directory operations for Node.js
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.
Pollyfill for node.js `path.parse`, parses a filepath into an object.
- absolute
- basename
- dir
- directory
- dirname
- ext
- extension
- extname
- file
- filename
- filepath
- is-absolute
- name
- object
- View more
Operating system specific paths.
Remove leading directory components from a path, like tar's --strip-components option
A lightweight Node.js module to recursively read files in a directory using ES6 Promises
Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (node.js/javascript util)
Finds the first parent directory that contains a given file or directory.
Return the current working directory.
Get the passwd user entry from a username or user identifier (UID)
Returns an array containing the initial elements which both input arrays have in common
Resolve a path by walking parent directories.