forked from BenoitGauthier/diskinfo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.31 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.31 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"author": {
"name": "Benoit Gauthier"
},
"name": "diskinfo",
"description": "Nodejs module to get drive information, tested on linux centos and windows vista",
"version": "0.0.3",
"license": "MIT",
"main": "./lib/diskinfo",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/BenoitGauthier/diskinfo.git"
},
"keywords": [
"diskinfo",
"disk",
"disks",
"free space",
"volumes",
"harddisk",
"hard drive"
],
"dependencies": {},
"os": [
"linux",
"win32"
],
"devDependencies": {},
"gitHead": "166946c7e61c96c9a04b5ed562297b70d51f95c9",
"bugs": {
"url": "https://github.com/BenoitGauthier/diskinfo/issues"
},
"homepage": "https://github.com/BenoitGauthier/diskinfo",
"_id": "diskinfo@0.0.3",
"_shasum": "0d41030f09d33b5c975910bc9ab2fd4d98f62bf0",
"_from": "diskinfo@*",
"_npmVersion": "1.4.23",
"_npmUser": {
"name": "bgauthier",
"email": "bgauthier075@gmail.com"
},
"maintainers": [
{
"name": "bgauthier",
"email": "bgauthier075@gmail.com"
}
],
"dist": {
"shasum": "0d41030f09d33b5c975910bc9ab2fd4d98f62bf0",
"tarball": "http://registry.npmjs.org/diskinfo/-/diskinfo-0.0.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/diskinfo/-/diskinfo-0.0.3.tgz"
}