package-lock.json 677 KB
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1001
      "dependencies": {
1002
        "@babel/helper-plugin-utils": "^7.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1003
      },
1004
1005
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1006
1007
      }
    },
1008
1009
1010
1011
    "node_modules/@babel/plugin-syntax-export-namespace-from": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
      "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1012
      "dev": true,
1013
1014
1015
1016
1017
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.8.3"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1018
1019
      }
    },
1020
1021
1022
1023
    "node_modules/@babel/plugin-syntax-import-assertions": {
      "version": "7.17.12",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.17.12.tgz",
      "integrity": "sha512-n/loy2zkq9ZEM8tEOwON9wTQSTNDTDEz6NujPtJGLU7qObzT1N4c4YZZf8E6ATB2AjNQg/Ib2AIpO03EZaCehw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1024
      "dev": true,
1025
1026
1027
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.17.12"
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1028
      "engines": {
1029
        "node": ">=6.9.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1030
      },
1031
1032
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1033
1034
      }
    },
1035
1036
1037
1038
    "node_modules/@babel/plugin-syntax-import-meta": {
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
      "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1039
1040
      "dev": true,
      "dependencies": {
1041
        "@babel/helper-plugin-utils": "^7.10.4"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1042
      },
1043
1044
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1045
1046
      }
    },
1047
1048
1049
1050
    "node_modules/@babel/plugin-syntax-json-strings": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
      "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1051
1052
      "dev": true,
      "dependencies": {
1053
        "@babel/helper-plugin-utils": "^7.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1054
      },
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
      "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
      "dev": true,
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.10.4"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1066
      },
1067
1068
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1069
1070
      }
    },
1071
1072
1073
1074
    "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
      "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1075
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1076
      "dependencies": {
1077
        "@babel/helper-plugin-utils": "^7.8.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1078
      },
1079
1080
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1081
1082
      }
    },
1083
1084
1085
1086
    "node_modules/@babel/plugin-syntax-numeric-separator": {
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
      "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1087
      "dev": true,
1088
1089
1090
1091
1092
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.10.4"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1093
1094
      }
    },
1095
1096
1097
1098
    "node_modules/@babel/plugin-syntax-object-rest-spread": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
      "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1099
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1100
      "dependencies": {
1101
        "@babel/helper-plugin-utils": "^7.8.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1102
      },
1103
1104
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1105
1106
      }
    },
1107
1108
1109
1110
    "node_modules/@babel/plugin-syntax-optional-catch-binding": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
      "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1111
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1112
      "dependencies": {
1113
        "@babel/helper-plugin-utils": "^7.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1114
1115
      },
      "peerDependencies": {
1116
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1117
1118
      }
    },
1119
1120
1121
1122
    "node_modules/@babel/plugin-syntax-optional-chaining": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
      "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1123
1124
      "dev": true,
      "dependencies": {
1125
        "@babel/helper-plugin-utils": "^7.8.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1126
      },
1127
1128
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1129
1130
      }
    },
1131
1132
1133
1134
    "node_modules/@babel/plugin-syntax-private-property-in-object": {
      "version": "7.14.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
      "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1135
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1136
      "dependencies": {
1137
        "@babel/helper-plugin-utils": "^7.14.5"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1138
1139
      },
      "engines": {
1140
1141
1142
1143
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1144
1145
      }
    },
1146
1147
1148
1149
    "node_modules/@babel/plugin-syntax-top-level-await": {
      "version": "7.14.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
      "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1150
1151
      "dev": true,
      "dependencies": {
1152
        "@babel/helper-plugin-utils": "^7.14.5"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1153
1154
      },
      "engines": {
1155
1156
1157
1158
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
1159
1160
      }
    },
