package.json
2.17 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"_from": "homedir-polyfill@^1.0.1",
"_id": "homedir-polyfill@1.0.3",
"_inBundle": false,
"_integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
"_location": "/homedir-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "homedir-polyfill@^1.0.1",
"name": "homedir-polyfill",
"escapedName": "homedir-polyfill",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/expand-tilde",
"/global-prefix",
"/v8flags"
],
"_resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
"_shasum": "743298cef4e5af3e194161fbadcc2151d3a058e8",
"_spec": "homedir-polyfill@^1.0.1",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/v8flags",
"author": {
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
"bugs": {
"url": "https://github.com/doowb/homedir-polyfill/issues"
},
"bundleDependencies": false,
"dependencies": {
"parse-passwd": "^1.0.0"
},
"deprecated": false,
"description": "Node.js os.homedir polyfill for older versions of node.js.",
"devDependencies": {
"gulp-format-md": "^0.1.11",
"mocha": "^3.1.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"polyfill.js",
"LICENSE"
],
"homepage": "https://github.com/doowb/homedir-polyfill",
"keywords": [
"home",
"homedir",
"homedirectory",
"os",
"os-homedir",
"polyfill",
"userhome"
],
"license": "MIT",
"main": "index.js",
"name": "homedir-polyfill",
"repository": {
"type": "git",
"url": "git+https://github.com/doowb/homedir-polyfill.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"related": {
"list": [
"parse-passwd"
]
},
"reflinks": [
"verb",
"verb-generate-readme"
]
},
"version": "1.0.3"
}