normalize-path330.7mMIT3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
jonschlinkertover 2 years 前absolute, backslash, delimiter, file is-relative30.9mMIT1.0.0Returns true
if the path appears to be relative.
jonschlinkertabout 3 years 前absolute, check, file, filepath is-absolute30.3mMIT1.0.0Returns 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
.
jonschlinkertabout 3 years 前absolute, built, built-in, check unixify20.2mMIT1.0.0Convert Windows file paths to unix paths.
jonschlinkertabout 3 years 前backslash, directory, file, filepath