1161
1162
1163
1164
    "node_modules/@babel/plugin-syntax-typescript": {
      "version": "7.17.12",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.12.tgz",
      "integrity": "sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw==",
1165
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1166
      "dependencies": {
1167
        "@babel/helper-plugin-utils": "^7.17.12"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1168
1169
      },
      "engines": {
1170
1171
1172
1173
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1174
1175
      }
    },
1176
1177
1178
1179
    "node_modules/@babel/plugin-transform-arrow-functions": {
      "version": "7.17.12",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.17.12.tgz",
      "integrity": "sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA==",
1180
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1181
      "dependencies": {
1182
        "@babel/helper-plugin-utils": "^7.17.12"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1183
      },
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1184
      "engines": {
1185
1186
1187
1188
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1189
1190
      }
    },
1191
1192
1193
1194
    "node_modules/@babel/plugin-transform-async-to-generator": {
      "version": "7.17.12",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.17.12.tgz",
      "integrity": "sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1195
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1196
      "dependencies": {
1197
1198
1199
        "@babel/helper-module-imports": "^7.16.7",
        "@babel/helper-plugin-utils": "^7.17.12",
        "@babel/helper-remap-async-to-generator": "^7.16.8"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1200
1201
      },
      "engines": {
1202
        "node": ">=6.9.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1203
1204
      },
      "peerDependencies": {
1205
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1206
1207
      }
    },
1208
1209
1210
1211
    "node_modules/@babel/plugin-transform-block-scoped-functions": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz",
      "integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1212
1213
      "dev": true,
      "dependencies": {
1214
        "@babel/helper-plugin-utils": "^7.16.7"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1215
1216
      },
      "engines": {
1217
1218
1219
1220
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1221
1222
      }
    },
1223
1224
1225
1226
    "node_modules/@babel/plugin-transform-block-scoping": {
      "version": "7.18.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.4.tgz",
      "integrity": "sha512-+Hq10ye+jlvLEogSOtq4mKvtk7qwcUQ1f0Mrueai866C82f844Yom2cttfJdMdqRLTxWpsbfbkIkOIfovyUQXw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1227
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1228
      "dependencies": {
1229
        "@babel/helper-plugin-utils": "^7.17.12"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1230
1231
      },
      "engines": {
1232
1233
1234
1235
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1236
1237
      }
    },
1238
1239
1240
1241
    "node_modules/@babel/plugin-transform-classes": {
      "version": "7.18.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.4.tgz",
      "integrity": "sha512-e42NSG2mlKWgxKUAD9EJJSkZxR67+wZqzNxLSpc51T8tRU5SLFHsPmgYR5yr7sdgX4u+iHA1C5VafJ6AyImV3A==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1242
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1243
      "dependencies": {
1244
1245
1246
1247
1248
1249
1250
1251
        "@babel/helper-annotate-as-pure": "^7.16.7",
        "@babel/helper-environment-visitor": "^7.18.2",
        "@babel/helper-function-name": "^7.17.9",
        "@babel/helper-optimise-call-expression": "^7.16.7",
        "@babel/helper-plugin-utils": "^7.17.12",
        "@babel/helper-replace-supers": "^7.18.2",
        "@babel/helper-split-export-declaration": "^7.16.7",
        "globals": "^11.1.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1252
1253
      },
      "engines": {
1254
1255
1256
1257
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1258
1259
      }
    },
1260
1261
1262
1263
    "node_modules/@babel/plugin-transform-computed-properties": {
      "version": "7.17.12",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.17.12.tgz",
      "integrity": "sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1264
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1265
      "dependencies": {
1266
        "@babel/helper-plugin-utils": "^7.17.12"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1267
1268
      },
      "engines": {
1269
1270
1271
1272
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1273
1274
      }
    },
1275
1276
1277
1278
    "node_modules/@babel/plugin-transform-destructuring": {
      "version": "7.18.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.0.tgz",
      "integrity": "sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1279
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1280
      "dependencies": {
1281
        "@babel/helper-plugin-utils": "^7.17.12"
1282
      },
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1283
      "engines": {
1284
1285
1286
1287
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1288
1289
      }
    },
