Installations
Developer Guide
Typescript
No
Module System
N/A
Min. Node Version
>=0.10.0
Node Version
8.12.0
NPM Version
6.4.1
Score
99.8
Supply Chain
80.3
Quality
74.8
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
sindresorhus
Download Statistics
Total Downloads
9,449,969,404
Last Day
8,547,709
Last Week
46,044,165
Last Month
157,915,461
Last Year
2,307,750,341
GitHub Statistics
43 Stars
11 Commits
11 Forks
6 Watching
1 Branches
2 Contributors
Bundle Size
430.00 B
Minified
298.00 B
Minified + Gzipped
Package Meta Information
Latest Version
2.0.0
Package Id
path-is-absolute@2.0.0
Size
1.86 kB
NPM Version
6.4.1
Node Version
8.12.0
Publised On
08 Nov 2018
Other packages similar to path-is-absolute
is-absolute
Returns 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`.
is-unc-path
Returns true if a filepath is a windows UNC file path.
unc-path-regex
Regular 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.
is-relative
Returns `true` if the path appears to be relative.