package.json
3.16 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"_args": [
[
{
"raw": "fs-readdir-recursive@^1.0.0",
"scope": null,
"escapedName": "fs-readdir-recursive",
"name": "fs-readdir-recursive",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-cli"
]
],
"_from": "fs-readdir-recursive@>=1.0.0 <2.0.0",
"_id": "fs-readdir-recursive@1.1.0",
"_inCache": true,
"_location": "/fs-readdir-recursive",
"_nodeVersion": "8.9.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/fs-readdir-recursive-1.1.0.tgz_1510328890901_0.5004039495252073"
},
"_npmUser": {
"name": "dead_horse",
"email": "dead_horse@qq.com"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "fs-readdir-recursive@^1.0.0",
"scope": null,
"escapedName": "fs-readdir-recursive",
"name": "fs-readdir-recursive",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/babel-cli"
],
"_resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz",
"_shasum": "e32fc030a2ccee44a6b5371308da54be0b397d27",
"_shrinkwrap": null,
"_spec": "fs-readdir-recursive@^1.0.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-cli",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/fs-utils/fs-readdir-recursive/issues"
},
"dependencies": {},
"description": "Recursively read a directory",
"devDependencies": {
"istanbul": "0",
"mocha": "3",
"should": "*"
},
"directories": {},
"dist": {
"integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==",
"shasum": "e32fc030a2ccee44a6b5371308da54be0b397d27",
"tarball": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz"
},
"files": [
"index.js"
],
"gitHead": "f810b44477696081ebef9c0d5eafb24005c8e82b",
"homepage": "https://github.com/fs-utils/fs-readdir-recursive#readme",
"license": "MIT",
"maintainers": [
{
"name": "coderhaoxin",
"email": "haoxins@outlook.com"
},
{
"name": "fengmk2",
"email": "fengmk2@gmail.com"
},
{
"name": "dead_horse",
"email": "dead_horse@qq.com"
},
{
"name": "swatinem",
"email": "arpad.borsos@googlemail.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dead-horse",
"email": "dead_horse@qq.com"
}
],
"name": "fs-readdir-recursive",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/fs-utils/fs-readdir-recursive.git"
},
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"version": "1.1.0"
}