1290
1291
1292
1293
    "node_modules/@babel/plugin-transform-dotall-regex": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz",
      "integrity": "sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1294
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1295
      "dependencies": {
1296
1297
        "@babel/helper-create-regexp-features-plugin": "^7.16.7",
        "@babel/helper-plugin-utils": "^7.16.7"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1298
      },
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1299
      "engines": {
1300
1301
1302
1303
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1304
1305
      }
    },
1306
1307
1308
1309
    "node_modules/@babel/plugin-transform-duplicate-keys": {
      "version": "7.17.12",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.17.12.tgz",
      "integrity": "sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1310
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1311
      "dependencies": {
1312
        "@babel/helper-plugin-utils": "^7.17.12"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1313
1314
      },
      "engines": {
1315
1316
1317
1318
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1319
1320
      }
    },
1321
1322
1323
1324
    "node_modules/@babel/plugin-transform-exponentiation-operator": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz",
      "integrity": "sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1325
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1326
      "dependencies": {
1327
1328
        "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.7",
        "@babel/helper-plugin-utils": "^7.16.7"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1329
1330
      },
      "engines": {
1331
1332
1333
1334
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1335
1336
      }
    },
1337
1338
1339
1340
    "node_modules/@babel/plugin-transform-for-of": {
      "version": "7.18.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz",
      "integrity": "sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1341
      "dev": true,
1342
1343
1344
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.17.12"
      },
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1345
      "engines": {
1346
1347
1348
1349
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1350
1351
      }
    },
1352
1353
1354
1355
    "node_modules/@babel/plugin-transform-function-name": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz",
      "integrity": "sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1356
      "dev": true,
1357
1358
1359
1360
1361
      "dependencies": {
        "@babel/helper-compilation-targets": "^7.16.7",
        "@babel/helper-function-name": "^7.16.7",
        "@babel/helper-plugin-utils": "^7.16.7"
      },
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1362
      "engines": {
1363
1364
1365
1366
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1367
1368
      }
    },
1369
1370
1371
1372
    "node_modules/@babel/plugin-transform-literals": {
      "version": "7.17.12",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.17.12.tgz",
      "integrity": "sha512-8iRkvaTjJciWycPIZ9k9duu663FT7VrBdNqNgxnVXEFwOIp55JWcZd23VBRySYbnS3PwQ3rGiabJBBBGj5APmQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1373
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1374
      "dependencies": {
1375
1376
1377
1378
1379
1380
1381
        "@babel/helper-plugin-utils": "^7.17.12"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1382
1383
      }
    },
1384
1385
1386
1387
    "node_modules/@babel/plugin-transform-member-expression-literals": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz",
      "integrity": "sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1388
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1389
      "dependencies": {
1390
        "@babel/helper-plugin-utils": "^7.16.7"
1391
1392
      },
      "engines": {
1393
1394
1395
1396
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1397
1398
      }
    },
1399
1400
1401
1402
    "node_modules/@babel/plugin-transform-modules-amd": {
      "version": "7.18.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.0.tgz",
      "integrity": "sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1403
      "dev": true,
1404
1405
1406
1407
1408
      "dependencies": {
        "@babel/helper-module-transforms": "^7.18.0",
        "@babel/helper-plugin-utils": "^7.17.12",
        "babel-plugin-dynamic-import-node": "^2.3.3"
      },
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1409
      "engines": {
1410
1411
1412
1413
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1414
1415
      }
    },
1416
1417
1418
1419
    "node_modules/@babel/plugin-transform-modules-commonjs": {
      "version": "7.18.2",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz",
      "integrity": "sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1420
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1421
      "dependencies": {
1422
1423
1424
1425
        "@babel/helper-module-transforms": "^7.18.0",
        "@babel/helper-plugin-utils": "^7.17.12",
        "@babel/helper-simple-access": "^7.18.2",
        "babel-plugin-dynamic-import-node": "^2.3.3"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1426
1427
      },
      "engines": {
1428
1429
1430
1431
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1432
      }
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1433
    },
1434
1435
1436
1437
    "node_modules/@babel/plugin-transform-modules-systemjs": {
      "version": "7.18.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.5.tgz",
      "integrity": "sha512-SEewrhPpcqMF1V7DhnEbhVJLrC+nnYfe1E0piZMZXBpxi9WvZqWGwpsk7JYP7wPWeqaBh4gyKlBhHJu3uz5g4Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1438
      "dev": true,
1439
1440
1441
1442
1443
1444
1445
      "dependencies": {
        "@babel/helper-hoist-variables": "^7.16.7",
        "@babel/helper-module-transforms": "^7.18.0",
        "@babel/helper-plugin-utils": "^7.17.12",
        "@babel/helper-validator-identifier": "^7.16.7",
        "babel-plugin-dynamic-import-node": "^2.3.3"
      },
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1446
      "engines": {
1447
1448
1449
1450
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1451
1452
      }
    },
1453
1454
1455
1456
    "node_modules/@babel/plugin-transform-modules-umd": {
      "version": "7.18.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.0.tgz",
      "integrity": "sha512-d/zZ8I3BWli1tmROLxXLc9A6YXvGK8egMxHp+E/rRwMh1Kip0AP77VwZae3snEJ33iiWwvNv2+UIIhfalqhzZA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1457
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1458
      "dependencies": {
1459
1460
1461
1462
1463
1464
1465
1466
        "@babel/helper-module-transforms": "^7.18.0",
        "@babel/helper-plugin-utils": "^7.17.12"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1467
1468
      }
    },
1469
1470
1471
1472
    "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
      "version": "7.17.12",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.17.12.tgz",
      "integrity": "sha512-vWoWFM5CKaTeHrdUJ/3SIOTRV+MBVGybOC9mhJkaprGNt5demMymDW24yC74avb915/mIRe3TgNb/d8idvnCRA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1473
1474
      "dev": true,
      "dependencies": {
1475
1476
1477
1478
1479
1480
1481
1482
        "@babel/helper-create-regexp-features-plugin": "^7.17.12",
        "@babel/helper-plugin-utils": "^7.17.12"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1483
1484
      }
    },
1485
1486
1487
1488
    "node_modules/@babel/plugin-transform-new-target": {
      "version": "7.18.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.5.tgz",
      "integrity": "sha512-TuRL5uGW4KXU6OsRj+mLp9BM7pO8e7SGNTEokQRRxHFkXYMFiy2jlKSZPFtI/mKORDzciH+hneskcSOp0gU8hg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1489
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1490
      "dependencies": {
1491
        "@babel/helper-plugin-utils": "^7.17.12"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1492
1493
      },
      "engines": {
1494
1495
1496
1497
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1498
1499
      }
    },
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
    "node_modules/@babel/plugin-transform-object-super": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz",
      "integrity": "sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==",
      "dev": true,
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.16.7",
        "@babel/helper-replace-supers": "^7.16.7"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1515
    },
1516
1517
1518
1519
    "node_modules/@babel/plugin-transform-parameters": {
      "version": "7.17.12",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.17.12.tgz",
      "integrity": "sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1520
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1521
      "dependencies": {
1522
1523
1524
1525
1526
1527
1528
        "@babel/helper-plugin-utils": "^7.17.12"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1529
1530
      }
    },
1531
1532
1533
1534
    "node_modules/@babel/plugin-transform-property-literals": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz",
      "integrity": "sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1535
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1536
      "dependencies": {
1537
1538
1539
1540
1541
1542
1543
        "@babel/helper-plugin-utils": "^7.16.7"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1544
1545
      }
    },
