forked from DefinitelyTyped/tsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig.json
435 lines (435 loc) · 19.2 KB
/
tsconfig.json
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
{
"version": "1.5.0-alpha",
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"preserveConstEnums": true,
"suppressImplicitAnyIndexErrors": true
},
"filesGlob": [
"./**/*.ts",
"!./node_modules/**/*.ts",
"!./test/nspec/cases/**/*.ts"
],
"files": [
"./build/api.d.ts",
"./build/bootstrap.d.ts",
"./build/expose/Command.d.ts",
"./build/expose/CommandSorter.d.ts",
"./build/expose/Context.d.ts",
"./build/expose/ContextHandle.d.ts",
"./build/expose/ContextValueHandle.d.ts",
"./build/expose/Expose.d.ts",
"./build/expose/ExposeError.d.ts",
"./build/expose/Formatter.d.ts",
"./build/expose/Group.d.ts",
"./build/expose/Level.d.ts",
"./build/expose/Option.d.ts",
"./build/expose/Result.d.ts",
"./build/expose/ResultHandle.d.ts",
"./build/expose/sorter.d.ts",
"./build/getContent.d.ts",
"./build/git/GithubRepo.d.ts",
"./build/git/GithubRepoConfig.d.ts",
"./build/git/GithubURLs.d.ts",
"./build/git/gitUtil.d.ts",
"./build/git/loader/GithubAPI.d.ts",
"./build/git/loader/GithubLoader.d.ts",
"./build/git/loader/GithubRaw.d.ts",
"./build/git/model/GitCommitMessage.d.ts",
"./build/git/model/GitCommitUser.d.ts",
"./build/git/model/GithubJSONTreeElem.d.ts",
"./build/git/model/GithubRateInfo.d.ts",
"./build/git/model/GithubUser.d.ts",
"./build/http/CacheInfo.d.ts",
"./build/http/CacheMode.d.ts",
"./build/http/CacheObject.d.ts",
"./build/http/CacheOpts.d.ts",
"./build/http/CacheRequest.d.ts",
"./build/http/CacheStreamLoader.d.ts",
"./build/http/HTTPCache.d.ts",
"./build/http/HTTPOpts.d.ts",
"./build/http/ResponseInfo.d.ts",
"./build/http/types.d.ts",
"./build/tsd/API.d.ts",
"./build/tsd/CLI.d.ts",
"./build/tsd/Options.d.ts",
"./build/tsd/cli/CLIPrinter.d.ts",
"./build/tsd/cli/StyleMap.d.ts",
"./build/tsd/cli/TablePrinter.d.ts",
"./build/tsd/cli/addCommon.d.ts",
"./build/tsd/cli/cliUtils.d.ts",
"./build/tsd/cli/const.d.ts",
"./build/tsd/cli/tracker.d.ts",
"./build/tsd/cli/update.d.ts",
"./build/tsd/context/Config.d.ts",
"./build/tsd/context/Const.d.ts",
"./build/tsd/context/Context.d.ts",
"./build/tsd/context/InstalledDef.d.ts",
"./build/tsd/context/Paths.d.ts",
"./build/tsd/data/Def.d.ts",
"./build/tsd/data/DefBlob.d.ts",
"./build/tsd/data/DefCommit.d.ts",
"./build/tsd/data/DefIndex.d.ts",
"./build/tsd/data/DefInfo.d.ts",
"./build/tsd/data/DefVersion.d.ts",
"./build/tsd/logic/ConfigIO.d.ts",
"./build/tsd/logic/ContentLoader.d.ts",
"./build/tsd/logic/Core.d.ts",
"./build/tsd/logic/CoreModule.d.ts",
"./build/tsd/logic/IndexManager.d.ts",
"./build/tsd/logic/InfoParser.d.ts",
"./build/tsd/logic/InstallResult.d.ts",
"./build/tsd/logic/Installer.d.ts",
"./build/tsd/logic/Resolver.d.ts",
"./build/tsd/logic/SelectorQuery.d.ts",
"./build/tsd/schema/config.d.ts",
"./build/tsd/select/CommitMatcher.d.ts",
"./build/tsd/select/DateMatcher.d.ts",
"./build/tsd/select/InfoMatcher.d.ts",
"./build/tsd/select/NameMatcher.d.ts",
"./build/tsd/select/Query.d.ts",
"./build/tsd/select/Selection.d.ts",
"./build/tsd/select/VersionMatcher.d.ts",
"./build/tsd/support/AuthorInfo.d.ts",
"./build/tsd/support/Bundle.d.ts",
"./build/tsd/support/BundleChange.d.ts",
"./build/tsd/support/BundleManager.d.ts",
"./build/tsd/support/PackageDefinition.d.ts",
"./build/tsd/support/PackageLinker.d.ts",
"./build/tsd/util/DateComp.d.ts",
"./build/tsd/util/defUtil.d.ts",
"./build/tsd/util/error-handler.d.ts",
"./build/xm/assert.d.ts",
"./build/xm/assertVar.d.ts",
"./build/xm/collection.d.ts",
"./build/xm/dateUtils.d.ts",
"./build/xm/encode.d.ts",
"./build/xm/fileIO.d.ts",
"./build/xm/hash.d.ts",
"./build/xm/inspect.d.ts",
"./build/xm/lib/ActionMap.d.ts",
"./build/xm/lib/CodeStyle.d.ts",
"./build/xm/lib/JSONPointer.d.ts",
"./build/xm/lib/JSONStabilizer.d.ts",
"./build/xm/lib/PackageJSON.d.ts",
"./build/xm/lib/StatCounter.d.ts",
"./build/xm/lib/StyledOut.d.ts",
"./build/xm/lib/URLManager.d.ts",
"./build/xm/lib/eventLog.d.ts",
"./build/xm/objectUtils.d.ts",
"./build/xm/parseString.d.ts",
"./build/xm/stringUtils.d.ts",
"./build/xm/typeOf.d.ts",
"./src/_ref.d.ts",
"./src/api.ts",
"./src/bootstrap.ts",
"./src/expose/Command.ts",
"./src/expose/CommandSorter.ts",
"./src/expose/Context.ts",
"./src/expose/ContextHandle.ts",
"./src/expose/ContextValueHandle.ts",
"./src/expose/Expose.ts",
"./src/expose/ExposeError.ts",
"./src/expose/Formatter.ts",
"./src/expose/Group.ts",
"./src/expose/Level.ts",
"./src/expose/Option.ts",
"./src/expose/Result.ts",
"./src/expose/ResultHandle.ts",
"./src/expose/sorter.ts",
"./src/getContent.ts",
"./src/git/GitUtil.ts",
"./src/git/GithubRepo.ts",
"./src/git/GithubRepoConfig.ts",
"./src/git/GithubURLs.ts",
"./src/git/_ref.d.ts",
"./src/git/gitUtil.ts",
"./src/git/loader/GithubAPI.ts",
"./src/git/loader/GithubLoader.ts",
"./src/git/loader/GithubRaw.ts",
"./src/git/model/GitCommitMessage.ts",
"./src/git/model/GitCommitUser.ts",
"./src/git/model/GithubJSONCommit.ts",
"./src/git/model/GithubJSONTreeElem.ts",
"./src/git/model/GithubRateInfo.ts",
"./src/git/model/GithubUser.ts",
"./src/http/CacheInfo.ts",
"./src/http/CacheMode.ts",
"./src/http/CacheObject.ts",
"./src/http/CacheOpts.ts",
"./src/http/CacheRequest.ts",
"./src/http/CacheStreamLoader.ts",
"./src/http/HTTPCache.ts",
"./src/http/HTTPOpts.ts",
"./src/http/ResponseInfo.ts",
"./src/http/types.ts",
"./src/http/validator.ts",
"./src/spec/api/API.ts",
"./src/spec/cli/CLI.ts",
"./src/spec/core/Core.ts",
"./src/spec/git/GitUtil.ts",
"./src/spec/git/Github.ts",
"./src/spec/git/GithubAPI.ts",
"./src/spec/git/GithubRaw.ts",
"./src/spec/git/GithubURLs.ts",
"./src/spec/http/HTTPCache.ts",
"./src/spec/tsd/Bundle.ts",
"./src/spec/tsd/BundleManager.ts",
"./src/spec/tsd/Config.ts",
"./src/spec/tsd/Context.ts",
"./src/spec/tsd/Def.ts",
"./src/spec/tsd/NameMatcher.ts",
"./src/spec/tsd/PackageLinker.ts",
"./src/spec/xm/PackageJSON.ts",
"./src/spec/xm/RegExpGlue.ts",
"./src/spec/xm/StatCounter.ts",
"./src/spec/xm/StyledOut.ts",
"./src/spec/xm/URLManager.ts",
"./src/spec/xm/assertVar.ts",
"./src/spec/xm/dateUtils.ts",
"./src/spec/xm/encode.ts",
"./src/spec/xm/hash.ts",
"./src/spec/xm/json-pointer.ts",
"./src/spec/xm/json-stabilizer.ts",
"./src/spec/xm/object.ts",
"./src/spec/xm/stringUtils.ts",
"./src/spec/xm/typeOf.ts",
"./src/test/Map.ts",
"./src/test/TestInfo.ts",
"./src/test/_ref.d.ts",
"./src/test/assertLike.ts",
"./src/test/git/GitBufferUTF.ts",
"./src/test/git/GitCommitUser.ts",
"./src/test/git/GithubUser.ts",
"./src/test/git/gitHelper.ts",
"./src/test/helper.ts",
"./src/test/settings.ts",
"./src/test/tsd/AuthorInfo.ts",
"./src/test/tsd/Config.ts",
"./src/test/tsd/Def.ts",
"./src/test/tsd/DefCommit.ts",
"./src/test/tsd/DefInfo.ts",
"./src/test/tsd/DefVersion.ts",
"./src/test/tsd/InstallResult.ts",
"./src/test/tsd/Selection.ts",
"./src/test/tsdHelper.ts",
"./src/test/unordered.ts",
"./src/test/xm/StatCounter.ts",
"./src/tsd/API.ts",
"./src/tsd/CLI.ts",
"./src/tsd/Options.ts",
"./src/tsd/_ref.d.ts",
"./src/tsd/cli/CLIPrinter.ts",
"./src/tsd/cli/StyleMap.ts",
"./src/tsd/cli/TablePrinter.ts",
"./src/tsd/cli/Tracker.ts",
"./src/tsd/cli/addCommon.ts",
"./src/tsd/cli/cliUtils.ts",
"./src/tsd/cli/const.ts",
"./src/tsd/cli/tracker.ts",
"./src/tsd/cli/update.ts",
"./src/tsd/context/Config.ts",
"./src/tsd/context/Const.ts",
"./src/tsd/context/Context.ts",
"./src/tsd/context/InstalledDef.ts",
"./src/tsd/context/Paths.ts",
"./src/tsd/data/Def.ts",
"./src/tsd/data/DefBlob.ts",
"./src/tsd/data/DefCommit.ts",
"./src/tsd/data/DefIndex.ts",
"./src/tsd/data/DefInfo.ts",
"./src/tsd/data/DefVersion.ts",
"./src/tsd/logic/ConfigIO.ts",
"./src/tsd/logic/ContentLoader.ts",
"./src/tsd/logic/Core.ts",
"./src/tsd/logic/CoreModule.ts",
"./src/tsd/logic/IndexManager.ts",
"./src/tsd/logic/InfoParser.ts",
"./src/tsd/logic/InstallResult.ts",
"./src/tsd/logic/Installer.ts",
"./src/tsd/logic/Resolver.ts",
"./src/tsd/logic/SelectorQuery.ts",
"./src/tsd/schema/config.ts",
"./src/tsd/select/CommitMatcher.ts",
"./src/tsd/select/DateMatcher.ts",
"./src/tsd/select/InfoMatcher.ts",
"./src/tsd/select/NameMatcher.ts",
"./src/tsd/select/Query.ts",
"./src/tsd/select/Selection.ts",
"./src/tsd/select/VersionMatcher.ts",
"./src/tsd/support/AuthorInfo.ts",
"./src/tsd/support/Bundle.ts",
"./src/tsd/support/BundleChange.ts",
"./src/tsd/support/BundleManager.ts",
"./src/tsd/support/PackageDefinition.ts",
"./src/tsd/support/PackageLinker.ts",
"./src/tsd/util/DateComp.ts",
"./src/tsd/util/defUtil.ts",
"./src/tsd/util/error-handler.ts",
"./src/xm/_ref.d.ts",
"./src/xm/assert.ts",
"./src/xm/assertVar.ts",
"./src/xm/collection.ts",
"./src/xm/dateUtils.ts",
"./src/xm/encode.ts",
"./src/xm/fileIO.ts",
"./src/xm/hash.ts",
"./src/xm/inspect.ts",
"./src/xm/lib/ActionMap.ts",
"./src/xm/lib/CodeStyle.ts",
"./src/xm/lib/JSONPointer.ts",
"./src/xm/lib/JSONStabilizer.ts",
"./src/xm/lib/PackageJSON.ts",
"./src/xm/lib/RegExpGlue.ts",
"./src/xm/lib/StatCounter.ts",
"./src/xm/lib/StyledOut.ts",
"./src/xm/lib/URLManager.ts",
"./src/xm/lib/childProcess.ts",
"./src/xm/lib/eventLog.ts",
"./src/xm/lib/lock.ts",
"./src/xm/objectUtils.ts",
"./src/xm/parseString.ts",
"./src/xm/stringUtils.ts",
"./src/xm/typeOf.ts",
"./test/fixtures/linker/bower_components/bar/bar.d.ts",
"./test/fixtures/linker/node_modules/foo-multi/foo-aa.d.ts",
"./test/fixtures/linker/node_modules/foo-multi/sub/foo-bb.d.ts",
"./test/fixtures/linker/node_modules/foo-single/foo.d.ts",
"./test/nspec/cases-spec.ts",
"./test/spec/api/fixtures/expected/install/async-async-no-save/typings/async/async.d.ts",
"./test/spec/api/fixtures/expected/install/async/typings/async/async.d.ts",
"./test/spec/api/fixtures/expected/install/async/typings/tsd.d.ts",
"./test/spec/api/fixtures/expected/install/bootstrap-no-overwrite/typings/bootstrap/bootstrap.d.ts",
"./test/spec/api/fixtures/expected/install/bootstrap-no-overwrite/typings/jquery/jquery.d.ts",
"./test/spec/api/fixtures/expected/install/bootstrap-no-overwrite/typings/tsd.d.ts",
"./test/spec/api/fixtures/expected/install/bootstrap-no-resolve/typings/bootstrap/bootstrap.d.ts",
"./test/spec/api/fixtures/expected/install/bootstrap-no-resolve/typings/tsd.d.ts",
"./test/spec/api/fixtures/expected/install/bootstrap/typings/bootstrap/bootstrap.d.ts",
"./test/spec/api/fixtures/expected/install/bootstrap/typings/jquery/jquery.d.ts",
"./test/spec/api/fixtures/expected/install/bootstrap/typings/tsd.d.ts",
"./test/spec/api/fixtures/expected/install/chai/typings/chai/chai.d.ts",
"./test/spec/api/fixtures/expected/install/chai/typings/tsd.d.ts",
"./test/spec/api/tmp/result/install/async-async-no-save/typings/async/async.d.ts",
"./test/spec/api/tmp/result/install/async/typings/async/async.d.ts",
"./test/spec/api/tmp/result/install/async/typings/tsd.d.ts",
"./test/spec/api/tmp/result/install/bootstrap-no-overwrite/typings/bootstrap/bootstrap.d.ts",
"./test/spec/api/tmp/result/install/bootstrap-no-overwrite/typings/jquery/jquery.d.ts",
"./test/spec/api/tmp/result/install/bootstrap-no-overwrite/typings/tsd.d.ts",
"./test/spec/api/tmp/result/install/bootstrap-no-resolve/typings/bootstrap/bootstrap.d.ts",
"./test/spec/api/tmp/result/install/bootstrap-no-resolve/typings/tsd.d.ts",
"./test/spec/api/tmp/result/install/bootstrap/typings/bootstrap/bootstrap.d.ts",
"./test/spec/api/tmp/result/install/bootstrap/typings/jquery/jquery.d.ts",
"./test/spec/api/tmp/result/install/bootstrap/typings/tsd.d.ts",
"./test/spec/api/tmp/result/install/chai/typings/chai/chai.d.ts",
"./test/spec/api/tmp/result/install/chai/typings/tsd.d.ts",
"./test/spec/tsd/fixtures/bundle-clean/expected.d.ts",
"./test/spec/tsd/fixtures/bundle-clean/foo/foo.d.ts",
"./test/spec/tsd/fixtures/bundle-clean/tsd.d.ts",
"./test/spec/tsd/fixtures/bundle-read/tsd.d.ts",
"./test/spec/tsd/fixtures/bundle-update/bar/bar.d.ts",
"./test/spec/tsd/fixtures/bundle-update/bar/baz.d.ts",
"./test/spec/tsd/fixtures/bundle-update/expected.d.ts",
"./test/spec/tsd/fixtures/bundle-update/foo/fizz.d.ts",
"./test/spec/tsd/fixtures/bundle-update/foo/foo.d.ts",
"./test/spec/tsd/fixtures/bundle-update/tsd.d.ts",
"./test/spec/tsd/fixtures/bundle/append-empty/base.d.ts",
"./test/spec/tsd/fixtures/bundle/append-empty/result.d.ts",
"./test/spec/tsd/fixtures/bundle/append-multi/base.d.ts",
"./test/spec/tsd/fixtures/bundle/append-multi/result.d.ts",
"./test/spec/tsd/fixtures/bundle/append-single/base.d.ts",
"./test/spec/tsd/fixtures/bundle/append-single/result.d.ts",
"./test/spec/tsd/fixtures/bundle/create-multi/result.d.ts",
"./test/spec/tsd/fixtures/bundle/create-single/result.d.ts",
"./test/spec/tsd/fixtures/bundle/noop-footer/base.d.ts",
"./test/spec/tsd/fixtures/bundle/noop-footer/result.d.ts",
"./test/spec/tsd/fixtures/bundle/noop-header/base.d.ts",
"./test/spec/tsd/fixtures/bundle/noop-header/result.d.ts",
"./test/spec/tsd/fixtures/bundle/noop-mixed/base.d.ts",
"./test/spec/tsd/fixtures/bundle/noop-mixed/result.d.ts",
"./test/spec/tsd/fixtures/bundle/noop-multi/base.d.ts",
"./test/spec/tsd/fixtures/bundle/noop-multi/result.d.ts",
"./test/spec/tsd/fixtures/bundle/noop-single/base.d.ts",
"./test/spec/tsd/fixtures/bundle/noop-single/result.d.ts",
"./test/spec/tsd/fixtures/bundle/remove-multi/base.d.ts",
"./test/spec/tsd/fixtures/bundle/remove-multi/result.d.ts",
"./test/spec/tsd/fixtures/bundle/remove-single/base.d.ts",
"./test/spec/tsd/fixtures/bundle/remove-single/result.d.ts",
"./test/spec/tsd/tmp/bundle-clean/expected.d.ts",
"./test/spec/tsd/tmp/bundle-clean/foo/foo.d.ts",
"./test/spec/tsd/tmp/bundle-clean/tsd.d.ts",
"./test/spec/tsd/tmp/bundle-read/tsd.d.ts",
"./test/spec/tsd/tmp/bundle-update/bar/bar.d.ts",
"./test/spec/tsd/tmp/bundle-update/bar/baz.d.ts",
"./test/spec/tsd/tmp/bundle-update/expected.d.ts",
"./test/spec/tsd/tmp/bundle-update/foo/fizz.d.ts",
"./test/spec/tsd/tmp/bundle-update/foo/foo.d.ts",
"./test/spec/tsd/tmp/bundle-update/tsd.d.ts",
"./test/spec/tsd/tmp/bundle/append-empty/result.d.ts",
"./test/spec/tsd/tmp/bundle/append-multi/result.d.ts",
"./test/spec/tsd/tmp/bundle/append-single/result.d.ts",
"./test/spec/tsd/tmp/bundle/create-multi/result.d.ts",
"./test/spec/tsd/tmp/bundle/create-single/result.d.ts",
"./test/spec/tsd/tmp/bundle/noop-footer/result.d.ts",
"./test/spec/tsd/tmp/bundle/noop-header/result.d.ts",
"./test/spec/tsd/tmp/bundle/noop-mixed/result.d.ts",
"./test/spec/tsd/tmp/bundle/noop-multi/result.d.ts",
"./test/spec/tsd/tmp/bundle/noop-single/result.d.ts",
"./test/spec/tsd/tmp/bundle/remove-multi/result.d.ts",
"./test/spec/tsd/tmp/bundle/remove-single/result.d.ts",
"./typings/assertion-error/assertion-error.d.ts",
"./typings/bl/bl.d.ts",
"./typings/bluebird/bluebird.d.ts",
"./typings/chai/chai-as-promised-assert.d.ts",
"./typings/chai/chai-fs-assert.d.ts",
"./typings/chai/chai-fuzzy-assert.d.ts",
"./typings/chai/chai-shallow-deep-equal.d.ts",
"./typings/chai/chai.d.ts",
"./typings/chalk/chalk.d.ts",
"./typings/configstore/configstore.d.ts",
"./typings/deep-freeze/deep-freeze.d.ts",
"./typings/detect-indent/detect-indent.d.ts",
"./typings/event-stream/event-stream.d.ts",
"./typings/exit/exit.d.ts",
"./typings/extsprintf/extsprintf.d.ts",
"./typings/fixes.d.ts",
"./typings/form-data/form-data.d.ts",
"./typings/glob/glob.d.ts",
"./typings/joi/joi-assert.d.ts",
"./typings/joi/joi.d.ts",
"./typings/js-yaml/js-yaml.d.ts",
"./typings/jsesc/jsesc.d.ts",
"./typings/json-pointer/json-pointer.d.ts",
"./typings/lazy.js/lazy.js.d.ts",
"./typings/lockfile/lockfile.d.ts",
"./typings/lru-cache/lru-cache.d.ts",
"./typings/minimatch/minimatch.d.ts",
"./typings/minimist/minimist.d.ts",
"./typings/ministyle/ministyle.d.ts",
"./typings/minitable/minitable.d.ts",
"./typings/miniwrite/miniwrite.d.ts",
"./typings/mkdirp/mkdirp.d.ts",
"./typings/mocha/mocha.d.ts",
"./typings/ncp/ncp.d.ts",
"./typings/node/node.d.ts",
"./typings/oboe/oboe.d.ts",
"./typings/open/open.d.ts",
"./typings/postal/postal.d.ts",
"./typings/readdir-stream/readdir-stream.d.ts",
"./typings/request/request.d.ts",
"./typings/rimraf/rimraf.d.ts",
"./typings/semver/semver.d.ts",
"./typings/source-map-support/source-map-support.d.ts",
"./typings/tsd.d.ts",
"./typings/type-detect/type-detect.d.ts",
"./typings/universal-analytics/universal-analytics.d.ts",
"./typings/update-notifier/update-notifier.d.ts",
"./typings/uri-templates/uri-templates.d.ts",
"./typings/uuid/uuid.d.ts",
"./typings/verror/verror.d.ts"
]
}