package-lock.json 686 KB
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10001
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10002
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10003
        "makeerror": "1.0.12"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10004
10005
10006
10007
10008
10009
      }
    },
    "node_modules/which": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
      "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10010
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
      "dependencies": {
        "isexe": "^2.0.0"
      },
      "bin": {
        "node-which": "bin/node-which"
      },
      "engines": {
        "node": ">= 8"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
    "node_modules/which-boxed-primitive": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
      "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
      "dev": true,
      "dependencies": {
        "is-bigint": "^1.0.1",
        "is-boolean-object": "^1.1.0",
        "is-number-object": "^1.0.4",
        "is-string": "^1.0.5",
        "is-symbol": "^1.0.3"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
    },
    "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/word-wrap": {
      "version": "1.2.3",
      "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
      "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10055
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10056
10057
10058
10059
10060
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/wrap-ansi": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10061
10062
10063
10064
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
      "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10065
10066
10067
10068
10069
10070
      "dependencies": {
        "ansi-styles": "^4.0.0",
        "string-width": "^4.1.0",
        "strip-ansi": "^6.0.0"
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10071
10072
10073
10074
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
      }
    },
    "node_modules/wrappy": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
      "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
    },
    "node_modules/xdg-basedir": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
      "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
10086
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10087
10088
10089
10090
10091
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/xml-crypto": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10092
10093
10094
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-2.1.3.tgz",
      "integrity": "sha512-MpXZwnn9JK0mNPZ5mnFIbNnQa+8lMGK4NtnX2FlJMfMWR60sJdFO9X72yO6ji068pxixzk53O7x0/iSKh6IhyQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10095
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10096
        "@xmldom/xmldom": "^0.7.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10097
10098
10099
10100
10101
10102
10103
        "xpath": "0.0.32"
      },
      "engines": {
        "node": ">=0.4.0"
      }
    },
    "node_modules/xml-encryption": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10104
10105
10106
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-1.3.0.tgz",
      "integrity": "sha512-3P8C4egMMxSR1BmsRM+fG16a3WzOuUEQKS2U4c3AZ5v7OseIfdUeVkD8dwxIhuLryFZSRWUL5OP6oqkgU7hguA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10107
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10108
        "@xmldom/xmldom": "^0.7.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160
10161
        "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/y18n": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10162
10163
10164
10165
10166
10167
10168
      "version": "5.0.8",
      "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
      "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
      "dev": true,
      "engines": {
        "node": ">=10"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10169
10170
10171
10172
10173
10174
10175
    },
    "node_modules/yallist": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
      "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
    },
    "node_modules/yargs": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10176
10177
10178
10179
      "version": "17.5.1",
      "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
      "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==",
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10180
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10181
10182
10183
        "cliui": "^7.0.2",
        "escalade": "^3.1.1",
        "get-caller-file": "^2.0.5",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10184
        "require-directory": "^2.1.1",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10185
10186
10187
        "string-width": "^4.2.3",
        "y18n": "^5.0.5",
        "yargs-parser": "^21.0.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10188
10189
      },
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10190
        "node": ">=12"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10191
10192
10193
      }
    },
    "node_modules/yargs-parser": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10194