1546
1547
1548
1549
    "node_modules/@babel/plugin-transform-regenerator": {
      "version": "7.18.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.0.tgz",
      "integrity": "sha512-C8YdRw9uzx25HSIzwA7EM7YP0FhCe5wNvJbZzjVNHHPGVcDJ3Aie+qGYYdS1oVQgn+B3eAIJbWFLrJ4Jipv7nw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1550
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1551
      "dependencies": {
1552
1553
1554
1555
1556
1557
1558
1559
        "@babel/helper-plugin-utils": "^7.17.12",
        "regenerator-transform": "^0.15.0"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1560
1561
      }
    },
1562
1563
1564
1565
    "node_modules/@babel/plugin-transform-reserved-words": {
      "version": "7.17.12",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.17.12.tgz",
      "integrity": "sha512-1KYqwbJV3Co03NIi14uEHW8P50Md6KqFgt0FfpHdK6oyAHQVTosgPuPSiWud1HX0oYJ1hGRRlk0fP87jFpqXZA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1566
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1567
      "dependencies": {
1568
1569
1570
1571
1572
1573
1574
        "@babel/helper-plugin-utils": "^7.17.12"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1575
1576
      }
    },
1577
1578
1579
1580
    "node_modules/@babel/plugin-transform-shorthand-properties": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz",
      "integrity": "sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1581
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1582
      "dependencies": {
1583
1584
1585
1586
1587
1588
1589
        "@babel/helper-plugin-utils": "^7.16.7"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1590
1591
      }
    },
1592
1593
1594
1595
    "node_modules/@babel/plugin-transform-spread": {
      "version": "7.17.12",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.17.12.tgz",
      "integrity": "sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1596
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1597
      "dependencies": {
1598
1599
1600
1601
1602
1603
1604
1605
        "@babel/helper-plugin-utils": "^7.17.12",
        "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1606
1607
      }
    },
1608
1609
1610
1611
    "node_modules/@babel/plugin-transform-sticky-regex": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz",
      "integrity": "sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==",
1612
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1613
      "dependencies": {
1614
1615
1616
1617
1618
1619
1620
        "@babel/helper-plugin-utils": "^7.16.7"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1621
1622
      }
    },
1623
1624
1625
1626
    "node_modules/@babel/plugin-transform-template-literals": {
      "version": "7.18.2",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz",
      "integrity": "sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1627
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1628
      "dependencies": {
1629
1630
1631
1632
1633
1634
1635
        "@babel/helper-plugin-utils": "^7.17.12"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1636
1637
      }
    },
1638
1639
1640
1641
    "node_modules/@babel/plugin-transform-typeof-symbol": {
      "version": "7.17.12",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.17.12.tgz",
      "integrity": "sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1642
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1643
      "dependencies": {
1644
1645
1646
1647
1648
1649
1650
        "@babel/helper-plugin-utils": "^7.17.12"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1651
1652
      }
    },
1653
1654
1655
1656
    "node_modules/@babel/plugin-transform-typescript": {
      "version": "7.18.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.4.tgz",
      "integrity": "sha512-l4vHuSLUajptpHNEOUDEGsnpl9pfRLsN1XUoDQDD/YBuXTM+v37SHGS+c6n4jdcZy96QtuUuSvZYMLSSsjH8Mw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1657
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1658
      "dependencies": {
1659
1660
1661
1662
1663
1664
1665
1666
1667
        "@babel/helper-create-class-features-plugin": "^7.18.0",
        "@babel/helper-plugin-utils": "^7.17.12",
        "@babel/plugin-syntax-typescript": "^7.17.12"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1668
1669
      }
    },
1670
1671
1672
1673
    "node_modules/@babel/plugin-transform-unicode-escapes": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz",
      "integrity": "sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1674
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1675
      "dependencies": {
1676
1677
1678
1679
1680
1681
1682
        "@babel/helper-plugin-utils": "^7.16.7"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1683
1684
      }
    },
