3.0.0 • Published 10 years ago

mount-point v3.0.0

Weekly downloads
80,975
License
MIT
Repository
github
Last release
10 years ago

mount-point Build Status

Get the mount point for a file

Install

$ npm install --save mount-point

Usage

const mountPoint = require('mount-point');

mountPoint('foo.tar.gz').then(mount => {
	console.log(mount);
	//=> '/'
});

Related

  • df - Get free disk space info from df -kP

License

MIT © Kevin Mårtensson

3.0.0

10 years ago

2.0.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago