package-lock.json 788 KB
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
      "dependencies": {
        "regenerate": "^1.4.2",
        "regenerate-unicode-properties": "^10.0.1",
        "regjsgen": "^0.6.0",
        "regjsparser": "^0.8.2",
        "unicode-match-property-ecmascript": "^2.0.0",
        "unicode-match-property-value-ecmascript": "^2.0.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/regjsgen": {
      "version": "0.6.0",
      "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz",
      "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==",
      "dev": true
    },
    "node_modules/regjsparser": {
      "version": "0.8.4",
      "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz",
      "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==",
      "dev": true,
      "dependencies": {
        "jsesc": "~0.5.0"
      },
      "bin": {
        "regjsparser": "bin/parser"
      }
    },
    "node_modules/regjsparser/node_modules/jsesc": {
      "version": "0.5.0",
      "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
      "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
      "dev": true,
      "bin": {
        "jsesc": "bin/jsesc"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10040
10041
10042
10043
10044
    "node_modules/require-directory": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
      "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10045
10046
10047
10048
      "engines": {
        "node": ">=0.10.0"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10049
10050
10051
10052
    "node_modules/require-from-string": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
      "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10053
10054
10055
10056
      "engines": {
        "node": ">=0.10.0"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10057
    "node_modules/resolve": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10058
10059
10060
      "version": "1.22.1",
      "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
      "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10061
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10062
10063
10064
10065
10066
10067
        "is-core-module": "^2.9.0",
        "path-parse": "^1.0.7",
        "supports-preserve-symlinks-flag": "^1.0.0"
      },
      "bin": {
        "resolve": "bin/resolve"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10068
10069
10070
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10071
10072
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10073
10074
10075
10076
10077
10078
10079
10080
    "node_modules/resolve-cwd": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
      "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
      "dev": true,
      "dependencies": {
        "resolve-from": "^5.0.0"
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10081
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10082
        "node": ">=8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10083
10084
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10085
10086
10087
10088
10089
10090
10091
    "node_modules/resolve-from": {
      "version": "5.0.0",
      "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
      "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
      "dev": true,
      "engines": {
        "node": ">=8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10092
10093
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10094
10095
10096
10097
10098
10099
10100
    "node_modules/resolve.exports": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz",
      "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==",
      "dev": true,
      "engines": {
        "node": ">=10"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10101
10102
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10103
10104
10105
10106
10107
10108
10109
10110
10111
    "node_modules/reusify": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
      "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
      "dev": true,
      "engines": {
        "iojs": ">=1.0.0",
        "node": ">=0.10.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10112
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10113
10114
10115
10116
    "node_modules/rimraf": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
      "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10117
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10118
10119
10120
10121
10122
10123
10124
        "glob": "^7.1.3"
      },
      "bin": {
        "rimraf": "bin.js"
      },
      "funding": {
        "url": "https://github.com/sponsors/isaacs"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10125
10126
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
    "node_modules/run-parallel": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
      "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
      "dev": true,
      "funding": [
        {
          "type": "github",
          "url": "https://github.com/sponsors/feross"
        },
        {
          "type": "patreon",
          "url": "https://www.patreon.com/feross"
        },
        {
          "type": "consulting",
          "url": "https://feross.org/support"
        }
      ],
      "dependencies": {
        "queue-microtask": "^1.2.2"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10149
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
    "node_modules/safe-buffer": {
      "version": "5.1.2",
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
      "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
    },
    "node_modules/safer-buffer": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
      "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
    },
    "node_modules/sax": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
      "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
    },
    "node_modules/semver": {
      "version": "6.3.0",
      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
      "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
      "dev": true,
      "bin": {
        "semver": "bin/semver.js"
      }
    },
    "node_modules/send": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10175
10176
10177
      "version": "0.18.0",
      "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
      "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10178
10179
      "dependencies": {
        "debug": "2.6.9",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10180
10181
        "depd": "2.0.0",
        "destroy": "1.2.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10182
10183
10184
10185
        "encodeurl": "~1.0.2",
        "escape-html": "~1.0.3",
        "etag": "~1.8.1",
        "fresh": "0.5.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10186
        "http-errors": "2.0.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10187
        "mime": "1.6.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10188
10189
        "ms": "2.1.3",
        "on-finished": "2.4.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10190
        "range-parser": "~1.2.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10191
        "statuses": "2.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10192
10193
10194
10195
      },
      "engines": {
        "node": ">= 0.8.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10196
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
    "node_modules/send/node_modules/debug": {
      "version": "2.6.9",
      "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
      "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
      "dependencies": {
        "ms": "2.0.0"
      }
    },
    "node_modules/send/node_modules/debug/node_modules/ms": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
      "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10210
    "node_modules/send/node_modules/ms": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10211
10212
10213
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
      "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10214
10215
10216
10217
    },
    "node_modules/seq-queue": {
      "version": "0.0.5",
      "resolved": "https://registry.npmjs.org/seq-queue/-/seq-queue-0.0.5.tgz",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10218
      "integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10219
10220
    },
    "node_modules/serve-static": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10221
10222
10223
      "version": "1.15.0",
      "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
      "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10224
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10225
10226
10227
        "encodeurl": "~1.0.2",
        "escape-html": "~1.0.3",
        "parseurl": "~1.3.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10228
        "send": "0.18.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10229
10230
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10231
        "node": ">= 0.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10232
10233
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10234
    "node_modules/setprototypeof": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10235
10236
10237
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
      "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10238
10239
    },
    "node_modules/shebang-command": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10240
      "version": "2.0.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10241
10242
10243
10244
10245
      "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
      "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
      "dependencies": {
        "shebang-regex": "^3.0.0"
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10246
10247
10248
10249
      "engines": {
        "node": ">=8"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10250
10251
10252
10253
    "node_modules/shebang-regex": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
      "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10254
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10255
        "node": ">=8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10256
10257
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10258
10259
10260
10261
    "node_modules/side-channel": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
      "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10262
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10263
10264
10265
        "call-bind": "^1.0.0",
        "get-intrinsic": "^1.0.2",
        "object-inspect": "^1.9.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10266
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/signal-exit": {
      "version": "3.0.7",
      "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
      "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
      "dev": true
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
    "node_modules/simple-update-notifier": {
      "version": "1.0.7",
      "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.0.7.tgz",
      "integrity": "sha512-BBKgR84BJQJm6WjWFMHgLVuo61FBDSj1z/xSFUIozqO6wO7ii0JxCqlIud7Enr/+LhlbNI0whErq96P2qHNWew==",
      "dev": true,
      "dependencies": {
        "semver": "~7.0.0"
      },
      "engines": {
        "node": ">=8.10.0"
      }
    },
    "node_modules/simple-update-notifier/node_modules/semver": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
      "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
      "dev": true,
      "bin": {
        "semver": "bin/semver.js"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10298
10299
10300
10301
10302
10303
10304
    "node_modules/sisteransi": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
      "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
      "dev": true
    },
    "node_modules/slash": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10305
10306
10307
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
      "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10308
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10309
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10310
        "node": ">=6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10311
10312
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10313
10314
10315
10316
    "node_modules/slice-ansi": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
      "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10317
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10318
10319
10320
        "ansi-styles": "^4.0.0",
        "astral-regex": "^2.0.0",
        "is-fullwidth-code-point": "^3.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10321
10322
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10323
10324
10325
10326
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/chalk/slice-ansi?sponsor=1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10327
10328
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
    "node_modules/slice-ansi/node_modules/ansi-styles": {
      "version": "4.3.0",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
      "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
      "dependencies": {
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
      },
      "funding": {
        "url": "https://github.com/chalk/ansi-styles?sponsor=1"
      }
    },
    "node_modules/slice-ansi/node_modules/color-convert": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
      "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
      "dependencies": {
        "color-name": "~1.1.4"
      },
      "engines": {
        "node": ">=7.0.0"
      }
    },
    "node_modules/slice-ansi/node_modules/color-name": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
      "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10359
10360
10361
10362
10363
    "node_modules/source-map": {
      "version": "0.6.1",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10364
10365
10366
10367
      "engines": {
        "node": ">=0.10.0"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10368
    "node_modules/source-map-support": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10369
10370
10371
      "version": "0.5.13",
      "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
      "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10372
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10373
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10374
10375
        "buffer-from": "^1.0.0",
        "source-map": "^0.6.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10376
10377
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10378
10379
10380
    "node_modules/sprintf-js": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10381
10382
10383
10384
10385
10386
10387
10388
10389
      "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
    },
    "node_modules/sqlstring": {
      "version": "2.3.3",
      "resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.3.tgz",
      "integrity": "sha512-qC9iz2FlN7DQl3+wjwn3802RTyjCx7sDvfQEXchwa6CWOx07/WVfh91gBmQ9fahw8snwGEWU3xGzOt4tFyHLxg==",
      "engines": {
        "node": ">= 0.6"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10390
10391
10392
10393
10394
10395
    },
    "node_modules/stack-utils": {
      "version": "2.0.5",
      "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
      "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==",
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10396
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10397
        "escape-string-regexp": "^2.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10398
10399
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10400
        "node": ">=10"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10401
10402
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10403
10404
10405
10406
10407
    "node_modules/stack-utils/node_modules/escape-string-regexp": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
      "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10408
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10409
        "node": ">=8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10410
10411
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
    "node_modules/standard-engine": {
      "version": "14.0.1",
      "resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-14.0.1.tgz",
      "integrity": "sha512-7FEzDwmHDOGva7r9ifOzD3BGdTbA7ujJ50afLVdW/tK14zQEptJjbFuUfn50irqdHDcTbNh0DTIoMPynMCXb0Q==",
      "dev": true,
      "funding": [
        {
          "type": "github",
          "url": "https://github.com/sponsors/feross"
        },
        {
          "type": "patreon",
          "url": "https://www.patreon.com/feross"
        },
        {
          "type": "consulting",
          "url": "https://feross.org/support"
        }
      ],
      "dependencies": {
        "get-stdin": "^8.0.0",
        "minimist": "^1.2.5",
        "pkg-conf": "^3.1.0",
        "xdg-basedir": "^4.0.0"
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10437
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10438
        "node": ">=8.10"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10439
10440
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10441
10442
10443
10444
10445
10446
    "node_modules/standard-engine/node_modules/minimist": {
      "version": "1.2.6",
      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
      "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
      "dev": true
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10447
    "node_modules/statuses": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10448
10449
10450
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
      "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10451
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10452
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10453
10454
10455
      }
    },
    "node_modules/streamsearch": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10456
10457
10458
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
      "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10459
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10460
        "node": ">=10.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10461
10462
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10463
10464
10465
10466
10467
10468
10469
10470
10471
10472
10473
10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
10487
10488
10489
10490
10491
    "node_modules/string_decoder": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
      "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
      "dev": true,
      "dependencies": {
        "safe-buffer": "~5.2.0"
      }
    },
    "node_modules/string_decoder/node_modules/safe-buffer": {
      "version": "5.2.1",
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
      "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
      "dev": true,
      "funding": [
        {
          "type": "github",
          "url": "https://github.com/sponsors/feross"
        },
        {
          "type": "patreon",
          "url": "https://www.patreon.com/feross"
        },
        {
          "type": "consulting",
          "url": "https://feross.org/support"
        }
      ]
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10492
10493
10494
10495
    "node_modules/string-length": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
      "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10496
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10497
10498
10499
10500
10501
10502
10503
10504
10505
      "dependencies": {
        "char-regex": "^1.0.2",
        "strip-ansi": "^6.0.0"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/string-width": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10506
10507
10508
      "version": "4.2.3",
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
      "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10509
10510
10511
      "dependencies": {
        "emoji-regex": "^8.0.0",
        "is-fullwidth-code-point": "^3.0.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10512
        "strip-ansi": "^6.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10513
10514
10515
10516
10517
      },
      "engines": {
        "node": ">=8"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10518
10519
10520
10521
10522
    "node_modules/string.prototype.matchall": {
      "version": "4.0.7",
      "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz",
      "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==",
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10523
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10524
10525
10526
10527
10528
10529
10530
10531
        "call-bind": "^1.0.2",
        "define-properties": "^1.1.3",
        "es-abstract": "^1.19.1",
        "get-intrinsic": "^1.1.1",
        "has-symbols": "^1.0.3",
        "internal-slot": "^1.0.3",
        "regexp.prototype.flags": "^1.4.1",
        "side-channel": "^1.0.4"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10532
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10533
10534
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10535
10536
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10537
10538
10539
10540
10541
10542
10543
10544
10545
10546
10547
10548
10549
10550
10551
10552
10553
10554
10555
10556
10557
10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
10572
10573
10574
10575
10576
10577
10578
10579
10580
10581
10582
    "node_modules/string.prototype.trimend": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz",
      "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==",
      "dev": true,
      "dependencies": {
        "call-bind": "^1.0.2",
        "define-properties": "^1.1.4",
        "es-abstract": "^1.19.5"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/string.prototype.trimstart": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz",
      "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==",
      "dev": true,
      "dependencies": {
        "call-bind": "^1.0.2",
        "define-properties": "^1.1.4",
        "es-abstract": "^1.19.5"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/strip-ansi": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
      "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
      "dependencies": {
        "ansi-regex": "^5.0.1"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/strip-bom": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
      "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
      "dev": true,
      "engines": {
        "node": ">=8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10583
10584
10585
10586
10587
10588
      }
    },
    "node_modules/strip-final-newline": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
      "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10589
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10590
10591
10592
10593
10594
      "engines": {
        "node": ">=6"
      }
    },
    "node_modules/strip-json-comments": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10595
10596
10597
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
      "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10598
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10599
10600
10601
10602
        "node": ">=8"
      },
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10603
10604
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10605
    "node_modules/superagent": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10606
10607
10608
      "version": "8.0.0",
      "resolved": "https://registry.npmjs.org/superagent/-/superagent-8.0.0.tgz",
      "integrity": "sha512-iudipXEel+SzlP9y29UBWGDjB+Zzag+eeA1iLosaR2YHBRr1Q1kC29iBrF2zIVD9fqVbpZnXkN/VJmwFMVyNWg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10609
10610
10611
10612
10613
10614
10615
10616
10617
      "dev": true,
      "dependencies": {
        "component-emitter": "^1.3.0",
        "cookiejar": "^2.1.3",
        "debug": "^4.3.4",
        "fast-safe-stringify": "^2.1.1",
        "form-data": "^4.0.0",
        "formidable": "^2.0.1",
        "methods": "^1.1.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10618
        "mime": "2.6.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
10648
10649
10650
10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
10662
10663
10664
10665
10666
10667
10668
        "qs": "^6.10.3",
        "readable-stream": "^3.6.0",
        "semver": "^7.3.7"
      },
      "engines": {
        "node": ">=6.4.0 <13 || >=14"
      }
    },
    "node_modules/superagent/node_modules/form-data": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
      "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
      "dev": true,
      "dependencies": {
        "asynckit": "^0.4.0",
        "combined-stream": "^1.0.8",
        "mime-types": "^2.1.12"
      },
      "engines": {
        "node": ">= 6"
      }
    },
    "node_modules/superagent/node_modules/mime": {
      "version": "2.6.0",
      "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
      "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
      "dev": true,
      "bin": {
        "mime": "cli.js"
      },
      "engines": {
        "node": ">=4.0.0"
      }
    },
    "node_modules/superagent/node_modules/semver": {
      "version": "7.3.7",
      "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
      "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
      "dev": true,
      "dependencies": {
        "lru-cache": "^6.0.0"
      },
      "bin": {
        "semver": "bin/semver.js"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/supertest": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10669
10670
10671
      "version": "6.2.4",
      "resolved": "https://registry.npmjs.org/supertest/-/supertest-6.2.4.tgz",
      "integrity": "sha512-M8xVnCNv+q2T2WXVzxDECvL2695Uv2uUj2O0utxsld/HRyJvOU8W9f1gvsYxSNU4wmIe0/L/ItnpU4iKq0emDA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10672
10673
10674
      "dev": true,
      "dependencies": {
        "methods": "^1.1.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10675
        "superagent": "^8.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10676
10677
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10678
        "node": ">=6.4.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10679
10680
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10681
    "node_modules/supports-color": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10682
10683
10684
      "version": "5.5.0",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
      "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10685
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10686
        "has-flag": "^3.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10687
10688
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10689
        "node": ">=4"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10690
10691
10692
10693
10694
10695
      }
    },
    "node_modules/supports-hyperlinks": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
      "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10696
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10697
10698
10699
10700
10701
10702
10703
10704
      "dependencies": {
        "has-flag": "^4.0.0",
        "supports-color": "^7.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
    "node_modules/supports-hyperlinks/node_modules/has-flag": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
      "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
      "dev": true,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/supports-hyperlinks/node_modules/supports-color": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
      "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
      "dev": true,
      "dependencies": {
        "has-flag": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
    "node_modules/supports-preserve-symlinks-flag": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
      "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
      "engines": {
        "node": ">= 0.4"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10736
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
    "node_modules/table": {
      "version": "6.8.0",
      "resolved": "https://registry.npmjs.org/table/-/table-6.8.0.tgz",
      "integrity": "sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==",
      "dependencies": {
        "ajv": "^8.0.1",
        "lodash.truncate": "^4.4.2",
        "slice-ansi": "^4.0.0",
        "string-width": "^4.2.3",
        "strip-ansi": "^6.0.1"
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10748
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
        "node": ">=10.0.0"
      }
    },
    "node_modules/table/node_modules/ajv": {
      "version": "8.11.0",
      "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
      "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
      "dependencies": {
        "fast-deep-equal": "^3.1.1",
        "json-schema-traverse": "^1.0.0",
        "require-from-string": "^2.0.2",
        "uri-js": "^4.2.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10761
10762
      },
      "funding": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10763
10764
        "type": "github",
        "url": "https://github.com/sponsors/epoberezkin"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10765
10766
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10767
10768
10769
    "node_modules/table/node_modules/json-schema-traverse": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10770
      "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10771
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10772
10773
10774
10775
    "node_modules/terminal-link": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
      "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10776
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
      "dependencies": {
        "ansi-escapes": "^4.2.1",
        "supports-hyperlinks": "^2.0.0"
      },
      "engines": {
        "node": ">=8"
      },
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
      }
    },
    "node_modules/test-exclude": {
      "version": "6.0.0",
      "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
      "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10792
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10793
10794
10795
10796
10797
10798
10799
10800
10801
      "dependencies": {
        "@istanbuljs/schema": "^0.1.2",
        "glob": "^7.1.4",
        "minimatch": "^3.0.4"
      },
      "engines": {
        "node": ">=8"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10802
10803
10804
    "node_modules/text-table": {
      "version": "0.2.0",
      "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10805
      "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10806
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10807
    "node_modules/throat": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10808
10809
10810
10811
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz",
      "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==",
      "dev": true
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10812
10813
    },
    "node_modules/tmpl": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10814
10815
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10816
10817
      "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
      "dev": true
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10818
10819
10820
10821
    },
    "node_modules/to-fast-properties": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10822
      "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10823
10824
10825
10826
10827
10828
10829
10830
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/to-regex-range": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
      "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10831
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10832
10833
10834
10835
10836
10837
10838
10839
      "dependencies": {
        "is-number": "^7.0.0"
      },
      "engines": {
        "node": ">=8.0"
      }
    },
    "node_modules/toidentifier": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10840
10841
10842
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
      "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10843
10844
10845
10846
10847
10848
10849
      "engines": {
        "node": ">=0.6"
      }
    },
    "node_modules/token-stream": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/token-stream/-/token-stream-1.0.0.tgz",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10850
      "integrity": "sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10851
10852
10853
10854
10855
    },
    "node_modules/touch": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz",
      "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==",
10856
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10857
10858
10859
10860
10861
10862
10863
      "dependencies": {
        "nopt": "~1.0.10"
      },
      "bin": {
        "nodetouch": "bin/nodetouch.js"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10864
10865
10866
10867
10868
    "node_modules/ts-jest": {
      "version": "28.0.5",
      "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.5.tgz",
      "integrity": "sha512-Sx9FyP9pCY7pUzQpy4FgRZf2bhHY3za576HMKJFs+OnQ9jS96Du5vNsDKkyedQkik+sEabbKAnCliv9BEsHZgQ==",
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10869
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
        "bs-logger": "0.x",
        "fast-json-stable-stringify": "2.x",
        "jest-util": "^28.0.0",
        "json5": "^2.2.1",
        "lodash.memoize": "4.x",
        "make-error": "1.x",
        "semver": "7.x",
        "yargs-parser": "^21.0.1"
      },
      "bin": {
        "ts-jest": "cli.js"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10881
10882
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10883
10884
10885
10886
10887
10888
10889
10890
10891
10892
10893
10894
10895
10896
10897
10898
10899
10900
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
      },
      "peerDependencies": {
        "@babel/core": ">=7.0.0-beta.0 <8",
        "babel-jest": "^28.0.0",
        "jest": "^28.0.0",
        "typescript": ">=4.3"
      },
      "peerDependenciesMeta": {
        "@babel/core": {
          "optional": true
        },
        "babel-jest": {
          "optional": true
        },
        "esbuild": {
          "optional": true
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10901
10902
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10903
10904
10905
10906
10907
    "node_modules/ts-jest/node_modules/semver": {
      "version": "7.3.7",
      "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
      "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10908
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10909
10910
10911
10912
        "lru-cache": "^6.0.0"
      },
      "bin": {
        "semver": "bin/semver.js"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10913
10914
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10915
        "node": ">=10"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10916
10917
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10918
10919
10920
10921
    "node_modules/ts-node": {
      "version": "9.1.1",
      "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-9.1.1.tgz",
      "integrity": "sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10922
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
10946
10947
      "dependencies": {
        "arg": "^4.1.0",
        "create-require": "^1.1.0",
        "diff": "^4.0.1",
        "make-error": "^1.1.1",
        "source-map-support": "^0.5.17",
        "yn": "3.1.1"
      },
      "bin": {
        "ts-node": "dist/bin.js",
        "ts-node-script": "dist/bin-script.js",
        "ts-node-transpile-only": "dist/bin-transpile.js",
        "ts-script": "dist/bin-script-deprecated.js"
      },
      "engines": {
        "node": ">=10.0.0"
      },
      "peerDependencies": {
        "typescript": ">=2.7"
      }
    },
    "node_modules/ts-node/node_modules/diff": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
      "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10948
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10949
10950
10951
10952
      "engines": {
        "node": ">=0.3.1"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10953
10954
10955
10956
10957
10958
10959
10960
10961
10962
    "node_modules/ts-node/node_modules/source-map-support": {
      "version": "0.5.21",
      "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
      "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
      "dev": true,
      "dependencies": {
        "buffer-from": "^1.0.0",
        "source-map": "^0.6.0"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10963
10964
10965
10966
10967
    "node_modules/ts-standard": {
      "version": "11.0.0",
      "resolved": "https://registry.npmjs.org/ts-standard/-/ts-standard-11.0.0.tgz",
      "integrity": "sha512-fe+PCOM6JTMIcG1Smr8BQJztUi3dc/SDJMqezxNAL8pe/0+h0shK0+fNPTuF1hMVMYO+O53Wtp9WQHqj0GJtMw==",
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10968
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
        "@typescript-eslint/eslint-plugin": "^4.26.1",
        "eslint": "^7.28.0",
        "eslint-config-standard": "^16.0.3",
        "eslint-config-standard-jsx": "^10.0.0",
        "eslint-config-standard-with-typescript": "^21.0.1",
        "eslint-plugin-import": "^2.23.4",
        "eslint-plugin-node": "^11.1.0",
        "eslint-plugin-promise": "^5.1.0",
        "eslint-plugin-react": "^7.24.0",
        "get-stdin": "^8.0.0",
        "minimist": "^1.2.5",
        "pkg-conf": "^3.1.0",
        "standard-engine": "^14.0.1"
      },
      "bin": {
        "ts-standard": "bin/cmd.js"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10985
10986
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10987
10988
10989
10990
10991
10992
        "node": ">=12.0.0"
      },
      "peerDependencies": {
        "typescript": ">=3.8"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10993
10994
10995
10996
10997
10998
    "node_modules/ts-standard/node_modules/minimist": {
      "version": "1.2.6",
      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
      "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
      "dev": true
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10999
11000
    "node_modules/tsconfig-paths": {
      "version": "3.14.1",
For faster browsing, not all history is shown. View entire blame