sindresorhus / slashLinks
Convert Windows backslash paths to slash paths
☆335Updated 2 years ago
Alternatives and similar repositories for slash
Users that are interested in slash are comparing it to the libraries listed below
Sorting:
- Is the given string an acceptable npm package name?☆303Updated last month
- Options Validation☆251Updated 3 weeks ago
- Find the root directory of a Node.js project or npm package☆246Updated 2 months ago
- Get metadata of a package from the npm registry☆242Updated last year
- Read a package.json file☆169Updated last year
- npm fetcher☆375Updated 3 weeks ago
- Find a file or directory by walking up parent directories☆619Updated 2 months ago
- Let a globally installed package use a locally installed version of itself if available☆154Updated last year
- Extends minimatch.match() with support for multiple patterns☆303Updated last year
- Provides a list of electron-to-chromium version mappings☆149Updated this week
- Source code handling classes for webpack☆268Updated 2 months ago
- the mighty option parser used by yargs☆514Updated 2 weeks ago
- Copy files☆430Updated this week
- Regular expression for matching IP addresses☆196Updated 2 years ago
- Wrapper library for directory and file watching.☆387Updated 2 months ago
- Like which(1) unix command. Find the first instance of an executable in the PATH.☆343Updated last month
- Returns true if the given value is an object created by the Object constructor.☆155Updated last year
- Node.js module to detect available ports of the system.☆390Updated last week
- Matches strings against configurable strings, globs, regular expressions, and/or functions☆400Updated 2 years ago
- lets you define html tags to inject with html-webpack-plugin☆257Updated 2 years ago
- 🔍 node-ignore is the manager and filter for .gitignore rules, the one used by eslint, prettier and many others.☆478Updated 2 months ago
- A smaller version of caniuse-db, with only the essentials!☆584Updated last week
- Node.js recursive synchronous fast file system walker☆163Updated 2 weeks ago
- A ESLint plugin for webpack☆260Updated last week
- Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar