.package-lock.json 64.5 KB
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1001
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1002
1003
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1004
1005
1006
1007
    "node_modules/mime-types": {
      "version": "2.1.31",
      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.31.tgz",
      "integrity": "sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1008
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1009
        "mime-db": "1.48.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1010
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1011
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1012
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1013
1014
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1015
1016
1017
1018
    "node_modules/minimatch": {
      "version": "3.1.2",
      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
      "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1019
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1020
        "brace-expansion": "^1.1.7"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1021
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1022
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1023
        "node": "*"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1024
1025
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1026
1027
1028
1029
1030
    "node_modules/mkdirp": {
      "version": "0.5.1",
      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
      "integrity": "sha512-SknJC52obPfGQPnjIkXbmA6+5H15E+fR+E4iR2oQ3zzCLbd7/ONua69R/Gw7AgkTLsRG+r5fzksYwWe1AgTyWA==",
      "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1031
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1032
        "minimist": "0.0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1033
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1034
1035
      "bin": {
        "mkdirp": "bin/cmd.js"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1036
1037
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1038
1039
1040
1041
1042
1043
1044
1045
1046
    "node_modules/mkdirp/node_modules/minimist": {
      "version": "0.0.8",
      "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
      "integrity": "sha512-miQKw5Hv4NS1Psg2517mV4e4dYNaO3++hjAvLOAzKqZ61rH8NS1SK+vbfBWZ5PY/Me/bEWhUwqMghEW5Fb9T7Q=="
    },
    "node_modules/mocha": {
      "version": "3.5.3",
      "resolved": "https://registry.npmjs.org/mocha/-/mocha-3.5.3.tgz",
      "integrity": "sha512-/6na001MJWEtYxHOV1WLfsmR4YIynkUEhBwzsb+fk2qmQ3iqsi258l/Q2MWHJMImAcNpZ8DEdYAK72NHoIQ9Eg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1047
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
        "browser-stdout": "1.3.0",
        "commander": "2.9.0",
        "debug": "2.6.9",
        "diff": "3.5.0",
        "escape-string-regexp": "1.0.5",
        "glob": "7.1.1",
        "growl": "1.10.2",
        "he": "1.1.1",
        "json3": "3.3.2",
        "lodash.create": "3.1.1",
        "mkdirp": "0.5.1",
        "supports-color": "3.1.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1060
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1061
1062
1063
      "bin": {
        "_mocha": "bin/_mocha",
        "mocha": "bin/mocha"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1064
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1065
1066
1067
      "engines": {
        "node": ">= 0.10.x",
        "npm": ">= 1.4.x"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1068
1069
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1070
1071
1072
1073
    "node_modules/mocha/node_modules/glob": {
      "version": "7.1.1",
      "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
      "integrity": "sha1-gFIR3wT6rxxjo2ADBs31reULLsg=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1074
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1075
1076
1077
1078
1079
1080
        "fs.realpath": "^1.0.0",
        "inflight": "^1.0.4",
        "inherits": "2",
        "minimatch": "^3.0.2",
        "once": "^1.3.0",
        "path-is-absolute": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1081
1082
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1083
        "node": "*"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1084
1085
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1086
1087
1088
1089
    "node_modules/mocha/node_modules/has-flag": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
      "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1090
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1091
        "node": ">=0.10.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1092
1093
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1094
1095
1096
1097
    "node_modules/mocha/node_modules/supports-color": {
      "version": "3.1.2",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz",
      "integrity": "sha1-cqJiiU2dQIuVbKBf83su2KbiotU=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1098
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1099
        "has-flag": "^1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1100
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1101
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1102
        "node": ">=0.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1103
1104
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1105
1106
1107
1108
    "node_modules/morgan": {
      "version": "1.10.0",
      "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz",
      "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1109
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1110
1111
1112
1113
1114
        "basic-auth": "~2.0.1",
        "debug": "2.6.9",
        "depd": "~2.0.0",
        "on-finished": "~2.3.0",
        "on-headers": "~1.0.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1115
1116
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1117
        "node": ">= 0.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1118
1119
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1120
1121
1122
1123
    "node_modules/morgan/node_modules/depd": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
      "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1124
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1125
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1126
1127
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1128
1129
1130
1131
1132
1133
1134
1135
1136
    "node_modules/ms": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
      "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
    },
    "node_modules/mysql2": {
      "version": "2.2.5",
      "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-2.2.5.tgz",
      "integrity": "sha512-XRqPNxcZTpmFdXbJqb+/CtYVLCx14x1RTeNMD4954L331APu75IC74GDqnZMEt1kwaXy6TySo55rF2F3YJS78g==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1137
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1138
1139
1140
1141
1142
1143
1144
1145
        "denque": "^1.4.1",
        "generate-function": "^2.3.1",
        "iconv-lite": "^0.6.2",
        "long": "^4.0.0",
        "lru-cache": "^6.0.0",
        "named-placeholders": "^1.1.2",
        "seq-queue": "^0.0.5",
        "sqlstring": "^2.3.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1146
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1147
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1148
        "node": ">= 8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1149
1150
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1151
1152
1153
1154
    "node_modules/mysql2/node_modules/iconv-lite": {
      "version": "0.6.3",
      "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
      "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1155
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1156
        "safer-buffer": ">= 2.1.2 < 3.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1157
1158
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1159
        "node": ">=0.10.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1160
1161
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1162
1163
1164
1165
    "node_modules/mysql2/node_modules/sqlstring": {
      "version": "2.3.2",
      "resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.2.tgz",
      "integrity": "sha512-vF4ZbYdKS8OnoJAWBmMxCQDkiEBkGQYU7UZPtL8flbDRSNkhaXvRJ279ZtI6M+zDaQovVU4tuRgzK5fVhvFAhg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1166
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1167
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1168
1169
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1170
1171
1172
1173
    "node_modules/named-placeholders": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.2.tgz",
      "integrity": "sha512-wiFWqxoLL3PGVReSZpjLVxyJ1bRqe+KKJVbr4hGs1KWfTZTQyezHFBbuKj9hsizHyGV2ne7EMjHdxEGAybD5SA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1174
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1175
        "lru-cache": "^4.1.3"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1176
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1177
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1178
        "node": ">=6.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1179
1180
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1181
1182
1183
1184
    "node_modules/named-placeholders/node_modules/lru-cache": {
      "version": "4.1.5",
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
      "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1185
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1186
1187
        "pseudomap": "^1.0.2",
        "yallist": "^2.1.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1188
1189
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1190
1191
1192
1193
1194
1195
1196
1197
1198
    "node_modules/named-placeholders/node_modules/yallist": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
      "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
    },
    "node_modules/negotiator": {
      "version": "0.6.2",
      "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
      "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1199
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1200
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1201
1202
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1203
1204
1205
1206
    "node_modules/node-forge": {
      "version": "0.10.0",
      "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
      "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1207
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1208
        "node": ">= 6.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1209
1210
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1211
1212
1213
1214
    "node_modules/nodemailer": {
      "version": "6.6.1",
      "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.6.1.tgz",
      "integrity": "sha512-1xzFN3gqv+/qJ6YRyxBxfTYstLNt0FCtZaFRvf4Sg9wxNGWbwFmGXVpfSi6ThGK6aRxAo+KjHtYSW8NvCsNSAg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1215
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1216
        "node": ">=6.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1217
1218
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1219
1220
1221
1222
    "node_modules/nodemailer-ntlm-auth": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/nodemailer-ntlm-auth/-/nodemailer-ntlm-auth-1.0.1.tgz",
      "integrity": "sha512-nQK3NHGpyVU0CcGfpq2rzM3Xg/ZLYOwBGfIAz+oxW3Jhaj3opPC6eLXuei0doK5++Hm0zjl/PH+y7ZCc8sDFtg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1223
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1224
        "httpntlm": "1.7.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1225
1226
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1227
1228
1229
1230
    "node_modules/object-assign": {
      "version": "4.1.1",
      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
      "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1231
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1232
        "node": ">=0.10.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1233
1234
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1235
1236
1237
1238
    "node_modules/on-finished": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
      "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1239
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1240
        "ee-first": "1.1.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1241
1242
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1243
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1244
1245
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1246
1247
1248
1249
    "node_modules/on-headers": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
      "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1250
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1251
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1252
1253
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1254
1255
1256
1257
    "node_modules/once": {
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
      "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1258
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1259
1260
1261
1262
1263
1264
1265
        "wrappy": "1"
      }
    },
    "node_modules/parseurl": {
      "version": "1.3.3",
      "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
      "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1266
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1267
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1268
1269
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1270
1271
1272
1273
    "node_modules/passport": {
      "version": "0.3.2",
      "resolved": "https://registry.npmjs.org/passport/-/passport-0.3.2.tgz",
      "integrity": "sha1-ndAJ+RXo/glbASSgG4+C2gdRAQI=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1274
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1275
1276
        "passport-strategy": "1.x.x",
        "pause": "0.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1277
1278
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1279
        "node": ">= 0.4.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1280
1281
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1282
1283
1284
1285
    "node_modules/passport-saml": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/passport-saml/-/passport-saml-2.2.0.tgz",
      "integrity": "sha512-Qkr9WbhGY1AAAgslJ4yFn7ObQp/cLu2L1bubwXvl8vsvXQujPemKYhD3SwdilEIllZ/EPTlHgld+4wiPRYxd8Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1286
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1287
1288
1289
1290
1291
1292
1293
        "debug": "^4.3.1",
        "passport-strategy": "*",
        "xml-crypto": "^2.1.1",
        "xml-encryption": "^1.2.3",
        "xml2js": "^0.4.23",
        "xmlbuilder": "^15.1.1",
        "xmldom": "0.5.x"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1294
1295
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1296
        "node": ">= 10"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1297
1298
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1299
1300
1301
1302
    "node_modules/passport-saml/node_modules/debug": {
      "version": "4.3.1",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
      "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1303
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1304
        "ms": "2.1.2"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1305
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1306
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1307
        "node": ">=6.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1308
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1309
1310
1311
1312
      "peerDependenciesMeta": {
        "supports-color": {
          "optional": true
        }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1313
1314
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1315
1316
1317
1318
1319
1320
1321
1322
1323
    "node_modules/passport-saml/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=="
    },
    "node_modules/passport-strategy": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz",
      "integrity": "sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1324
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1325
        "node": ">= 0.4.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1326
1327
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1328
1329
1330
1331
1332
1333
    "node_modules/path-is-absolute": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
      "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
      "engines": {
        "node": ">=0.10.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1334
1335
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
    "node_modules/path-parse": {
      "version": "1.0.7",
      "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
      "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
    },
    "node_modules/path-to-regexp": {
      "version": "0.1.7",
      "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
      "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
    },
    "node_modules/pause": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz",
      "integrity": "sha1-HUCLP9t2kjuVQ9lvtMnf1TXZy10="
    },
    "node_modules/promise": {
      "version": "7.3.1",
      "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
      "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1355
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1356
        "asap": "~2.0.3"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1357
1358
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1359
1360
1361
1362
    "node_modules/proxy-addr": {
      "version": "2.0.7",
      "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
      "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1363
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1364
1365
        "forwarded": "0.2.0",
        "ipaddr.js": "1.9.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1366
1367
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1368
        "node": ">= 0.10"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1369
1370
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1371
1372
1373
1374
1375
1376
1377
1378
1379
    "node_modules/pseudomap": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
      "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
    },
    "node_modules/pug": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/pug/-/pug-3.0.2.tgz",
      "integrity": "sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1380
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1381
1382
1383
1384
1385
1386
1387
1388
        "pug-code-gen": "^3.0.2",
        "pug-filters": "^4.0.0",
        "pug-lexer": "^5.0.1",
        "pug-linker": "^4.0.0",
        "pug-load": "^3.0.0",
        "pug-parser": "^6.0.0",
        "pug-runtime": "^3.0.1",
        "pug-strip-comments": "^2.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1389
1390
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1391
1392
1393
1394
    "node_modules/pug-attrs": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/pug-attrs/-/pug-attrs-3.0.0.tgz",
      "integrity": "sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1395
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1396
1397
1398
        "constantinople": "^4.0.1",
        "js-stringify": "^1.0.2",
        "pug-runtime": "^3.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1399
1400
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1401
1402
1403
1404
    "node_modules/pug-code-gen": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-3.0.2.tgz",
      "integrity": "sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1405
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1406
1407
1408
1409
1410
1411
1412
1413
        "constantinople": "^4.0.1",
        "doctypes": "^1.1.0",
        "js-stringify": "^1.0.2",
        "pug-attrs": "^3.0.0",
        "pug-error": "^2.0.0",
        "pug-runtime": "^3.0.0",
        "void-elements": "^3.1.0",
        "with": "^7.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1414
1415
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1416
1417
1418
1419
    "node_modules/pug-error": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/pug-error/-/pug-error-2.0.0.tgz",
      "integrity": "sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1420
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1421
1422
1423
1424
    "node_modules/pug-filters": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/pug-filters/-/pug-filters-4.0.0.tgz",
      "integrity": "sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1425
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1426
1427
1428
1429
1430
        "constantinople": "^4.0.1",
        "jstransformer": "1.0.0",
        "pug-error": "^2.0.0",
        "pug-walk": "^2.0.0",
        "resolve": "^1.15.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1431
1432
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1433
1434
1435
1436
1437
1438
1439
1440
1441
    "node_modules/pug-lexer": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/pug-lexer/-/pug-lexer-5.0.1.tgz",
      "integrity": "sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==",
      "dependencies": {
        "character-parser": "^2.2.0",
        "is-expression": "^4.0.0",
        "pug-error": "^2.0.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1442
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1443
1444
1445
1446
    "node_modules/pug-linker": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/pug-linker/-/pug-linker-4.0.0.tgz",
      "integrity": "sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1447
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1448
1449
        "pug-error": "^2.0.0",
        "pug-walk": "^2.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1450
1451
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1452
1453
1454
1455
    "node_modules/pug-load": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/pug-load/-/pug-load-3.0.0.tgz",
      "integrity": "sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1456
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1457
1458
        "object-assign": "^4.1.1",
        "pug-walk": "^2.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1459
1460
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1461
1462
1463
1464
    "node_modules/pug-parser": {
      "version": "6.0.0",
      "resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-6.0.0.tgz",
      "integrity": "sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1465
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1466
1467
        "pug-error": "^2.0.0",
        "token-stream": "1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1468
1469
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
    "node_modules/pug-runtime": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/pug-runtime/-/pug-runtime-3.0.1.tgz",
      "integrity": "sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg=="
    },
    "node_modules/pug-strip-comments": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/pug-strip-comments/-/pug-strip-comments-2.0.0.tgz",
      "integrity": "sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==",
      "dependencies": {
        "pug-error": "^2.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1481
1482
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1483
1484
1485
1486
    "node_modules/pug-walk": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/pug-walk/-/pug-walk-2.0.0.tgz",
      "integrity": "sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1487
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1488
1489
1490
1491
    "node_modules/qs": {
      "version": "6.7.0",
      "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
      "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1492
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1493
        "node": ">=0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1494
1495
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1496
1497
1498
1499
    "node_modules/random-bytes": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz",
      "integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1500
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1501
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1502
1503
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1504
1505
1506
1507
    "node_modules/range-parser": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
      "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1508
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1509
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1510
1511
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1512
1513
1514
1515
    "node_modules/raw-body": {
      "version": "2.4.0",
      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
      "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1516
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1517
1518
1519
1520
        "bytes": "3.1.0",
        "http-errors": "1.7.2",
        "iconv-lite": "0.4.24",
        "unpipe": "1.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1521
1522
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1523
        "node": ">= 0.8"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1524
1525
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1526
1527
1528
1529
    "node_modules/resolve": {
      "version": "1.20.0",
      "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
      "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1530
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1531
1532
        "is-core-module": "^2.2.0",
        "path-parse": "^1.0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1533
1534
1535
1536
1537
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1538
1539
1540
1541
    "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=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1542
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1543
    "node_modules/safer-buffer": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1544
      "version": "2.1.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1545
1546
      "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
      "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1547
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1548
1549
1550
1551
    "node_modules/sax": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
      "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1552
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1553
1554
1555
1556
    "node_modules/send": {
      "version": "0.17.1",
      "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
      "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1557
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
        "debug": "2.6.9",
        "depd": "~1.1.2",
        "destroy": "~1.0.4",
        "encodeurl": "~1.0.2",
        "escape-html": "~1.0.3",
        "etag": "~1.8.1",
        "fresh": "0.5.2",
        "http-errors": "~1.7.2",
        "mime": "1.6.0",
        "ms": "2.1.1",
        "on-finished": "~2.3.0",
        "range-parser": "~1.2.1",
        "statuses": "~1.5.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1571
1572
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1573
        "node": ">= 0.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1574
1575
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1576
1577
1578
1579
    "node_modules/send/node_modules/ms": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
      "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1580
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1581
1582
1583
1584
    "node_modules/seq-queue": {
      "version": "0.0.5",
      "resolved": "https://registry.npmjs.org/seq-queue/-/seq-queue-0.0.5.tgz",
      "integrity": "sha1-1WgS4cAXpuTnw+Ojeh2m143TyT4="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1585
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1586
1587
1588
1589
    "node_modules/serve-static": {
      "version": "1.14.1",
      "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
      "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1590
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1591
1592
1593
1594
        "encodeurl": "~1.0.2",
        "escape-html": "~1.0.3",
        "parseurl": "~1.3.3",
        "send": "0.17.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1595
      },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1596
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1597
        "node": ">= 0.8.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1598
1599
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1600
1601
1602
1603
1604
1605
1606
1607
1608
    "node_modules/setprototypeof": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
      "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw=="
    },
    "node_modules/statuses": {
      "version": "1.5.0",
      "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
      "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1609
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1610
        "node": ">= 0.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1611
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1612
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1613
1614
1615
1616
1617
1618
1619
    "node_modules/streamsearch": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
      "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
      "engines": {
        "node": ">=10.0.0"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1620
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
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
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
    "node_modules/to-fast-properties": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
      "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/toidentifier": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
      "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
      "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",
      "integrity": "sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ="
    },
    "node_modules/type-detect": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-1.0.0.tgz",
      "integrity": "sha1-diIXzAbbJY7EiQihKY6LlRIejqI=",
      "engines": {
        "node": "*"
      }
    },
    "node_modules/type-is": {
      "version": "1.6.18",
      "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
      "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
      "dependencies": {
        "media-typer": "0.3.0",
        "mime-types": "~2.1.24"
      },
      "engines": {
        "node": ">= 0.6"
      }
    },
    "node_modules/uid-safe": {
      "version": "2.1.5",
      "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz",
      "integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==",
      "dependencies": {
        "random-bytes": "~1.0.0"
      },
      "engines": {
        "node": ">= 0.8"
      }
    },
    "node_modules/underscore": {
      "version": "1.7.0",
      "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz",
      "integrity": "sha512-cp0oQQyZhUM1kpJDLdGO1jPZHgS/MpzoWYfe9+CM2h/QGDZlqwT2T3YGukuBdaNJ/CAPoeyAZRRHz8JFo176vA=="
    },
    "node_modules/unpipe": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
      "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
      "engines": {
        "node": ">= 0.8"
      }
    },
    "node_modules/utils-merge": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
      "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=",
      "engines": {
        "node": ">= 0.4.0"
      }
    },
    "node_modules/vary": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
      "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
      "engines": {
        "node": ">= 0.8"
      }
    },
    "node_modules/void-elements": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz",
      "integrity": "sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=",
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/with": {
      "version": "7.0.2",
      "resolved": "https://registry.npmjs.org/with/-/with-7.0.2.tgz",
      "integrity": "sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==",
      "dependencies": {
        "@babel/parser": "^7.9.6",
        "@babel/types": "^7.9.6",
        "assert-never": "^1.2.1",
        "babel-walk": "3.0.0-canary-5"
      },
      "engines": {
        "node": ">= 10.0.0"
      }
    },
    "node_modules/wrappy": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
      "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
    },
    "node_modules/xml-crypto": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-2.1.3.tgz",
      "integrity": "sha512-MpXZwnn9JK0mNPZ5mnFIbNnQa+8lMGK4NtnX2FlJMfMWR60sJdFO9X72yO6ji068pxixzk53O7x0/iSKh6IhyQ==",
      "dependencies": {
        "@xmldom/xmldom": "^0.7.0",
        "xpath": "0.0.32"
      },
      "engines": {
        "node": ">=0.4.0"
      }
    },
    "node_modules/xml-encryption": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-1.3.0.tgz",
      "integrity": "sha512-3P8C4egMMxSR1BmsRM+fG16a3WzOuUEQKS2U4c3AZ5v7OseIfdUeVkD8dwxIhuLryFZSRWUL5OP6oqkgU7hguA==",
      "dependencies": {
        "@xmldom/xmldom": "^0.7.0",
        "escape-html": "^1.0.3",
        "node-forge": "^0.10.0",
        "xpath": "0.0.32"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/xml2js": {
      "version": "0.4.23",
      "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",
      "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==",
      "dependencies": {
        "sax": ">=0.6.0",
        "xmlbuilder": "~11.0.0"
      },
      "engines": {
        "node": ">=4.0.0"
      }
    },
    "node_modules/xml2js/node_modules/xmlbuilder": {
      "version": "11.0.1",
      "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
      "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
      "engines": {
        "node": ">=4.0"
      }
    },
    "node_modules/xmlbuilder": {
      "version": "15.1.1",
      "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz",
      "integrity": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==",
      "engines": {
        "node": ">=8.0"
      }
    },
    "node_modules/xmldom": {
      "version": "0.5.0",
      "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz",
      "integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==",
      "engines": {
        "node": ">=10.0.0"
      }
    },
    "node_modules/xpath": {
      "version": "0.0.32",
      "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz",
      "integrity": "sha512-rxMJhSIoiO8vXcWvSifKqhvV96GjiD5wYb8/QHdoRyQvraTpp4IEv944nhGausZZ3u7dhQXteZuZbaqfpB7uYw==",
      "engines": {
        "node": ">=0.6.0"
      }
    },
    "node_modules/yallist": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
      "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
    }
  }
}
For faster browsing, not all history is shown. View entire blame