1685
1686
1687
1688
    "node_modules/@babel/plugin-transform-unicode-regex": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz",
      "integrity": "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1689
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1690
      "dependencies": {
1691
1692
1693
1694
1695
1696
1697
1698
        "@babel/helper-create-regexp-features-plugin": "^7.16.7",
        "@babel/helper-plugin-utils": "^7.16.7"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1699
1700
      }
    },
1701
1702
1703
1704
    "node_modules/@babel/preset-env": {
      "version": "7.18.2",
      "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.2.tgz",
      "integrity": "sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1705
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1706
      "dependencies": {
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
        "@babel/compat-data": "^7.17.10",
        "@babel/helper-compilation-targets": "^7.18.2",
        "@babel/helper-plugin-utils": "^7.17.12",
        "@babel/helper-validator-option": "^7.16.7",
        "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.17.12",
        "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.17.12",
        "@babel/plugin-proposal-async-generator-functions": "^7.17.12",
        "@babel/plugin-proposal-class-properties": "^7.17.12",
        "@babel/plugin-proposal-class-static-block": "^7.18.0",
        "@babel/plugin-proposal-dynamic-import": "^7.16.7",
        "@babel/plugin-proposal-export-namespace-from": "^7.17.12",
        "@babel/plugin-proposal-json-strings": "^7.17.12",
        "@babel/plugin-proposal-logical-assignment-operators": "^7.17.12",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
        "@babel/plugin-proposal-numeric-separator": "^7.16.7",
        "@babel/plugin-proposal-object-rest-spread": "^7.18.0",
        "@babel/plugin-proposal-optional-catch-binding": "^7.16.7",
        "@babel/plugin-proposal-optional-chaining": "^7.17.12",
        "@babel/plugin-proposal-private-methods": "^7.17.12",
        "@babel/plugin-proposal-private-property-in-object": "^7.17.12",
        "@babel/plugin-proposal-unicode-property-regex": "^7.17.12",
        "@babel/plugin-syntax-async-generators": "^7.8.4",
        "@babel/plugin-syntax-class-properties": "^7.12.13",
        "@babel/plugin-syntax-class-static-block": "^7.14.5",
        "@babel/plugin-syntax-dynamic-import": "^7.8.3",
        "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
        "@babel/plugin-syntax-import-assertions": "^7.17.12",
        "@babel/plugin-syntax-json-strings": "^7.8.3",
        "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
        "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
        "@babel/plugin-syntax-numeric-separator": "^7.10.4",
        "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
        "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
        "@babel/plugin-syntax-optional-chaining": "^7.8.3",
        "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
        "@babel/plugin-syntax-top-level-await": "^7.14.5",
        "@babel/plugin-transform-arrow-functions": "^7.17.12",
        "@babel/plugin-transform-async-to-generator": "^7.17.12",
        "@babel/plugin-transform-block-scoped-functions": "^7.16.7",
        "@babel/plugin-transform-block-scoping": "^7.17.12",
        "@babel/plugin-transform-classes": "^7.17.12",
        "@babel/plugin-transform-computed-properties": "^7.17.12",
        "@babel/plugin-transform-destructuring": "^7.18.0",
        "@babel/plugin-transform-dotall-regex": "^7.16.7",
        "@babel/plugin-transform-duplicate-keys": "^7.17.12",
        "@babel/plugin-transform-exponentiation-operator": "^7.16.7",
        "@babel/plugin-transform-for-of": "^7.18.1",
        "@babel/plugin-transform-function-name": "^7.16.7",
        "@babel/plugin-transform-literals": "^7.17.12",
        "@babel/plugin-transform-member-expression-literals": "^7.16.7",
        "@babel/plugin-transform-modules-amd": "^7.18.0",
        "@babel/plugin-transform-modules-commonjs": "^7.18.2",
        "@babel/plugin-transform-modules-systemjs": "^7.18.0",
        "@babel/plugin-transform-modules-umd": "^7.18.0",
        "@babel/plugin-transform-named-capturing-groups-regex": "^7.17.12",
        "@babel/plugin-transform-new-target": "^7.17.12",
        "@babel/plugin-transform-object-super": "^7.16.7",
        "@babel/plugin-transform-parameters": "^7.17.12",
        "@babel/plugin-transform-property-literals": "^7.16.7",
        "@babel/plugin-transform-regenerator": "^7.18.0",
        "@babel/plugin-transform-reserved-words": "^7.17.12",
        "@babel/plugin-transform-shorthand-properties": "^7.16.7",
        "@babel/plugin-transform-spread": "^7.17.12",
        "@babel/plugin-transform-sticky-regex": "^7.16.7",
        "@babel/plugin-transform-template-literals": "^7.18.2",
        "@babel/plugin-transform-typeof-symbol": "^7.17.12",
        "@babel/plugin-transform-unicode-escapes": "^7.16.7",
        "@babel/plugin-transform-unicode-regex": "^7.16.7",
        "@babel/preset-modules": "^0.1.5",
        "@babel/types": "^7.18.2",
        "babel-plugin-polyfill-corejs2": "^0.3.0",
        "babel-plugin-polyfill-corejs3": "^0.5.0",
        "babel-plugin-polyfill-regenerator": "^0.3.0",
        "core-js-compat": "^3.22.1",
        "semver": "^6.3.0"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1788
1789
      }
    },
