Skip to content
Snippets Groups Projects
package-lock.json 717 KiB
Newer Older
  • Learn to ignore specific revisions
  • Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "flatted": "^3.2.9",
            "keyv": "^4.5.3",
            "rimraf": "^3.0.2"
          },
          "engines": {
            "node": "^10.12.0 || >=12.0.0"
          }
        },
        "node_modules/flatted": {
          "version": "3.2.9",
          "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==",
          "dev": true
    
        },
        "node_modules/follow-redirects": {
          "version": "1.15.3",
          "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz",
          "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==",
          "funding": [
            {
              "type": "individual",
              "url": "https://github.com/sponsors/RubenVerborgh"
            }
          ],
          "engines": {
            "node": ">=4.0"
          },
          "peerDependenciesMeta": {
            "debug": {
              "optional": true
            }
          }
        },
        "node_modules/for-each": {
          "version": "0.3.3",
          "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
          "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
          "dependencies": {
            "is-callable": "^1.1.3"
          }
        },
        "node_modules/fork-ts-checker-webpack-plugin": {
          "version": "6.5.3",
          "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz",
          "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@babel/code-frame": "^7.8.3",
            "@types/json-schema": "^7.0.5",
            "chalk": "^4.1.0",
            "chokidar": "^3.4.2",
            "cosmiconfig": "^6.0.0",
            "deepmerge": "^4.2.2",
            "fs-extra": "^9.0.0",
            "glob": "^7.1.6",
            "memfs": "^3.1.2",
            "minimatch": "^3.0.4",
            "schema-utils": "2.7.0",
            "semver": "^7.3.2",
            "tapable": "^1.0.0"
          },
          "engines": {
            "node": ">=10",
            "yarn": ">=1.0.0"
          },
          "peerDependencies": {
            "eslint": ">= 6",
            "typescript": ">= 2.7",
            "vue-template-compiler": "*",
            "webpack": ">= 4"
          },
          "peerDependenciesMeta": {
            "eslint": {
              "optional": true
            },
            "vue-template-compiler": {
              "optional": true
            }
          }
        },
        "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-convert": "^2.0.1"
          },
          "engines": {
            "node": ">=8"
          },
          "funding": {
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
          }
        },
        "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
          }
        },
        "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-convert": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
          "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-name": "~1.1.4"
          },
          "engines": {
            "node": ">=7.0.0"
          }
        },
        "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
          "dev": true
    
        },
        "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": {
          "version": "6.0.0",
          "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
          "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@types/parse-json": "^4.0.0",
            "import-fresh": "^3.1.0",
            "parse-json": "^5.0.0",
            "path-type": "^4.0.0",
            "yaml": "^1.7.2"
          },
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": {
          "version": "9.1.0",
          "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
          "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "at-least-node": "^1.0.0",
            "graceful-fs": "^4.2.0",
            "jsonfile": "^6.0.1",
            "universalify": "^2.0.0"
          },
          "engines": {
            "node": ">=10"
          }
        },
        "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": {
          "version": "2.7.0",
          "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
          "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@types/json-schema": "^7.0.4",
            "ajv": "^6.12.2",
            "ajv-keywords": "^3.4.1"
          },
          "engines": {
            "node": ">= 8.9.0"
          },
          "funding": {
            "type": "opencollective",
            "url": "https://opencollective.com/webpack"
          }
        },
        "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "has-flag": "^4.0.0"
          },
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": {
          "version": "1.1.3",
          "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
          "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=6"
          }
        },
        "node_modules/form-data": {
          "version": "3.0.1",
          "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
          "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "asynckit": "^0.4.0",
            "combined-stream": "^1.0.8",
            "mime-types": "^2.1.12"
          },
          "engines": {
            "node": ">= 6"
          }
        },
        "node_modules/forwarded": {
          "version": "0.2.0",
          "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
          "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
          "engines": {
            "node": ">= 0.6"
          }
        },
        "node_modules/fraction.js": {
          "version": "4.3.7",
          "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
          "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": "*"
          },
          "funding": {
            "type": "patreon",
            "url": "https://github.com/sponsors/rawify"
          }
        },
        "node_modules/fresh": {
          "version": "0.5.2",
          "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
          "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
          "engines": {
            "node": ">= 0.6"
          }
        },
        "node_modules/fs-extra": {
          "version": "10.1.0",
          "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
          "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "graceful-fs": "^4.2.0",
            "jsonfile": "^6.0.1",
            "universalify": "^2.0.0"
          },
          "engines": {
            "node": ">=12"
          }
        },
        "node_modules/fs-monkey": {
          "version": "1.0.5",
          "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==",
          "dev": true
    
        },
        "node_modules/fs.realpath": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
          "dev": true
    
        },
        "node_modules/fsevents": {
          "version": "2.3.3",
          "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
          "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "hasInstallScript": true,
          "optional": true,
          "os": [
            "darwin"
          ],
          "engines": {
            "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
          }
        },
        "node_modules/function-bind": {
          "version": "1.1.2",
          "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
          "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/function.prototype.name": {
          "version": "1.1.6",
          "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
          "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "call-bind": "^1.0.2",
            "define-properties": "^1.2.0",
            "es-abstract": "^1.22.1",
            "functions-have-names": "^1.2.3"
          },
          "engines": {
            "node": ">= 0.4"
          },
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/functions-have-names": {
          "version": "1.2.3",
          "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
          "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/gensync": {
          "version": "1.0.0-beta.2",
          "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
          "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=6.9.0"
          }
        },
        "node_modules/get-caller-file": {
          "version": "2.0.5",
          "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
          "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": "6.* || 8.* || >= 10.*"
          }
        },
        "node_modules/get-intrinsic": {
          "version": "1.2.2",
          "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz",
          "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==",
          "dependencies": {
            "function-bind": "^1.1.2",
            "has-proto": "^1.0.1",
            "has-symbols": "^1.0.3",
            "hasown": "^2.0.0"
          },
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/get-own-enumerable-property-symbols": {
          "version": "3.0.2",
          "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==",
          "dev": true
    
        },
        "node_modules/get-package-type": {
          "version": "0.1.0",
          "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
          "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=8.0.0"
          }
        },
        "node_modules/get-stream": {
          "version": "6.0.1",
          "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
          "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/sponsors/sindresorhus"
          }
        },
        "node_modules/get-symbol-description": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
          "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "call-bind": "^1.0.2",
            "get-intrinsic": "^1.1.1"
          },
          "engines": {
            "node": ">= 0.4"
          },
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/glob": {
          "version": "7.2.3",
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
          "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "fs.realpath": "^1.0.0",
            "inflight": "^1.0.4",
            "inherits": "2",
            "minimatch": "^3.1.1",
            "once": "^1.3.0",
            "path-is-absolute": "^1.0.0"
          },
          "engines": {
            "node": "*"
          },
          "funding": {
            "url": "https://github.com/sponsors/isaacs"
          }
        },
        "node_modules/glob-parent": {
          "version": "6.0.2",
          "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
          "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "is-glob": "^4.0.3"
          },
          "engines": {
            "node": ">=10.13.0"
          }
        },
        "node_modules/glob-to-regexp": {
          "version": "0.4.1",
          "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
          "dev": true
    
        },
        "node_modules/global-modules": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
          "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "global-prefix": "^3.0.0"
          },
          "engines": {
            "node": ">=6"
          }
        },
        "node_modules/global-prefix": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
          "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "ini": "^1.3.5",
            "kind-of": "^6.0.2",
            "which": "^1.3.1"
          },
          "engines": {
            "node": ">=6"
          }
        },
        "node_modules/global-prefix/node_modules/which": {
          "version": "1.3.1",
          "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
          "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "isexe": "^2.0.0"
          },
          "bin": {
            "which": "bin/which"
          }
        },
        "node_modules/globals": {
          "version": "11.12.0",
          "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
          "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=4"
          }
        },
        "node_modules/globalthis": {
          "version": "1.0.3",
          "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
          "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "define-properties": "^1.1.3"
          },
          "engines": {
            "node": ">= 0.4"
          },
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/globby": {
          "version": "11.1.0",
          "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
          "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "array-union": "^2.1.0",
            "dir-glob": "^3.0.1",
            "fast-glob": "^3.2.9",
            "ignore": "^5.2.0",
            "merge2": "^1.4.1",
            "slash": "^3.0.0"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/sponsors/sindresorhus"
          }
        },
        "node_modules/gopd": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
          "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
          "dependencies": {
            "get-intrinsic": "^1.1.3"
          },
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/graceful-fs": {
          "version": "4.2.11",
          "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
          "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
        },
        "node_modules/graphemer": {
          "version": "1.4.0",
          "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
          "dev": true
    
        },
        "node_modules/gzip-size": {
          "version": "6.0.0",
          "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
          "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "duplexer": "^0.1.2"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/sponsors/sindresorhus"
          }
        },
        "node_modules/handle-thing": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
          "dev": true
    
        },
        "node_modules/harmony-reflect": {
          "version": "1.6.2",
          "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==",
          "dev": true
    
        },
        "node_modules/has-bigints": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
          "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/has-flag": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
          "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
          "engines": {
            "node": ">=4"
          }
        },
        "node_modules/has-property-descriptors": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz",
          "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==",
          "dependencies": {
            "get-intrinsic": "^1.2.2"
          },
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/has-proto": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
          "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
          "engines": {
            "node": ">= 0.4"
          },
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/has-symbols": {
          "version": "1.0.3",
          "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
          "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
          "engines": {
            "node": ">= 0.4"
          },
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/has-tostringtag": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
          "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
          "dependencies": {
            "has-symbols": "^1.0.2"
          },
          "engines": {
            "node": ">= 0.4"
          },
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/hasown": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
          "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
          "dependencies": {
            "function-bind": "^1.1.2"
          },
          "engines": {
            "node": ">= 0.4"
          }
        },
        "node_modules/he": {
          "version": "1.2.0",
          "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
          "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "bin": {
            "he": "bin/he"
          }
        },
    
    Hyun Woo Jeong's avatar
    Hyun Woo Jeong committed
        "node_modules/hoist-non-react-statics": {
          "version": "3.3.2",
          "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
          "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
          "dependencies": {
            "react-is": "^16.7.0"
          }
        },
        "node_modules/hoist-non-react-statics/node_modules/react-is": {
          "version": "16.13.1",
          "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
          "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
        },
    
        "node_modules/hoopy": {
          "version": "0.1.4",
          "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
          "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">= 6.0.0"
          }
        },
        "node_modules/hpack.js": {
          "version": "2.1.6",
          "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
          "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "inherits": "^2.0.1",
            "obuf": "^1.0.0",
            "readable-stream": "^2.0.1",
            "wbuf": "^1.1.0"
          }
        },
        "node_modules/hpack.js/node_modules/isarray": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
          "dev": true
    
        },
        "node_modules/hpack.js/node_modules/readable-stream": {
          "version": "2.3.8",
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
          "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "core-util-is": "~1.0.0",
            "inherits": "~2.0.3",
            "isarray": "~1.0.0",
            "process-nextick-args": "~2.0.0",
            "safe-buffer": "~5.1.1",
            "string_decoder": "~1.1.1",
            "util-deprecate": "~1.0.1"
          }
        },
        "node_modules/hpack.js/node_modules/safe-buffer": {
          "version": "5.1.2",
          "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
          "dev": true
    
        },
        "node_modules/hpack.js/node_modules/string_decoder": {
          "version": "1.1.1",
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
          "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "safe-buffer": "~5.1.0"
          }
        },
        "node_modules/html-encoding-sniffer": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
          "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "whatwg-encoding": "^1.0.5"
          },
          "engines": {
            "node": ">=10"
          }
        },
        "node_modules/html-entities": {
          "version": "2.4.0",
          "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz",
          "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "funding": [
            {
              "type": "github",
              "url": "https://github.com/sponsors/mdevils"
            },
            {
              "type": "patreon",
              "url": "https://patreon.com/mdevils"
            }
          ]
        },
        "node_modules/html-escaper": {
          "version": "2.0.2",
          "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
          "dev": true
    
        },
        "node_modules/html-minifier-terser": {
          "version": "6.1.0",
          "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
          "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "camel-case": "^4.1.2",
            "clean-css": "^5.2.2",
            "commander": "^8.3.0",
            "he": "^1.2.0",
            "param-case": "^3.0.4",
            "relateurl": "^0.2.7",
            "terser": "^5.10.0"
          },
          "bin": {
            "html-minifier-terser": "cli.js"
          },
          "engines": {
            "node": ">=12"
          }
        },
        "node_modules/html-webpack-plugin": {
          "version": "5.5.3",
          "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz",
          "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@types/html-minifier-terser": "^6.0.0",
            "html-minifier-terser": "^6.0.2",
            "lodash": "^4.17.21",
            "pretty-error": "^4.0.0",
            "tapable": "^2.0.0"
          },
          "engines": {
            "node": ">=10.13.0"
          },
          "funding": {
            "type": "opencollective",
            "url": "https://opencollective.com/html-webpack-plugin"
          },
          "peerDependencies": {
            "webpack": "^5.20.0"
          }
        },
        "node_modules/htmlparser2": {
          "version": "6.1.0",
          "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
          "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "funding": [
            "https://github.com/fb55/htmlparser2?sponsor=1",
            {
              "type": "github",
              "url": "https://github.com/sponsors/fb55"
            }
          ],
          "dependencies": {
            "domelementtype": "^2.0.1",
            "domhandler": "^4.0.0",
            "domutils": "^2.5.2",
            "entities": "^2.0.0"
          }
        },
        "node_modules/http-deceiver": {
          "version": "1.2.7",
          "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==",
          "dev": true
    
        },
        "node_modules/http-errors": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
          "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
          "dependencies": {
            "depd": "2.0.0",
            "inherits": "2.0.4",
            "setprototypeof": "1.2.0",
            "statuses": "2.0.1",
            "toidentifier": "1.0.1"
          },
          "engines": {
            "node": ">= 0.8"
          }
        },
        "node_modules/http-parser-js": {
          "version": "0.5.8",
          "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==",
          "dev": true
    
        },
        "node_modules/http-proxy": {
          "version": "1.18.1",
          "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
          "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
          "dependencies": {
            "eventemitter3": "^4.0.0",
            "follow-redirects": "^1.0.0",
            "requires-port": "^1.0.0"
          },
          "engines": {
            "node": ">=8.0.0"
          }
        },
        "node_modules/http-proxy-agent": {
          "version": "4.0.1",
          "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
          "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@tootallnate/once": "1",
            "agent-base": "6",
            "debug": "4"
          },
          "engines": {
            "node": ">= 6"
          }
        },
        "node_modules/http-proxy-middleware": {
          "version": "2.0.6",
          "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz",
          "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==",
          "dependencies": {
            "@types/http-proxy": "^1.17.8",
            "http-proxy": "^1.18.1",
            "is-glob": "^4.0.1",
            "is-plain-obj": "^3.0.0",
            "micromatch": "^4.0.2"
          },
          "engines": {
            "node": ">=12.0.0"
          },
          "peerDependencies": {
            "@types/express": "^4.17.13"
          },
          "peerDependenciesMeta": {
            "@types/express": {
              "optional": true
            }
          }
        },
        "node_modules/https-proxy-agent": {
          "version": "5.0.1",
          "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
          "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "agent-base": "6",
            "debug": "4"
          },
          "engines": {
            "node": ">= 6"
          }
        },
        "node_modules/human-signals": {
          "version": "2.1.0",
          "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
          "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=10.17.0"
          }
        },
        "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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "safer-buffer": ">= 2.1.2 < 3.0.0"
          },
          "engines": {
            "node": ">=0.10.0"
          }
        },
        "node_modules/icss-utils": {
          "version": "5.1.0",
          "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
          "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": "^10 || ^12 || >= 14"
          },
          "peerDependencies": {
            "postcss": "^8.1.0"
          }
        },
        "node_modules/idb": {
          "version": "7.1.1",
          "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==",
          "dev": true
    
        },
        "node_modules/identity-obj-proxy": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
          "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "harmony-reflect": "^1.4.6"
          },
          "engines": {
            "node": ">=4"
          }
        },
        "node_modules/ignore": {
          "version": "5.2.4",
          "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
          "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">= 4"
          }
        },
        "node_modules/immer": {
          "version": "9.0.21",
          "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
          "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "funding": {
            "type": "opencollective",
            "url": "https://opencollective.com/immer"
          }
        },
        "node_modules/import-fresh": {
          "version": "3.3.0",
          "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
          "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "parent-module": "^1.0.0",
            "resolve-from": "^4.0.0"
          },
          "engines": {
            "node": ">=6"
          },
          "funding": {
            "url": "https://github.com/sponsors/sindresorhus"
          }
        },
        "node_modules/import-fresh/node_modules/resolve-from": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",