10195
10196
10197
      "version": "21.0.1",
      "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz",
      "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==",
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10198
      "engines": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10199
        "node": ">=12"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10200
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10201
10202
10203
10204
10205
    },
    "node_modules/yn": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
      "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10206
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10207
10208
10209
      "engines": {
        "node": ">=6"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10210
10211
10212
    }
  },
  "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
    "@ampproject/remapping": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",
      "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",
      "dev": true,
      "requires": {
        "@jridgewell/gen-mapping": "^0.1.0",
        "@jridgewell/trace-mapping": "^0.3.9"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
    "@babel/cli": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.18.6.tgz",
      "integrity": "sha512-jXNHoYCbxZ8rKy+2lyy0VjcaGxS4NPbN0qc95DjIiGZQL/mTNx3o2/yI0TG+X0VrrTuwmO7zH52T9NcNdbF9Uw==",
      "dev": true,
      "requires": {
        "@jridgewell/trace-mapping": "^0.3.8",
        "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
        "chokidar": "^3.4.0",
        "commander": "^4.0.1",
        "convert-source-map": "^1.1.0",
        "fs-readdir-recursive": "^1.1.0",
        "glob": "^7.0.0",
        "make-dir": "^2.1.0",
        "slash": "^2.0.0"
      },
      "dependencies": {
        "commander": {
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
          "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
          "dev": true
        },
        "make-dir": {
          "version": "2.1.0",
          "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
          "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
          "dev": true,
          "requires": {
            "pify": "^4.0.1",
            "semver": "^5.6.0"
          }
        },
        "semver": {
          "version": "5.7.1",
          "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
          "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
          "dev": true
        },
        "slash": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
          "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
          "dev": true
        }
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10270
    "@babel/code-frame": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10271
10272
10273
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
      "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10274
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10275
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10276
        "@babel/highlight": "^7.18.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10277
10278
10279
      }
    },
    "@babel/compat-data": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10280
10281
10282
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.6.tgz",
      "integrity": "sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10283
      "dev": true
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10284
10285
    },
    "@babel/core": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10286
10287
10288
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.6.tgz",
      "integrity": "sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10289
10290
10291
      "dev": true,
      "requires": {
        "@ampproject/remapping": "^2.1.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10292
10293
10294
10295
10296
10297
10298
10299
10300
        "@babel/code-frame": "^7.18.6",
        "@babel/generator": "^7.18.6",
        "@babel/helper-compilation-targets": "^7.18.6",
        "@babel/helper-module-transforms": "^7.18.6",
        "@babel/helpers": "^7.18.6",
        "@babel/parser": "^7.18.6",
        "@babel/template": "^7.18.6",
        "@babel/traverse": "^7.18.6",
        "@babel/types": "^7.18.6",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10301
10302
10303
        "convert-source-map": "^1.7.0",
        "debug": "^4.1.0",
        "gensync": "^1.0.0-beta.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10304
10305
        "json5": "^2.2.1",
        "semver": "^6.3.0"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10306
10307
10308
      },
      "dependencies": {
        "debug": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10309
10310
10311
10312
          "version": "4.3.4",
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
          "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
          "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10313
10314
10315
10316
10317
10318
10319
          "requires": {
            "ms": "2.1.2"
          }
        },
        "ms": {
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10320
10321
          "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
          "dev": true
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10322
10323
10324
10325
        }
      }
    },
    "@babel/generator": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10326
10327
10328
      "version": "7.18.7",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.7.tgz",
      "integrity": "sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10329
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10330
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10331
10332
        "@babel/types": "^7.18.7",
        "@jridgewell/gen-mapping": "^0.3.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10333
        "jsesc": "^2.5.1"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10334
