@luminati-io/node-diskusage
Version:
Get total diskspace and free diskspace using bindings around platform specific calls.
40 lines (39 loc) • 857 B
JSON
{
"name": "@luminati-io/node-diskusage",
"version": "1.1.3-lum.0",
"description": "Get total diskspace and free diskspace using bindings around platform specific calls.",
"main": "index.js",
"typings": "index.d.ts",
"gypfile": true,
"dependencies": {
"es6-promise": "^4.2.5",
"nan": "^2.14.0"
},
"devDependencies": {
"eslint": "^6.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jduncanator/node-diskusage.git"
},
"keywords": [
"disk",
"usage",
"df",
"hdd",
"ssd",
"diskusage",
"df",
"free",
"space"
],
"author": "jduncanator",
"license": "MIT",
"bugs": {
"url": "https://github.com/jduncanator/node-diskusage/issues"
},
"homepage": "https://github.com/jduncanator/node-diskusage",
"scripts": {
"install": "node-gyp rebuild"
}
}