jonschlinkert / is-valid-path
Returns true if a windows file path does not contain any invalid characters.
☆12Updated 2 years ago
Alternatives and similar repositories for is-valid-path
Users that are interested in is-valid-path are comparing it to the libraries listed below
Sorting:
- Offers convenient getters and setters for the fs.stat()'s `mode`☆50Updated 5 years ago
- Require global npm as a local node module.☆32Updated 3 years ago
- Regular expression for matching file names, with or without extension.☆33Updated 7 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 10 months ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Add callbacks to requests in flight to avoid async duplication☆73Updated 11 months ago
- List of node.js builtin modules☆38Updated last year
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆49Updated 3 years ago
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Resolve and require local & global modules in node.js like a boss☆45Updated 3 years ago
- streaming pipeline with a mutable configuration☆56Updated 4 months ago
- Simple RFC 6838 media type parser and formatter☆56Updated last year
- Check if the process is running with elevated privileges☆41Updated 3 years ago
- Find the closest babel config based on a directory☆13Updated 8 months ago
- Import a globally installed module☆58Updated last year
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- Get a random temporary file path☆80Updated 2 years ago
- Make a shallow clone of an object, array or primitive.☆29Updated 4 years ago
- Get the file extension and MIME type from a file☆26Updated 7 years ago
- [OBSOLUTE] Concatenate a readable stream's data into a single array.☆101Updated 8 months ago
- (object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.☆41Updated 3 years ago
- Convenience module for getting data from an NPM registry☆51Updated 9 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason