package.json
2.26 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
{
"_args": [
[
{
"raw": "import-dir@0.0.1",
"scope": null,
"escapedName": "import-dir",
"name": "import-dir",
"rawSpec": "0.0.1",
"spec": "0.0.1",
"type": "version"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "import-dir@0.0.1",
"_id": "import-dir@0.0.1",
"_inCache": true,
"_location": "/import-dir",
"_nodeVersion": "4.1.1",
"_npmUser": {
"name": "kevinprotoss",
"email": "kevinpaul_boa@hotmail.com"
},
"_npmVersion": "3.4.1",
"_phantomChildren": {},
"_requested": {
"raw": "import-dir@0.0.1",
"scope": null,
"escapedName": "import-dir",
"name": "import-dir",
"rawSpec": "0.0.1",
"spec": "0.0.1",
"type": "version"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/import-dir/-/import-dir-0.0.1.tgz",
"_shasum": "9045e4aa48778e24648ed8952bf7347514ddcf27",
"_shrinkwrap": null,
"_spec": "import-dir@0.0.1",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"author": {
"name": "HyperCloud Studio",
"email": "info@nodeunify.com"
},
"bugs": {
"url": "https://github.com/hypercloud/import-dir/issues"
},
"contributors": [
{
"name": "Junxiang Wei"
},
{
"name": "Zengliang He"
}
],
"dependencies": {
"require-dir": "^0.3.0"
},
"description": "ES6 helper to import directories",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "9045e4aa48778e24648ed8952bf7347514ddcf27",
"tarball": "https://registry.npmjs.org/import-dir/-/import-dir-0.0.1.tgz"
},
"gitHead": "afb1ef9ae1849e6ce8b535f69d412e38dda3115b",
"homepage": "https://github.com/hypercloud/import-dir#readme",
"keywords": [
"ECMAScript 2015",
"require-dir"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "kevinprotoss",
"email": "kevinpaul_boa@hotmail.com"
}
],
"name": "import-dir",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/hypercloud/import-dir.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.1"
}