-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
36 lines (36 loc) · 776 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "diskusage",
"version": "1.2.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.8",
"nan": "^2.18.0"
},
"devDependencies": {
"eslint": "^8.49.0"
},
"repository": {
"type": "git",
"url": "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"
}