1
|
{
|
2
|
"name": "homedir-polyfill",
|
3
|
"description": "Node.js os.homedir polyfill for older versions of node.js.",
|
4
|
"version": "1.0.3",
|
5
|
"homepage": "https://github.com/doowb/homedir-polyfill",
|
6
|
"author": "Brian Woodward (https://github.com/doowb)",
|
7
|
"repository": "doowb/homedir-polyfill",
|
8
|
"bugs": {
|
9
|
"url": "https://github.com/doowb/homedir-polyfill/issues"
|
10
|
},
|
11
|
"license": "MIT",
|
12
|
"files": [
|
13
|
"index.js",
|
14
|
"polyfill.js",
|
15
|
"LICENSE"
|
16
|
],
|
17
|
"main": "index.js",
|
18
|
"engines": {
|
19
|
"node": ">=0.10.0"
|
20
|
},
|
21
|
"scripts": {
|
22
|
"test": "mocha"
|
23
|
},
|
24
|
"devDependencies": {
|
25
|
"gulp-format-md": "^0.1.11",
|
26
|
"mocha": "^3.1.2"
|
27
|
},
|
28
|
"keywords": [
|
29
|
"home",
|
30
|
"homedir",
|
31
|
"homedirectory",
|
32
|
"os",
|
33
|
"os-homedir",
|
34
|
"polyfill",
|
35
|
"userhome"
|
36
|
],
|
37
|
"verb": {
|
38
|
"toc": false,
|
39
|
"layout": "default",
|
40
|
"tasks": [
|
41
|
"readme"
|
42
|
],
|
43
|
"plugins": [
|
44
|
"gulp-format-md"
|
45
|
],
|
46
|
"lint": {
|
47
|
"reflinks": true
|
48
|
},
|
49
|
"related": {
|
50
|
"list": [
|
51
|
"parse-passwd"
|
52
|
]
|
53
|
},
|
54
|
"reflinks": [
|
55
|
"verb",
|
56
|
"verb-generate-readme"
|
57
|
]
|
58
|
},
|
59
|
"dependencies": {
|
60
|
"parse-passwd": "^1.0.0"
|
61
|
}
|
62
|
}
|