licenses.dev

parse-filepath v0.6.3

Parse a filepath into an object. Falls back on the native node.js `path.parse` method if it exists.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT6
PackageRelationDependenciesPublished
is-absolute • 0.2.6Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute.DIRECT4
is-relative • 0.2.1Returns `true` if the path appears to be relative.INDIRECT2
is-unc-path • 0.1.2Returns true if a filepath is a windows UNC file path.INDIRECT1
is-windows • 0.2.0Returns true if the platform is windwows.INDIRECT0
map-cache • 0.2.2Basic cache object for storing key-value pairs.DIRECT0
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.6.3 version:

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