10335
      },
      "dependencies": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
        "@jridgewell/gen-mapping": {
          "version": "0.3.2",
          "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
          "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
          "dev": true,
          "requires": {
            "@jridgewell/set-array": "^1.0.1",
            "@jridgewell/sourcemap-codec": "^1.4.10",
            "@jridgewell/trace-mapping": "^0.3.9"
          }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10346
10347
10348
        }
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
    "@babel/helper-annotate-as-pure": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
      "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.18.6"
      }
    },
    "@babel/helper-builder-binary-assignment-operator-visitor": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.6.tgz",
      "integrity": "sha512-KT10c1oWEpmrIRYnthbzHgoOf6B+Xd6a5yhdbNtdhtG7aO1or5HViuf1TQR36xY/QprXA5nvxO6nAjhJ4y38jw==",
      "dev": true,
      "requires": {
        "@babel/helper-explode-assignable-expression": "^7.18.6",
        "@babel/types": "^7.18.6"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10368
    "@babel/helper-compilation-targets": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10369
10370
10371
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz",
      "integrity": "sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10372
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10373
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10374
10375
        "@babel/compat-data": "^7.18.6",
        "@babel/helper-validator-option": "^7.18.6",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10376
        "browserslist": "^4.20.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10377
10378
10379
        "semver": "^6.3.0"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
10437
    "@babel/helper-create-class-features-plugin": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz",
      "integrity": "sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw==",
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.18.6",
        "@babel/helper-environment-visitor": "^7.18.6",
        "@babel/helper-function-name": "^7.18.6",
        "@babel/helper-member-expression-to-functions": "^7.18.6",
        "@babel/helper-optimise-call-expression": "^7.18.6",
        "@babel/helper-replace-supers": "^7.18.6",
        "@babel/helper-split-export-declaration": "^7.18.6"
      }
    },
    "@babel/helper-create-regexp-features-plugin": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz",
      "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==",
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.18.6",
        "regexpu-core": "^5.1.0"
      }
    },
    "@babel/helper-define-polyfill-provider": {
      "version": "0.3.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz",
      "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==",
      "dev": true,
      "requires": {
        "@babel/helper-compilation-targets": "^7.13.0",
        "@babel/helper-module-imports": "^7.12.13",
        "@babel/helper-plugin-utils": "^7.13.0",
        "@babel/traverse": "^7.13.0",
        "debug": "^4.1.1",
        "lodash.debounce": "^4.0.8",
        "resolve": "^1.14.2",
        "semver": "^6.1.2"
      },
      "dependencies": {
        "debug": {
          "version": "4.3.4",
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
          "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
          "dev": true,
          "requires": {
            "ms": "2.1.2"
          }
        },
        "ms": {
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
          "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
          "dev": true
        }
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10438
    "@babel/helper-environment-visitor": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10439
10440
10441
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz",
      "integrity": "sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10442
      "dev": true
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10443
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10444
10445
10446
10447
10448
10449
10450
10451
10452
    "@babel/helper-explode-assignable-expression": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz",
      "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.18.6"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10453
    "@babel/helper-function-name": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10454
10455
10456
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz",
      "integrity": "sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10457
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10458
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10459
10460
        "@babel/template": "^7.18.6",
        "@babel/types": "^7.18.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10461
10462
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10463
    "@babel/helper-hoist-variables": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10464
10465
10466
10467
10468
10469
10470
10471
10472
10473
10474
10475
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
      "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.18.6"
      }
    },
    "@babel/helper-member-expression-to-functions": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz",
      "integrity": "sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10476
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10477
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10478
        "@babel/types": "^7.18.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10479
10480
10481
      }
    },
    "@babel/helper-module-imports": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10482
10483
10484
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
      "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10485
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10486
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10487
        "@babel/types": "^7.18.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10488
10489
10490
      }
    },
    "@babel/helper-module-transforms": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10491
10492
10493
10494
10495
10496
10497
10498
10499
10500
10501
10502
10503
10504
10505
10506
10507
10508
10509
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.6.tgz",
      "integrity": "sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw==",
      "dev": true,
      "requires": {
        "@babel/helper-environment-visitor": "^7.18.6",
        "@babel/helper-module-imports": "^7.18.6",
        "@babel/helper-simple-access": "^7.18.6",
        "@babel/helper-split-export-declaration": "^7.18.6",
        "@babel/helper-validator-identifier": "^7.18.6",
        "@babel/template": "^7.18.6",
        "@babel/traverse": "^7.18.6",
        "@babel/types": "^7.18.6"
      }
    },
    "@babel/helper-optimise-call-expression": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz",
      "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10510
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10511
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10512
        "@babel/types": "^7.18.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10513
10514
10515
      }
    },
    "@babel/helper-plugin-utils": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10516
