package-lock.json 508 KB
Newer Older
5001
5002
5003
5004
        "@babel/core": "^7.11.6",
        "@jest/types": "^28.1.1",
        "@jridgewell/trace-mapping": "^0.3.7",
        "babel-plugin-istanbul": "^6.1.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5005
        "chalk": "^4.0.0",
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
        "convert-source-map": "^1.4.0",
        "fast-json-stable-stringify": "^2.0.0",
        "graceful-fs": "^4.2.9",
        "jest-haste-map": "^28.1.1",
        "jest-regex-util": "^28.0.2",
        "jest-util": "^28.1.1",
        "micromatch": "^4.0.4",
        "pirates": "^4.0.4",
        "slash": "^3.0.0",
        "write-file-atomic": "^4.0.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5016
      },
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5017
      "engines": {
5018
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5019
5020
      }
    },
5021
5022
5023
5024
    "node_modules/jest-runtime/node_modules/@jest/types": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.1.tgz",
      "integrity": "sha512-vRXVqSg1VhDnB8bWcmvLzmg0Bt9CRKVgHPXqYwvWMX3TvAjeO+nRuK6+VdTKCtWOvYlmkF/HqNAL/z+N3B53Kw==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5025
5026
      "dev": true,
      "dependencies": {
5027
5028
5029
5030
5031
5032
        "@jest/schemas": "^28.0.2",
        "@types/istanbul-lib-coverage": "^2.0.0",
        "@types/istanbul-reports": "^3.0.0",
        "@types/node": "*",
        "@types/yargs": "^17.0.8",
        "chalk": "^4.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5033
5034
      },
      "engines": {
5035
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5036
5037
      }
    },
5038
5039
5040
5041
    "node_modules/jest-runtime/node_modules/@types/yargs": {
      "version": "17.0.10",
      "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.10.tgz",
      "integrity": "sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5042
5043
      "dev": true,
      "dependencies": {
5044
        "@types/yargs-parser": "*"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5045
5046
      }
    },
5047
5048
5049
5050
5051
    "node_modules/jest-runtime/node_modules/jest-haste-map": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.1.tgz",
      "integrity": "sha512-ZrRSE2o3Ezh7sb1KmeLEZRZ4mgufbrMwolcFHNRSjKZhpLa8TdooXOOFlSwoUzlbVs1t0l7upVRW2K7RWGHzbQ==",
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5052
      "dependencies": {
5053
5054
5055
5056
5057
5058
5059
5060
5061
        "@jest/types": "^28.1.1",
        "@types/graceful-fs": "^4.1.3",
        "@types/node": "*",
        "anymatch": "^3.0.3",
        "fb-watchman": "^2.0.0",
        "graceful-fs": "^4.2.9",
        "jest-regex-util": "^28.0.2",
        "jest-util": "^28.1.1",
        "jest-worker": "^28.1.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5062
        "micromatch": "^4.0.4",
5063
        "walker": "^1.0.8"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5064
5065
      },
      "engines": {
5066
5067
5068
5069
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
      },
      "optionalDependencies": {
        "fsevents": "^2.3.2"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5070
5071
      }
    },
5072
5073
5074
5075
    "node_modules/jest-runtime/node_modules/jest-regex-util": {
      "version": "28.0.2",
      "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz",
      "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5076
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5077
      "engines": {
5078
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5079
5080
      }
    },
5081
5082
5083
5084
    "node_modules/jest-runtime/node_modules/jest-util": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.1.tgz",
      "integrity": "sha512-FktOu7ca1DZSyhPAxgxB6hfh2+9zMoJ7aEQA759Z6p45NuO8mWcqujH+UdHlCm/V6JTWwDztM2ITCzU1ijJAfw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5085
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5086
      "dependencies": {
5087
5088
5089
5090
5091
5092
        "@jest/types": "^28.1.1",
        "@types/node": "*",
        "chalk": "^4.0.0",
        "ci-info": "^3.2.0",
        "graceful-fs": "^4.2.9",
        "picomatch": "^2.2.3"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5093
5094
      },
      "engines": {
5095
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5096
5097
      }
    },
