UNPKG

@ekristoffe/node-disk-info

Version:

Node module to get disk information in Windows, Linux & Mac. It works with Electron.

57 lines (56 loc) 1.45 kB
{ "name": "@ekristoffe/node-disk-info", "version": "1.2.1", "description": "Node module to get disk information in Windows, Linux & Mac. It works with Electron.", "homepage": "https://github.com/cristiammercado/node-disk-info", "bugs": { "email": "contact@cristiammercado.com", "url": "https://github.com/cristiammercado/node-disk-info/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.build.json", "test": "nyc jasmine-ts --config=jasmine.json", "example": "node ./example/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/cristiammercado/node-disk-info.git" }, "keywords": [ "disk info", "disk", "disks", "info", "free space", "volumes", "harddisk", "hard drive", "node", "npm", "electron" ], "author": { "name": "Cristiam Mercado", "email": "contact@cristiammercado.com", "url": "https://www.cristiammercado.com/en" }, "license": "MIT", "dependencies": {}, "devDependencies": { "@types/jasmine": "^3.5.10", "@types/node": "^14.0.10", "jasmine": "^3.5.0", "jasmine-core": "^3.5.0", "jasmine-ts": "^0.3.0", "mem": "^6.1.0", "minimist": "^1.2.5", "nyc": "^15.1.0", "ts-node": "^8.10.2", "typescript": "^3.9.3" }, "engines": { "node": ">= 10" } }