10517
10518
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz",
      "integrity": "sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10519
      "dev": true
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10520
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
10533
10534
10535
10536
10537
10538
10539
10540
10541
10542
10543
10544
10545
    "@babel/helper-remap-async-to-generator": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.6.tgz",
      "integrity": "sha512-z5wbmV55TveUPZlCLZvxWHtrjuJd+8inFhk7DG0WW87/oJuGDcjDiu7HIvGcpf5464L6xKCg3vNkmlVVz9hwyQ==",
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.18.6",
        "@babel/helper-environment-visitor": "^7.18.6",
        "@babel/helper-wrap-function": "^7.18.6",
        "@babel/types": "^7.18.6"
      }
    },
    "@babel/helper-replace-supers": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz",
      "integrity": "sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g==",
      "dev": true,
      "requires": {
        "@babel/helper-environment-visitor": "^7.18.6",
        "@babel/helper-member-expression-to-functions": "^7.18.6",
        "@babel/helper-optimise-call-expression": "^7.18.6",
        "@babel/traverse": "^7.18.6",
        "@babel/types": "^7.18.6"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10546
    "@babel/helper-simple-access": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10547
10548
10549
10550
10551
10552
10553
10554
10555
10556
10557
10558
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz",
      "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.18.6"
      }
    },
    "@babel/helper-skip-transparent-expression-wrappers": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.6.tgz",
      "integrity": "sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10559
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10560
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10561
        "@babel/types": "^7.18.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10562
10563
10564
      }
    },
    "@babel/helper-split-export-declaration": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10565
10566
10567
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
      "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10568
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10569
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10570
        "@babel/types": "^7.18.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10571
10572
10573
      }
    },
    "@babel/helper-validator-identifier": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10574
10575
10576
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
      "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g=="
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10577
10578
    },
    "@babel/helper-validator-option": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10579
10580
10581
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",
      "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10582
      "dev": true
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10583
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10584
10585
10586
10587
10588
10589
10590
10591
10592
10593
10594
10595
    "@babel/helper-wrap-function": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.18.6.tgz",
      "integrity": "sha512-I5/LZfozwMNbwr/b1vhhuYD+J/mU+gfGAj5td7l5Rv9WYmH6i3Om69WGKNmlIpsVW/mF6O5bvTKbvDQZVgjqOw==",
      "dev": true,
      "requires": {
        "@babel/helper-function-name": "^7.18.6",
        "@babel/template": "^7.18.6",
        "@babel/traverse": "^7.18.6",
        "@babel/types": "^7.18.6"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10596
    "@babel/helpers": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10597
10598
10599
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.6.tgz",
      "integrity": "sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10600
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10601
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10602
10603
10604
        "@babel/template": "^7.18.6",
        "@babel/traverse": "^7.18.6",
        "@babel/types": "^7.18.6"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10605
10606
10607
      }
    },
    "@babel/highlight": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10608
10609
10610
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
      "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10611
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10612
      "requires": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10613
        "@babel/helper-validator-identifier": "^7.18.6",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10614
10615
10616
10617
10618
10619
10620
10621
        "chalk": "^2.0.0",
        "js-tokens": "^4.0.0"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10622
          "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10623
10624
10625
10626
10627
10628
10629
10630
          "requires": {
            "color-convert": "^1.9.0"
          }
        },
        "chalk": {
          "version": "2.4.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
          "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10631
          "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
          "requires": {
            "ansi-styles": "^3.2.1",
            "escape-string-regexp": "^1.0.5",
            "supports-color": "^5.3.0"
          }
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10642
          "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10643
10644
10645
10646
10647
10648
10649
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10650
10651
          "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
          "dev": true
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10652
10653
10654
10655
        },
        "has-flag": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10656