5098
5099
5100
5101
    "node_modules/jest-runtime/node_modules/jest-worker": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.1.tgz",
      "integrity": "sha512-Au7slXB08C6h+xbJPp7VIb6U0XX5Kc9uel/WFc6/rcTzGiaVCBRngBExSYuXSLFPULPSYU3cJ3ybS988lNFQhQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5102
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5103
      "dependencies": {
5104
5105
5106
        "@types/node": "*",
        "merge-stream": "^2.0.0",
        "supports-color": "^8.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5107
5108
      },
      "engines": {
5109
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5110
5111
      }
    },
5112
5113
5114
5115
    "node_modules/jest-runtime/node_modules/supports-color": {
      "version": "8.1.1",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
      "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5116
      "dev": true,
5117
5118
      "dependencies": {
        "has-flag": "^4.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5119
      },
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5120
      "engines": {
5121
5122
5123
5124
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/chalk/supports-color?sponsor=1"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5125
5126
      }
    },
5127
5128
5129
5130
    "node_modules/jest-runtime/node_modules/write-file-atomic": {
      "version": "4.0.1",
      "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.1.tgz",
      "integrity": "sha512-nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5131
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5132
      "dependencies": {
5133
5134
        "imurmurhash": "^0.1.4",
        "signal-exit": "^3.0.7"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5135
5136
      },
      "engines": {
5137
        "node": "^12.13.0 || ^14.15.0 || >=16"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5138
5139
      }
    },
5140
5141
5142
5143
    "node_modules/jest-serializer": {
      "version": "27.5.1",
      "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
      "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5144
      "dev": true,
5145
5146
      "optional": true,
      "peer": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5147
      "dependencies": {
5148
5149
        "@types/node": "*",
        "graceful-fs": "^4.2.9"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5150
5151
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5152
        "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5153
5154
      }
    },
5155
5156
5157
5158
    "node_modules/jest-snapshot": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.1.tgz",
      "integrity": "sha512-1KjqHJ98adRcbIdMizjF5DipwZFbvxym/kFO4g4fVZCZRxH/dqV8TiBFCa6rqic3p0karsy8RWS1y4E07b7P0A==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5159
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5160
      "dependencies": {
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
        "@babel/core": "^7.11.6",
        "@babel/generator": "^7.7.2",
        "@babel/plugin-syntax-typescript": "^7.7.2",
        "@babel/traverse": "^7.7.2",
        "@babel/types": "^7.3.3",
        "@jest/expect-utils": "^28.1.1",
        "@jest/transform": "^28.1.1",
        "@jest/types": "^28.1.1",
        "@types/babel__traverse": "^7.0.6",
        "@types/prettier": "^2.1.5",
        "babel-preset-current-node-syntax": "^1.0.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5172
        "chalk": "^4.0.0",
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
        "expect": "^28.1.1",
        "graceful-fs": "^4.2.9",
        "jest-diff": "^28.1.1",
        "jest-get-type": "^28.0.2",
        "jest-haste-map": "^28.1.1",
        "jest-matcher-utils": "^28.1.1",
        "jest-message-util": "^28.1.1",
        "jest-util": "^28.1.1",
        "natural-compare": "^1.4.0",
        "pretty-format": "^28.1.1",
        "semver": "^7.3.5"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5184
      },
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5185
      "engines": {
5186
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5187
5188
      }
    },
