File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 5
5
"bugs" : " https://github.com/heroku/typescript-api-schema/issues" ,
6
6
"devDependencies" : {
7
7
"@oclif/tslint" : " ^1.1.2" ,
8
+ "http-call" : " ^5.2.0" ,
8
9
"json-schema-to-typescript" : " ^5.5.0" ,
9
10
"jsonwebtoken" : " ^8.3.0" ,
10
11
"tslint" : " ^5.10.0" ,
Original file line number Diff line number Diff line change @@ -162,6 +162,10 @@ concat-map@0.0.1:
162
162
version "0.0.1"
163
163
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
164
164
165
+ content-type@^1.0.4 :
166
+ version "1.0.4"
167
+ resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
168
+
165
169
d@1 :
166
170
version "1.0.0"
167
171
resolved "https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f"
@@ -279,6 +283,16 @@ has-flag@^3.0.0:
279
283
version "3.0.0"
280
284
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
281
285
286
+ http-call@^5.2.0 :
287
+ version "5.2.0"
288
+ resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.2.0.tgz#9e923cbc51c2d0d78c286e8ad913d666e2e46682"
289
+ dependencies :
290
+ content-type "^1.0.4"
291
+ debug "^3.1.0"
292
+ is-retry-allowed "^1.1.0"
293
+ is-stream "^1.1.0"
294
+ tunnel-agent "^0.6.0"
295
+
282
296
inflight@^1.0.4 :
283
297
version "1.0.6"
284
298
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
@@ -298,6 +312,14 @@ is-promise@^2.1:
298
312
version "2.1.0"
299
313
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
300
314
315
+ is-retry-allowed@^1.1.0 :
316
+ version "1.1.0"
317
+ resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34"
318
+
319
+ is-stream@^1.1.0 :
320
+ version "1.1.0"
321
+ resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
322
+
301
323
isarray@0.0.1 :
302
324
version "0.0.1"
303
325
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
@@ -612,6 +634,12 @@ tsutils@^2.12.1, tsutils@^2.24.0:
612
634
dependencies :
613
635
tslib "^1.8.1"
614
636
637
+ tunnel-agent@^0.6.0 :
638
+ version "0.6.0"
639
+ resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
640
+ dependencies :
641
+ safe-buffer "^5.0.1"
642
+
615
643
typescript@^2.8 :
616
644
version "2.8.3"
617
645
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3.tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170"
You can’t perform that action at this time.
0 commit comments