10657
          "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
          "dev": true
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10658
10659
10660
10661
10662
        },
        "supports-color": {
          "version": "5.5.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
          "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10663
          "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10664
10665
10666
10667
10668
10669
          "requires": {
            "has-flag": "^3.0.0"
          }
        }
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10670
10671
10672
10673
10674
10675
10676
10677
10678
10679
10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
10695
10696
10697
10698
10699
10700
10701
10702
10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
    "@babel/parser": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.6.tgz",
      "integrity": "sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw=="
    },
    "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz",
      "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.18.6"
      }
    },
    "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.6.tgz",
      "integrity": "sha512-Udgu8ZRgrBrttVz6A0EVL0SJ1z+RLbIeqsu632SA1hf0awEppD6TvdznoH+orIF8wtFFAV/Enmw9Y+9oV8TQcw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.18.6",
        "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6",
        "@babel/plugin-proposal-optional-chaining": "^7.18.6"
      }
    },
    "@babel/plugin-proposal-async-generator-functions": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz",
      "integrity": "sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==",
      "dev": true,
      "requires": {
        "@babel/helper-environment-visitor": "^7.18.6",
        "@babel/helper-plugin-utils": "^7.18.6",
        "@babel/helper-remap-async-to-generator": "^7.18.6",
        "@babel/plugin-syntax-async-generators": "^7.8.4"
      }
    },
    "@babel/plugin-proposal-class-properties": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
      "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
      "dev": true,
      "requires": {
        "@babel/helper-create-class-features-plugin": "^7.18.6",
        "@babel/helper-plugin-utils": "^7.18.6"
      }
    },
    "@babel/plugin-proposal-class-static-block": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz",
      "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==",
      "dev": true,
      "requires": {
        "@babel/helper-create-class-features-plugin": "^7.18.6",
        "@babel/helper-plugin-utils": "^7.18.6",
        "@babel/plugin-syntax-class-static-block": "^7.14.5"
      }
    },
    "@babel/plugin-proposal-dynamic-import": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz",
      "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.18.6",
        "@babel/plugin-syntax-dynamic-import": "^7.8.3"
      }
    },
    "@babel/plugin-proposal-export-namespace-from": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.6.tgz",
      "integrity": "sha512-zr/QcUlUo7GPo6+X1wC98NJADqmy5QTFWWhqeQWiki4XHafJtLl/YMGkmRB2szDD2IYJCCdBTd4ElwhId9T7Xw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.18.6",
        "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
      }
    },
    "@babel/plugin-proposal-json-strings": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz",
      "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.18.6",
        "@babel/plugin-syntax-json-strings": "^7.8.3"
      }
    },
    "@babel/plugin-proposal-logical-assignment-operators": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.6.tgz",
      "integrity": "sha512-zMo66azZth/0tVd7gmkxOkOjs2rpHyhpcFo565PUP37hSp6hSd9uUKIfTDFMz58BwqgQKhJ9YxtM5XddjXVn+Q==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.18.6",
        "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
      }
    },
    "@babel/plugin-proposal-nullish-coalescing-operator": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
      "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.18.6",
        "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
      }
    },
    "@babel/plugin-proposal-numeric-separator": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
      "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.18.6",
        "@babel/plugin-syntax-numeric-separator": "^7.10.4"
      }
    },
    "@babel/plugin-proposal-object-rest-spread": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.6.tgz",
      "integrity": "sha512-9yuM6wr4rIsKa1wlUAbZEazkCrgw2sMPEXCr4Rnwetu7cEW1NydkCWytLuYletbf8vFxdJxFhwEZqMpOx2eZyw==",
      "dev": true,
      "requires": {
        "@babel/compat-data": "^7.18.6",
        "@babel/helper-compilation-targets": "^7.18.6",
        "@babel/helper-plugin-utils": "^7.18.6",
        "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
        "@babel/plugin-transform-parameters": "^7.18.6"
      }
    },
    "@babel/plugin-proposal-optional-catch-binding": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
      "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.18.6",
        "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
      }
    },
    "@babel/plugin-proposal-optional-chaining": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.6.tgz",
      "integrity": "sha512-PatI6elL5eMzoypFAiYDpYQyMtXTn+iMhuxxQt5mAXD4fEmKorpSI3PHd+i3JXBJN3xyA6MvJv7at23HffFHwA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.18.6",
        "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6",
        "@babel/plugin-syntax-optional-chaining": "^7.8.3"
      }
    },
    "@babel/plugin-proposal-private-methods": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
      "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
      "dev": true,
      "requires": {
        "@babel/helper-create-class-features-plugin": "^7.18.6",
        "@babel/helper-plugin-utils": "^7.18.6"
      }
    },
    "@babel/plugin-proposal-private-property-in-object": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz",
      "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==",
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.18.6",
        "@babel/helper-create-class-features-plugin": "^7.18.6",
        "@babel/helper-plugin-utils": "^7.18.6",
        "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
      }
    },
    "@babel/plugin-proposal-unicode-property-regex": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
      "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
      "dev": true,
      "requires": {
        "@babel/helper-create-regexp-features-plugin": "^7.18.6",
        "@babel/helper-plugin-utils": "^7.18.6"
      }
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10853
10854
10855
10856
10857
    },
    "@babel/plugin-syntax-async-generators": {
      "version": "7.8.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
      "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10858
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10859
10860
10861
10862
10863
10864
10865
10866
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
    "@babel/plugin-syntax-bigint": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
      "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10867
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10868
10869
10870
10871
10872
10873
10874
10875
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
    "@babel/plugin-syntax-class-properties": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
      "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10876
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10877
10878
10879
10880
      "requires": {
        "@babel/helper-plugin-utils": "^7.12.13"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10881
10882
10883
10884
10885
10886
10887
10888
10889
10890
10891
10892
10893
10894
10895
10896
10897
10898
10899
10900
10901
10902
10903
10904
10905
10906
10907
10908
10909
10910
10911
10912
10913
10914
10915
10916
    "@babel/plugin-syntax-class-static-block": {
      "version": "7.14.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
      "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.14.5"
      }
    },
    "@babel/plugin-syntax-dynamic-import": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
      "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
    "@babel/plugin-syntax-export-namespace-from": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
      "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.3"
      }
    },
    "@babel/plugin-syntax-import-assertions": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz",
      "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.18.6"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10917
