expand-tilde
Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
Resolve a directory that is either local, global or in the user's home directory.
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
Replace user home in a string with another string. Useful for tildifying a path.
Converting the accented characters to their corresponding non-accented ASCII characters.
A node-sass custom importer which turns ~ into absolute paths to the nearest parent node_modules directory.
Ensures that absolute file paths are always returned from a glob pattern or array of glob patterns.
String to a regex that is latin script and diacritic insensitive
Resolves a path to an absolute path. Supports tilde
PostCSS plugin to omit tilde in sass import function argument
Resolve a path into an absolute path, using tilde (~) if possible
A rollup plugin providing ~ (tilde) prefix as a way to tell less compiler that it should resolve path using a configured array of module directories
Resolves paths starting with ~ inside the node_modules directory
Webpack plugin that allows module imports to omit a tilde
Widget to integrate in to another website to translate it
A tiny library that converts JSON object into url-friendly queries
A SASS compiler with tilde (~) support for resolving node_modules path and supports new sass' syntax.
A node-sass customer importer which imports CSS files, also supporting tilde syntax to directly import from node_modules directory
simply resolves a path, using resolve after expanding a tilde