5189
5190
5191
5192
5193
    "node_modules/jest-snapshot/node_modules/@jest/transform": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.1.tgz",
      "integrity": "sha512-PkfaTUuvjUarl1EDr5ZQcCA++oXkFCP9QFUkG0yVKVmNObjhrqDy0kbMpMebfHWm3CCDHjYNem9eUSH8suVNHQ==",
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5194
      "dependencies": {
5195
5196
5197
5198
        "@babel/core": "^7.11.6",
        "@jest/types": "^28.1.1",
        "@jridgewell/trace-mapping": "^0.3.7",
        "babel-plugin-istanbul": "^6.1.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5199
        "chalk": "^4.0.0",
5200
5201
5202
5203
5204
5205
5206
5207
        "convert-source-map": "^1.4.0",
        "fast-json-stable-stringify": "^2.0.0",
        "graceful-fs": "^4.2.9",
        "jest-haste-map": "^28.1.1",
        "jest-regex-util": "^28.0.2",
        "jest-util": "^28.1.1",
        "micromatch": "^4.0.4",
        "pirates": "^4.0.4",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5208
        "slash": "^3.0.0",
5209
        "write-file-atomic": "^4.0.1"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5210
5211
      },
      "engines": {
5212
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5213
5214
      }
    },
5215
5216
5217
5218
    "node_modules/jest-snapshot/node_modules/@jest/types": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.1.tgz",
      "integrity": "sha512-vRXVqSg1VhDnB8bWcmvLzmg0Bt9CRKVgHPXqYwvWMX3TvAjeO+nRuK6+VdTKCtWOvYlmkF/HqNAL/z+N3B53Kw==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5219
5220
      "dev": true,
      "dependencies": {
5221
5222
5223
        "@jest/schemas": "^28.0.2",
        "@types/istanbul-lib-coverage": "^2.0.0",
        "@types/istanbul-reports": "^3.0.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5224
        "@types/node": "*",
5225
5226
        "@types/yargs": "^17.0.8",
        "chalk": "^4.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5227
5228
      },
      "engines": {
5229
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5230
5231
      }
    },
5232
5233
5234
5235
    "node_modules/jest-snapshot/node_modules/@types/yargs": {
      "version": "17.0.10",
      "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.10.tgz",
      "integrity": "sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5236
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5237
      "dependencies": {
5238
        "@types/yargs-parser": "*"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5239
5240
      }
    },
5241
5242
5243
5244
    "node_modules/jest-snapshot/node_modules/jest-haste-map": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.1.tgz",
      "integrity": "sha512-ZrRSE2o3Ezh7sb1KmeLEZRZ4mgufbrMwolcFHNRSjKZhpLa8TdooXOOFlSwoUzlbVs1t0l7upVRW2K7RWGHzbQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5245
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5246
      "dependencies": {
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
        "@jest/types": "^28.1.1",
        "@types/graceful-fs": "^4.1.3",
        "@types/node": "*",
        "anymatch": "^3.0.3",
        "fb-watchman": "^2.0.0",
        "graceful-fs": "^4.2.9",
        "jest-regex-util": "^28.0.2",
        "jest-util": "^28.1.1",
        "jest-worker": "^28.1.1",
        "micromatch": "^4.0.4",
        "walker": "^1.0.8"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5258
5259
      },
      "engines": {
5260
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5261
      },
5262
5263
      "optionalDependencies": {
        "fsevents": "^2.3.2"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5264
5265
      }
    },
5266
5267
5268
5269
    "node_modules/jest-snapshot/node_modules/jest-regex-util": {
      "version": "28.0.2",
      "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz",
      "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5270
5271
      "dev": true,
      "engines": {
5272
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5273
5274
      }
    },
5275
5276
5277
5278
    "node_modules/jest-snapshot/node_modules/jest-util": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.1.tgz",
      "integrity": "sha512-FktOu7ca1DZSyhPAxgxB6hfh2+9zMoJ7aEQA759Z6p45NuO8mWcqujH+UdHlCm/V6JTWwDztM2ITCzU1ijJAfw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5279
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5280
      "dependencies": {
5281
5282
        "@jest/types": "^28.1.1",
        "@types/node": "*",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5283
        "chalk": "^4.0.0",
5284
5285
5286
        "ci-info": "^3.2.0",
        "graceful-fs": "^4.2.9",
        "picomatch": "^2.2.3"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5287
5288
      },
      "engines": {
5289
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5290
5291
      }
    },