10918
10919
10920
    "@babel/plugin-syntax-import-meta": {
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
      "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10921
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10922
10923
10924
10925
10926
10927
10928
10929
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.4"
      }
    },
    "@babel/plugin-syntax-json-strings": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
      "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10930
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10931
10932
10933
10934
10935
10936
10937
10938
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
    "@babel/plugin-syntax-logical-assignment-operators": {
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
      "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10939
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10940
10941
10942
10943
10944
10945
10946
10947
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.4"
      }
    },
    "@babel/plugin-syntax-nullish-coalescing-operator": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
      "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10948
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10949
10950
10951
10952
10953
10954
10955
10956
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
    "@babel/plugin-syntax-numeric-separator": {
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
      "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10957
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10958
10959
10960
10961
10962
10963
10964
10965
      "requires": {
        "@babel/helper-plugin-utils": "^7.10.4"
      }
    },
    "@babel/plugin-syntax-object-rest-spread": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
      "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10966
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10967
10968
10969
10970
10971
10972
10973
10974
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
    "@babel/plugin-syntax-optional-catch-binding": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
      "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10975
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10976
10977
10978
10979
10980
10981
10982
10983
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
    "@babel/plugin-syntax-optional-chaining": {
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
      "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10984
      "dev": true,
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10985
10986
10987
10988
      "requires": {
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10989
10990
10991
10992
10993
10994
10995
10996
10997
    "@babel/plugin-syntax-private-property-in-object": {
      "version": "7.14.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
      "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.14.5"
      }
    },
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10998
    "@babel/plugin-syntax-top-level-await": {
Rosanny Sihombing's avatar
Rosanny Sihombing committed
10999
11000
      "version": "7.14.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
For faster browsing, not all history is shown. View entire blame