UNPKG

hdd-space

Version:

This module provides getting information about free space and size of hdds

27 lines (26 loc) 764 B
{ "name": "hdd-space", "version": "1.2.0", "description": "This module provides getting information about free space and size of hdds", "main": "./dist/index.js", "repository": "https://github.com/int0h/npm-hddSpace.git", "author": "int0h <int0h@yandex.ru>", "license": "MIT", "dependencies": { "parse-columns": "https://github.com/int0h/parse-columns.git" }, "devDependencies": { "@types/node": "^8.0.19", "ava": "^0.21.0", "coveralls": "^2.13.1", "nyc": "^11.1.0" }, "keywords": [ "hdd", "disk" ], "typings": "./types/", "scripts": { "test": "node_modules/.bin/nyc node_modules/.bin/ava -v ./dist/tests" } }