5292
5293
5294
5295
    "node_modules/jest-snapshot/node_modules/jest-worker": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.1.tgz",
      "integrity": "sha512-Au7slXB08C6h+xbJPp7VIb6U0XX5Kc9uel/WFc6/rcTzGiaVCBRngBExSYuXSLFPULPSYU3cJ3ybS988lNFQhQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5296
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5297
      "dependencies": {
5298
5299
5300
        "@types/node": "*",
        "merge-stream": "^2.0.0",
        "supports-color": "^8.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5301
5302
      },
      "engines": {
5303
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5304
5305
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5306
    "node_modules/jest-snapshot/node_modules/semver": {
5307
5308
5309
      "version": "7.3.7",
      "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
      "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5310
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5311
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5312
5313
5314
5315
5316
5317
5318
        "lru-cache": "^6.0.0"
      },
      "bin": {
        "semver": "bin/semver.js"
      },
      "engines": {
        "node": ">=10"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5319
5320
      }
    },
5321
5322
5323
5324
    "node_modules/jest-snapshot/node_modules/supports-color": {
      "version": "8.1.1",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
      "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5325
5326
      "dev": true,
      "dependencies": {
5327
        "has-flag": "^4.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5328
5329
      },
      "engines": {
5330
        "node": ">=10"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5331
5332
      },
      "funding": {
5333
        "url": "https://github.com/chalk/supports-color?sponsor=1"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5334
5335
      }
    },
5336
5337
5338
5339
5340
    "node_modules/jest-snapshot/node_modules/write-file-atomic": {
      "version": "4.0.1",
      "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.1.tgz",
      "integrity": "sha512-nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ==",
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5341
      "dependencies": {
5342
5343
        "imurmurhash": "^0.1.4",
        "signal-exit": "^3.0.7"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5344
5345
      },
      "engines": {
5346
        "node": "^12.13.0 || ^14.15.0 || >=16"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5347
5348
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5349
    "node_modules/jest-util": {
5350
5351
5352
      "version": "27.5.1",
      "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
      "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5353
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5354
      "dependencies": {
5355
        "@jest/types": "^27.5.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5356
5357
        "@types/node": "*",
        "chalk": "^4.0.0",
5358
5359
        "ci-info": "^3.2.0",
        "graceful-fs": "^4.2.9",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5360
        "picomatch": "^2.2.3"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5361
5362
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5363
        "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5364
5365
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5366
    "node_modules/jest-validate": {
5367
5368
5369
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.1.tgz",
      "integrity": "sha512-Kpf6gcClqFCIZ4ti5++XemYJWUPCFUW+N2gknn+KgnDf549iLul3cBuKVe1YcWRlaF8tZV8eJCap0eECOEE3Ug==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5370
5371
      "dev": true,
      "dependencies": {
5372
        "@jest/types": "^28.1.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5373
5374
        "camelcase": "^6.2.0",
        "chalk": "^4.0.0",
5375
        "jest-get-type": "^28.0.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5376
        "leven": "^3.1.0",
5377
        "pretty-format": "^28.1.1"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5378
5379
      },
      "engines": {
5380
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5381
5382
      }
    },
5383
5384
5385
5386
    "node_modules/jest-validate/node_modules/@jest/types": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.1.tgz",
      "integrity": "sha512-vRXVqSg1VhDnB8bWcmvLzmg0Bt9CRKVgHPXqYwvWMX3TvAjeO+nRuK6+VdTKCtWOvYlmkF/HqNAL/z+N3B53Kw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5387
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5388
      "dependencies": {
5389
5390
5391
5392
5393
5394
        "@jest/schemas": "^28.0.2",
        "@types/istanbul-lib-coverage": "^2.0.0",
        "@types/istanbul-reports": "^3.0.0",
        "@types/node": "*",
        "@types/yargs": "^17.0.8",
        "chalk": "^4.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5395
5396
      },
      "engines": {
5397
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5398
5399
      }
    },
5400
5401
5402
5403
5404
5405
5406
    "node_modules/jest-validate/node_modules/@types/yargs": {
      "version": "17.0.10",
      "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.10.tgz",
      "integrity": "sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==",
      "dev": true,
      "dependencies": {
        "@types/yargs-parser": "*"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5407
5408
5409
      }
    },
    "node_modules/jest-validate/node_modules/camelcase": {
5410
5411
5412
      "version": "6.3.0",
      "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
      "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5413
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5414
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5415
5416
5417
5418
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5419
5420
      }
    },
5421
5422
5423
5424
    "node_modules/jest-watcher": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.1.tgz",
      "integrity": "sha512-RQIpeZ8EIJMxbQrXpJQYIIlubBnB9imEHsxxE41f54ZwcqWLysL/A0ZcdMirf+XsMn3xfphVQVV4EW0/p7i7Ug==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5425
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5426
      "dependencies": {
5427
5428
5429
5430
5431
5432
5433
5434
        "@jest/test-result": "^28.1.1",
        "@jest/types": "^28.1.1",
        "@types/node": "*",
        "ansi-escapes": "^4.2.1",
        "chalk": "^4.0.0",
        "emittery": "^0.10.2",
        "jest-util": "^28.1.1",
        "string-length": "^4.0.1"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5435
5436
      },
      "engines": {
5437
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5438
5439
      }
    },
5440
5441
5442
5443
    "node_modules/jest-watcher/node_modules/@jest/types": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.1.tgz",
      "integrity": "sha512-vRXVqSg1VhDnB8bWcmvLzmg0Bt9CRKVgHPXqYwvWMX3TvAjeO+nRuK6+VdTKCtWOvYlmkF/HqNAL/z+N3B53Kw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5444
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5445
      "dependencies": {
5446
5447
5448
5449
5450
5451
        "@jest/schemas": "^28.0.2",
        "@types/istanbul-lib-coverage": "^2.0.0",
        "@types/istanbul-reports": "^3.0.0",
        "@types/node": "*",
        "@types/yargs": "^17.0.8",
        "chalk": "^4.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5452
5453
      },
      "engines": {
5454
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5455
5456
      }
    },