1790
1791
1792
1793
    "node_modules/@babel/preset-modules": {
      "version": "0.1.5",
      "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
      "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1794
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1795
      "dependencies": {
1796
1797
1798
1799
1800
1801
1802
1803
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
        "@babel/plugin-transform-dotall-regex": "^7.4.4",
        "@babel/types": "^7.4.4",
        "esutils": "^2.0.2"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1804
1805
      }
    },
1806
1807
1808
1809
    "node_modules/@babel/preset-typescript": {
      "version": "7.17.12",
      "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.17.12.tgz",
      "integrity": "sha512-S1ViF8W2QwAKUGJXxP9NAfNaqGDdEBJKpYkxHf5Yy2C4NPPzXGeR3Lhk7G8xJaaLcFTRfNjVbtbVtm8Gb0mqvg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1810
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1811
      "dependencies": {
1812
1813
1814
1815
1816
1817
1818
1819
1820
        "@babel/helper-plugin-utils": "^7.17.12",
        "@babel/helper-validator-option": "^7.16.7",
        "@babel/plugin-transform-typescript": "^7.17.12"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1821
1822
      }
    },
1823
1824
1825
1826
    "node_modules/@babel/runtime": {
      "version": "7.18.3",
      "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.3.tgz",
      "integrity": "sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1827
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1828
      "dependencies": {
1829
1830
1831
1832
        "regenerator-runtime": "^0.13.4"
      },
      "engines": {
        "node": ">=6.9.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1833
1834
      }
    },
1835
1836
1837
1838
    "node_modules/@babel/template": {
      "version": "7.16.7",
      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
      "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1839
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1840
      "dependencies": {
1841
1842
1843
1844
1845
1846
        "@babel/code-frame": "^7.16.7",
        "@babel/parser": "^7.16.7",
        "@babel/types": "^7.16.7"
      },
      "engines": {
        "node": ">=6.9.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1847
1848
      }
    },
