Skip to content

Commit 27417e9

Browse files
committed
fix: add jsonwebtoken
1 parent 5e3bb46 commit 27417e9

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"devDependencies": {
77
"@oclif/tslint": "^1.1.2",
88
"json-schema-to-typescript": "^5.5.0",
9+
"jsonwebtoken": "^8.3.0",
910
"tslint": "^5.10.0",
1011
"typescript": "^2.8"
1112
},

yarn.lock

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ brace-expansion@^1.1.7:
103103
balanced-match "^1.0.0"
104104
concat-map "0.0.1"
105105

106+
buffer-equal-constant-time@1.0.1:
107+
version "1.0.1"
108+
resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819"
109+
106110
builtin-modules@^1.1.1:
107111
version "1.1.1"
108112
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
@@ -181,6 +185,12 @@ doctrine@0.7.2:
181185
esutils "^1.1.6"
182186
isarray "0.0.1"
183187

188+
ecdsa-sig-formatter@1.0.10:
189+
version "1.0.10"
190+
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.10.tgz#1c595000f04a8897dfb85000892a0f4c33af86c3"
191+
dependencies:
192+
safe-buffer "^5.0.1"
193+
184194
es5-ext@^0.10.12, es5-ext@^0.10.14, es5-ext@^0.10.30, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14, es5-ext@~0.10.2:
185195
version "0.10.42"
186196
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.42.tgz#8c07dd33af04d5dcd1310b5cef13bea63a89ba8d"
@@ -336,6 +346,63 @@ json-stringify-safe@^5.0.1:
336346
version "5.0.1"
337347
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
338348

349+
jsonwebtoken@^8.3.0:
350+
version "8.3.0"
351+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.3.0.tgz#056c90eee9a65ed6e6c72ddb0a1d325109aaf643"
352+
dependencies:
353+
jws "^3.1.5"
354+
lodash.includes "^4.3.0"
355+
lodash.isboolean "^3.0.3"
356+
lodash.isinteger "^4.0.4"
357+
lodash.isnumber "^3.0.3"
358+
lodash.isplainobject "^4.0.6"
359+
lodash.isstring "^4.0.1"
360+
lodash.once "^4.0.0"
361+
ms "^2.1.1"
362+
363+
jwa@^1.1.5:
364+
version "1.1.6"
365+
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.1.6.tgz#87240e76c9808dbde18783cf2264ef4929ee50e6"
366+
dependencies:
367+
buffer-equal-constant-time "1.0.1"
368+
ecdsa-sig-formatter "1.0.10"
369+
safe-buffer "^5.0.1"
370+
371+
jws@^3.1.5:
372+
version "3.1.5"
373+
resolved "https://registry.yarnpkg.com/jws/-/jws-3.1.5.tgz#80d12d05b293d1e841e7cb8b4e69e561adcf834f"
374+
dependencies:
375+
jwa "^1.1.5"
376+
safe-buffer "^5.0.1"
377+
378+
lodash.includes@^4.3.0:
379+
version "4.3.0"
380+
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
381+
382+
lodash.isboolean@^3.0.3:
383+
version "3.0.3"
384+
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
385+
386+
lodash.isinteger@^4.0.4:
387+
version "4.0.4"
388+
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
389+
390+
lodash.isnumber@^3.0.3:
391+
version "3.0.3"
392+
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
393+
394+
lodash.isplainobject@^4.0.6:
395+
version "4.0.6"
396+
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
397+
398+
lodash.isstring@^4.0.1:
399+
version "4.0.1"
400+
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
401+
402+
lodash.once@^4.0.0:
403+
version "4.1.1"
404+
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
405+
339406
lodash@^4.17.4:
340407
version "4.17.10"
341408
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
@@ -373,6 +440,10 @@ ms@2.0.0:
373440
version "2.0.0"
374441
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
375442

443+
ms@^2.1.1:
444+
version "2.1.1"
445+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
446+
376447
mz@^2.7.0:
377448
version "2.7.0"
378449
resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32"
@@ -423,6 +494,10 @@ resolve@^1.3.2:
423494
dependencies:
424495
path-parse "^1.0.5"
425496

497+
safe-buffer@^5.0.1:
498+
version "5.1.2"
499+
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
500+
426501
semver@^5.3.0:
427502
version "5.5.0"
428503
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"

0 commit comments

Comments
 (0)