5457
5458
5459
5460
5461
    "node_modules/jest-watcher/node_modules/@types/yargs": {
      "version": "17.0.10",
      "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.10.tgz",
      "integrity": "sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==",
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5462
      "dependencies": {
5463
        "@types/yargs-parser": "*"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5464
5465
      }
    },
5466
5467
5468
5469
5470
5471
5472
    "node_modules/jest-watcher/node_modules/jest-util": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.1.tgz",
      "integrity": "sha512-FktOu7ca1DZSyhPAxgxB6hfh2+9zMoJ7aEQA759Z6p45NuO8mWcqujH+UdHlCm/V6JTWwDztM2ITCzU1ijJAfw==",
      "dev": true,
      "dependencies": {
        "@jest/types": "^28.1.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5473
5474
        "@types/node": "*",
        "chalk": "^4.0.0",
5475
5476
5477
        "ci-info": "^3.2.0",
        "graceful-fs": "^4.2.9",
        "picomatch": "^2.2.3"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5478
5479
      },
      "engines": {
5480
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5481
5482
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5483
    "node_modules/jest-worker": {
5484
5485
5486
      "version": "27.5.1",
      "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
      "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5487
      "dev": true,
5488
5489
      "optional": true,
      "peer": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5490
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5491
5492
5493
        "@types/node": "*",
        "merge-stream": "^2.0.0",
        "supports-color": "^8.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5494
5495
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5496
        "node": ">= 10.13.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5497
5498
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5499
5500
5501
5502
5503
    "node_modules/jest-worker/node_modules/supports-color": {
      "version": "8.1.1",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
      "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
      "dev": true,
5504
5505
      "optional": true,
      "peer": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5506
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5507
        "has-flag": "^4.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5508
5509
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5510
5511
5512
5513
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/chalk/supports-color?sponsor=1"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5514
5515
      }
    },
5516
5517
5518
5519
5520
    "node_modules/jest/node_modules/@jest/types": {
      "version": "28.1.1",
      "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.1.tgz",
      "integrity": "sha512-vRXVqSg1VhDnB8bWcmvLzmg0Bt9CRKVgHPXqYwvWMX3TvAjeO+nRuK6+VdTKCtWOvYlmkF/HqNAL/z+N3B53Kw==",
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5521
      "dependencies": {
5522
5523
5524
5525
5526
5527
        "@jest/schemas": "^28.0.2",
        "@types/istanbul-lib-coverage": "^2.0.0",
        "@types/istanbul-reports": "^3.0.0",
        "@types/node": "*",
        "@types/yargs": "^17.0.8",
        "chalk": "^4.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5528
5529
      },
      "engines": {
5530
        "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5531
5532
      }
    },
5533
5534
5535
5536
5537
5538
5539
    "node_modules/jest/node_modules/@types/yargs": {
      "version": "17.0.10",
      "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.10.tgz",
      "integrity": "sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==",
      "dev": true,
      "dependencies": {
        "@types/yargs-parser": "*"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5540
5541
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5542
5543
5544
    "node_modules/js-stringify": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz",
5545
      "integrity": "sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
    },
    "node_modules/js-tokens": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
      "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
      "dev": true
    },
    "node_modules/js-yaml": {
      "version": "3.14.1",
      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
      "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5558
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5559
5560
5561
5562
5563
        "argparse": "^1.0.7",
        "esprima": "^4.0.0"
      },
      "bin": {
        "js-yaml": "bin/js-yaml.js"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5564
5565
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5566
5567
5568
5569
5570
5571
5572
    "node_modules/jsesc": {
      "version": "2.5.2",
      "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
      "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
      "dev": true,
      "bin": {
        "jsesc": "bin/jsesc"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5573
5574
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5575
        "node": ">=4"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5576
5577
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5578
5579
5580
    "node_modules/json-buffer": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz",
5581
5582
5583
5584
5585
5586
5587
      "integrity": "sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==",
      "dev": true
    },
    "node_modules/json-parse-even-better-errors": {
      "version": "2.3.1",
      "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
      "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5588
5589
5590
      "dev": true
    },
    "node_modules/json5": {
5591
5592
5593
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
      "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5594
5595
5596
      "dev": true,
      "bin": {
        "json5": "lib/cli.js"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5597
5598
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5599
        "node": ">=6"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5600
5601
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5602
5603
5604
    "node_modules/jstransformer": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz",
5605
      "integrity": "sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5606
5607
5608
      "dependencies": {
        "is-promise": "^2.0.0",
        "promise": "^7.0.1"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5609
5610
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
    "node_modules/keyv": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz",
      "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==",
      "dev": true,
      "dependencies": {
        "json-buffer": "3.0.0"
      }
    },
    "node_modules/kleur": {
      "version": "3.0.3",
      "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
      "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5624
5625
      "dev": true,
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5626
        "node": ">=6"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5627
5628
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5629
5630
5631
5632
5633
    "node_modules/latest-version": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz",
      "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==",
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5634
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5635
        "package-json": "^6.3.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5636
5637
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5638
        "node": ">=8"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5639
5640
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5641
5642
5643
5644
5645
    "node_modules/leven": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
      "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5646
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5647
        "node": ">=6"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5648
5649
      }
    },
5650
5651
5652
5653
5654
    "node_modules/lines-and-columns": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
      "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
      "dev": true
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5655
5656
5657
5658
5659
5660
    },
    "node_modules/locate-path": {
      "version": "5.0.0",
      "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
      "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5661
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5662
        "p-locate": "^4.1.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5663
5664
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5665
        "node": ">=8"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5666
5667
      }
    },
5668
5669
5670
5671
    "node_modules/lodash.memoize": {
      "version": "4.1.2",
      "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
      "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5672
      "dev": true
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5673
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
    "node_modules/long": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz",
      "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA=="
    },
    "node_modules/lowercase-keys": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz",
      "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==",
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5684
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5685
        "node": ">=0.10.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5686
5687
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5688
5689
5690
5691
    "node_modules/lru-cache": {
      "version": "6.0.0",
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
      "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5692
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5693
        "yallist": "^4.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5694
5695
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5696
        "node": ">=10"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5697
5698
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5699
5700
5701
5702
    "node_modules/make-dir": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
      "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5703
5704
      "dev": true,
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5705
        "semver": "^6.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5706
5707
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5708
5709
5710
5711
        "node": ">=8"
      },
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5712
5713
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5714
5715
5716
5717
5718
    "node_modules/make-error": {
      "version": "1.3.6",
      "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
      "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
      "dev": true
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5719
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5720
    "node_modules/makeerror": {
5721
5722
5723
      "version": "1.0.12",
      "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
      "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5724
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5725
      "dependencies": {
5726
        "tmpl": "1.0.5"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5727
5728
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5729
5730
5731
    "node_modules/media-typer": {
      "version": "0.3.0",
      "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
5732
      "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5733
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5734
        "node": ">= 0.6"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5735
5736
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5737
5738
5739
    "node_modules/merge-descriptors": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
5740
      "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w=="
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5741
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5742
5743
5744
5745
5746
    "node_modules/merge-stream": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
      "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
      "dev": true
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5747
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5748
5749
5750
    "node_modules/methods": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
5751
      "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5752
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5753
        "node": ">= 0.6"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5754
5755
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5756
    "node_modules/micromatch": {
5757
5758
5759
      "version": "4.0.5",
      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
      "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5760
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5761
      "dependencies": {
5762
5763
        "braces": "^3.0.2",
        "picomatch": "^2.3.1"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5764
5765
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5766
        "node": ">=8.6"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5767
5768
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5769
5770
5771
5772
5773
5774
    "node_modules/mime": {
      "version": "1.6.0",
      "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
      "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
      "bin": {
        "mime": "cli.js"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5775
5776
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5777
        "node": ">=4"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5778
5779
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5780
    "node_modules/mime-db": {
5781
5782
5783
      "version": "1.52.0",
      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
      "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5784
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5785
        "node": ">= 0.6"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5786
5787
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5788
    "node_modules/mime-types": {
5789
5790
5791
      "version": "2.1.35",
      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
      "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5792
      "dependencies": {
5793
        "mime-db": "1.52.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5794
5795
5796
5797
5798
      },
      "engines": {
        "node": ">= 0.6"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5799
5800
5801
5802
5803
    "node_modules/mimic-fn": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
      "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5804
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5805
        "node": ">=6"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5806
5807
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5808
    "node_modules/mimic-response": {
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5809
      "version": "1.0.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5810
5811
      "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz",
      "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5812
5813
5814
5815
5816
      "dev": true,
      "engines": {
        "node": ">=4"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5817
    "node_modules/minimatch": {
5818
5819
5820
      "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
updates    
Rosanny Sihombing committed
5821
5822
      "dev": true,
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5823
5824
        "brace-expansion": "^1.1.7"
      },
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5825
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5826
        "node": "*"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5827
5828
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5829
    "node_modules/minimist": {
5830
5831
5832
      "version": "1.2.6",
      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
      "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5833
      "dev": true
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5834
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5835
5836
5837
5838
    "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
updates    
Rosanny Sihombing committed
5839
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5840
5841
5842
5843
5844
        "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
updates    
Rosanny Sihombing committed
5845
5846
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5847
        "node": ">= 0.8.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5848
5849
      }
    },
5850
5851
5852
5853
    "node_modules/morgan/node_modules/on-finished": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
      "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5854
      "dependencies": {
5855
        "ee-first": "1.1.1"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5856
5857
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5858
        "node": ">= 0.8"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5859
5860
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5861
5862
5863
    "node_modules/ms": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
5864
      "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5865
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5866
    "node_modules/mysql2": {
5867
5868
5869
      "version": "2.3.3",
      "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-2.3.3.tgz",
      "integrity": "sha512-wxJUev6LgMSgACDkb/InIFxDprRa6T95+VEoR+xPvtngtccNH2dGjEB/fVZ8yg1gWv1510c9CvXuJHi5zUm0ZA==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5870
      "dependencies": {
5871
        "denque": "^2.0.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5872
        "generate-function": "^2.3.1",
5873
        "iconv-lite": "^0.6.3",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5874
5875
5876
5877
5878
        "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
updates    
Rosanny Sihombing committed
5879
5880
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5881
        "node": ">= 8.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5882
5883
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5884
5885
5886
5887
    "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
updates    
Rosanny Sihombing committed
5888
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5889
        "safer-buffer": ">= 2.1.2 < 3.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5890
5891
5892
5893
5894
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5895
5896
5897
5898
    "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
updates    
Rosanny Sihombing committed
5899
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5900
        "lru-cache": "^4.1.3"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5901
5902
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5903
        "node": ">=6.0.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5904
5905
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5906
5907
5908
5909
    "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
updates    
Rosanny Sihombing committed
5910
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5911
5912
5913
5914
5915
5916
5917
        "pseudomap": "^1.0.2",
        "yallist": "^2.1.2"
      }
    },
    "node_modules/named-placeholders/node_modules/yallist": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
5918
      "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5919
5920
5921
5922
    },
    "node_modules/natural-compare": {
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
5923
      "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5924
5925
5926
      "dev": true
    },
    "node_modules/negotiator": {
5927
5928
5929
      "version": "0.6.3",
      "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
      "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5930
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5931
        "node": ">= 0.6"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5932
5933
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5934
5935
5936
    "node_modules/node-int64": {
      "version": "0.4.0",
      "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
5937
      "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5938
5939
5940
      "dev": true
    },
    "node_modules/node-releases": {
5941
5942
5943
      "version": "2.0.5",
      "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.5.tgz",
      "integrity": "sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5944
5945
5946
      "dev": true
    },
    "node_modules/nodemon": {
5947
5948
5949
      "version": "2.0.16",
      "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.16.tgz",
      "integrity": "sha512-zsrcaOfTWRuUzBn3P44RDliLlp263Z/76FPoHFr3cFFkOz0lTPAcIw8dCzfdVIx/t3AtDYCZRCDkoCojJqaG3w==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5950
5951
      "dev": true,
      "hasInstallScript": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5952
      "dependencies": {
5953
5954
        "chokidar": "^3.5.2",
        "debug": "^3.2.7",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5955
5956
        "ignore-by-default": "^1.0.1",
        "minimatch": "^3.0.4",
5957
        "pstree.remy": "^1.1.8",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5958
5959
5960
        "semver": "^5.7.1",
        "supports-color": "^5.5.0",
        "touch": "^3.1.0",
5961
5962
        "undefsafe": "^2.0.5",
        "update-notifier": "^5.1.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5963
5964
5965
      },
      "bin": {
        "nodemon": "bin/nodemon.js"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5966
5967
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5968
        "node": ">=8.10.0"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5969
5970
      },
      "funding": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5971
5972
        "type": "opencollective",
        "url": "https://opencollective.com/nodemon"
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5973
5974
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5975
5976
5977
5978
5979
    "node_modules/nodemon/node_modules/debug": {
      "version": "3.2.7",
      "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
      "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5980
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5981
5982
5983
5984
5985
5986
        "ms": "^2.1.1"
      }
    },
    "node_modules/nodemon/node_modules/has-flag": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
5987
      "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5988
      "dev": true,
Rosanny Sihombing's avatar
updates    
Rosanny Sihombing committed
5989
5990
5991
5992
      "engines": {
        "node": ">=4"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5993
5994
5995
5996
5997
5998
5999
6000
    "node_modules/nodemon/node_modules/ms": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
      "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
      "dev": true
    },
    "node_modules/nodemon/node_modules/semver": {
      "version": "5.7.1",
For faster browsing, not all history is shown. View entire blame