|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
| 6 | + version "0.8.0" |
| 7 | + resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b" |
| 8 | + integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg== |
| 9 | + |
| 10 | + |
| 11 | + version "0.7.0" |
| 12 | + resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz#4789840aa859e46d2f3173727ab707c66bf344f5" |
| 13 | + integrity sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA== |
| 14 | + dependencies: |
| 15 | + "@cspotcode/source-map-consumer" "0.8.0" |
| 16 | + |
| 17 | +"@tsconfig/node10@^1.0.7": |
| 18 | + version "1.0.8" |
| 19 | + resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9" |
| 20 | + integrity sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg== |
| 21 | + |
| 22 | +"@tsconfig/node12@^1.0.7": |
| 23 | + version "1.0.9" |
| 24 | + resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.9.tgz#62c1f6dee2ebd9aead80dc3afa56810e58e1a04c" |
| 25 | + integrity sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw== |
| 26 | + |
| 27 | +"@tsconfig/node14@^1.0.0": |
| 28 | + version "1.0.1" |
| 29 | + resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2" |
| 30 | + integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg== |
| 31 | + |
| 32 | +"@tsconfig/node16@^1.0.2": |
| 33 | + version "1.0.2" |
| 34 | + resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e" |
| 35 | + integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA== |
| 36 | + |
5 | 37 | "@types/json5@^0.0.29":
|
6 | 38 | version "0.0.29"
|
7 | 39 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
|
22 | 54 | resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
|
23 | 55 | integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
|
24 | 56 |
|
| 57 | +acorn-walk@^8.1.1: |
| 58 | + version "8.2.0" |
| 59 | + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" |
| 60 | + integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== |
| 61 | + |
| 62 | +acorn@^8.4.1: |
| 63 | + version "8.7.0" |
| 64 | + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf" |
| 65 | + integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ== |
| 66 | + |
25 | 67 |
|
26 | 68 | version "4.1.1"
|
27 | 69 | resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
|
504 | 546 | dependencies:
|
505 | 547 | randombytes "^2.1.0"
|
506 | 548 |
|
507 |
| -source-map-support@^0.5.17, source-map-support@^0.5.6: |
| 549 | +source-map-support@^0.5.6: |
508 | 550 | version "0.5.19"
|
509 | 551 | resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
|
510 | 552 | integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
|
|
602 | 644 | source-map-support "^0.5.6"
|
603 | 645 | yn "^2.0.0"
|
604 | 646 |
|
605 |
| -ts-node@^9.1.1: |
606 |
| - version "9.1.1" |
607 |
| - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d" |
608 |
| - integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg== |
609 |
| - dependencies: |
| 647 | +ts-node@^10.4.0: |
| 648 | + version "10.4.0" |
| 649 | + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7" |
| 650 | + integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A== |
| 651 | + dependencies: |
| 652 | + "@cspotcode/source-map-support" "0.7.0" |
| 653 | + "@tsconfig/node10" "^1.0.7" |
| 654 | + "@tsconfig/node12" "^1.0.7" |
| 655 | + "@tsconfig/node14" "^1.0.0" |
| 656 | + "@tsconfig/node16" "^1.0.2" |
| 657 | + acorn "^8.4.1" |
| 658 | + acorn-walk "^8.1.1" |
610 | 659 | arg "^4.1.0"
|
611 | 660 | create-require "^1.1.0"
|
612 | 661 | diff "^4.0.1"
|
613 | 662 | make-error "^1.1.1"
|
614 |
| - source-map-support "^0.5.17" |
615 | 663 | yn "3.1.1"
|
616 | 664 |
|
617 | 665 | tsconfig-paths@^3.5.0:
|
|
0 commit comments