licenses.dev

replace-homedir v1.0.0

Replace user home in a string with another string. Useful for tildifying a path.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT7
PackageRelationDependenciesPublished
homedir-polyfill • 1.0.3Node.js os.homedir polyfill for older versions of node.js.DIRECT1
is-absolute • 1.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`.DIRECT4
is-relative • 1.0.0Returns `true` if the path appears to be relative.INDIRECT2
is-unc-path • 1.0.0Returns true if a filepath is a windows UNC file path.INDIRECT1
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
parse-passwd • 1.0.0Parse a passwd file into a list of users.INDIRECT0
unc-path-regex • 0.1.2Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.INDIRECT0
ISC1
PackageRelationDependenciesPublished
remove-trailing-separator • 1.1.0Removes separators from the end of the string.DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/replace-homedir)](https://licenses.dev/npm/replace-homedir)
<a href="https://licenses.dev/npm/replace-homedir">
  <img src="https://licenses.dev/b/npm/replace-homedir" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.0 version:

[![licenses](https://licenses.dev/b/npm/replace-homedir/1.0.0)](https://licenses.dev/npm/replace-homedir/1.0.0)
<a href="https://licenses.dev/npm/replace-homedir/1.0.0">
  <img src="https://licenses.dev/b/npm/replace-homedir/1.0.0" alt="licenses" />
</a>
GitHub