1849
1850
1851
1852
    "node_modules/@babel/traverse": {
      "version": "7.18.5",
      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.5.tgz",
      "integrity": "sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1853
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1854
      "dependencies": {
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
        "@babel/code-frame": "^7.16.7",
        "@babel/generator": "^7.18.2",
        "@babel/helper-environment-visitor": "^7.18.2",
        "@babel/helper-function-name": "^7.17.9",
        "@babel/helper-hoist-variables": "^7.16.7",
        "@babel/helper-split-export-declaration": "^7.16.7",
        "@babel/parser": "^7.18.5",
        "@babel/types": "^7.18.4",
        "debug": "^4.1.0",
        "globals": "^11.1.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1865
1866
      },
      "engines": {
1867
        "node": ">=6.9.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1868
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1869
    },
1870
    "node_modules/@babel/traverse/node_modules/debug": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
      "version": "4.3.4",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
      "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
      "dev": true,
      "dependencies": {
        "ms": "2.1.2"
      },
      "engines": {
        "node": ">=6.0"
      },
      "peerDependenciesMeta": {
        "supports-color": {
          "optional": true
        }
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1886
    },
1887
    "node_modules/@babel/traverse/node_modules/ms": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1888
1889
1890
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
      "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1891
1892
      "dev": true
    },
1893
1894
1895
1896
    "node_modules/@babel/types": {
      "version": "7.18.4",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz",
      "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1897
      "dependencies": {
1898
1899
        "@babel/helper-validator-identifier": "^7.16.7",
        "to-fast-properties": "^2.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1900
1901
      },
      "engines": {
1902
        "node": ">=6.9.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1903
1904
      }
    },
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
    "node_modules/@bcoe/v8-coverage": {
      "version": "0.2.3",
      "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
      "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
      "dev": true
    },
    "node_modules/@cspotcode/source-map-support": {
      "version": "0.8.1",
      "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
      "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1915
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1916
      "dependencies": {
1917
        "@jridgewell/trace-mapping": "0.3.9"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1918
1919
      },
      "engines": {
1920
        "node": ">=12"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1921
1922
      }
    },
1923
1924
1925
1926
    "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
      "version": "0.3.9",
      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
      "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1927
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1928
      "dependencies": {
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
        "@jridgewell/resolve-uri": "^3.0.3",
        "@jridgewell/sourcemap-codec": "^1.4.10"
      }
    },
    "node_modules/@eslint/eslintrc": {
      "version": "0.4.3",
      "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz",
      "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==",
      "dev": true,
      "dependencies": {
        "ajv": "^6.12.4",
        "debug": "^4.1.1",
        "espree": "^7.3.0",
        "globals": "^13.9.0",
        "ignore": "^4.0.6",
        "import-fresh": "^3.2.1",
        "js-yaml": "^3.13.1",
        "minimatch": "^3.0.4",
        "strip-json-comments": "^3.1.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1948
1949
1950
      },
      "engines": {
        "node": "^10.12.0 || >=12.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1951
1952
      }
    },
1953
    "node_modules/@eslint/eslintrc/node_modules/debug": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1954
1955
1956
      "version": "4.3.4",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
      "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1957
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1958
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1959
1960
1961
1962
1963
1964
1965
1966
1967
        "ms": "2.1.2"
      },
      "engines": {
        "node": ">=6.0"
      },
      "peerDependenciesMeta": {
        "supports-color": {
          "optional": true
        }
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1968
1969
      }
    },
1970
1971
1972
1973
    "node_modules/@eslint/eslintrc/node_modules/globals": {
      "version": "13.15.0",
      "resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz",
      "integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1974
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1975
      "dependencies": {
1976
        "type-fest": "^0.20.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1977
1978
      },
      "engines": {
1979
        "node": ">=8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1980
1981
      },
      "funding": {
1982
        "url": "https://github.com/sponsors/sindresorhus"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
1983
1984
      }
    },
1985
1986
1987
1988
    "node_modules/@eslint/eslintrc/node_modules/ignore": {
      "version": "4.0.6",
      "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
      "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1989
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1990
      "engines": {
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
        "node": ">= 4"
      }
    },
    "node_modules/@eslint/eslintrc/node_modules/ms": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
      "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
      "dev": true
    },
    "node_modules/@eslint/eslintrc/node_modules/type-fest": {
For faster browsing, not all history is shown. View entire blame