jonschlinkert / normalize-path
Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!
☆110Updated 2 years ago
Alternatives and similar repositories for normalize-path:
Users that are interested in normalize-path are comparing it to the libraries listed below
- Find the closest package.json file☆162Updated last year
- Read a package.json file☆165Updated last year
- Write a package.json file☆88Updated 7 months ago
- Check if a value is a plain object☆102Updated 10 months ago
- A proxy to `path`, replacing `\` with `/` for all results & methods to add, change, default, trim file extensions.☆152Updated last year
- Detect the dominant newline character of a string☆55Updated last year
- Monorepo for NodeLib libraries☆70Updated 2 months ago
- Monkey-patches for file system related things☆115Updated 2 weeks ago
- Find the root directory of a Node.js project or npm package☆240Updated last year
- Let a globally installed package use a locally installed version of itself if available☆154Updated 7 months ago
- Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.☆80Updated last year
- Detect the indentation of code☆196Updated last year
- Convert a value to an array☆129Updated 3 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆68Updated 4 years ago
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- Detects if a file is binary in Node.js. Similar to Perl's -B☆165Updated 4 months ago
- Start a promise chain☆58Updated 3 years ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated 2 years ago
- Merge old source map and new source map in multi-transform flow☆28Updated 5 years ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆92Updated 2 years ago
- when you want to fire an event no matter how a process exits.☆190Updated last year
- Indent each line in a string☆113Updated 2 years ago
- A static list of the Node.js builtin modules from the latest Node.js version☆121Updated 3 weeks ago
- Create and parse HTTP Content-Type header☆134Updated 8 months ago
- Get the gzipped size of a string or buffer☆171Updated 3 years ago
- Check if your package was installed globally☆70Updated last year
- Require global npm as a local node module.☆32Updated 2 years ago
- Import a globally installed module☆58Updated last year
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆93Updated 2 years ago