| Current Path : /etc/kibana/node_modules/check-disk-space/ |
| Current File : //etc/kibana/node_modules/check-disk-space/package.json |
{
"name": "check-disk-space",
"version": "2.1.0",
"description": "Light multi-platform disk space checker without third party for Node.js",
"main": "index.js",
"engines": {
"node": ">=8"
},
"dependencies": {},
"devDependencies": {
"ava": "^2.0.0",
"eslint": "^5.16.0",
"eslint-plugin-ava": "^7.0.0",
"npm-run-all": "^4.1.5",
"xo": "^0.24.0"
},
"xo": {
"space": true,
"semicolon": false
},
"scripts": {
"unit-test": "ava --color",
"lint": "xo",
"test": "npm-run-all unit-test lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alex-D/check-disk-space.git"
},
"keywords": [
"disk",
"space",
"hdd",
"free"
],
"types": "./typings/index.d.ts",
"author": "Alex-D <contact@alex-d.fr> (http://alex-d.fr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alex-D/check-disk-space/issues"
},
"homepage": "https://github.com/Alex-D/check-disk-space#readme"
}