Path: blob/master/bitget-node-sdk-api/package-lock.json
731 views
{1"name": "bitget-api-node-sdk",2"version": "2.1.3",3"lockfileVersion": 2,4"requires": true,5"packages": {6"": {7"name": "bitget-api-node-sdk",8"version": "2.1.3",9"license": "ISC",10"dependencies": {11"axios": "^0.19.2",12"ccxt": "^2.7.95",13"crc-32": "^1.2.0",14"crypto": "^1.0.1",15"pako": "^1.0.8",16"querystring": "^0.2.0",17"ws": "^6.1.4"18},19"devDependencies": {20"@types/axios": "^0.14.0",21"@types/node": "^14.0.24",22"@types/pako": "^1.0.1",23"@types/ws": "^6.0.1",24"husky": "^4.2.5",25"jest": "^26.1.0",26"prettier": "^2.0.5",27"ts-jest": "^26.1.3",28"tslint": "^6.1.2",29"typedoc": "^0.17.8",30"typescript": "^3.9.7"31}32},33"node_modules/@ampproject/remapping": {34"version": "2.2.0",35"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",36"integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",37"dev": true,38"dependencies": {39"@jridgewell/gen-mapping": "^0.1.0",40"@jridgewell/trace-mapping": "^0.3.9"41},42"engines": {43"node": ">=6.0.0"44}45},46"node_modules/@babel/code-frame": {47"version": "7.18.6",48"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",49"integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",50"dev": true,51"dependencies": {52"@babel/highlight": "^7.18.6"53},54"engines": {55"node": ">=6.9.0"56}57},58"node_modules/@babel/compat-data": {59"version": "7.20.14",60"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.14.tgz",61"integrity": "sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw==",62"dev": true,63"engines": {64"node": ">=6.9.0"65}66},67"node_modules/@babel/core": {68"version": "7.20.12",69"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz",70"integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==",71"dev": true,72"dependencies": {73"@ampproject/remapping": "^2.1.0",74"@babel/code-frame": "^7.18.6",75"@babel/generator": "^7.20.7",76"@babel/helper-compilation-targets": "^7.20.7",77"@babel/helper-module-transforms": "^7.20.11",78"@babel/helpers": "^7.20.7",79"@babel/parser": "^7.20.7",80"@babel/template": "^7.20.7",81"@babel/traverse": "^7.20.12",82"@babel/types": "^7.20.7",83"convert-source-map": "^1.7.0",84"debug": "^4.1.0",85"gensync": "^1.0.0-beta.2",86"json5": "^2.2.2",87"semver": "^6.3.0"88},89"engines": {90"node": ">=6.9.0"91},92"funding": {93"type": "opencollective",94"url": "https://opencollective.com/babel"95}96},97"node_modules/@babel/core/node_modules/debug": {98"version": "4.3.4",99"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",100"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",101"dev": true,102"dependencies": {103"ms": "2.1.2"104},105"engines": {106"node": ">=6.0"107},108"peerDependenciesMeta": {109"supports-color": {110"optional": true111}112}113},114"node_modules/@babel/core/node_modules/ms": {115"version": "2.1.2",116"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",117"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",118"dev": true119},120"node_modules/@babel/generator": {121"version": "7.20.14",122"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.14.tgz",123"integrity": "sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==",124"dev": true,125"dependencies": {126"@babel/types": "^7.20.7",127"@jridgewell/gen-mapping": "^0.3.2",128"jsesc": "^2.5.1"129},130"engines": {131"node": ">=6.9.0"132}133},134"node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": {135"version": "0.3.2",136"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",137"integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",138"dev": true,139"dependencies": {140"@jridgewell/set-array": "^1.0.1",141"@jridgewell/sourcemap-codec": "^1.4.10",142"@jridgewell/trace-mapping": "^0.3.9"143},144"engines": {145"node": ">=6.0.0"146}147},148"node_modules/@babel/helper-compilation-targets": {149"version": "7.20.7",150"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz",151"integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==",152"dev": true,153"dependencies": {154"@babel/compat-data": "^7.20.5",155"@babel/helper-validator-option": "^7.18.6",156"browserslist": "^4.21.3",157"lru-cache": "^5.1.1",158"semver": "^6.3.0"159},160"engines": {161"node": ">=6.9.0"162},163"peerDependencies": {164"@babel/core": "^7.0.0"165}166},167"node_modules/@babel/helper-environment-visitor": {168"version": "7.18.9",169"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",170"integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",171"dev": true,172"engines": {173"node": ">=6.9.0"174}175},176"node_modules/@babel/helper-function-name": {177"version": "7.19.0",178"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz",179"integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==",180"dev": true,181"dependencies": {182"@babel/template": "^7.18.10",183"@babel/types": "^7.19.0"184},185"engines": {186"node": ">=6.9.0"187}188},189"node_modules/@babel/helper-hoist-variables": {190"version": "7.18.6",191"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",192"integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",193"dev": true,194"dependencies": {195"@babel/types": "^7.18.6"196},197"engines": {198"node": ">=6.9.0"199}200},201"node_modules/@babel/helper-module-imports": {202"version": "7.18.6",203"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",204"integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",205"dev": true,206"dependencies": {207"@babel/types": "^7.18.6"208},209"engines": {210"node": ">=6.9.0"211}212},213"node_modules/@babel/helper-module-transforms": {214"version": "7.20.11",215"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz",216"integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==",217"dev": true,218"dependencies": {219"@babel/helper-environment-visitor": "^7.18.9",220"@babel/helper-module-imports": "^7.18.6",221"@babel/helper-simple-access": "^7.20.2",222"@babel/helper-split-export-declaration": "^7.18.6",223"@babel/helper-validator-identifier": "^7.19.1",224"@babel/template": "^7.20.7",225"@babel/traverse": "^7.20.10",226"@babel/types": "^7.20.7"227},228"engines": {229"node": ">=6.9.0"230}231},232"node_modules/@babel/helper-plugin-utils": {233"version": "7.20.2",234"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",235"integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",236"dev": true,237"engines": {238"node": ">=6.9.0"239}240},241"node_modules/@babel/helper-simple-access": {242"version": "7.20.2",243"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz",244"integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==",245"dev": true,246"dependencies": {247"@babel/types": "^7.20.2"248},249"engines": {250"node": ">=6.9.0"251}252},253"node_modules/@babel/helper-split-export-declaration": {254"version": "7.18.6",255"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",256"integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",257"dev": true,258"dependencies": {259"@babel/types": "^7.18.6"260},261"engines": {262"node": ">=6.9.0"263}264},265"node_modules/@babel/helper-string-parser": {266"version": "7.19.4",267"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz",268"integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==",269"dev": true,270"engines": {271"node": ">=6.9.0"272}273},274"node_modules/@babel/helper-validator-identifier": {275"version": "7.19.1",276"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",277"integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",278"dev": true,279"engines": {280"node": ">=6.9.0"281}282},283"node_modules/@babel/helper-validator-option": {284"version": "7.18.6",285"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",286"integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==",287"dev": true,288"engines": {289"node": ">=6.9.0"290}291},292"node_modules/@babel/helpers": {293"version": "7.20.13",294"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.13.tgz",295"integrity": "sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==",296"dev": true,297"dependencies": {298"@babel/template": "^7.20.7",299"@babel/traverse": "^7.20.13",300"@babel/types": "^7.20.7"301},302"engines": {303"node": ">=6.9.0"304}305},306"node_modules/@babel/highlight": {307"version": "7.18.6",308"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",309"integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",310"dev": true,311"dependencies": {312"@babel/helper-validator-identifier": "^7.18.6",313"chalk": "^2.0.0",314"js-tokens": "^4.0.0"315},316"engines": {317"node": ">=6.9.0"318}319},320"node_modules/@babel/highlight/node_modules/ansi-styles": {321"version": "3.2.1",322"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",323"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",324"dev": true,325"dependencies": {326"color-convert": "^1.9.0"327},328"engines": {329"node": ">=4"330}331},332"node_modules/@babel/highlight/node_modules/chalk": {333"version": "2.4.2",334"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",335"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",336"dev": true,337"dependencies": {338"ansi-styles": "^3.2.1",339"escape-string-regexp": "^1.0.5",340"supports-color": "^5.3.0"341},342"engines": {343"node": ">=4"344}345},346"node_modules/@babel/highlight/node_modules/color-convert": {347"version": "1.9.3",348"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",349"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",350"dev": true,351"dependencies": {352"color-name": "1.1.3"353}354},355"node_modules/@babel/highlight/node_modules/color-name": {356"version": "1.1.3",357"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",358"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",359"dev": true360},361"node_modules/@babel/highlight/node_modules/escape-string-regexp": {362"version": "1.0.5",363"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",364"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",365"dev": true,366"engines": {367"node": ">=0.8.0"368}369},370"node_modules/@babel/highlight/node_modules/has-flag": {371"version": "3.0.0",372"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",373"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",374"dev": true,375"engines": {376"node": ">=4"377}378},379"node_modules/@babel/highlight/node_modules/supports-color": {380"version": "5.5.0",381"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",382"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",383"dev": true,384"dependencies": {385"has-flag": "^3.0.0"386},387"engines": {388"node": ">=4"389}390},391"node_modules/@babel/parser": {392"version": "7.20.15",393"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.15.tgz",394"integrity": "sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==",395"dev": true,396"bin": {397"parser": "bin/babel-parser.js"398},399"engines": {400"node": ">=6.0.0"401}402},403"node_modules/@babel/plugin-syntax-async-generators": {404"version": "7.8.4",405"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",406"integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",407"dev": true,408"dependencies": {409"@babel/helper-plugin-utils": "^7.8.0"410},411"peerDependencies": {412"@babel/core": "^7.0.0-0"413}414},415"node_modules/@babel/plugin-syntax-bigint": {416"version": "7.8.3",417"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",418"integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",419"dev": true,420"dependencies": {421"@babel/helper-plugin-utils": "^7.8.0"422},423"peerDependencies": {424"@babel/core": "^7.0.0-0"425}426},427"node_modules/@babel/plugin-syntax-class-properties": {428"version": "7.12.13",429"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",430"integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",431"dev": true,432"dependencies": {433"@babel/helper-plugin-utils": "^7.12.13"434},435"peerDependencies": {436"@babel/core": "^7.0.0-0"437}438},439"node_modules/@babel/plugin-syntax-import-meta": {440"version": "7.10.4",441"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",442"integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",443"dev": true,444"dependencies": {445"@babel/helper-plugin-utils": "^7.10.4"446},447"peerDependencies": {448"@babel/core": "^7.0.0-0"449}450},451"node_modules/@babel/plugin-syntax-json-strings": {452"version": "7.8.3",453"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",454"integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",455"dev": true,456"dependencies": {457"@babel/helper-plugin-utils": "^7.8.0"458},459"peerDependencies": {460"@babel/core": "^7.0.0-0"461}462},463"node_modules/@babel/plugin-syntax-logical-assignment-operators": {464"version": "7.10.4",465"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",466"integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",467"dev": true,468"dependencies": {469"@babel/helper-plugin-utils": "^7.10.4"470},471"peerDependencies": {472"@babel/core": "^7.0.0-0"473}474},475"node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {476"version": "7.8.3",477"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",478"integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",479"dev": true,480"dependencies": {481"@babel/helper-plugin-utils": "^7.8.0"482},483"peerDependencies": {484"@babel/core": "^7.0.0-0"485}486},487"node_modules/@babel/plugin-syntax-numeric-separator": {488"version": "7.10.4",489"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",490"integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",491"dev": true,492"dependencies": {493"@babel/helper-plugin-utils": "^7.10.4"494},495"peerDependencies": {496"@babel/core": "^7.0.0-0"497}498},499"node_modules/@babel/plugin-syntax-object-rest-spread": {500"version": "7.8.3",501"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",502"integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",503"dev": true,504"dependencies": {505"@babel/helper-plugin-utils": "^7.8.0"506},507"peerDependencies": {508"@babel/core": "^7.0.0-0"509}510},511"node_modules/@babel/plugin-syntax-optional-catch-binding": {512"version": "7.8.3",513"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",514"integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",515"dev": true,516"dependencies": {517"@babel/helper-plugin-utils": "^7.8.0"518},519"peerDependencies": {520"@babel/core": "^7.0.0-0"521}522},523"node_modules/@babel/plugin-syntax-optional-chaining": {524"version": "7.8.3",525"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",526"integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",527"dev": true,528"dependencies": {529"@babel/helper-plugin-utils": "^7.8.0"530},531"peerDependencies": {532"@babel/core": "^7.0.0-0"533}534},535"node_modules/@babel/plugin-syntax-top-level-await": {536"version": "7.14.5",537"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",538"integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",539"dev": true,540"dependencies": {541"@babel/helper-plugin-utils": "^7.14.5"542},543"engines": {544"node": ">=6.9.0"545},546"peerDependencies": {547"@babel/core": "^7.0.0-0"548}549},550"node_modules/@babel/template": {551"version": "7.20.7",552"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz",553"integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==",554"dev": true,555"dependencies": {556"@babel/code-frame": "^7.18.6",557"@babel/parser": "^7.20.7",558"@babel/types": "^7.20.7"559},560"engines": {561"node": ">=6.9.0"562}563},564"node_modules/@babel/traverse": {565"version": "7.20.13",566"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz",567"integrity": "sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==",568"dev": true,569"dependencies": {570"@babel/code-frame": "^7.18.6",571"@babel/generator": "^7.20.7",572"@babel/helper-environment-visitor": "^7.18.9",573"@babel/helper-function-name": "^7.19.0",574"@babel/helper-hoist-variables": "^7.18.6",575"@babel/helper-split-export-declaration": "^7.18.6",576"@babel/parser": "^7.20.13",577"@babel/types": "^7.20.7",578"debug": "^4.1.0",579"globals": "^11.1.0"580},581"engines": {582"node": ">=6.9.0"583}584},585"node_modules/@babel/traverse/node_modules/debug": {586"version": "4.3.4",587"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",588"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",589"dev": true,590"dependencies": {591"ms": "2.1.2"592},593"engines": {594"node": ">=6.0"595},596"peerDependenciesMeta": {597"supports-color": {598"optional": true599}600}601},602"node_modules/@babel/traverse/node_modules/ms": {603"version": "2.1.2",604"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",605"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",606"dev": true607},608"node_modules/@babel/types": {609"version": "7.20.7",610"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz",611"integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==",612"dev": true,613"dependencies": {614"@babel/helper-string-parser": "^7.19.4",615"@babel/helper-validator-identifier": "^7.19.1",616"to-fast-properties": "^2.0.0"617},618"engines": {619"node": ">=6.9.0"620}621},622"node_modules/@bcoe/v8-coverage": {623"version": "0.2.3",624"resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",625"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",626"dev": true627},628"node_modules/@cnakazawa/watch": {629"version": "1.0.4",630"resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz",631"integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==",632"dev": true,633"dependencies": {634"exec-sh": "^0.3.2",635"minimist": "^1.2.0"636},637"bin": {638"watch": "cli.js"639},640"engines": {641"node": ">=0.1.95"642}643},644"node_modules/@istanbuljs/load-nyc-config": {645"version": "1.1.0",646"resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",647"integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",648"dev": true,649"dependencies": {650"camelcase": "^5.3.1",651"find-up": "^4.1.0",652"get-package-type": "^0.1.0",653"js-yaml": "^3.13.1",654"resolve-from": "^5.0.0"655},656"engines": {657"node": ">=8"658}659},660"node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {661"version": "5.0.0",662"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",663"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",664"dev": true,665"engines": {666"node": ">=8"667}668},669"node_modules/@istanbuljs/schema": {670"version": "0.1.3",671"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",672"integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",673"dev": true,674"engines": {675"node": ">=8"676}677},678"node_modules/@jest/console": {679"version": "26.6.2",680"resolved": "https://registry.npmjs.org/@jest/console/-/console-26.6.2.tgz",681"integrity": "sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==",682"dev": true,683"dependencies": {684"@jest/types": "^26.6.2",685"@types/node": "*",686"chalk": "^4.0.0",687"jest-message-util": "^26.6.2",688"jest-util": "^26.6.2",689"slash": "^3.0.0"690},691"engines": {692"node": ">= 10.14.2"693}694},695"node_modules/@jest/core": {696"version": "26.6.3",697"resolved": "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz",698"integrity": "sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==",699"dev": true,700"dependencies": {701"@jest/console": "^26.6.2",702"@jest/reporters": "^26.6.2",703"@jest/test-result": "^26.6.2",704"@jest/transform": "^26.6.2",705"@jest/types": "^26.6.2",706"@types/node": "*",707"ansi-escapes": "^4.2.1",708"chalk": "^4.0.0",709"exit": "^0.1.2",710"graceful-fs": "^4.2.4",711"jest-changed-files": "^26.6.2",712"jest-config": "^26.6.3",713"jest-haste-map": "^26.6.2",714"jest-message-util": "^26.6.2",715"jest-regex-util": "^26.0.0",716"jest-resolve": "^26.6.2",717"jest-resolve-dependencies": "^26.6.3",718"jest-runner": "^26.6.3",719"jest-runtime": "^26.6.3",720"jest-snapshot": "^26.6.2",721"jest-util": "^26.6.2",722"jest-validate": "^26.6.2",723"jest-watcher": "^26.6.2",724"micromatch": "^4.0.2",725"p-each-series": "^2.1.0",726"rimraf": "^3.0.0",727"slash": "^3.0.0",728"strip-ansi": "^6.0.0"729},730"engines": {731"node": ">= 10.14.2"732}733},734"node_modules/@jest/environment": {735"version": "26.6.2",736"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz",737"integrity": "sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==",738"dev": true,739"dependencies": {740"@jest/fake-timers": "^26.6.2",741"@jest/types": "^26.6.2",742"@types/node": "*",743"jest-mock": "^26.6.2"744},745"engines": {746"node": ">= 10.14.2"747}748},749"node_modules/@jest/fake-timers": {750"version": "26.6.2",751"resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-26.6.2.tgz",752"integrity": "sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==",753"dev": true,754"dependencies": {755"@jest/types": "^26.6.2",756"@sinonjs/fake-timers": "^6.0.1",757"@types/node": "*",758"jest-message-util": "^26.6.2",759"jest-mock": "^26.6.2",760"jest-util": "^26.6.2"761},762"engines": {763"node": ">= 10.14.2"764}765},766"node_modules/@jest/globals": {767"version": "26.6.2",768"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz",769"integrity": "sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==",770"dev": true,771"dependencies": {772"@jest/environment": "^26.6.2",773"@jest/types": "^26.6.2",774"expect": "^26.6.2"775},776"engines": {777"node": ">= 10.14.2"778}779},780"node_modules/@jest/reporters": {781"version": "26.6.2",782"resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz",783"integrity": "sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==",784"dev": true,785"dependencies": {786"@bcoe/v8-coverage": "^0.2.3",787"@jest/console": "^26.6.2",788"@jest/test-result": "^26.6.2",789"@jest/transform": "^26.6.2",790"@jest/types": "^26.6.2",791"chalk": "^4.0.0",792"collect-v8-coverage": "^1.0.0",793"exit": "^0.1.2",794"glob": "^7.1.2",795"graceful-fs": "^4.2.4",796"istanbul-lib-coverage": "^3.0.0",797"istanbul-lib-instrument": "^4.0.3",798"istanbul-lib-report": "^3.0.0",799"istanbul-lib-source-maps": "^4.0.0",800"istanbul-reports": "^3.0.2",801"jest-haste-map": "^26.6.2",802"jest-resolve": "^26.6.2",803"jest-util": "^26.6.2",804"jest-worker": "^26.6.2",805"slash": "^3.0.0",806"source-map": "^0.6.0",807"string-length": "^4.0.1",808"terminal-link": "^2.0.0",809"v8-to-istanbul": "^7.0.0"810},811"engines": {812"node": ">= 10.14.2"813},814"optionalDependencies": {815"node-notifier": "^8.0.0"816}817},818"node_modules/@jest/source-map": {819"version": "26.6.2",820"resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz",821"integrity": "sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==",822"dev": true,823"dependencies": {824"callsites": "^3.0.0",825"graceful-fs": "^4.2.4",826"source-map": "^0.6.0"827},828"engines": {829"node": ">= 10.14.2"830}831},832"node_modules/@jest/test-result": {833"version": "26.6.2",834"resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-26.6.2.tgz",835"integrity": "sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==",836"dev": true,837"dependencies": {838"@jest/console": "^26.6.2",839"@jest/types": "^26.6.2",840"@types/istanbul-lib-coverage": "^2.0.0",841"collect-v8-coverage": "^1.0.0"842},843"engines": {844"node": ">= 10.14.2"845}846},847"node_modules/@jest/test-sequencer": {848"version": "26.6.3",849"resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz",850"integrity": "sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==",851"dev": true,852"dependencies": {853"@jest/test-result": "^26.6.2",854"graceful-fs": "^4.2.4",855"jest-haste-map": "^26.6.2",856"jest-runner": "^26.6.3",857"jest-runtime": "^26.6.3"858},859"engines": {860"node": ">= 10.14.2"861}862},863"node_modules/@jest/transform": {864"version": "26.6.2",865"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz",866"integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==",867"dev": true,868"dependencies": {869"@babel/core": "^7.1.0",870"@jest/types": "^26.6.2",871"babel-plugin-istanbul": "^6.0.0",872"chalk": "^4.0.0",873"convert-source-map": "^1.4.0",874"fast-json-stable-stringify": "^2.0.0",875"graceful-fs": "^4.2.4",876"jest-haste-map": "^26.6.2",877"jest-regex-util": "^26.0.0",878"jest-util": "^26.6.2",879"micromatch": "^4.0.2",880"pirates": "^4.0.1",881"slash": "^3.0.0",882"source-map": "^0.6.1",883"write-file-atomic": "^3.0.0"884},885"engines": {886"node": ">= 10.14.2"887}888},889"node_modules/@jest/types": {890"version": "26.6.2",891"resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",892"integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",893"dev": true,894"dependencies": {895"@types/istanbul-lib-coverage": "^2.0.0",896"@types/istanbul-reports": "^3.0.0",897"@types/node": "*",898"@types/yargs": "^15.0.0",899"chalk": "^4.0.0"900},901"engines": {902"node": ">= 10.14.2"903}904},905"node_modules/@jridgewell/gen-mapping": {906"version": "0.1.1",907"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",908"integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==",909"dev": true,910"dependencies": {911"@jridgewell/set-array": "^1.0.0",912"@jridgewell/sourcemap-codec": "^1.4.10"913},914"engines": {915"node": ">=6.0.0"916}917},918"node_modules/@jridgewell/resolve-uri": {919"version": "3.1.0",920"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",921"integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",922"dev": true,923"engines": {924"node": ">=6.0.0"925}926},927"node_modules/@jridgewell/set-array": {928"version": "1.1.2",929"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",930"integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",931"dev": true,932"engines": {933"node": ">=6.0.0"934}935},936"node_modules/@jridgewell/sourcemap-codec": {937"version": "1.4.14",938"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",939"integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",940"dev": true941},942"node_modules/@jridgewell/trace-mapping": {943"version": "0.3.17",944"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz",945"integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==",946"dev": true,947"dependencies": {948"@jridgewell/resolve-uri": "3.1.0",949"@jridgewell/sourcemap-codec": "1.4.14"950}951},952"node_modules/@sinonjs/commons": {953"version": "1.8.6",954"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",955"integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",956"dev": true,957"dependencies": {958"type-detect": "4.0.8"959}960},961"node_modules/@sinonjs/fake-timers": {962"version": "6.0.1",963"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",964"integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",965"dev": true,966"dependencies": {967"@sinonjs/commons": "^1.7.0"968}969},970"node_modules/@tootallnate/once": {971"version": "1.1.2",972"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",973"integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",974"dev": true,975"engines": {976"node": ">= 6"977}978},979"node_modules/@types/axios": {980"version": "0.14.0",981"resolved": "https://registry.npmjs.org/@types/axios/-/axios-0.14.0.tgz",982"integrity": "sha512-KqQnQbdYE54D7oa/UmYVMZKq7CO4l8DEENzOKc4aBRwxCXSlJXGz83flFx5L7AWrOQnmuN3kVsRdt+GZPPjiVQ==",983"deprecated": "This is a stub types definition for axios (https://github.com/mzabriskie/axios). axios provides its own type definitions, so you don't need @types/axios installed!",984"dev": true,985"dependencies": {986"axios": "*"987}988},989"node_modules/@types/babel__core": {990"version": "7.20.0",991"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz",992"integrity": "sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==",993"dev": true,994"dependencies": {995"@babel/parser": "^7.20.7",996"@babel/types": "^7.20.7",997"@types/babel__generator": "*",998"@types/babel__template": "*",999"@types/babel__traverse": "*"1000}1001},1002"node_modules/@types/babel__generator": {1003"version": "7.6.4",1004"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",1005"integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",1006"dev": true,1007"dependencies": {1008"@babel/types": "^7.0.0"1009}1010},1011"node_modules/@types/babel__template": {1012"version": "7.4.1",1013"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",1014"integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",1015"dev": true,1016"dependencies": {1017"@babel/parser": "^7.1.0",1018"@babel/types": "^7.0.0"1019}1020},1021"node_modules/@types/babel__traverse": {1022"version": "7.18.3",1023"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz",1024"integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==",1025"dev": true,1026"dependencies": {1027"@babel/types": "^7.3.0"1028}1029},1030"node_modules/@types/graceful-fs": {1031"version": "4.1.6",1032"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz",1033"integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==",1034"dev": true,1035"dependencies": {1036"@types/node": "*"1037}1038},1039"node_modules/@types/istanbul-lib-coverage": {1040"version": "2.0.4",1041"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",1042"integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==",1043"dev": true1044},1045"node_modules/@types/istanbul-lib-report": {1046"version": "3.0.0",1047"resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",1048"integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",1049"dev": true,1050"dependencies": {1051"@types/istanbul-lib-coverage": "*"1052}1053},1054"node_modules/@types/istanbul-reports": {1055"version": "3.0.1",1056"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",1057"integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",1058"dev": true,1059"dependencies": {1060"@types/istanbul-lib-report": "*"1061}1062},1063"node_modules/@types/node": {1064"version": "14.18.36",1065"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.36.tgz",1066"integrity": "sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ==",1067"dev": true1068},1069"node_modules/@types/normalize-package-data": {1070"version": "2.4.1",1071"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",1072"integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==",1073"dev": true1074},1075"node_modules/@types/pako": {1076"version": "1.0.4",1077"resolved": "https://registry.npmjs.org/@types/pako/-/pako-1.0.4.tgz",1078"integrity": "sha512-Z+5bJSm28EXBSUJEgx29ioWeEEHUh6TiMkZHDhLwjc9wVFH+ressbkmX6waUZc5R3Gobn4Qu5llGxaoflZ+yhA==",1079"dev": true1080},1081"node_modules/@types/parse-json": {1082"version": "4.0.0",1083"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",1084"integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==",1085"dev": true1086},1087"node_modules/@types/prettier": {1088"version": "2.7.2",1089"resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz",1090"integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==",1091"dev": true1092},1093"node_modules/@types/stack-utils": {1094"version": "2.0.1",1095"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",1096"integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==",1097"dev": true1098},1099"node_modules/@types/ws": {1100"version": "6.0.4",1101"resolved": "https://registry.npmjs.org/@types/ws/-/ws-6.0.4.tgz",1102"integrity": "sha512-PpPrX7SZW9re6+Ha8ojZG4Se8AZXgf0GK6zmfqEuCsY49LFDNXO3SByp44X3dFEqtB73lkCDAdUazhAjVPiNwg==",1103"dev": true,1104"dependencies": {1105"@types/node": "*"1106}1107},1108"node_modules/@types/yargs": {1109"version": "15.0.15",1110"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.15.tgz",1111"integrity": "sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==",1112"dev": true,1113"dependencies": {1114"@types/yargs-parser": "*"1115}1116},1117"node_modules/@types/yargs-parser": {1118"version": "21.0.0",1119"resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",1120"integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==",1121"dev": true1122},1123"node_modules/abab": {1124"version": "2.0.6",1125"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",1126"integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",1127"dev": true1128},1129"node_modules/acorn": {1130"version": "8.8.2",1131"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",1132"integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",1133"dev": true,1134"bin": {1135"acorn": "bin/acorn"1136},1137"engines": {1138"node": ">=0.4.0"1139}1140},1141"node_modules/acorn-globals": {1142"version": "6.0.0",1143"resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",1144"integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",1145"dev": true,1146"dependencies": {1147"acorn": "^7.1.1",1148"acorn-walk": "^7.1.1"1149}1150},1151"node_modules/acorn-globals/node_modules/acorn": {1152"version": "7.4.1",1153"resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",1154"integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",1155"dev": true,1156"bin": {1157"acorn": "bin/acorn"1158},1159"engines": {1160"node": ">=0.4.0"1161}1162},1163"node_modules/acorn-walk": {1164"version": "7.2.0",1165"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",1166"integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",1167"dev": true,1168"engines": {1169"node": ">=0.4.0"1170}1171},1172"node_modules/agent-base": {1173"version": "6.0.2",1174"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",1175"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",1176"dev": true,1177"dependencies": {1178"debug": "4"1179},1180"engines": {1181"node": ">= 6.0.0"1182}1183},1184"node_modules/agent-base/node_modules/debug": {1185"version": "4.3.4",1186"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",1187"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",1188"dev": true,1189"dependencies": {1190"ms": "2.1.2"1191},1192"engines": {1193"node": ">=6.0"1194},1195"peerDependenciesMeta": {1196"supports-color": {1197"optional": true1198}1199}1200},1201"node_modules/agent-base/node_modules/ms": {1202"version": "2.1.2",1203"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",1204"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",1205"dev": true1206},1207"node_modules/ansi-escapes": {1208"version": "4.3.2",1209"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",1210"integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",1211"dev": true,1212"dependencies": {1213"type-fest": "^0.21.3"1214},1215"engines": {1216"node": ">=8"1217},1218"funding": {1219"url": "https://github.com/sponsors/sindresorhus"1220}1221},1222"node_modules/ansi-regex": {1223"version": "5.0.1",1224"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",1225"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",1226"dev": true,1227"engines": {1228"node": ">=8"1229}1230},1231"node_modules/ansi-styles": {1232"version": "4.3.0",1233"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",1234"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",1235"dev": true,1236"dependencies": {1237"color-convert": "^2.0.1"1238},1239"engines": {1240"node": ">=8"1241},1242"funding": {1243"url": "https://github.com/chalk/ansi-styles?sponsor=1"1244}1245},1246"node_modules/anymatch": {1247"version": "3.1.3",1248"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",1249"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",1250"dev": true,1251"dependencies": {1252"normalize-path": "^3.0.0",1253"picomatch": "^2.0.4"1254},1255"engines": {1256"node": ">= 8"1257}1258},1259"node_modules/argparse": {1260"version": "1.0.10",1261"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",1262"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",1263"dev": true,1264"dependencies": {1265"sprintf-js": "~1.0.2"1266}1267},1268"node_modules/arr-diff": {1269"version": "4.0.0",1270"resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",1271"integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==",1272"dev": true,1273"engines": {1274"node": ">=0.10.0"1275}1276},1277"node_modules/arr-flatten": {1278"version": "1.1.0",1279"resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",1280"integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",1281"dev": true,1282"engines": {1283"node": ">=0.10.0"1284}1285},1286"node_modules/arr-union": {1287"version": "3.1.0",1288"resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",1289"integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==",1290"dev": true,1291"engines": {1292"node": ">=0.10.0"1293}1294},1295"node_modules/array-unique": {1296"version": "0.3.2",1297"resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",1298"integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==",1299"dev": true,1300"engines": {1301"node": ">=0.10.0"1302}1303},1304"node_modules/assign-symbols": {1305"version": "1.0.0",1306"resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",1307"integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==",1308"dev": true,1309"engines": {1310"node": ">=0.10.0"1311}1312},1313"node_modules/async-limiter": {1314"version": "1.0.1",1315"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",1316"integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="1317},1318"node_modules/asynckit": {1319"version": "0.4.0",1320"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",1321"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",1322"dev": true1323},1324"node_modules/atob": {1325"version": "2.1.2",1326"resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",1327"integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",1328"dev": true,1329"bin": {1330"atob": "bin/atob.js"1331},1332"engines": {1333"node": ">= 4.5.0"1334}1335},1336"node_modules/axios": {1337"version": "0.19.2",1338"resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz",1339"integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",1340"deprecated": "Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410",1341"dependencies": {1342"follow-redirects": "1.5.10"1343}1344},1345"node_modules/babel-jest": {1346"version": "26.6.3",1347"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-26.6.3.tgz",1348"integrity": "sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==",1349"dev": true,1350"dependencies": {1351"@jest/transform": "^26.6.2",1352"@jest/types": "^26.6.2",1353"@types/babel__core": "^7.1.7",1354"babel-plugin-istanbul": "^6.0.0",1355"babel-preset-jest": "^26.6.2",1356"chalk": "^4.0.0",1357"graceful-fs": "^4.2.4",1358"slash": "^3.0.0"1359},1360"engines": {1361"node": ">= 10.14.2"1362},1363"peerDependencies": {1364"@babel/core": "^7.0.0"1365}1366},1367"node_modules/babel-plugin-istanbul": {1368"version": "6.1.1",1369"resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",1370"integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",1371"dev": true,1372"dependencies": {1373"@babel/helper-plugin-utils": "^7.0.0",1374"@istanbuljs/load-nyc-config": "^1.0.0",1375"@istanbuljs/schema": "^0.1.2",1376"istanbul-lib-instrument": "^5.0.4",1377"test-exclude": "^6.0.0"1378},1379"engines": {1380"node": ">=8"1381}1382},1383"node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": {1384"version": "5.2.1",1385"resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",1386"integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",1387"dev": true,1388"dependencies": {1389"@babel/core": "^7.12.3",1390"@babel/parser": "^7.14.7",1391"@istanbuljs/schema": "^0.1.2",1392"istanbul-lib-coverage": "^3.2.0",1393"semver": "^6.3.0"1394},1395"engines": {1396"node": ">=8"1397}1398},1399"node_modules/babel-plugin-jest-hoist": {1400"version": "26.6.2",1401"resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz",1402"integrity": "sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==",1403"dev": true,1404"dependencies": {1405"@babel/template": "^7.3.3",1406"@babel/types": "^7.3.3",1407"@types/babel__core": "^7.0.0",1408"@types/babel__traverse": "^7.0.6"1409},1410"engines": {1411"node": ">= 10.14.2"1412}1413},1414"node_modules/babel-preset-current-node-syntax": {1415"version": "1.0.1",1416"resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",1417"integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",1418"dev": true,1419"dependencies": {1420"@babel/plugin-syntax-async-generators": "^7.8.4",1421"@babel/plugin-syntax-bigint": "^7.8.3",1422"@babel/plugin-syntax-class-properties": "^7.8.3",1423"@babel/plugin-syntax-import-meta": "^7.8.3",1424"@babel/plugin-syntax-json-strings": "^7.8.3",1425"@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",1426"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",1427"@babel/plugin-syntax-numeric-separator": "^7.8.3",1428"@babel/plugin-syntax-object-rest-spread": "^7.8.3",1429"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",1430"@babel/plugin-syntax-optional-chaining": "^7.8.3",1431"@babel/plugin-syntax-top-level-await": "^7.8.3"1432},1433"peerDependencies": {1434"@babel/core": "^7.0.0"1435}1436},1437"node_modules/babel-preset-jest": {1438"version": "26.6.2",1439"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz",1440"integrity": "sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==",1441"dev": true,1442"dependencies": {1443"babel-plugin-jest-hoist": "^26.6.2",1444"babel-preset-current-node-syntax": "^1.0.0"1445},1446"engines": {1447"node": ">= 10.14.2"1448},1449"peerDependencies": {1450"@babel/core": "^7.0.0"1451}1452},1453"node_modules/balanced-match": {1454"version": "1.0.2",1455"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",1456"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",1457"dev": true1458},1459"node_modules/base": {1460"version": "0.11.2",1461"resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",1462"integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",1463"dev": true,1464"dependencies": {1465"cache-base": "^1.0.1",1466"class-utils": "^0.3.5",1467"component-emitter": "^1.2.1",1468"define-property": "^1.0.0",1469"isobject": "^3.0.1",1470"mixin-deep": "^1.2.0",1471"pascalcase": "^0.1.1"1472},1473"engines": {1474"node": ">=0.10.0"1475}1476},1477"node_modules/base/node_modules/define-property": {1478"version": "1.0.0",1479"resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",1480"integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",1481"dev": true,1482"dependencies": {1483"is-descriptor": "^1.0.0"1484},1485"engines": {1486"node": ">=0.10.0"1487}1488},1489"node_modules/brace-expansion": {1490"version": "1.1.11",1491"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",1492"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",1493"dev": true,1494"dependencies": {1495"balanced-match": "^1.0.0",1496"concat-map": "0.0.1"1497}1498},1499"node_modules/braces": {1500"version": "3.0.2",1501"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",1502"integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",1503"dev": true,1504"dependencies": {1505"fill-range": "^7.0.1"1506},1507"engines": {1508"node": ">=8"1509}1510},1511"node_modules/browser-process-hrtime": {1512"version": "1.0.0",1513"resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",1514"integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==",1515"dev": true1516},1517"node_modules/browserslist": {1518"version": "4.21.5",1519"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz",1520"integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==",1521"dev": true,1522"funding": [1523{1524"type": "opencollective",1525"url": "https://opencollective.com/browserslist"1526},1527{1528"type": "tidelift",1529"url": "https://tidelift.com/funding/github/npm/browserslist"1530}1531],1532"dependencies": {1533"caniuse-lite": "^1.0.30001449",1534"electron-to-chromium": "^1.4.284",1535"node-releases": "^2.0.8",1536"update-browserslist-db": "^1.0.10"1537},1538"bin": {1539"browserslist": "cli.js"1540},1541"engines": {1542"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"1543}1544},1545"node_modules/bs-logger": {1546"version": "0.2.6",1547"resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz",1548"integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==",1549"dev": true,1550"dependencies": {1551"fast-json-stable-stringify": "2.x"1552},1553"engines": {1554"node": ">= 6"1555}1556},1557"node_modules/bser": {1558"version": "2.1.1",1559"resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",1560"integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",1561"dev": true,1562"dependencies": {1563"node-int64": "^0.4.0"1564}1565},1566"node_modules/buffer-from": {1567"version": "1.1.2",1568"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",1569"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",1570"dev": true1571},1572"node_modules/builtin-modules": {1573"version": "1.1.1",1574"resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",1575"integrity": "sha512-wxXCdllwGhI2kCC0MnvTGYTMvnVZTvqgypkiTI8Pa5tcz2i6VqsqwYGgqwXji+4RgCzms6EajE4IxiUH6HH8nQ==",1576"dev": true,1577"engines": {1578"node": ">=0.10.0"1579}1580},1581"node_modules/cache-base": {1582"version": "1.0.1",1583"resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",1584"integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",1585"dev": true,1586"dependencies": {1587"collection-visit": "^1.0.0",1588"component-emitter": "^1.2.1",1589"get-value": "^2.0.6",1590"has-value": "^1.0.0",1591"isobject": "^3.0.1",1592"set-value": "^2.0.0",1593"to-object-path": "^0.3.0",1594"union-value": "^1.0.0",1595"unset-value": "^1.0.0"1596},1597"engines": {1598"node": ">=0.10.0"1599}1600},1601"node_modules/callsites": {1602"version": "3.1.0",1603"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",1604"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",1605"dev": true,1606"engines": {1607"node": ">=6"1608}1609},1610"node_modules/camelcase": {1611"version": "5.3.1",1612"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",1613"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",1614"dev": true,1615"engines": {1616"node": ">=6"1617}1618},1619"node_modules/caniuse-lite": {1620"version": "1.0.30001451",1621"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001451.tgz",1622"integrity": "sha512-XY7UbUpGRatZzoRft//5xOa69/1iGJRBlrieH6QYrkKLIFn3m7OVEJ81dSrKoy2BnKsdbX5cLrOispZNYo9v2w==",1623"dev": true,1624"funding": [1625{1626"type": "opencollective",1627"url": "https://opencollective.com/browserslist"1628},1629{1630"type": "tidelift",1631"url": "https://tidelift.com/funding/github/npm/caniuse-lite"1632}1633]1634},1635"node_modules/capture-exit": {1636"version": "2.0.0",1637"resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz",1638"integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==",1639"dev": true,1640"dependencies": {1641"rsvp": "^4.8.4"1642},1643"engines": {1644"node": "6.* || 8.* || >= 10.*"1645}1646},1647"node_modules/ccxt": {1648"version": "2.7.95",1649"resolved": "https://registry.npmjs.org/ccxt/-/ccxt-2.7.95.tgz",1650"integrity": "sha512-JRgyBAZtpMPg7EoUJ4Mb5C3WCaXA/6QkXzoDd6c/XvBnL6ZlcZTayzaqMxd/oFmmOY0AThmK3B6YJoLY2Z0zXw==",1651"hasInstallScript": true,1652"dependencies": {1653"ws": "^8.8.1"1654},1655"engines": {1656"node": ">=10.4.0"1657}1658},1659"node_modules/ccxt/node_modules/ws": {1660"version": "8.12.1",1661"resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz",1662"integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==",1663"engines": {1664"node": ">=10.0.0"1665},1666"peerDependencies": {1667"bufferutil": "^4.0.1",1668"utf-8-validate": ">=5.0.2"1669},1670"peerDependenciesMeta": {1671"bufferutil": {1672"optional": true1673},1674"utf-8-validate": {1675"optional": true1676}1677}1678},1679"node_modules/chalk": {1680"version": "4.1.2",1681"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",1682"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",1683"dev": true,1684"dependencies": {1685"ansi-styles": "^4.1.0",1686"supports-color": "^7.1.0"1687},1688"engines": {1689"node": ">=10"1690},1691"funding": {1692"url": "https://github.com/chalk/chalk?sponsor=1"1693}1694},1695"node_modules/char-regex": {1696"version": "1.0.2",1697"resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",1698"integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",1699"dev": true,1700"engines": {1701"node": ">=10"1702}1703},1704"node_modules/ci-info": {1705"version": "2.0.0",1706"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",1707"integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",1708"dev": true1709},1710"node_modules/cjs-module-lexer": {1711"version": "0.6.0",1712"resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz",1713"integrity": "sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==",1714"dev": true1715},1716"node_modules/class-utils": {1717"version": "0.3.6",1718"resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",1719"integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",1720"dev": true,1721"dependencies": {1722"arr-union": "^3.1.0",1723"define-property": "^0.2.5",1724"isobject": "^3.0.0",1725"static-extend": "^0.1.1"1726},1727"engines": {1728"node": ">=0.10.0"1729}1730},1731"node_modules/class-utils/node_modules/define-property": {1732"version": "0.2.5",1733"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",1734"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",1735"dev": true,1736"dependencies": {1737"is-descriptor": "^0.1.0"1738},1739"engines": {1740"node": ">=0.10.0"1741}1742},1743"node_modules/class-utils/node_modules/is-accessor-descriptor": {1744"version": "0.1.6",1745"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",1746"integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",1747"dev": true,1748"dependencies": {1749"kind-of": "^3.0.2"1750},1751"engines": {1752"node": ">=0.10.0"1753}1754},1755"node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of": {1756"version": "3.2.2",1757"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",1758"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",1759"dev": true,1760"dependencies": {1761"is-buffer": "^1.1.5"1762},1763"engines": {1764"node": ">=0.10.0"1765}1766},1767"node_modules/class-utils/node_modules/is-data-descriptor": {1768"version": "0.1.4",1769"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",1770"integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",1771"dev": true,1772"dependencies": {1773"kind-of": "^3.0.2"1774},1775"engines": {1776"node": ">=0.10.0"1777}1778},1779"node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of": {1780"version": "3.2.2",1781"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",1782"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",1783"dev": true,1784"dependencies": {1785"is-buffer": "^1.1.5"1786},1787"engines": {1788"node": ">=0.10.0"1789}1790},1791"node_modules/class-utils/node_modules/is-descriptor": {1792"version": "0.1.6",1793"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",1794"integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",1795"dev": true,1796"dependencies": {1797"is-accessor-descriptor": "^0.1.6",1798"is-data-descriptor": "^0.1.4",1799"kind-of": "^5.0.0"1800},1801"engines": {1802"node": ">=0.10.0"1803}1804},1805"node_modules/class-utils/node_modules/kind-of": {1806"version": "5.1.0",1807"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",1808"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",1809"dev": true,1810"engines": {1811"node": ">=0.10.0"1812}1813},1814"node_modules/cliui": {1815"version": "6.0.0",1816"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",1817"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",1818"dev": true,1819"dependencies": {1820"string-width": "^4.2.0",1821"strip-ansi": "^6.0.0",1822"wrap-ansi": "^6.2.0"1823}1824},1825"node_modules/co": {1826"version": "4.6.0",1827"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",1828"integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",1829"dev": true,1830"engines": {1831"iojs": ">= 1.0.0",1832"node": ">= 0.12.0"1833}1834},1835"node_modules/collect-v8-coverage": {1836"version": "1.0.1",1837"resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",1838"integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==",1839"dev": true1840},1841"node_modules/collection-visit": {1842"version": "1.0.0",1843"resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",1844"integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==",1845"dev": true,1846"dependencies": {1847"map-visit": "^1.0.0",1848"object-visit": "^1.0.0"1849},1850"engines": {1851"node": ">=0.10.0"1852}1853},1854"node_modules/color-convert": {1855"version": "2.0.1",1856"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",1857"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",1858"dev": true,1859"dependencies": {1860"color-name": "~1.1.4"1861},1862"engines": {1863"node": ">=7.0.0"1864}1865},1866"node_modules/color-name": {1867"version": "1.1.4",1868"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",1869"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",1870"dev": true1871},1872"node_modules/combined-stream": {1873"version": "1.0.8",1874"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",1875"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",1876"dev": true,1877"dependencies": {1878"delayed-stream": "~1.0.0"1879},1880"engines": {1881"node": ">= 0.8"1882}1883},1884"node_modules/commander": {1885"version": "2.20.3",1886"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",1887"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",1888"dev": true1889},1890"node_modules/compare-versions": {1891"version": "3.6.0",1892"resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz",1893"integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==",1894"dev": true1895},1896"node_modules/component-emitter": {1897"version": "1.3.0",1898"resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",1899"integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==",1900"dev": true1901},1902"node_modules/concat-map": {1903"version": "0.0.1",1904"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",1905"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",1906"dev": true1907},1908"node_modules/convert-source-map": {1909"version": "1.9.0",1910"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",1911"integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",1912"dev": true1913},1914"node_modules/copy-descriptor": {1915"version": "0.1.1",1916"resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",1917"integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==",1918"dev": true,1919"engines": {1920"node": ">=0.10.0"1921}1922},1923"node_modules/cosmiconfig": {1924"version": "7.1.0",1925"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",1926"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",1927"dev": true,1928"dependencies": {1929"@types/parse-json": "^4.0.0",1930"import-fresh": "^3.2.1",1931"parse-json": "^5.0.0",1932"path-type": "^4.0.0",1933"yaml": "^1.10.0"1934},1935"engines": {1936"node": ">=10"1937}1938},1939"node_modules/crc-32": {1940"version": "1.2.2",1941"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",1942"integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",1943"bin": {1944"crc32": "bin/crc32.njs"1945},1946"engines": {1947"node": ">=0.8"1948}1949},1950"node_modules/cross-spawn": {1951"version": "7.0.3",1952"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",1953"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",1954"dev": true,1955"dependencies": {1956"path-key": "^3.1.0",1957"shebang-command": "^2.0.0",1958"which": "^2.0.1"1959},1960"engines": {1961"node": ">= 8"1962}1963},1964"node_modules/crypto": {1965"version": "1.0.1",1966"resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz",1967"integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==",1968"deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in."1969},1970"node_modules/cssom": {1971"version": "0.4.4",1972"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",1973"integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==",1974"dev": true1975},1976"node_modules/cssstyle": {1977"version": "2.3.0",1978"resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",1979"integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",1980"dev": true,1981"dependencies": {1982"cssom": "~0.3.6"1983},1984"engines": {1985"node": ">=8"1986}1987},1988"node_modules/cssstyle/node_modules/cssom": {1989"version": "0.3.8",1990"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",1991"integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",1992"dev": true1993},1994"node_modules/data-urls": {1995"version": "2.0.0",1996"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",1997"integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",1998"dev": true,1999"dependencies": {2000"abab": "^2.0.3",2001"whatwg-mimetype": "^2.3.0",2002"whatwg-url": "^8.0.0"2003},2004"engines": {2005"node": ">=10"2006}2007},2008"node_modules/debug": {2009"version": "3.1.0",2010"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",2011"integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",2012"dependencies": {2013"ms": "2.0.0"2014}2015},2016"node_modules/decamelize": {2017"version": "1.2.0",2018"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",2019"integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",2020"dev": true,2021"engines": {2022"node": ">=0.10.0"2023}2024},2025"node_modules/decimal.js": {2026"version": "10.4.3",2027"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",2028"integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",2029"dev": true2030},2031"node_modules/decode-uri-component": {2032"version": "0.2.2",2033"resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",2034"integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",2035"dev": true,2036"engines": {2037"node": ">=0.10"2038}2039},2040"node_modules/deep-is": {2041"version": "0.1.4",2042"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",2043"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",2044"dev": true2045},2046"node_modules/deepmerge": {2047"version": "4.3.0",2048"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.0.tgz",2049"integrity": "sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==",2050"dev": true,2051"engines": {2052"node": ">=0.10.0"2053}2054},2055"node_modules/define-property": {2056"version": "2.0.2",2057"resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",2058"integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",2059"dev": true,2060"dependencies": {2061"is-descriptor": "^1.0.2",2062"isobject": "^3.0.1"2063},2064"engines": {2065"node": ">=0.10.0"2066}2067},2068"node_modules/delayed-stream": {2069"version": "1.0.0",2070"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",2071"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",2072"dev": true,2073"engines": {2074"node": ">=0.4.0"2075}2076},2077"node_modules/detect-newline": {2078"version": "3.1.0",2079"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",2080"integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",2081"dev": true,2082"engines": {2083"node": ">=8"2084}2085},2086"node_modules/diff": {2087"version": "4.0.2",2088"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",2089"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",2090"dev": true,2091"engines": {2092"node": ">=0.3.1"2093}2094},2095"node_modules/diff-sequences": {2096"version": "26.6.2",2097"resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz",2098"integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==",2099"dev": true,2100"engines": {2101"node": ">= 10.14.2"2102}2103},2104"node_modules/domexception": {2105"version": "2.0.1",2106"resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",2107"integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",2108"dev": true,2109"dependencies": {2110"webidl-conversions": "^5.0.0"2111},2112"engines": {2113"node": ">=8"2114}2115},2116"node_modules/domexception/node_modules/webidl-conversions": {2117"version": "5.0.0",2118"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",2119"integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",2120"dev": true,2121"engines": {2122"node": ">=8"2123}2124},2125"node_modules/electron-to-chromium": {2126"version": "1.4.293",2127"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.293.tgz",2128"integrity": "sha512-h7vBlhC83NsgC9UO3LOZx91xgstIrHk5iqMbZgnEArL5rHTM6HfsUZhnwb3oRnNetXM1741kB9SO7x9jLshz5A==",2129"dev": true2130},2131"node_modules/emittery": {2132"version": "0.7.2",2133"resolved": "https://registry.npmjs.org/emittery/-/emittery-0.7.2.tgz",2134"integrity": "sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==",2135"dev": true,2136"engines": {2137"node": ">=10"2138},2139"funding": {2140"url": "https://github.com/sindresorhus/emittery?sponsor=1"2141}2142},2143"node_modules/emoji-regex": {2144"version": "8.0.0",2145"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",2146"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",2147"dev": true2148},2149"node_modules/end-of-stream": {2150"version": "1.4.4",2151"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",2152"integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",2153"dev": true,2154"dependencies": {2155"once": "^1.4.0"2156}2157},2158"node_modules/error-ex": {2159"version": "1.3.2",2160"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",2161"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",2162"dev": true,2163"dependencies": {2164"is-arrayish": "^0.2.1"2165}2166},2167"node_modules/escalade": {2168"version": "3.1.1",2169"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",2170"integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",2171"dev": true,2172"engines": {2173"node": ">=6"2174}2175},2176"node_modules/escape-string-regexp": {2177"version": "2.0.0",2178"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",2179"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",2180"dev": true,2181"engines": {2182"node": ">=8"2183}2184},2185"node_modules/escodegen": {2186"version": "2.0.0",2187"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",2188"integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",2189"dev": true,2190"dependencies": {2191"esprima": "^4.0.1",2192"estraverse": "^5.2.0",2193"esutils": "^2.0.2",2194"optionator": "^0.8.1"2195},2196"bin": {2197"escodegen": "bin/escodegen.js",2198"esgenerate": "bin/esgenerate.js"2199},2200"engines": {2201"node": ">=6.0"2202},2203"optionalDependencies": {2204"source-map": "~0.6.1"2205}2206},2207"node_modules/esprima": {2208"version": "4.0.1",2209"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",2210"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",2211"dev": true,2212"bin": {2213"esparse": "bin/esparse.js",2214"esvalidate": "bin/esvalidate.js"2215},2216"engines": {2217"node": ">=4"2218}2219},2220"node_modules/estraverse": {2221"version": "5.3.0",2222"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",2223"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",2224"dev": true,2225"engines": {2226"node": ">=4.0"2227}2228},2229"node_modules/esutils": {2230"version": "2.0.3",2231"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",2232"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",2233"dev": true,2234"engines": {2235"node": ">=0.10.0"2236}2237},2238"node_modules/exec-sh": {2239"version": "0.3.6",2240"resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.6.tgz",2241"integrity": "sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==",2242"dev": true2243},2244"node_modules/execa": {2245"version": "4.1.0",2246"resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",2247"integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",2248"dev": true,2249"dependencies": {2250"cross-spawn": "^7.0.0",2251"get-stream": "^5.0.0",2252"human-signals": "^1.1.1",2253"is-stream": "^2.0.0",2254"merge-stream": "^2.0.0",2255"npm-run-path": "^4.0.0",2256"onetime": "^5.1.0",2257"signal-exit": "^3.0.2",2258"strip-final-newline": "^2.0.0"2259},2260"engines": {2261"node": ">=10"2262},2263"funding": {2264"url": "https://github.com/sindresorhus/execa?sponsor=1"2265}2266},2267"node_modules/exit": {2268"version": "0.1.2",2269"resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",2270"integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",2271"dev": true,2272"engines": {2273"node": ">= 0.8.0"2274}2275},2276"node_modules/expand-brackets": {2277"version": "2.1.4",2278"resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",2279"integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==",2280"dev": true,2281"dependencies": {2282"debug": "^2.3.3",2283"define-property": "^0.2.5",2284"extend-shallow": "^2.0.1",2285"posix-character-classes": "^0.1.0",2286"regex-not": "^1.0.0",2287"snapdragon": "^0.8.1",2288"to-regex": "^3.0.1"2289},2290"engines": {2291"node": ">=0.10.0"2292}2293},2294"node_modules/expand-brackets/node_modules/debug": {2295"version": "2.6.9",2296"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",2297"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",2298"dev": true,2299"dependencies": {2300"ms": "2.0.0"2301}2302},2303"node_modules/expand-brackets/node_modules/define-property": {2304"version": "0.2.5",2305"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",2306"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",2307"dev": true,2308"dependencies": {2309"is-descriptor": "^0.1.0"2310},2311"engines": {2312"node": ">=0.10.0"2313}2314},2315"node_modules/expand-brackets/node_modules/extend-shallow": {2316"version": "2.0.1",2317"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",2318"integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",2319"dev": true,2320"dependencies": {2321"is-extendable": "^0.1.0"2322},2323"engines": {2324"node": ">=0.10.0"2325}2326},2327"node_modules/expand-brackets/node_modules/is-accessor-descriptor": {2328"version": "0.1.6",2329"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",2330"integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",2331"dev": true,2332"dependencies": {2333"kind-of": "^3.0.2"2334},2335"engines": {2336"node": ">=0.10.0"2337}2338},2339"node_modules/expand-brackets/node_modules/is-accessor-descriptor/node_modules/kind-of": {2340"version": "3.2.2",2341"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",2342"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",2343"dev": true,2344"dependencies": {2345"is-buffer": "^1.1.5"2346},2347"engines": {2348"node": ">=0.10.0"2349}2350},2351"node_modules/expand-brackets/node_modules/is-data-descriptor": {2352"version": "0.1.4",2353"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",2354"integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",2355"dev": true,2356"dependencies": {2357"kind-of": "^3.0.2"2358},2359"engines": {2360"node": ">=0.10.0"2361}2362},2363"node_modules/expand-brackets/node_modules/is-data-descriptor/node_modules/kind-of": {2364"version": "3.2.2",2365"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",2366"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",2367"dev": true,2368"dependencies": {2369"is-buffer": "^1.1.5"2370},2371"engines": {2372"node": ">=0.10.0"2373}2374},2375"node_modules/expand-brackets/node_modules/is-descriptor": {2376"version": "0.1.6",2377"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",2378"integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",2379"dev": true,2380"dependencies": {2381"is-accessor-descriptor": "^0.1.6",2382"is-data-descriptor": "^0.1.4",2383"kind-of": "^5.0.0"2384},2385"engines": {2386"node": ">=0.10.0"2387}2388},2389"node_modules/expand-brackets/node_modules/is-extendable": {2390"version": "0.1.1",2391"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",2392"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",2393"dev": true,2394"engines": {2395"node": ">=0.10.0"2396}2397},2398"node_modules/expand-brackets/node_modules/kind-of": {2399"version": "5.1.0",2400"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",2401"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",2402"dev": true,2403"engines": {2404"node": ">=0.10.0"2405}2406},2407"node_modules/expect": {2408"version": "26.6.2",2409"resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz",2410"integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==",2411"dev": true,2412"dependencies": {2413"@jest/types": "^26.6.2",2414"ansi-styles": "^4.0.0",2415"jest-get-type": "^26.3.0",2416"jest-matcher-utils": "^26.6.2",2417"jest-message-util": "^26.6.2",2418"jest-regex-util": "^26.0.0"2419},2420"engines": {2421"node": ">= 10.14.2"2422}2423},2424"node_modules/extend-shallow": {2425"version": "3.0.2",2426"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",2427"integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",2428"dev": true,2429"dependencies": {2430"assign-symbols": "^1.0.0",2431"is-extendable": "^1.0.1"2432},2433"engines": {2434"node": ">=0.10.0"2435}2436},2437"node_modules/extglob": {2438"version": "2.0.4",2439"resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",2440"integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",2441"dev": true,2442"dependencies": {2443"array-unique": "^0.3.2",2444"define-property": "^1.0.0",2445"expand-brackets": "^2.1.4",2446"extend-shallow": "^2.0.1",2447"fragment-cache": "^0.2.1",2448"regex-not": "^1.0.0",2449"snapdragon": "^0.8.1",2450"to-regex": "^3.0.1"2451},2452"engines": {2453"node": ">=0.10.0"2454}2455},2456"node_modules/extglob/node_modules/define-property": {2457"version": "1.0.0",2458"resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",2459"integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",2460"dev": true,2461"dependencies": {2462"is-descriptor": "^1.0.0"2463},2464"engines": {2465"node": ">=0.10.0"2466}2467},2468"node_modules/extglob/node_modules/extend-shallow": {2469"version": "2.0.1",2470"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",2471"integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",2472"dev": true,2473"dependencies": {2474"is-extendable": "^0.1.0"2475},2476"engines": {2477"node": ">=0.10.0"2478}2479},2480"node_modules/extglob/node_modules/is-extendable": {2481"version": "0.1.1",2482"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",2483"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",2484"dev": true,2485"engines": {2486"node": ">=0.10.0"2487}2488},2489"node_modules/fast-json-stable-stringify": {2490"version": "2.1.0",2491"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",2492"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",2493"dev": true2494},2495"node_modules/fast-levenshtein": {2496"version": "2.0.6",2497"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",2498"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",2499"dev": true2500},2501"node_modules/fb-watchman": {2502"version": "2.0.2",2503"resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",2504"integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",2505"dev": true,2506"dependencies": {2507"bser": "2.1.1"2508}2509},2510"node_modules/fill-range": {2511"version": "7.0.1",2512"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",2513"integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",2514"dev": true,2515"dependencies": {2516"to-regex-range": "^5.0.1"2517},2518"engines": {2519"node": ">=8"2520}2521},2522"node_modules/find-up": {2523"version": "4.1.0",2524"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",2525"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",2526"dev": true,2527"dependencies": {2528"locate-path": "^5.0.0",2529"path-exists": "^4.0.0"2530},2531"engines": {2532"node": ">=8"2533}2534},2535"node_modules/find-versions": {2536"version": "4.0.0",2537"resolved": "https://registry.npmjs.org/find-versions/-/find-versions-4.0.0.tgz",2538"integrity": "sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==",2539"dev": true,2540"dependencies": {2541"semver-regex": "^3.1.2"2542},2543"engines": {2544"node": ">=10"2545},2546"funding": {2547"url": "https://github.com/sponsors/sindresorhus"2548}2549},2550"node_modules/follow-redirects": {2551"version": "1.5.10",2552"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",2553"integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",2554"dependencies": {2555"debug": "=3.1.0"2556},2557"engines": {2558"node": ">=4.0"2559}2560},2561"node_modules/for-in": {2562"version": "1.0.2",2563"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",2564"integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==",2565"dev": true,2566"engines": {2567"node": ">=0.10.0"2568}2569},2570"node_modules/form-data": {2571"version": "3.0.1",2572"resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",2573"integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",2574"dev": true,2575"dependencies": {2576"asynckit": "^0.4.0",2577"combined-stream": "^1.0.8",2578"mime-types": "^2.1.12"2579},2580"engines": {2581"node": ">= 6"2582}2583},2584"node_modules/fragment-cache": {2585"version": "0.2.1",2586"resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",2587"integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==",2588"dev": true,2589"dependencies": {2590"map-cache": "^0.2.2"2591},2592"engines": {2593"node": ">=0.10.0"2594}2595},2596"node_modules/fs-extra": {2597"version": "8.1.0",2598"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",2599"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",2600"dev": true,2601"dependencies": {2602"graceful-fs": "^4.2.0",2603"jsonfile": "^4.0.0",2604"universalify": "^0.1.0"2605},2606"engines": {2607"node": ">=6 <7 || >=8"2608}2609},2610"node_modules/fs-extra/node_modules/universalify": {2611"version": "0.1.2",2612"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",2613"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",2614"dev": true,2615"engines": {2616"node": ">= 4.0.0"2617}2618},2619"node_modules/fs.realpath": {2620"version": "1.0.0",2621"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",2622"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",2623"dev": true2624},2625"node_modules/fsevents": {2626"version": "2.3.2",2627"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",2628"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",2629"dev": true,2630"hasInstallScript": true,2631"optional": true,2632"os": [2633"darwin"2634],2635"engines": {2636"node": "^8.16.0 || ^10.6.0 || >=11.0.0"2637}2638},2639"node_modules/function-bind": {2640"version": "1.1.1",2641"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",2642"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",2643"dev": true2644},2645"node_modules/gensync": {2646"version": "1.0.0-beta.2",2647"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",2648"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",2649"dev": true,2650"engines": {2651"node": ">=6.9.0"2652}2653},2654"node_modules/get-caller-file": {2655"version": "2.0.5",2656"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",2657"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",2658"dev": true,2659"engines": {2660"node": "6.* || 8.* || >= 10.*"2661}2662},2663"node_modules/get-package-type": {2664"version": "0.1.0",2665"resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",2666"integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",2667"dev": true,2668"engines": {2669"node": ">=8.0.0"2670}2671},2672"node_modules/get-stream": {2673"version": "5.2.0",2674"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",2675"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",2676"dev": true,2677"dependencies": {2678"pump": "^3.0.0"2679},2680"engines": {2681"node": ">=8"2682},2683"funding": {2684"url": "https://github.com/sponsors/sindresorhus"2685}2686},2687"node_modules/get-value": {2688"version": "2.0.6",2689"resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",2690"integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==",2691"dev": true,2692"engines": {2693"node": ">=0.10.0"2694}2695},2696"node_modules/glob": {2697"version": "7.2.3",2698"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",2699"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",2700"dev": true,2701"dependencies": {2702"fs.realpath": "^1.0.0",2703"inflight": "^1.0.4",2704"inherits": "2",2705"minimatch": "^3.1.1",2706"once": "^1.3.0",2707"path-is-absolute": "^1.0.0"2708},2709"engines": {2710"node": "*"2711},2712"funding": {2713"url": "https://github.com/sponsors/isaacs"2714}2715},2716"node_modules/globals": {2717"version": "11.12.0",2718"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",2719"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",2720"dev": true,2721"engines": {2722"node": ">=4"2723}2724},2725"node_modules/graceful-fs": {2726"version": "4.2.10",2727"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",2728"integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",2729"dev": true2730},2731"node_modules/growly": {2732"version": "1.3.0",2733"resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",2734"integrity": "sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==",2735"dev": true,2736"optional": true2737},2738"node_modules/handlebars": {2739"version": "4.7.7",2740"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz",2741"integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==",2742"dev": true,2743"dependencies": {2744"minimist": "^1.2.5",2745"neo-async": "^2.6.0",2746"source-map": "^0.6.1",2747"wordwrap": "^1.0.0"2748},2749"bin": {2750"handlebars": "bin/handlebars"2751},2752"engines": {2753"node": ">=0.4.7"2754},2755"optionalDependencies": {2756"uglify-js": "^3.1.4"2757}2758},2759"node_modules/has": {2760"version": "1.0.3",2761"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",2762"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",2763"dev": true,2764"dependencies": {2765"function-bind": "^1.1.1"2766},2767"engines": {2768"node": ">= 0.4.0"2769}2770},2771"node_modules/has-flag": {2772"version": "4.0.0",2773"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",2774"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",2775"dev": true,2776"engines": {2777"node": ">=8"2778}2779},2780"node_modules/has-value": {2781"version": "1.0.0",2782"resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",2783"integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==",2784"dev": true,2785"dependencies": {2786"get-value": "^2.0.6",2787"has-values": "^1.0.0",2788"isobject": "^3.0.0"2789},2790"engines": {2791"node": ">=0.10.0"2792}2793},2794"node_modules/has-values": {2795"version": "1.0.0",2796"resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",2797"integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==",2798"dev": true,2799"dependencies": {2800"is-number": "^3.0.0",2801"kind-of": "^4.0.0"2802},2803"engines": {2804"node": ">=0.10.0"2805}2806},2807"node_modules/has-values/node_modules/is-number": {2808"version": "3.0.0",2809"resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",2810"integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",2811"dev": true,2812"dependencies": {2813"kind-of": "^3.0.2"2814},2815"engines": {2816"node": ">=0.10.0"2817}2818},2819"node_modules/has-values/node_modules/is-number/node_modules/kind-of": {2820"version": "3.2.2",2821"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",2822"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",2823"dev": true,2824"dependencies": {2825"is-buffer": "^1.1.5"2826},2827"engines": {2828"node": ">=0.10.0"2829}2830},2831"node_modules/has-values/node_modules/kind-of": {2832"version": "4.0.0",2833"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",2834"integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==",2835"dev": true,2836"dependencies": {2837"is-buffer": "^1.1.5"2838},2839"engines": {2840"node": ">=0.10.0"2841}2842},2843"node_modules/highlight.js": {2844"version": "10.7.3",2845"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",2846"integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",2847"dev": true,2848"engines": {2849"node": "*"2850}2851},2852"node_modules/hosted-git-info": {2853"version": "2.8.9",2854"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",2855"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",2856"dev": true2857},2858"node_modules/html-encoding-sniffer": {2859"version": "2.0.1",2860"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",2861"integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",2862"dev": true,2863"dependencies": {2864"whatwg-encoding": "^1.0.5"2865},2866"engines": {2867"node": ">=10"2868}2869},2870"node_modules/html-escaper": {2871"version": "2.0.2",2872"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",2873"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",2874"dev": true2875},2876"node_modules/http-proxy-agent": {2877"version": "4.0.1",2878"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",2879"integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",2880"dev": true,2881"dependencies": {2882"@tootallnate/once": "1",2883"agent-base": "6",2884"debug": "4"2885},2886"engines": {2887"node": ">= 6"2888}2889},2890"node_modules/http-proxy-agent/node_modules/debug": {2891"version": "4.3.4",2892"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",2893"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",2894"dev": true,2895"dependencies": {2896"ms": "2.1.2"2897},2898"engines": {2899"node": ">=6.0"2900},2901"peerDependenciesMeta": {2902"supports-color": {2903"optional": true2904}2905}2906},2907"node_modules/http-proxy-agent/node_modules/ms": {2908"version": "2.1.2",2909"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",2910"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",2911"dev": true2912},2913"node_modules/https-proxy-agent": {2914"version": "5.0.1",2915"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",2916"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",2917"dev": true,2918"dependencies": {2919"agent-base": "6",2920"debug": "4"2921},2922"engines": {2923"node": ">= 6"2924}2925},2926"node_modules/https-proxy-agent/node_modules/debug": {2927"version": "4.3.4",2928"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",2929"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",2930"dev": true,2931"dependencies": {2932"ms": "2.1.2"2933},2934"engines": {2935"node": ">=6.0"2936},2937"peerDependenciesMeta": {2938"supports-color": {2939"optional": true2940}2941}2942},2943"node_modules/https-proxy-agent/node_modules/ms": {2944"version": "2.1.2",2945"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",2946"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",2947"dev": true2948},2949"node_modules/human-signals": {2950"version": "1.1.1",2951"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",2952"integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",2953"dev": true,2954"engines": {2955"node": ">=8.12.0"2956}2957},2958"node_modules/husky": {2959"version": "4.3.8",2960"resolved": "https://registry.npmjs.org/husky/-/husky-4.3.8.tgz",2961"integrity": "sha512-LCqqsB0PzJQ/AlCgfrfzRe3e3+NvmefAdKQhRYpxS4u6clblBoDdzzvHi8fmxKRzvMxPY/1WZWzomPZww0Anow==",2962"dev": true,2963"hasInstallScript": true,2964"dependencies": {2965"chalk": "^4.0.0",2966"ci-info": "^2.0.0",2967"compare-versions": "^3.6.0",2968"cosmiconfig": "^7.0.0",2969"find-versions": "^4.0.0",2970"opencollective-postinstall": "^2.0.2",2971"pkg-dir": "^5.0.0",2972"please-upgrade-node": "^3.2.0",2973"slash": "^3.0.0",2974"which-pm-runs": "^1.0.0"2975},2976"bin": {2977"husky-run": "bin/run.js",2978"husky-upgrade": "lib/upgrader/bin.js"2979},2980"engines": {2981"node": ">=10"2982},2983"funding": {2984"type": "opencollective",2985"url": "https://opencollective.com/husky"2986}2987},2988"node_modules/iconv-lite": {2989"version": "0.4.24",2990"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",2991"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",2992"dev": true,2993"dependencies": {2994"safer-buffer": ">= 2.1.2 < 3"2995},2996"engines": {2997"node": ">=0.10.0"2998}2999},3000"node_modules/import-fresh": {3001"version": "3.3.0",3002"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",3003"integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",3004"dev": true,3005"dependencies": {3006"parent-module": "^1.0.0",3007"resolve-from": "^4.0.0"3008},3009"engines": {3010"node": ">=6"3011},3012"funding": {3013"url": "https://github.com/sponsors/sindresorhus"3014}3015},3016"node_modules/import-local": {3017"version": "3.1.0",3018"resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",3019"integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",3020"dev": true,3021"dependencies": {3022"pkg-dir": "^4.2.0",3023"resolve-cwd": "^3.0.0"3024},3025"bin": {3026"import-local-fixture": "fixtures/cli.js"3027},3028"engines": {3029"node": ">=8"3030},3031"funding": {3032"url": "https://github.com/sponsors/sindresorhus"3033}3034},3035"node_modules/import-local/node_modules/pkg-dir": {3036"version": "4.2.0",3037"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",3038"integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",3039"dev": true,3040"dependencies": {3041"find-up": "^4.0.0"3042},3043"engines": {3044"node": ">=8"3045}3046},3047"node_modules/imurmurhash": {3048"version": "0.1.4",3049"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",3050"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",3051"dev": true,3052"engines": {3053"node": ">=0.8.19"3054}3055},3056"node_modules/inflight": {3057"version": "1.0.6",3058"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",3059"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",3060"dev": true,3061"dependencies": {3062"once": "^1.3.0",3063"wrappy": "1"3064}3065},3066"node_modules/inherits": {3067"version": "2.0.4",3068"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",3069"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",3070"dev": true3071},3072"node_modules/interpret": {3073"version": "1.4.0",3074"resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",3075"integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",3076"dev": true,3077"engines": {3078"node": ">= 0.10"3079}3080},3081"node_modules/is-accessor-descriptor": {3082"version": "1.0.0",3083"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",3084"integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",3085"dev": true,3086"dependencies": {3087"kind-of": "^6.0.0"3088},3089"engines": {3090"node": ">=0.10.0"3091}3092},3093"node_modules/is-arrayish": {3094"version": "0.2.1",3095"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",3096"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",3097"dev": true3098},3099"node_modules/is-buffer": {3100"version": "1.1.6",3101"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",3102"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",3103"dev": true3104},3105"node_modules/is-ci": {3106"version": "2.0.0",3107"resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz",3108"integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==",3109"dev": true,3110"dependencies": {3111"ci-info": "^2.0.0"3112},3113"bin": {3114"is-ci": "bin.js"3115}3116},3117"node_modules/is-core-module": {3118"version": "2.11.0",3119"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",3120"integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",3121"dev": true,3122"dependencies": {3123"has": "^1.0.3"3124},3125"funding": {3126"url": "https://github.com/sponsors/ljharb"3127}3128},3129"node_modules/is-data-descriptor": {3130"version": "1.0.0",3131"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",3132"integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",3133"dev": true,3134"dependencies": {3135"kind-of": "^6.0.0"3136},3137"engines": {3138"node": ">=0.10.0"3139}3140},3141"node_modules/is-descriptor": {3142"version": "1.0.2",3143"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",3144"integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",3145"dev": true,3146"dependencies": {3147"is-accessor-descriptor": "^1.0.0",3148"is-data-descriptor": "^1.0.0",3149"kind-of": "^6.0.2"3150},3151"engines": {3152"node": ">=0.10.0"3153}3154},3155"node_modules/is-docker": {3156"version": "2.2.1",3157"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",3158"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",3159"dev": true,3160"optional": true,3161"bin": {3162"is-docker": "cli.js"3163},3164"engines": {3165"node": ">=8"3166},3167"funding": {3168"url": "https://github.com/sponsors/sindresorhus"3169}3170},3171"node_modules/is-extendable": {3172"version": "1.0.1",3173"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",3174"integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",3175"dev": true,3176"dependencies": {3177"is-plain-object": "^2.0.4"3178},3179"engines": {3180"node": ">=0.10.0"3181}3182},3183"node_modules/is-fullwidth-code-point": {3184"version": "3.0.0",3185"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",3186"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",3187"dev": true,3188"engines": {3189"node": ">=8"3190}3191},3192"node_modules/is-generator-fn": {3193"version": "2.1.0",3194"resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",3195"integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",3196"dev": true,3197"engines": {3198"node": ">=6"3199}3200},3201"node_modules/is-number": {3202"version": "7.0.0",3203"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",3204"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",3205"dev": true,3206"engines": {3207"node": ">=0.12.0"3208}3209},3210"node_modules/is-plain-object": {3211"version": "2.0.4",3212"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",3213"integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",3214"dev": true,3215"dependencies": {3216"isobject": "^3.0.1"3217},3218"engines": {3219"node": ">=0.10.0"3220}3221},3222"node_modules/is-potential-custom-element-name": {3223"version": "1.0.1",3224"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",3225"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",3226"dev": true3227},3228"node_modules/is-stream": {3229"version": "2.0.1",3230"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",3231"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",3232"dev": true,3233"engines": {3234"node": ">=8"3235},3236"funding": {3237"url": "https://github.com/sponsors/sindresorhus"3238}3239},3240"node_modules/is-typedarray": {3241"version": "1.0.0",3242"resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",3243"integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",3244"dev": true3245},3246"node_modules/is-windows": {3247"version": "1.0.2",3248"resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",3249"integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",3250"dev": true,3251"engines": {3252"node": ">=0.10.0"3253}3254},3255"node_modules/is-wsl": {3256"version": "2.2.0",3257"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",3258"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",3259"dev": true,3260"optional": true,3261"dependencies": {3262"is-docker": "^2.0.0"3263},3264"engines": {3265"node": ">=8"3266}3267},3268"node_modules/isarray": {3269"version": "1.0.0",3270"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",3271"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",3272"dev": true3273},3274"node_modules/isexe": {3275"version": "2.0.0",3276"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",3277"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",3278"dev": true3279},3280"node_modules/isobject": {3281"version": "3.0.1",3282"resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",3283"integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",3284"dev": true,3285"engines": {3286"node": ">=0.10.0"3287}3288},3289"node_modules/istanbul-lib-coverage": {3290"version": "3.2.0",3291"resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",3292"integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",3293"dev": true,3294"engines": {3295"node": ">=8"3296}3297},3298"node_modules/istanbul-lib-instrument": {3299"version": "4.0.3",3300"resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",3301"integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==",3302"dev": true,3303"dependencies": {3304"@babel/core": "^7.7.5",3305"@istanbuljs/schema": "^0.1.2",3306"istanbul-lib-coverage": "^3.0.0",3307"semver": "^6.3.0"3308},3309"engines": {3310"node": ">=8"3311}3312},3313"node_modules/istanbul-lib-report": {3314"version": "3.0.0",3315"resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",3316"integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",3317"dev": true,3318"dependencies": {3319"istanbul-lib-coverage": "^3.0.0",3320"make-dir": "^3.0.0",3321"supports-color": "^7.1.0"3322},3323"engines": {3324"node": ">=8"3325}3326},3327"node_modules/istanbul-lib-source-maps": {3328"version": "4.0.1",3329"resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",3330"integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",3331"dev": true,3332"dependencies": {3333"debug": "^4.1.1",3334"istanbul-lib-coverage": "^3.0.0",3335"source-map": "^0.6.1"3336},3337"engines": {3338"node": ">=10"3339}3340},3341"node_modules/istanbul-lib-source-maps/node_modules/debug": {3342"version": "4.3.4",3343"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",3344"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",3345"dev": true,3346"dependencies": {3347"ms": "2.1.2"3348},3349"engines": {3350"node": ">=6.0"3351},3352"peerDependenciesMeta": {3353"supports-color": {3354"optional": true3355}3356}3357},3358"node_modules/istanbul-lib-source-maps/node_modules/ms": {3359"version": "2.1.2",3360"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",3361"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",3362"dev": true3363},3364"node_modules/istanbul-reports": {3365"version": "3.1.5",3366"resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz",3367"integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==",3368"dev": true,3369"dependencies": {3370"html-escaper": "^2.0.0",3371"istanbul-lib-report": "^3.0.0"3372},3373"engines": {3374"node": ">=8"3375}3376},3377"node_modules/jest": {3378"version": "26.6.3",3379"resolved": "https://registry.npmjs.org/jest/-/jest-26.6.3.tgz",3380"integrity": "sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==",3381"dev": true,3382"dependencies": {3383"@jest/core": "^26.6.3",3384"import-local": "^3.0.2",3385"jest-cli": "^26.6.3"3386},3387"bin": {3388"jest": "bin/jest.js"3389},3390"engines": {3391"node": ">= 10.14.2"3392}3393},3394"node_modules/jest-changed-files": {3395"version": "26.6.2",3396"resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-26.6.2.tgz",3397"integrity": "sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==",3398"dev": true,3399"dependencies": {3400"@jest/types": "^26.6.2",3401"execa": "^4.0.0",3402"throat": "^5.0.0"3403},3404"engines": {3405"node": ">= 10.14.2"3406}3407},3408"node_modules/jest-cli": {3409"version": "26.6.3",3410"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-26.6.3.tgz",3411"integrity": "sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==",3412"dev": true,3413"dependencies": {3414"@jest/core": "^26.6.3",3415"@jest/test-result": "^26.6.2",3416"@jest/types": "^26.6.2",3417"chalk": "^4.0.0",3418"exit": "^0.1.2",3419"graceful-fs": "^4.2.4",3420"import-local": "^3.0.2",3421"is-ci": "^2.0.0",3422"jest-config": "^26.6.3",3423"jest-util": "^26.6.2",3424"jest-validate": "^26.6.2",3425"prompts": "^2.0.1",3426"yargs": "^15.4.1"3427},3428"bin": {3429"jest": "bin/jest.js"3430},3431"engines": {3432"node": ">= 10.14.2"3433}3434},3435"node_modules/jest-config": {3436"version": "26.6.3",3437"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-26.6.3.tgz",3438"integrity": "sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==",3439"dev": true,3440"dependencies": {3441"@babel/core": "^7.1.0",3442"@jest/test-sequencer": "^26.6.3",3443"@jest/types": "^26.6.2",3444"babel-jest": "^26.6.3",3445"chalk": "^4.0.0",3446"deepmerge": "^4.2.2",3447"glob": "^7.1.1",3448"graceful-fs": "^4.2.4",3449"jest-environment-jsdom": "^26.6.2",3450"jest-environment-node": "^26.6.2",3451"jest-get-type": "^26.3.0",3452"jest-jasmine2": "^26.6.3",3453"jest-regex-util": "^26.0.0",3454"jest-resolve": "^26.6.2",3455"jest-util": "^26.6.2",3456"jest-validate": "^26.6.2",3457"micromatch": "^4.0.2",3458"pretty-format": "^26.6.2"3459},3460"engines": {3461"node": ">= 10.14.2"3462},3463"peerDependencies": {3464"ts-node": ">=9.0.0"3465},3466"peerDependenciesMeta": {3467"ts-node": {3468"optional": true3469}3470}3471},3472"node_modules/jest-diff": {3473"version": "26.6.2",3474"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz",3475"integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==",3476"dev": true,3477"dependencies": {3478"chalk": "^4.0.0",3479"diff-sequences": "^26.6.2",3480"jest-get-type": "^26.3.0",3481"pretty-format": "^26.6.2"3482},3483"engines": {3484"node": ">= 10.14.2"3485}3486},3487"node_modules/jest-docblock": {3488"version": "26.0.0",3489"resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-26.0.0.tgz",3490"integrity": "sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==",3491"dev": true,3492"dependencies": {3493"detect-newline": "^3.0.0"3494},3495"engines": {3496"node": ">= 10.14.2"3497}3498},3499"node_modules/jest-each": {3500"version": "26.6.2",3501"resolved": "https://registry.npmjs.org/jest-each/-/jest-each-26.6.2.tgz",3502"integrity": "sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==",3503"dev": true,3504"dependencies": {3505"@jest/types": "^26.6.2",3506"chalk": "^4.0.0",3507"jest-get-type": "^26.3.0",3508"jest-util": "^26.6.2",3509"pretty-format": "^26.6.2"3510},3511"engines": {3512"node": ">= 10.14.2"3513}3514},3515"node_modules/jest-environment-jsdom": {3516"version": "26.6.2",3517"resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz",3518"integrity": "sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==",3519"dev": true,3520"dependencies": {3521"@jest/environment": "^26.6.2",3522"@jest/fake-timers": "^26.6.2",3523"@jest/types": "^26.6.2",3524"@types/node": "*",3525"jest-mock": "^26.6.2",3526"jest-util": "^26.6.2",3527"jsdom": "^16.4.0"3528},3529"engines": {3530"node": ">= 10.14.2"3531}3532},3533"node_modules/jest-environment-node": {3534"version": "26.6.2",3535"resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-26.6.2.tgz",3536"integrity": "sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==",3537"dev": true,3538"dependencies": {3539"@jest/environment": "^26.6.2",3540"@jest/fake-timers": "^26.6.2",3541"@jest/types": "^26.6.2",3542"@types/node": "*",3543"jest-mock": "^26.6.2",3544"jest-util": "^26.6.2"3545},3546"engines": {3547"node": ">= 10.14.2"3548}3549},3550"node_modules/jest-get-type": {3551"version": "26.3.0",3552"resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",3553"integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",3554"dev": true,3555"engines": {3556"node": ">= 10.14.2"3557}3558},3559"node_modules/jest-haste-map": {3560"version": "26.6.2",3561"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz",3562"integrity": "sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==",3563"dev": true,3564"dependencies": {3565"@jest/types": "^26.6.2",3566"@types/graceful-fs": "^4.1.2",3567"@types/node": "*",3568"anymatch": "^3.0.3",3569"fb-watchman": "^2.0.0",3570"graceful-fs": "^4.2.4",3571"jest-regex-util": "^26.0.0",3572"jest-serializer": "^26.6.2",3573"jest-util": "^26.6.2",3574"jest-worker": "^26.6.2",3575"micromatch": "^4.0.2",3576"sane": "^4.0.3",3577"walker": "^1.0.7"3578},3579"engines": {3580"node": ">= 10.14.2"3581},3582"optionalDependencies": {3583"fsevents": "^2.1.2"3584}3585},3586"node_modules/jest-jasmine2": {3587"version": "26.6.3",3588"resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz",3589"integrity": "sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==",3590"dev": true,3591"dependencies": {3592"@babel/traverse": "^7.1.0",3593"@jest/environment": "^26.6.2",3594"@jest/source-map": "^26.6.2",3595"@jest/test-result": "^26.6.2",3596"@jest/types": "^26.6.2",3597"@types/node": "*",3598"chalk": "^4.0.0",3599"co": "^4.6.0",3600"expect": "^26.6.2",3601"is-generator-fn": "^2.0.0",3602"jest-each": "^26.6.2",3603"jest-matcher-utils": "^26.6.2",3604"jest-message-util": "^26.6.2",3605"jest-runtime": "^26.6.3",3606"jest-snapshot": "^26.6.2",3607"jest-util": "^26.6.2",3608"pretty-format": "^26.6.2",3609"throat": "^5.0.0"3610},3611"engines": {3612"node": ">= 10.14.2"3613}3614},3615"node_modules/jest-leak-detector": {3616"version": "26.6.2",3617"resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz",3618"integrity": "sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==",3619"dev": true,3620"dependencies": {3621"jest-get-type": "^26.3.0",3622"pretty-format": "^26.6.2"3623},3624"engines": {3625"node": ">= 10.14.2"3626}3627},3628"node_modules/jest-matcher-utils": {3629"version": "26.6.2",3630"resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz",3631"integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==",3632"dev": true,3633"dependencies": {3634"chalk": "^4.0.0",3635"jest-diff": "^26.6.2",3636"jest-get-type": "^26.3.0",3637"pretty-format": "^26.6.2"3638},3639"engines": {3640"node": ">= 10.14.2"3641}3642},3643"node_modules/jest-message-util": {3644"version": "26.6.2",3645"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz",3646"integrity": "sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==",3647"dev": true,3648"dependencies": {3649"@babel/code-frame": "^7.0.0",3650"@jest/types": "^26.6.2",3651"@types/stack-utils": "^2.0.0",3652"chalk": "^4.0.0",3653"graceful-fs": "^4.2.4",3654"micromatch": "^4.0.2",3655"pretty-format": "^26.6.2",3656"slash": "^3.0.0",3657"stack-utils": "^2.0.2"3658},3659"engines": {3660"node": ">= 10.14.2"3661}3662},3663"node_modules/jest-mock": {3664"version": "26.6.2",3665"resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-26.6.2.tgz",3666"integrity": "sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==",3667"dev": true,3668"dependencies": {3669"@jest/types": "^26.6.2",3670"@types/node": "*"3671},3672"engines": {3673"node": ">= 10.14.2"3674}3675},3676"node_modules/jest-pnp-resolver": {3677"version": "1.2.3",3678"resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",3679"integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",3680"dev": true,3681"engines": {3682"node": ">=6"3683},3684"peerDependencies": {3685"jest-resolve": "*"3686},3687"peerDependenciesMeta": {3688"jest-resolve": {3689"optional": true3690}3691}3692},3693"node_modules/jest-regex-util": {3694"version": "26.0.0",3695"resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz",3696"integrity": "sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==",3697"dev": true,3698"engines": {3699"node": ">= 10.14.2"3700}3701},3702"node_modules/jest-resolve": {3703"version": "26.6.2",3704"resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",3705"integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",3706"dev": true,3707"dependencies": {3708"@jest/types": "^26.6.2",3709"chalk": "^4.0.0",3710"graceful-fs": "^4.2.4",3711"jest-pnp-resolver": "^1.2.2",3712"jest-util": "^26.6.2",3713"read-pkg-up": "^7.0.1",3714"resolve": "^1.18.1",3715"slash": "^3.0.0"3716},3717"engines": {3718"node": ">= 10.14.2"3719}3720},3721"node_modules/jest-resolve-dependencies": {3722"version": "26.6.3",3723"resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz",3724"integrity": "sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==",3725"dev": true,3726"dependencies": {3727"@jest/types": "^26.6.2",3728"jest-regex-util": "^26.0.0",3729"jest-snapshot": "^26.6.2"3730},3731"engines": {3732"node": ">= 10.14.2"3733}3734},3735"node_modules/jest-runner": {3736"version": "26.6.3",3737"resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-26.6.3.tgz",3738"integrity": "sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==",3739"dev": true,3740"dependencies": {3741"@jest/console": "^26.6.2",3742"@jest/environment": "^26.6.2",3743"@jest/test-result": "^26.6.2",3744"@jest/types": "^26.6.2",3745"@types/node": "*",3746"chalk": "^4.0.0",3747"emittery": "^0.7.1",3748"exit": "^0.1.2",3749"graceful-fs": "^4.2.4",3750"jest-config": "^26.6.3",3751"jest-docblock": "^26.0.0",3752"jest-haste-map": "^26.6.2",3753"jest-leak-detector": "^26.6.2",3754"jest-message-util": "^26.6.2",3755"jest-resolve": "^26.6.2",3756"jest-runtime": "^26.6.3",3757"jest-util": "^26.6.2",3758"jest-worker": "^26.6.2",3759"source-map-support": "^0.5.6",3760"throat": "^5.0.0"3761},3762"engines": {3763"node": ">= 10.14.2"3764}3765},3766"node_modules/jest-runtime": {3767"version": "26.6.3",3768"resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-26.6.3.tgz",3769"integrity": "sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==",3770"dev": true,3771"dependencies": {3772"@jest/console": "^26.6.2",3773"@jest/environment": "^26.6.2",3774"@jest/fake-timers": "^26.6.2",3775"@jest/globals": "^26.6.2",3776"@jest/source-map": "^26.6.2",3777"@jest/test-result": "^26.6.2",3778"@jest/transform": "^26.6.2",3779"@jest/types": "^26.6.2",3780"@types/yargs": "^15.0.0",3781"chalk": "^4.0.0",3782"cjs-module-lexer": "^0.6.0",3783"collect-v8-coverage": "^1.0.0",3784"exit": "^0.1.2",3785"glob": "^7.1.3",3786"graceful-fs": "^4.2.4",3787"jest-config": "^26.6.3",3788"jest-haste-map": "^26.6.2",3789"jest-message-util": "^26.6.2",3790"jest-mock": "^26.6.2",3791"jest-regex-util": "^26.0.0",3792"jest-resolve": "^26.6.2",3793"jest-snapshot": "^26.6.2",3794"jest-util": "^26.6.2",3795"jest-validate": "^26.6.2",3796"slash": "^3.0.0",3797"strip-bom": "^4.0.0",3798"yargs": "^15.4.1"3799},3800"bin": {3801"jest-runtime": "bin/jest-runtime.js"3802},3803"engines": {3804"node": ">= 10.14.2"3805}3806},3807"node_modules/jest-serializer": {3808"version": "26.6.2",3809"resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz",3810"integrity": "sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==",3811"dev": true,3812"dependencies": {3813"@types/node": "*",3814"graceful-fs": "^4.2.4"3815},3816"engines": {3817"node": ">= 10.14.2"3818}3819},3820"node_modules/jest-snapshot": {3821"version": "26.6.2",3822"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-26.6.2.tgz",3823"integrity": "sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==",3824"dev": true,3825"dependencies": {3826"@babel/types": "^7.0.0",3827"@jest/types": "^26.6.2",3828"@types/babel__traverse": "^7.0.4",3829"@types/prettier": "^2.0.0",3830"chalk": "^4.0.0",3831"expect": "^26.6.2",3832"graceful-fs": "^4.2.4",3833"jest-diff": "^26.6.2",3834"jest-get-type": "^26.3.0",3835"jest-haste-map": "^26.6.2",3836"jest-matcher-utils": "^26.6.2",3837"jest-message-util": "^26.6.2",3838"jest-resolve": "^26.6.2",3839"natural-compare": "^1.4.0",3840"pretty-format": "^26.6.2",3841"semver": "^7.3.2"3842},3843"engines": {3844"node": ">= 10.14.2"3845}3846},3847"node_modules/jest-snapshot/node_modules/lru-cache": {3848"version": "6.0.0",3849"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",3850"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",3851"dev": true,3852"dependencies": {3853"yallist": "^4.0.0"3854},3855"engines": {3856"node": ">=10"3857}3858},3859"node_modules/jest-snapshot/node_modules/semver": {3860"version": "7.3.8",3861"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",3862"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",3863"dev": true,3864"dependencies": {3865"lru-cache": "^6.0.0"3866},3867"bin": {3868"semver": "bin/semver.js"3869},3870"engines": {3871"node": ">=10"3872}3873},3874"node_modules/jest-snapshot/node_modules/yallist": {3875"version": "4.0.0",3876"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",3877"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",3878"dev": true3879},3880"node_modules/jest-util": {3881"version": "26.6.2",3882"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz",3883"integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==",3884"dev": true,3885"dependencies": {3886"@jest/types": "^26.6.2",3887"@types/node": "*",3888"chalk": "^4.0.0",3889"graceful-fs": "^4.2.4",3890"is-ci": "^2.0.0",3891"micromatch": "^4.0.2"3892},3893"engines": {3894"node": ">= 10.14.2"3895}3896},3897"node_modules/jest-validate": {3898"version": "26.6.2",3899"resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz",3900"integrity": "sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==",3901"dev": true,3902"dependencies": {3903"@jest/types": "^26.6.2",3904"camelcase": "^6.0.0",3905"chalk": "^4.0.0",3906"jest-get-type": "^26.3.0",3907"leven": "^3.1.0",3908"pretty-format": "^26.6.2"3909},3910"engines": {3911"node": ">= 10.14.2"3912}3913},3914"node_modules/jest-validate/node_modules/camelcase": {3915"version": "6.3.0",3916"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",3917"integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",3918"dev": true,3919"engines": {3920"node": ">=10"3921},3922"funding": {3923"url": "https://github.com/sponsors/sindresorhus"3924}3925},3926"node_modules/jest-watcher": {3927"version": "26.6.2",3928"resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-26.6.2.tgz",3929"integrity": "sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==",3930"dev": true,3931"dependencies": {3932"@jest/test-result": "^26.6.2",3933"@jest/types": "^26.6.2",3934"@types/node": "*",3935"ansi-escapes": "^4.2.1",3936"chalk": "^4.0.0",3937"jest-util": "^26.6.2",3938"string-length": "^4.0.1"3939},3940"engines": {3941"node": ">= 10.14.2"3942}3943},3944"node_modules/jest-worker": {3945"version": "26.6.2",3946"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",3947"integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",3948"dev": true,3949"dependencies": {3950"@types/node": "*",3951"merge-stream": "^2.0.0",3952"supports-color": "^7.0.0"3953},3954"engines": {3955"node": ">= 10.13.0"3956}3957},3958"node_modules/js-tokens": {3959"version": "4.0.0",3960"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",3961"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",3962"dev": true3963},3964"node_modules/js-yaml": {3965"version": "3.14.1",3966"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",3967"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",3968"dev": true,3969"dependencies": {3970"argparse": "^1.0.7",3971"esprima": "^4.0.0"3972},3973"bin": {3974"js-yaml": "bin/js-yaml.js"3975}3976},3977"node_modules/jsdom": {3978"version": "16.7.0",3979"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",3980"integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",3981"dev": true,3982"dependencies": {3983"abab": "^2.0.5",3984"acorn": "^8.2.4",3985"acorn-globals": "^6.0.0",3986"cssom": "^0.4.4",3987"cssstyle": "^2.3.0",3988"data-urls": "^2.0.0",3989"decimal.js": "^10.2.1",3990"domexception": "^2.0.1",3991"escodegen": "^2.0.0",3992"form-data": "^3.0.0",3993"html-encoding-sniffer": "^2.0.1",3994"http-proxy-agent": "^4.0.1",3995"https-proxy-agent": "^5.0.0",3996"is-potential-custom-element-name": "^1.0.1",3997"nwsapi": "^2.2.0",3998"parse5": "6.0.1",3999"saxes": "^5.0.1",4000"symbol-tree": "^3.2.4",4001"tough-cookie": "^4.0.0",4002"w3c-hr-time": "^1.0.2",4003"w3c-xmlserializer": "^2.0.0",4004"webidl-conversions": "^6.1.0",4005"whatwg-encoding": "^1.0.5",4006"whatwg-mimetype": "^2.3.0",4007"whatwg-url": "^8.5.0",4008"ws": "^7.4.6",4009"xml-name-validator": "^3.0.0"4010},4011"engines": {4012"node": ">=10"4013},4014"peerDependencies": {4015"canvas": "^2.5.0"4016},4017"peerDependenciesMeta": {4018"canvas": {4019"optional": true4020}4021}4022},4023"node_modules/jsdom/node_modules/ws": {4024"version": "7.5.9",4025"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",4026"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",4027"dev": true,4028"engines": {4029"node": ">=8.3.0"4030},4031"peerDependencies": {4032"bufferutil": "^4.0.1",4033"utf-8-validate": "^5.0.2"4034},4035"peerDependenciesMeta": {4036"bufferutil": {4037"optional": true4038},4039"utf-8-validate": {4040"optional": true4041}4042}4043},4044"node_modules/jsesc": {4045"version": "2.5.2",4046"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",4047"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",4048"dev": true,4049"bin": {4050"jsesc": "bin/jsesc"4051},4052"engines": {4053"node": ">=4"4054}4055},4056"node_modules/json-parse-even-better-errors": {4057"version": "2.3.1",4058"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",4059"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",4060"dev": true4061},4062"node_modules/json5": {4063"version": "2.2.3",4064"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",4065"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",4066"dev": true,4067"bin": {4068"json5": "lib/cli.js"4069},4070"engines": {4071"node": ">=6"4072}4073},4074"node_modules/jsonfile": {4075"version": "4.0.0",4076"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",4077"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",4078"dev": true,4079"optionalDependencies": {4080"graceful-fs": "^4.1.6"4081}4082},4083"node_modules/kind-of": {4084"version": "6.0.3",4085"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",4086"integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",4087"dev": true,4088"engines": {4089"node": ">=0.10.0"4090}4091},4092"node_modules/kleur": {4093"version": "3.0.3",4094"resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",4095"integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",4096"dev": true,4097"engines": {4098"node": ">=6"4099}4100},4101"node_modules/leven": {4102"version": "3.1.0",4103"resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",4104"integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",4105"dev": true,4106"engines": {4107"node": ">=6"4108}4109},4110"node_modules/levn": {4111"version": "0.3.0",4112"resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",4113"integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",4114"dev": true,4115"dependencies": {4116"prelude-ls": "~1.1.2",4117"type-check": "~0.3.2"4118},4119"engines": {4120"node": ">= 0.8.0"4121}4122},4123"node_modules/lines-and-columns": {4124"version": "1.2.4",4125"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",4126"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",4127"dev": true4128},4129"node_modules/locate-path": {4130"version": "5.0.0",4131"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",4132"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",4133"dev": true,4134"dependencies": {4135"p-locate": "^4.1.0"4136},4137"engines": {4138"node": ">=8"4139}4140},4141"node_modules/lodash": {4142"version": "4.17.21",4143"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",4144"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",4145"dev": true4146},4147"node_modules/lru-cache": {4148"version": "5.1.1",4149"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",4150"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",4151"dev": true,4152"dependencies": {4153"yallist": "^3.0.2"4154}4155},4156"node_modules/lunr": {4157"version": "2.3.9",4158"resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz",4159"integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==",4160"dev": true4161},4162"node_modules/make-dir": {4163"version": "3.1.0",4164"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",4165"integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",4166"dev": true,4167"dependencies": {4168"semver": "^6.0.0"4169},4170"engines": {4171"node": ">=8"4172},4173"funding": {4174"url": "https://github.com/sponsors/sindresorhus"4175}4176},4177"node_modules/make-error": {4178"version": "1.3.6",4179"resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",4180"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",4181"dev": true4182},4183"node_modules/makeerror": {4184"version": "1.0.12",4185"resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",4186"integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",4187"dev": true,4188"dependencies": {4189"tmpl": "1.0.5"4190}4191},4192"node_modules/map-cache": {4193"version": "0.2.2",4194"resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",4195"integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==",4196"dev": true,4197"engines": {4198"node": ">=0.10.0"4199}4200},4201"node_modules/map-visit": {4202"version": "1.0.0",4203"resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",4204"integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==",4205"dev": true,4206"dependencies": {4207"object-visit": "^1.0.0"4208},4209"engines": {4210"node": ">=0.10.0"4211}4212},4213"node_modules/marked": {4214"version": "1.0.0",4215"resolved": "https://registry.npmjs.org/marked/-/marked-1.0.0.tgz",4216"integrity": "sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng==",4217"dev": true,4218"bin": {4219"marked": "bin/marked"4220},4221"engines": {4222"node": ">= 8.16.2"4223}4224},4225"node_modules/merge-stream": {4226"version": "2.0.0",4227"resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",4228"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",4229"dev": true4230},4231"node_modules/micromatch": {4232"version": "4.0.5",4233"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",4234"integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",4235"dev": true,4236"dependencies": {4237"braces": "^3.0.2",4238"picomatch": "^2.3.1"4239},4240"engines": {4241"node": ">=8.6"4242}4243},4244"node_modules/mime-db": {4245"version": "1.52.0",4246"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",4247"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",4248"dev": true,4249"engines": {4250"node": ">= 0.6"4251}4252},4253"node_modules/mime-types": {4254"version": "2.1.35",4255"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",4256"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",4257"dev": true,4258"dependencies": {4259"mime-db": "1.52.0"4260},4261"engines": {4262"node": ">= 0.6"4263}4264},4265"node_modules/mimic-fn": {4266"version": "2.1.0",4267"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",4268"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",4269"dev": true,4270"engines": {4271"node": ">=6"4272}4273},4274"node_modules/minimatch": {4275"version": "3.1.2",4276"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",4277"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",4278"dev": true,4279"dependencies": {4280"brace-expansion": "^1.1.7"4281},4282"engines": {4283"node": "*"4284}4285},4286"node_modules/minimist": {4287"version": "1.2.8",4288"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",4289"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",4290"dev": true,4291"funding": {4292"url": "https://github.com/sponsors/ljharb"4293}4294},4295"node_modules/mixin-deep": {4296"version": "1.3.2",4297"resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",4298"integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",4299"dev": true,4300"dependencies": {4301"for-in": "^1.0.2",4302"is-extendable": "^1.0.1"4303},4304"engines": {4305"node": ">=0.10.0"4306}4307},4308"node_modules/mkdirp": {4309"version": "1.0.4",4310"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",4311"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",4312"dev": true,4313"bin": {4314"mkdirp": "bin/cmd.js"4315},4316"engines": {4317"node": ">=10"4318}4319},4320"node_modules/ms": {4321"version": "2.0.0",4322"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",4323"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="4324},4325"node_modules/nanomatch": {4326"version": "1.2.13",4327"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",4328"integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",4329"dev": true,4330"dependencies": {4331"arr-diff": "^4.0.0",4332"array-unique": "^0.3.2",4333"define-property": "^2.0.2",4334"extend-shallow": "^3.0.2",4335"fragment-cache": "^0.2.1",4336"is-windows": "^1.0.2",4337"kind-of": "^6.0.2",4338"object.pick": "^1.3.0",4339"regex-not": "^1.0.0",4340"snapdragon": "^0.8.1",4341"to-regex": "^3.0.1"4342},4343"engines": {4344"node": ">=0.10.0"4345}4346},4347"node_modules/natural-compare": {4348"version": "1.4.0",4349"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",4350"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",4351"dev": true4352},4353"node_modules/neo-async": {4354"version": "2.6.2",4355"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",4356"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",4357"dev": true4358},4359"node_modules/nice-try": {4360"version": "1.0.5",4361"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",4362"integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",4363"dev": true4364},4365"node_modules/node-int64": {4366"version": "0.4.0",4367"resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",4368"integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",4369"dev": true4370},4371"node_modules/node-notifier": {4372"version": "8.0.2",4373"resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.2.tgz",4374"integrity": "sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==",4375"dev": true,4376"optional": true,4377"dependencies": {4378"growly": "^1.3.0",4379"is-wsl": "^2.2.0",4380"semver": "^7.3.2",4381"shellwords": "^0.1.1",4382"uuid": "^8.3.0",4383"which": "^2.0.2"4384}4385},4386"node_modules/node-notifier/node_modules/lru-cache": {4387"version": "6.0.0",4388"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",4389"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",4390"dev": true,4391"optional": true,4392"dependencies": {4393"yallist": "^4.0.0"4394},4395"engines": {4396"node": ">=10"4397}4398},4399"node_modules/node-notifier/node_modules/semver": {4400"version": "7.3.8",4401"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",4402"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",4403"dev": true,4404"optional": true,4405"dependencies": {4406"lru-cache": "^6.0.0"4407},4408"bin": {4409"semver": "bin/semver.js"4410},4411"engines": {4412"node": ">=10"4413}4414},4415"node_modules/node-notifier/node_modules/yallist": {4416"version": "4.0.0",4417"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",4418"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",4419"dev": true,4420"optional": true4421},4422"node_modules/node-releases": {4423"version": "2.0.10",4424"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz",4425"integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==",4426"dev": true4427},4428"node_modules/normalize-package-data": {4429"version": "2.5.0",4430"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",4431"integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",4432"dev": true,4433"dependencies": {4434"hosted-git-info": "^2.1.4",4435"resolve": "^1.10.0",4436"semver": "2 || 3 || 4 || 5",4437"validate-npm-package-license": "^3.0.1"4438}4439},4440"node_modules/normalize-package-data/node_modules/semver": {4441"version": "5.7.1",4442"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",4443"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",4444"dev": true,4445"bin": {4446"semver": "bin/semver"4447}4448},4449"node_modules/normalize-path": {4450"version": "3.0.0",4451"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",4452"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",4453"dev": true,4454"engines": {4455"node": ">=0.10.0"4456}4457},4458"node_modules/npm-run-path": {4459"version": "4.0.1",4460"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",4461"integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",4462"dev": true,4463"dependencies": {4464"path-key": "^3.0.0"4465},4466"engines": {4467"node": ">=8"4468}4469},4470"node_modules/nwsapi": {4471"version": "2.2.2",4472"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz",4473"integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==",4474"dev": true4475},4476"node_modules/object-copy": {4477"version": "0.1.0",4478"resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",4479"integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==",4480"dev": true,4481"dependencies": {4482"copy-descriptor": "^0.1.0",4483"define-property": "^0.2.5",4484"kind-of": "^3.0.3"4485},4486"engines": {4487"node": ">=0.10.0"4488}4489},4490"node_modules/object-copy/node_modules/define-property": {4491"version": "0.2.5",4492"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",4493"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",4494"dev": true,4495"dependencies": {4496"is-descriptor": "^0.1.0"4497},4498"engines": {4499"node": ">=0.10.0"4500}4501},4502"node_modules/object-copy/node_modules/is-accessor-descriptor": {4503"version": "0.1.6",4504"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",4505"integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",4506"dev": true,4507"dependencies": {4508"kind-of": "^3.0.2"4509},4510"engines": {4511"node": ">=0.10.0"4512}4513},4514"node_modules/object-copy/node_modules/is-data-descriptor": {4515"version": "0.1.4",4516"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",4517"integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",4518"dev": true,4519"dependencies": {4520"kind-of": "^3.0.2"4521},4522"engines": {4523"node": ">=0.10.0"4524}4525},4526"node_modules/object-copy/node_modules/is-descriptor": {4527"version": "0.1.6",4528"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",4529"integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",4530"dev": true,4531"dependencies": {4532"is-accessor-descriptor": "^0.1.6",4533"is-data-descriptor": "^0.1.4",4534"kind-of": "^5.0.0"4535},4536"engines": {4537"node": ">=0.10.0"4538}4539},4540"node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of": {4541"version": "5.1.0",4542"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",4543"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",4544"dev": true,4545"engines": {4546"node": ">=0.10.0"4547}4548},4549"node_modules/object-copy/node_modules/kind-of": {4550"version": "3.2.2",4551"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",4552"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",4553"dev": true,4554"dependencies": {4555"is-buffer": "^1.1.5"4556},4557"engines": {4558"node": ">=0.10.0"4559}4560},4561"node_modules/object-visit": {4562"version": "1.0.1",4563"resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",4564"integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==",4565"dev": true,4566"dependencies": {4567"isobject": "^3.0.0"4568},4569"engines": {4570"node": ">=0.10.0"4571}4572},4573"node_modules/object.pick": {4574"version": "1.3.0",4575"resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",4576"integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==",4577"dev": true,4578"dependencies": {4579"isobject": "^3.0.1"4580},4581"engines": {4582"node": ">=0.10.0"4583}4584},4585"node_modules/once": {4586"version": "1.4.0",4587"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",4588"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",4589"dev": true,4590"dependencies": {4591"wrappy": "1"4592}4593},4594"node_modules/onetime": {4595"version": "5.1.2",4596"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",4597"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",4598"dev": true,4599"dependencies": {4600"mimic-fn": "^2.1.0"4601},4602"engines": {4603"node": ">=6"4604},4605"funding": {4606"url": "https://github.com/sponsors/sindresorhus"4607}4608},4609"node_modules/opencollective-postinstall": {4610"version": "2.0.3",4611"resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz",4612"integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==",4613"dev": true,4614"bin": {4615"opencollective-postinstall": "index.js"4616}4617},4618"node_modules/optionator": {4619"version": "0.8.3",4620"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",4621"integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",4622"dev": true,4623"dependencies": {4624"deep-is": "~0.1.3",4625"fast-levenshtein": "~2.0.6",4626"levn": "~0.3.0",4627"prelude-ls": "~1.1.2",4628"type-check": "~0.3.2",4629"word-wrap": "~1.2.3"4630},4631"engines": {4632"node": ">= 0.8.0"4633}4634},4635"node_modules/p-each-series": {4636"version": "2.2.0",4637"resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz",4638"integrity": "sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==",4639"dev": true,4640"engines": {4641"node": ">=8"4642},4643"funding": {4644"url": "https://github.com/sponsors/sindresorhus"4645}4646},4647"node_modules/p-finally": {4648"version": "1.0.0",4649"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",4650"integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",4651"dev": true,4652"engines": {4653"node": ">=4"4654}4655},4656"node_modules/p-limit": {4657"version": "2.3.0",4658"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",4659"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",4660"dev": true,4661"dependencies": {4662"p-try": "^2.0.0"4663},4664"engines": {4665"node": ">=6"4666},4667"funding": {4668"url": "https://github.com/sponsors/sindresorhus"4669}4670},4671"node_modules/p-locate": {4672"version": "4.1.0",4673"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",4674"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",4675"dev": true,4676"dependencies": {4677"p-limit": "^2.2.0"4678},4679"engines": {4680"node": ">=8"4681}4682},4683"node_modules/p-try": {4684"version": "2.2.0",4685"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",4686"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",4687"dev": true,4688"engines": {4689"node": ">=6"4690}4691},4692"node_modules/pako": {4693"version": "1.0.11",4694"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",4695"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="4696},4697"node_modules/parent-module": {4698"version": "1.0.1",4699"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",4700"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",4701"dev": true,4702"dependencies": {4703"callsites": "^3.0.0"4704},4705"engines": {4706"node": ">=6"4707}4708},4709"node_modules/parse-json": {4710"version": "5.2.0",4711"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",4712"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",4713"dev": true,4714"dependencies": {4715"@babel/code-frame": "^7.0.0",4716"error-ex": "^1.3.1",4717"json-parse-even-better-errors": "^2.3.0",4718"lines-and-columns": "^1.1.6"4719},4720"engines": {4721"node": ">=8"4722},4723"funding": {4724"url": "https://github.com/sponsors/sindresorhus"4725}4726},4727"node_modules/parse5": {4728"version": "6.0.1",4729"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",4730"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",4731"dev": true4732},4733"node_modules/pascalcase": {4734"version": "0.1.1",4735"resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",4736"integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==",4737"dev": true,4738"engines": {4739"node": ">=0.10.0"4740}4741},4742"node_modules/path-exists": {4743"version": "4.0.0",4744"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",4745"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",4746"dev": true,4747"engines": {4748"node": ">=8"4749}4750},4751"node_modules/path-is-absolute": {4752"version": "1.0.1",4753"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",4754"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",4755"dev": true,4756"engines": {4757"node": ">=0.10.0"4758}4759},4760"node_modules/path-key": {4761"version": "3.1.1",4762"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",4763"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",4764"dev": true,4765"engines": {4766"node": ">=8"4767}4768},4769"node_modules/path-parse": {4770"version": "1.0.7",4771"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",4772"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",4773"dev": true4774},4775"node_modules/path-type": {4776"version": "4.0.0",4777"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",4778"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",4779"dev": true,4780"engines": {4781"node": ">=8"4782}4783},4784"node_modules/picocolors": {4785"version": "1.0.0",4786"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",4787"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",4788"dev": true4789},4790"node_modules/picomatch": {4791"version": "2.3.1",4792"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",4793"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",4794"dev": true,4795"engines": {4796"node": ">=8.6"4797},4798"funding": {4799"url": "https://github.com/sponsors/jonschlinkert"4800}4801},4802"node_modules/pirates": {4803"version": "4.0.5",4804"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",4805"integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",4806"dev": true,4807"engines": {4808"node": ">= 6"4809}4810},4811"node_modules/pkg-dir": {4812"version": "5.0.0",4813"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz",4814"integrity": "sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==",4815"dev": true,4816"dependencies": {4817"find-up": "^5.0.0"4818},4819"engines": {4820"node": ">=10"4821}4822},4823"node_modules/pkg-dir/node_modules/find-up": {4824"version": "5.0.0",4825"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",4826"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",4827"dev": true,4828"dependencies": {4829"locate-path": "^6.0.0",4830"path-exists": "^4.0.0"4831},4832"engines": {4833"node": ">=10"4834},4835"funding": {4836"url": "https://github.com/sponsors/sindresorhus"4837}4838},4839"node_modules/pkg-dir/node_modules/locate-path": {4840"version": "6.0.0",4841"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",4842"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",4843"dev": true,4844"dependencies": {4845"p-locate": "^5.0.0"4846},4847"engines": {4848"node": ">=10"4849},4850"funding": {4851"url": "https://github.com/sponsors/sindresorhus"4852}4853},4854"node_modules/pkg-dir/node_modules/p-limit": {4855"version": "3.1.0",4856"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",4857"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",4858"dev": true,4859"dependencies": {4860"yocto-queue": "^0.1.0"4861},4862"engines": {4863"node": ">=10"4864},4865"funding": {4866"url": "https://github.com/sponsors/sindresorhus"4867}4868},4869"node_modules/pkg-dir/node_modules/p-locate": {4870"version": "5.0.0",4871"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",4872"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",4873"dev": true,4874"dependencies": {4875"p-limit": "^3.0.2"4876},4877"engines": {4878"node": ">=10"4879},4880"funding": {4881"url": "https://github.com/sponsors/sindresorhus"4882}4883},4884"node_modules/please-upgrade-node": {4885"version": "3.2.0",4886"resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz",4887"integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==",4888"dev": true,4889"dependencies": {4890"semver-compare": "^1.0.0"4891}4892},4893"node_modules/posix-character-classes": {4894"version": "0.1.1",4895"resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",4896"integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==",4897"dev": true,4898"engines": {4899"node": ">=0.10.0"4900}4901},4902"node_modules/prelude-ls": {4903"version": "1.1.2",4904"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",4905"integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",4906"dev": true,4907"engines": {4908"node": ">= 0.8.0"4909}4910},4911"node_modules/prettier": {4912"version": "2.8.4",4913"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz",4914"integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==",4915"dev": true,4916"bin": {4917"prettier": "bin-prettier.js"4918},4919"engines": {4920"node": ">=10.13.0"4921},4922"funding": {4923"url": "https://github.com/prettier/prettier?sponsor=1"4924}4925},4926"node_modules/pretty-format": {4927"version": "26.6.2",4928"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",4929"integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",4930"dev": true,4931"dependencies": {4932"@jest/types": "^26.6.2",4933"ansi-regex": "^5.0.0",4934"ansi-styles": "^4.0.0",4935"react-is": "^17.0.1"4936},4937"engines": {4938"node": ">= 10"4939}4940},4941"node_modules/progress": {4942"version": "2.0.3",4943"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",4944"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",4945"dev": true,4946"engines": {4947"node": ">=0.4.0"4948}4949},4950"node_modules/prompts": {4951"version": "2.4.2",4952"resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",4953"integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",4954"dev": true,4955"dependencies": {4956"kleur": "^3.0.3",4957"sisteransi": "^1.0.5"4958},4959"engines": {4960"node": ">= 6"4961}4962},4963"node_modules/psl": {4964"version": "1.9.0",4965"resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",4966"integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",4967"dev": true4968},4969"node_modules/pump": {4970"version": "3.0.0",4971"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",4972"integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",4973"dev": true,4974"dependencies": {4975"end-of-stream": "^1.1.0",4976"once": "^1.3.1"4977}4978},4979"node_modules/punycode": {4980"version": "2.3.0",4981"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",4982"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",4983"dev": true,4984"engines": {4985"node": ">=6"4986}4987},4988"node_modules/querystring": {4989"version": "0.2.1",4990"resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz",4991"integrity": "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==",4992"deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.",4993"engines": {4994"node": ">=0.4.x"4995}4996},4997"node_modules/querystringify": {4998"version": "2.2.0",4999"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",5000"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",5001"dev": true5002},5003"node_modules/react-is": {5004"version": "17.0.2",5005"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",5006"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",5007"dev": true5008},5009"node_modules/read-pkg": {5010"version": "5.2.0",5011"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",5012"integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",5013"dev": true,5014"dependencies": {5015"@types/normalize-package-data": "^2.4.0",5016"normalize-package-data": "^2.5.0",5017"parse-json": "^5.0.0",5018"type-fest": "^0.6.0"5019},5020"engines": {5021"node": ">=8"5022}5023},5024"node_modules/read-pkg-up": {5025"version": "7.0.1",5026"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",5027"integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",5028"dev": true,5029"dependencies": {5030"find-up": "^4.1.0",5031"read-pkg": "^5.2.0",5032"type-fest": "^0.8.1"5033},5034"engines": {5035"node": ">=8"5036},5037"funding": {5038"url": "https://github.com/sponsors/sindresorhus"5039}5040},5041"node_modules/read-pkg-up/node_modules/type-fest": {5042"version": "0.8.1",5043"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",5044"integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",5045"dev": true,5046"engines": {5047"node": ">=8"5048}5049},5050"node_modules/read-pkg/node_modules/type-fest": {5051"version": "0.6.0",5052"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",5053"integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",5054"dev": true,5055"engines": {5056"node": ">=8"5057}5058},5059"node_modules/rechoir": {5060"version": "0.6.2",5061"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",5062"integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==",5063"dev": true,5064"dependencies": {5065"resolve": "^1.1.6"5066},5067"engines": {5068"node": ">= 0.10"5069}5070},5071"node_modules/regex-not": {5072"version": "1.0.2",5073"resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",5074"integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",5075"dev": true,5076"dependencies": {5077"extend-shallow": "^3.0.2",5078"safe-regex": "^1.1.0"5079},5080"engines": {5081"node": ">=0.10.0"5082}5083},5084"node_modules/remove-trailing-separator": {5085"version": "1.1.0",5086"resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",5087"integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==",5088"dev": true5089},5090"node_modules/repeat-element": {5091"version": "1.1.4",5092"resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",5093"integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",5094"dev": true,5095"engines": {5096"node": ">=0.10.0"5097}5098},5099"node_modules/repeat-string": {5100"version": "1.6.1",5101"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",5102"integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",5103"dev": true,5104"engines": {5105"node": ">=0.10"5106}5107},5108"node_modules/require-directory": {5109"version": "2.1.1",5110"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",5111"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",5112"dev": true,5113"engines": {5114"node": ">=0.10.0"5115}5116},5117"node_modules/require-main-filename": {5118"version": "2.0.0",5119"resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",5120"integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",5121"dev": true5122},5123"node_modules/requires-port": {5124"version": "1.0.0",5125"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",5126"integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",5127"dev": true5128},5129"node_modules/resolve": {5130"version": "1.22.1",5131"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",5132"integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",5133"dev": true,5134"dependencies": {5135"is-core-module": "^2.9.0",5136"path-parse": "^1.0.7",5137"supports-preserve-symlinks-flag": "^1.0.0"5138},5139"bin": {5140"resolve": "bin/resolve"5141},5142"funding": {5143"url": "https://github.com/sponsors/ljharb"5144}5145},5146"node_modules/resolve-cwd": {5147"version": "3.0.0",5148"resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",5149"integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",5150"dev": true,5151"dependencies": {5152"resolve-from": "^5.0.0"5153},5154"engines": {5155"node": ">=8"5156}5157},5158"node_modules/resolve-cwd/node_modules/resolve-from": {5159"version": "5.0.0",5160"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",5161"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",5162"dev": true,5163"engines": {5164"node": ">=8"5165}5166},5167"node_modules/resolve-from": {5168"version": "4.0.0",5169"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",5170"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",5171"dev": true,5172"engines": {5173"node": ">=4"5174}5175},5176"node_modules/resolve-url": {5177"version": "0.2.1",5178"resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",5179"integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==",5180"deprecated": "https://github.com/lydell/resolve-url#deprecated",5181"dev": true5182},5183"node_modules/ret": {5184"version": "0.1.15",5185"resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",5186"integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",5187"dev": true,5188"engines": {5189"node": ">=0.12"5190}5191},5192"node_modules/rimraf": {5193"version": "3.0.2",5194"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",5195"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",5196"dev": true,5197"dependencies": {5198"glob": "^7.1.3"5199},5200"bin": {5201"rimraf": "bin.js"5202},5203"funding": {5204"url": "https://github.com/sponsors/isaacs"5205}5206},5207"node_modules/rsvp": {5208"version": "4.8.5",5209"resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz",5210"integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==",5211"dev": true,5212"engines": {5213"node": "6.* || >= 7.*"5214}5215},5216"node_modules/safe-regex": {5217"version": "1.1.0",5218"resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",5219"integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==",5220"dev": true,5221"dependencies": {5222"ret": "~0.1.10"5223}5224},5225"node_modules/safer-buffer": {5226"version": "2.1.2",5227"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",5228"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",5229"dev": true5230},5231"node_modules/sane": {5232"version": "4.1.0",5233"resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz",5234"integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==",5235"deprecated": "some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added",5236"dev": true,5237"dependencies": {5238"@cnakazawa/watch": "^1.0.3",5239"anymatch": "^2.0.0",5240"capture-exit": "^2.0.0",5241"exec-sh": "^0.3.2",5242"execa": "^1.0.0",5243"fb-watchman": "^2.0.0",5244"micromatch": "^3.1.4",5245"minimist": "^1.1.1",5246"walker": "~1.0.5"5247},5248"bin": {5249"sane": "src/cli.js"5250},5251"engines": {5252"node": "6.* || 8.* || >= 10.*"5253}5254},5255"node_modules/sane/node_modules/anymatch": {5256"version": "2.0.0",5257"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",5258"integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",5259"dev": true,5260"dependencies": {5261"micromatch": "^3.1.4",5262"normalize-path": "^2.1.1"5263}5264},5265"node_modules/sane/node_modules/braces": {5266"version": "2.3.2",5267"resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",5268"integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",5269"dev": true,5270"dependencies": {5271"arr-flatten": "^1.1.0",5272"array-unique": "^0.3.2",5273"extend-shallow": "^2.0.1",5274"fill-range": "^4.0.0",5275"isobject": "^3.0.1",5276"repeat-element": "^1.1.2",5277"snapdragon": "^0.8.1",5278"snapdragon-node": "^2.0.1",5279"split-string": "^3.0.2",5280"to-regex": "^3.0.1"5281},5282"engines": {5283"node": ">=0.10.0"5284}5285},5286"node_modules/sane/node_modules/braces/node_modules/extend-shallow": {5287"version": "2.0.1",5288"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",5289"integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",5290"dev": true,5291"dependencies": {5292"is-extendable": "^0.1.0"5293},5294"engines": {5295"node": ">=0.10.0"5296}5297},5298"node_modules/sane/node_modules/cross-spawn": {5299"version": "6.0.5",5300"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",5301"integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",5302"dev": true,5303"dependencies": {5304"nice-try": "^1.0.4",5305"path-key": "^2.0.1",5306"semver": "^5.5.0",5307"shebang-command": "^1.2.0",5308"which": "^1.2.9"5309},5310"engines": {5311"node": ">=4.8"5312}5313},5314"node_modules/sane/node_modules/execa": {5315"version": "1.0.0",5316"resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",5317"integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",5318"dev": true,5319"dependencies": {5320"cross-spawn": "^6.0.0",5321"get-stream": "^4.0.0",5322"is-stream": "^1.1.0",5323"npm-run-path": "^2.0.0",5324"p-finally": "^1.0.0",5325"signal-exit": "^3.0.0",5326"strip-eof": "^1.0.0"5327},5328"engines": {5329"node": ">=6"5330}5331},5332"node_modules/sane/node_modules/fill-range": {5333"version": "4.0.0",5334"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",5335"integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==",5336"dev": true,5337"dependencies": {5338"extend-shallow": "^2.0.1",5339"is-number": "^3.0.0",5340"repeat-string": "^1.6.1",5341"to-regex-range": "^2.1.0"5342},5343"engines": {5344"node": ">=0.10.0"5345}5346},5347"node_modules/sane/node_modules/fill-range/node_modules/extend-shallow": {5348"version": "2.0.1",5349"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",5350"integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",5351"dev": true,5352"dependencies": {5353"is-extendable": "^0.1.0"5354},5355"engines": {5356"node": ">=0.10.0"5357}5358},5359"node_modules/sane/node_modules/get-stream": {5360"version": "4.1.0",5361"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",5362"integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",5363"dev": true,5364"dependencies": {5365"pump": "^3.0.0"5366},5367"engines": {5368"node": ">=6"5369}5370},5371"node_modules/sane/node_modules/is-extendable": {5372"version": "0.1.1",5373"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",5374"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",5375"dev": true,5376"engines": {5377"node": ">=0.10.0"5378}5379},5380"node_modules/sane/node_modules/is-number": {5381"version": "3.0.0",5382"resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",5383"integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",5384"dev": true,5385"dependencies": {5386"kind-of": "^3.0.2"5387},5388"engines": {5389"node": ">=0.10.0"5390}5391},5392"node_modules/sane/node_modules/is-number/node_modules/kind-of": {5393"version": "3.2.2",5394"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",5395"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",5396"dev": true,5397"dependencies": {5398"is-buffer": "^1.1.5"5399},5400"engines": {5401"node": ">=0.10.0"5402}5403},5404"node_modules/sane/node_modules/is-stream": {5405"version": "1.1.0",5406"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",5407"integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",5408"dev": true,5409"engines": {5410"node": ">=0.10.0"5411}5412},5413"node_modules/sane/node_modules/micromatch": {5414"version": "3.1.10",5415"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",5416"integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",5417"dev": true,5418"dependencies": {5419"arr-diff": "^4.0.0",5420"array-unique": "^0.3.2",5421"braces": "^2.3.1",5422"define-property": "^2.0.2",5423"extend-shallow": "^3.0.2",5424"extglob": "^2.0.4",5425"fragment-cache": "^0.2.1",5426"kind-of": "^6.0.2",5427"nanomatch": "^1.2.9",5428"object.pick": "^1.3.0",5429"regex-not": "^1.0.0",5430"snapdragon": "^0.8.1",5431"to-regex": "^3.0.2"5432},5433"engines": {5434"node": ">=0.10.0"5435}5436},5437"node_modules/sane/node_modules/normalize-path": {5438"version": "2.1.1",5439"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",5440"integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==",5441"dev": true,5442"dependencies": {5443"remove-trailing-separator": "^1.0.1"5444},5445"engines": {5446"node": ">=0.10.0"5447}5448},5449"node_modules/sane/node_modules/npm-run-path": {5450"version": "2.0.2",5451"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",5452"integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==",5453"dev": true,5454"dependencies": {5455"path-key": "^2.0.0"5456},5457"engines": {5458"node": ">=4"5459}5460},5461"node_modules/sane/node_modules/path-key": {5462"version": "2.0.1",5463"resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",5464"integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==",5465"dev": true,5466"engines": {5467"node": ">=4"5468}5469},5470"node_modules/sane/node_modules/semver": {5471"version": "5.7.1",5472"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",5473"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",5474"dev": true,5475"bin": {5476"semver": "bin/semver"5477}5478},5479"node_modules/sane/node_modules/shebang-command": {5480"version": "1.2.0",5481"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",5482"integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",5483"dev": true,5484"dependencies": {5485"shebang-regex": "^1.0.0"5486},5487"engines": {5488"node": ">=0.10.0"5489}5490},5491"node_modules/sane/node_modules/shebang-regex": {5492"version": "1.0.0",5493"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",5494"integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",5495"dev": true,5496"engines": {5497"node": ">=0.10.0"5498}5499},5500"node_modules/sane/node_modules/to-regex-range": {5501"version": "2.1.1",5502"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",5503"integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==",5504"dev": true,5505"dependencies": {5506"is-number": "^3.0.0",5507"repeat-string": "^1.6.1"5508},5509"engines": {5510"node": ">=0.10.0"5511}5512},5513"node_modules/sane/node_modules/which": {5514"version": "1.3.1",5515"resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",5516"integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",5517"dev": true,5518"dependencies": {5519"isexe": "^2.0.0"5520},5521"bin": {5522"which": "bin/which"5523}5524},5525"node_modules/saxes": {5526"version": "5.0.1",5527"resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",5528"integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",5529"dev": true,5530"dependencies": {5531"xmlchars": "^2.2.0"5532},5533"engines": {5534"node": ">=10"5535}5536},5537"node_modules/semver": {5538"version": "6.3.0",5539"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",5540"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",5541"dev": true,5542"bin": {5543"semver": "bin/semver.js"5544}5545},5546"node_modules/semver-compare": {5547"version": "1.0.0",5548"resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz",5549"integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==",5550"dev": true5551},5552"node_modules/semver-regex": {5553"version": "3.1.4",5554"resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-3.1.4.tgz",5555"integrity": "sha512-6IiqeZNgq01qGf0TId0t3NvKzSvUsjcpdEO3AQNeIjR6A2+ckTnQlDpl4qu1bjRv0RzN3FP9hzFmws3lKqRWkA==",5556"dev": true,5557"engines": {5558"node": ">=8"5559},5560"funding": {5561"url": "https://github.com/sponsors/sindresorhus"5562}5563},5564"node_modules/set-blocking": {5565"version": "2.0.0",5566"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",5567"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",5568"dev": true5569},5570"node_modules/set-value": {5571"version": "2.0.1",5572"resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",5573"integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",5574"dev": true,5575"dependencies": {5576"extend-shallow": "^2.0.1",5577"is-extendable": "^0.1.1",5578"is-plain-object": "^2.0.3",5579"split-string": "^3.0.1"5580},5581"engines": {5582"node": ">=0.10.0"5583}5584},5585"node_modules/set-value/node_modules/extend-shallow": {5586"version": "2.0.1",5587"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",5588"integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",5589"dev": true,5590"dependencies": {5591"is-extendable": "^0.1.0"5592},5593"engines": {5594"node": ">=0.10.0"5595}5596},5597"node_modules/set-value/node_modules/is-extendable": {5598"version": "0.1.1",5599"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",5600"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",5601"dev": true,5602"engines": {5603"node": ">=0.10.0"5604}5605},5606"node_modules/shebang-command": {5607"version": "2.0.0",5608"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",5609"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",5610"dev": true,5611"dependencies": {5612"shebang-regex": "^3.0.0"5613},5614"engines": {5615"node": ">=8"5616}5617},5618"node_modules/shebang-regex": {5619"version": "3.0.0",5620"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",5621"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",5622"dev": true,5623"engines": {5624"node": ">=8"5625}5626},5627"node_modules/shelljs": {5628"version": "0.8.5",5629"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",5630"integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",5631"dev": true,5632"dependencies": {5633"glob": "^7.0.0",5634"interpret": "^1.0.0",5635"rechoir": "^0.6.2"5636},5637"bin": {5638"shjs": "bin/shjs"5639},5640"engines": {5641"node": ">=4"5642}5643},5644"node_modules/shellwords": {5645"version": "0.1.1",5646"resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",5647"integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==",5648"dev": true,5649"optional": true5650},5651"node_modules/signal-exit": {5652"version": "3.0.7",5653"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",5654"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",5655"dev": true5656},5657"node_modules/sisteransi": {5658"version": "1.0.5",5659"resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",5660"integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",5661"dev": true5662},5663"node_modules/slash": {5664"version": "3.0.0",5665"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",5666"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",5667"dev": true,5668"engines": {5669"node": ">=8"5670}5671},5672"node_modules/snapdragon": {5673"version": "0.8.2",5674"resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",5675"integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",5676"dev": true,5677"dependencies": {5678"base": "^0.11.1",5679"debug": "^2.2.0",5680"define-property": "^0.2.5",5681"extend-shallow": "^2.0.1",5682"map-cache": "^0.2.2",5683"source-map": "^0.5.6",5684"source-map-resolve": "^0.5.0",5685"use": "^3.1.0"5686},5687"engines": {5688"node": ">=0.10.0"5689}5690},5691"node_modules/snapdragon-node": {5692"version": "2.1.1",5693"resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",5694"integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",5695"dev": true,5696"dependencies": {5697"define-property": "^1.0.0",5698"isobject": "^3.0.0",5699"snapdragon-util": "^3.0.1"5700},5701"engines": {5702"node": ">=0.10.0"5703}5704},5705"node_modules/snapdragon-node/node_modules/define-property": {5706"version": "1.0.0",5707"resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",5708"integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",5709"dev": true,5710"dependencies": {5711"is-descriptor": "^1.0.0"5712},5713"engines": {5714"node": ">=0.10.0"5715}5716},5717"node_modules/snapdragon-util": {5718"version": "3.0.1",5719"resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",5720"integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",5721"dev": true,5722"dependencies": {5723"kind-of": "^3.2.0"5724},5725"engines": {5726"node": ">=0.10.0"5727}5728},5729"node_modules/snapdragon-util/node_modules/kind-of": {5730"version": "3.2.2",5731"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",5732"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",5733"dev": true,5734"dependencies": {5735"is-buffer": "^1.1.5"5736},5737"engines": {5738"node": ">=0.10.0"5739}5740},5741"node_modules/snapdragon/node_modules/debug": {5742"version": "2.6.9",5743"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",5744"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",5745"dev": true,5746"dependencies": {5747"ms": "2.0.0"5748}5749},5750"node_modules/snapdragon/node_modules/define-property": {5751"version": "0.2.5",5752"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",5753"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",5754"dev": true,5755"dependencies": {5756"is-descriptor": "^0.1.0"5757},5758"engines": {5759"node": ">=0.10.0"5760}5761},5762"node_modules/snapdragon/node_modules/extend-shallow": {5763"version": "2.0.1",5764"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",5765"integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",5766"dev": true,5767"dependencies": {5768"is-extendable": "^0.1.0"5769},5770"engines": {5771"node": ">=0.10.0"5772}5773},5774"node_modules/snapdragon/node_modules/is-accessor-descriptor": {5775"version": "0.1.6",5776"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",5777"integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",5778"dev": true,5779"dependencies": {5780"kind-of": "^3.0.2"5781},5782"engines": {5783"node": ">=0.10.0"5784}5785},5786"node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of": {5787"version": "3.2.2",5788"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",5789"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",5790"dev": true,5791"dependencies": {5792"is-buffer": "^1.1.5"5793},5794"engines": {5795"node": ">=0.10.0"5796}5797},5798"node_modules/snapdragon/node_modules/is-data-descriptor": {5799"version": "0.1.4",5800"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",5801"integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",5802"dev": true,5803"dependencies": {5804"kind-of": "^3.0.2"5805},5806"engines": {5807"node": ">=0.10.0"5808}5809},5810"node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of": {5811"version": "3.2.2",5812"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",5813"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",5814"dev": true,5815"dependencies": {5816"is-buffer": "^1.1.5"5817},5818"engines": {5819"node": ">=0.10.0"5820}5821},5822"node_modules/snapdragon/node_modules/is-descriptor": {5823"version": "0.1.6",5824"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",5825"integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",5826"dev": true,5827"dependencies": {5828"is-accessor-descriptor": "^0.1.6",5829"is-data-descriptor": "^0.1.4",5830"kind-of": "^5.0.0"5831},5832"engines": {5833"node": ">=0.10.0"5834}5835},5836"node_modules/snapdragon/node_modules/is-extendable": {5837"version": "0.1.1",5838"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",5839"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",5840"dev": true,5841"engines": {5842"node": ">=0.10.0"5843}5844},5845"node_modules/snapdragon/node_modules/kind-of": {5846"version": "5.1.0",5847"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",5848"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",5849"dev": true,5850"engines": {5851"node": ">=0.10.0"5852}5853},5854"node_modules/snapdragon/node_modules/source-map": {5855"version": "0.5.7",5856"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",5857"integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",5858"dev": true,5859"engines": {5860"node": ">=0.10.0"5861}5862},5863"node_modules/source-map": {5864"version": "0.6.1",5865"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",5866"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",5867"dev": true,5868"engines": {5869"node": ">=0.10.0"5870}5871},5872"node_modules/source-map-resolve": {5873"version": "0.5.3",5874"resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",5875"integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",5876"deprecated": "See https://github.com/lydell/source-map-resolve#deprecated",5877"dev": true,5878"dependencies": {5879"atob": "^2.1.2",5880"decode-uri-component": "^0.2.0",5881"resolve-url": "^0.2.1",5882"source-map-url": "^0.4.0",5883"urix": "^0.1.0"5884}5885},5886"node_modules/source-map-support": {5887"version": "0.5.21",5888"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",5889"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",5890"dev": true,5891"dependencies": {5892"buffer-from": "^1.0.0",5893"source-map": "^0.6.0"5894}5895},5896"node_modules/source-map-url": {5897"version": "0.4.1",5898"resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",5899"integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",5900"deprecated": "See https://github.com/lydell/source-map-url#deprecated",5901"dev": true5902},5903"node_modules/spdx-correct": {5904"version": "3.1.1",5905"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",5906"integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",5907"dev": true,5908"dependencies": {5909"spdx-expression-parse": "^3.0.0",5910"spdx-license-ids": "^3.0.0"5911}5912},5913"node_modules/spdx-exceptions": {5914"version": "2.3.0",5915"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",5916"integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",5917"dev": true5918},5919"node_modules/spdx-expression-parse": {5920"version": "3.0.1",5921"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",5922"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",5923"dev": true,5924"dependencies": {5925"spdx-exceptions": "^2.1.0",5926"spdx-license-ids": "^3.0.0"5927}5928},5929"node_modules/spdx-license-ids": {5930"version": "3.0.12",5931"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz",5932"integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==",5933"dev": true5934},5935"node_modules/split-string": {5936"version": "3.1.0",5937"resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",5938"integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",5939"dev": true,5940"dependencies": {5941"extend-shallow": "^3.0.0"5942},5943"engines": {5944"node": ">=0.10.0"5945}5946},5947"node_modules/sprintf-js": {5948"version": "1.0.3",5949"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",5950"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",5951"dev": true5952},5953"node_modules/stack-utils": {5954"version": "2.0.6",5955"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",5956"integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",5957"dev": true,5958"dependencies": {5959"escape-string-regexp": "^2.0.0"5960},5961"engines": {5962"node": ">=10"5963}5964},5965"node_modules/static-extend": {5966"version": "0.1.2",5967"resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",5968"integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==",5969"dev": true,5970"dependencies": {5971"define-property": "^0.2.5",5972"object-copy": "^0.1.0"5973},5974"engines": {5975"node": ">=0.10.0"5976}5977},5978"node_modules/static-extend/node_modules/define-property": {5979"version": "0.2.5",5980"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",5981"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",5982"dev": true,5983"dependencies": {5984"is-descriptor": "^0.1.0"5985},5986"engines": {5987"node": ">=0.10.0"5988}5989},5990"node_modules/static-extend/node_modules/is-accessor-descriptor": {5991"version": "0.1.6",5992"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",5993"integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",5994"dev": true,5995"dependencies": {5996"kind-of": "^3.0.2"5997},5998"engines": {5999"node": ">=0.10.0"6000}6001},6002"node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of": {6003"version": "3.2.2",6004"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",6005"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",6006"dev": true,6007"dependencies": {6008"is-buffer": "^1.1.5"6009},6010"engines": {6011"node": ">=0.10.0"6012}6013},6014"node_modules/static-extend/node_modules/is-data-descriptor": {6015"version": "0.1.4",6016"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",6017"integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",6018"dev": true,6019"dependencies": {6020"kind-of": "^3.0.2"6021},6022"engines": {6023"node": ">=0.10.0"6024}6025},6026"node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of": {6027"version": "3.2.2",6028"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",6029"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",6030"dev": true,6031"dependencies": {6032"is-buffer": "^1.1.5"6033},6034"engines": {6035"node": ">=0.10.0"6036}6037},6038"node_modules/static-extend/node_modules/is-descriptor": {6039"version": "0.1.6",6040"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",6041"integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",6042"dev": true,6043"dependencies": {6044"is-accessor-descriptor": "^0.1.6",6045"is-data-descriptor": "^0.1.4",6046"kind-of": "^5.0.0"6047},6048"engines": {6049"node": ">=0.10.0"6050}6051},6052"node_modules/static-extend/node_modules/kind-of": {6053"version": "5.1.0",6054"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",6055"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",6056"dev": true,6057"engines": {6058"node": ">=0.10.0"6059}6060},6061"node_modules/string-length": {6062"version": "4.0.2",6063"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",6064"integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",6065"dev": true,6066"dependencies": {6067"char-regex": "^1.0.2",6068"strip-ansi": "^6.0.0"6069},6070"engines": {6071"node": ">=10"6072}6073},6074"node_modules/string-width": {6075"version": "4.2.3",6076"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",6077"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",6078"dev": true,6079"dependencies": {6080"emoji-regex": "^8.0.0",6081"is-fullwidth-code-point": "^3.0.0",6082"strip-ansi": "^6.0.1"6083},6084"engines": {6085"node": ">=8"6086}6087},6088"node_modules/strip-ansi": {6089"version": "6.0.1",6090"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",6091"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",6092"dev": true,6093"dependencies": {6094"ansi-regex": "^5.0.1"6095},6096"engines": {6097"node": ">=8"6098}6099},6100"node_modules/strip-bom": {6101"version": "4.0.0",6102"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",6103"integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",6104"dev": true,6105"engines": {6106"node": ">=8"6107}6108},6109"node_modules/strip-eof": {6110"version": "1.0.0",6111"resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",6112"integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==",6113"dev": true,6114"engines": {6115"node": ">=0.10.0"6116}6117},6118"node_modules/strip-final-newline": {6119"version": "2.0.0",6120"resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",6121"integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",6122"dev": true,6123"engines": {6124"node": ">=6"6125}6126},6127"node_modules/supports-color": {6128"version": "7.2.0",6129"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",6130"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",6131"dev": true,6132"dependencies": {6133"has-flag": "^4.0.0"6134},6135"engines": {6136"node": ">=8"6137}6138},6139"node_modules/supports-hyperlinks": {6140"version": "2.3.0",6141"resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz",6142"integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==",6143"dev": true,6144"dependencies": {6145"has-flag": "^4.0.0",6146"supports-color": "^7.0.0"6147},6148"engines": {6149"node": ">=8"6150}6151},6152"node_modules/supports-preserve-symlinks-flag": {6153"version": "1.0.0",6154"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",6155"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",6156"dev": true,6157"engines": {6158"node": ">= 0.4"6159},6160"funding": {6161"url": "https://github.com/sponsors/ljharb"6162}6163},6164"node_modules/symbol-tree": {6165"version": "3.2.4",6166"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",6167"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",6168"dev": true6169},6170"node_modules/terminal-link": {6171"version": "2.1.1",6172"resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",6173"integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",6174"dev": true,6175"dependencies": {6176"ansi-escapes": "^4.2.1",6177"supports-hyperlinks": "^2.0.0"6178},6179"engines": {6180"node": ">=8"6181},6182"funding": {6183"url": "https://github.com/sponsors/sindresorhus"6184}6185},6186"node_modules/test-exclude": {6187"version": "6.0.0",6188"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",6189"integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",6190"dev": true,6191"dependencies": {6192"@istanbuljs/schema": "^0.1.2",6193"glob": "^7.1.4",6194"minimatch": "^3.0.4"6195},6196"engines": {6197"node": ">=8"6198}6199},6200"node_modules/throat": {6201"version": "5.0.0",6202"resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz",6203"integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==",6204"dev": true6205},6206"node_modules/tmpl": {6207"version": "1.0.5",6208"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",6209"integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",6210"dev": true6211},6212"node_modules/to-fast-properties": {6213"version": "2.0.0",6214"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",6215"integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",6216"dev": true,6217"engines": {6218"node": ">=4"6219}6220},6221"node_modules/to-object-path": {6222"version": "0.3.0",6223"resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",6224"integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==",6225"dev": true,6226"dependencies": {6227"kind-of": "^3.0.2"6228},6229"engines": {6230"node": ">=0.10.0"6231}6232},6233"node_modules/to-object-path/node_modules/kind-of": {6234"version": "3.2.2",6235"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",6236"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",6237"dev": true,6238"dependencies": {6239"is-buffer": "^1.1.5"6240},6241"engines": {6242"node": ">=0.10.0"6243}6244},6245"node_modules/to-regex": {6246"version": "3.0.2",6247"resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",6248"integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",6249"dev": true,6250"dependencies": {6251"define-property": "^2.0.2",6252"extend-shallow": "^3.0.2",6253"regex-not": "^1.0.2",6254"safe-regex": "^1.1.0"6255},6256"engines": {6257"node": ">=0.10.0"6258}6259},6260"node_modules/to-regex-range": {6261"version": "5.0.1",6262"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",6263"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",6264"dev": true,6265"dependencies": {6266"is-number": "^7.0.0"6267},6268"engines": {6269"node": ">=8.0"6270}6271},6272"node_modules/tough-cookie": {6273"version": "4.1.2",6274"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz",6275"integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==",6276"dev": true,6277"dependencies": {6278"psl": "^1.1.33",6279"punycode": "^2.1.1",6280"universalify": "^0.2.0",6281"url-parse": "^1.5.3"6282},6283"engines": {6284"node": ">=6"6285}6286},6287"node_modules/tr46": {6288"version": "2.1.0",6289"resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",6290"integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",6291"dev": true,6292"dependencies": {6293"punycode": "^2.1.1"6294},6295"engines": {6296"node": ">=8"6297}6298},6299"node_modules/ts-jest": {6300"version": "26.5.6",6301"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.6.tgz",6302"integrity": "sha512-rua+rCP8DxpA8b4DQD/6X2HQS8Zy/xzViVYfEs2OQu68tkCuKLV0Md8pmX55+W24uRIyAsf/BajRfxOs+R2MKA==",6303"dev": true,6304"dependencies": {6305"bs-logger": "0.x",6306"buffer-from": "1.x",6307"fast-json-stable-stringify": "2.x",6308"jest-util": "^26.1.0",6309"json5": "2.x",6310"lodash": "4.x",6311"make-error": "1.x",6312"mkdirp": "1.x",6313"semver": "7.x",6314"yargs-parser": "20.x"6315},6316"bin": {6317"ts-jest": "cli.js"6318},6319"engines": {6320"node": ">= 10"6321},6322"peerDependencies": {6323"jest": ">=26 <27",6324"typescript": ">=3.8 <5.0"6325}6326},6327"node_modules/ts-jest/node_modules/lru-cache": {6328"version": "6.0.0",6329"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",6330"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",6331"dev": true,6332"dependencies": {6333"yallist": "^4.0.0"6334},6335"engines": {6336"node": ">=10"6337}6338},6339"node_modules/ts-jest/node_modules/semver": {6340"version": "7.3.8",6341"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",6342"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",6343"dev": true,6344"dependencies": {6345"lru-cache": "^6.0.0"6346},6347"bin": {6348"semver": "bin/semver.js"6349},6350"engines": {6351"node": ">=10"6352}6353},6354"node_modules/ts-jest/node_modules/yallist": {6355"version": "4.0.0",6356"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",6357"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",6358"dev": true6359},6360"node_modules/tslib": {6361"version": "1.14.1",6362"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",6363"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",6364"dev": true6365},6366"node_modules/tslint": {6367"version": "6.1.3",6368"resolved": "https://registry.npmjs.org/tslint/-/tslint-6.1.3.tgz",6369"integrity": "sha512-IbR4nkT96EQOvKE2PW/djGz8iGNeJ4rF2mBfiYaR/nvUWYKJhLwimoJKgjIFEIDibBtOevj7BqCRL4oHeWWUCg==",6370"deprecated": "TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information.",6371"dev": true,6372"dependencies": {6373"@babel/code-frame": "^7.0.0",6374"builtin-modules": "^1.1.1",6375"chalk": "^2.3.0",6376"commander": "^2.12.1",6377"diff": "^4.0.1",6378"glob": "^7.1.1",6379"js-yaml": "^3.13.1",6380"minimatch": "^3.0.4",6381"mkdirp": "^0.5.3",6382"resolve": "^1.3.2",6383"semver": "^5.3.0",6384"tslib": "^1.13.0",6385"tsutils": "^2.29.0"6386},6387"bin": {6388"tslint": "bin/tslint"6389},6390"engines": {6391"node": ">=4.8.0"6392},6393"peerDependencies": {6394"typescript": ">=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 4.0.0-dev"6395}6396},6397"node_modules/tslint/node_modules/ansi-styles": {6398"version": "3.2.1",6399"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",6400"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",6401"dev": true,6402"dependencies": {6403"color-convert": "^1.9.0"6404},6405"engines": {6406"node": ">=4"6407}6408},6409"node_modules/tslint/node_modules/chalk": {6410"version": "2.4.2",6411"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",6412"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",6413"dev": true,6414"dependencies": {6415"ansi-styles": "^3.2.1",6416"escape-string-regexp": "^1.0.5",6417"supports-color": "^5.3.0"6418},6419"engines": {6420"node": ">=4"6421}6422},6423"node_modules/tslint/node_modules/color-convert": {6424"version": "1.9.3",6425"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",6426"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",6427"dev": true,6428"dependencies": {6429"color-name": "1.1.3"6430}6431},6432"node_modules/tslint/node_modules/color-name": {6433"version": "1.1.3",6434"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",6435"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",6436"dev": true6437},6438"node_modules/tslint/node_modules/escape-string-regexp": {6439"version": "1.0.5",6440"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",6441"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",6442"dev": true,6443"engines": {6444"node": ">=0.8.0"6445}6446},6447"node_modules/tslint/node_modules/has-flag": {6448"version": "3.0.0",6449"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",6450"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",6451"dev": true,6452"engines": {6453"node": ">=4"6454}6455},6456"node_modules/tslint/node_modules/mkdirp": {6457"version": "0.5.6",6458"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",6459"integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",6460"dev": true,6461"dependencies": {6462"minimist": "^1.2.6"6463},6464"bin": {6465"mkdirp": "bin/cmd.js"6466}6467},6468"node_modules/tslint/node_modules/semver": {6469"version": "5.7.1",6470"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",6471"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",6472"dev": true,6473"bin": {6474"semver": "bin/semver"6475}6476},6477"node_modules/tslint/node_modules/supports-color": {6478"version": "5.5.0",6479"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",6480"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",6481"dev": true,6482"dependencies": {6483"has-flag": "^3.0.0"6484},6485"engines": {6486"node": ">=4"6487}6488},6489"node_modules/tsutils": {6490"version": "2.29.0",6491"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz",6492"integrity": "sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==",6493"dev": true,6494"dependencies": {6495"tslib": "^1.8.1"6496},6497"peerDependencies": {6498"typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev"6499}6500},6501"node_modules/type-check": {6502"version": "0.3.2",6503"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",6504"integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",6505"dev": true,6506"dependencies": {6507"prelude-ls": "~1.1.2"6508},6509"engines": {6510"node": ">= 0.8.0"6511}6512},6513"node_modules/type-detect": {6514"version": "4.0.8",6515"resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",6516"integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",6517"dev": true,6518"engines": {6519"node": ">=4"6520}6521},6522"node_modules/type-fest": {6523"version": "0.21.3",6524"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",6525"integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",6526"dev": true,6527"engines": {6528"node": ">=10"6529},6530"funding": {6531"url": "https://github.com/sponsors/sindresorhus"6532}6533},6534"node_modules/typedarray-to-buffer": {6535"version": "3.1.5",6536"resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",6537"integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",6538"dev": true,6539"dependencies": {6540"is-typedarray": "^1.0.0"6541}6542},6543"node_modules/typedoc": {6544"version": "0.17.8",6545"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.17.8.tgz",6546"integrity": "sha512-/OyrHCJ8jtzu+QZ+771YaxQ9s4g5Z3XsQE3Ma7q+BL392xxBn4UMvvCdVnqKC2T/dz03/VXSLVKOP3lHmDdc/w==",6547"dev": true,6548"dependencies": {6549"fs-extra": "^8.1.0",6550"handlebars": "^4.7.6",6551"highlight.js": "^10.0.0",6552"lodash": "^4.17.15",6553"lunr": "^2.3.8",6554"marked": "1.0.0",6555"minimatch": "^3.0.0",6556"progress": "^2.0.3",6557"shelljs": "^0.8.4",6558"typedoc-default-themes": "^0.10.2"6559},6560"bin": {6561"typedoc": "bin/typedoc"6562},6563"engines": {6564"node": ">= 8.0.0"6565},6566"peerDependencies": {6567"typescript": ">=3.8.3"6568}6569},6570"node_modules/typedoc-default-themes": {6571"version": "0.10.2",6572"resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.10.2.tgz",6573"integrity": "sha512-zo09yRj+xwLFE3hyhJeVHWRSPuKEIAsFK5r2u47KL/HBKqpwdUSanoaz5L34IKiSATFrjG5ywmIu98hPVMfxZg==",6574"dev": true,6575"dependencies": {6576"lunr": "^2.3.8"6577},6578"engines": {6579"node": ">= 8"6580}6581},6582"node_modules/typescript": {6583"version": "3.9.10",6584"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz",6585"integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==",6586"dev": true,6587"bin": {6588"tsc": "bin/tsc",6589"tsserver": "bin/tsserver"6590},6591"engines": {6592"node": ">=4.2.0"6593}6594},6595"node_modules/uglify-js": {6596"version": "3.17.4",6597"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz",6598"integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==",6599"dev": true,6600"optional": true,6601"bin": {6602"uglifyjs": "bin/uglifyjs"6603},6604"engines": {6605"node": ">=0.8.0"6606}6607},6608"node_modules/union-value": {6609"version": "1.0.1",6610"resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",6611"integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",6612"dev": true,6613"dependencies": {6614"arr-union": "^3.1.0",6615"get-value": "^2.0.6",6616"is-extendable": "^0.1.1",6617"set-value": "^2.0.1"6618},6619"engines": {6620"node": ">=0.10.0"6621}6622},6623"node_modules/union-value/node_modules/is-extendable": {6624"version": "0.1.1",6625"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",6626"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",6627"dev": true,6628"engines": {6629"node": ">=0.10.0"6630}6631},6632"node_modules/universalify": {6633"version": "0.2.0",6634"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",6635"integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",6636"dev": true,6637"engines": {6638"node": ">= 4.0.0"6639}6640},6641"node_modules/unset-value": {6642"version": "1.0.0",6643"resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",6644"integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==",6645"dev": true,6646"dependencies": {6647"has-value": "^0.3.1",6648"isobject": "^3.0.0"6649},6650"engines": {6651"node": ">=0.10.0"6652}6653},6654"node_modules/unset-value/node_modules/has-value": {6655"version": "0.3.1",6656"resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",6657"integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==",6658"dev": true,6659"dependencies": {6660"get-value": "^2.0.3",6661"has-values": "^0.1.4",6662"isobject": "^2.0.0"6663},6664"engines": {6665"node": ">=0.10.0"6666}6667},6668"node_modules/unset-value/node_modules/has-value/node_modules/isobject": {6669"version": "2.1.0",6670"resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",6671"integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==",6672"dev": true,6673"dependencies": {6674"isarray": "1.0.0"6675},6676"engines": {6677"node": ">=0.10.0"6678}6679},6680"node_modules/unset-value/node_modules/has-values": {6681"version": "0.1.4",6682"resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",6683"integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==",6684"dev": true,6685"engines": {6686"node": ">=0.10.0"6687}6688},6689"node_modules/update-browserslist-db": {6690"version": "1.0.10",6691"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz",6692"integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==",6693"dev": true,6694"funding": [6695{6696"type": "opencollective",6697"url": "https://opencollective.com/browserslist"6698},6699{6700"type": "tidelift",6701"url": "https://tidelift.com/funding/github/npm/browserslist"6702}6703],6704"dependencies": {6705"escalade": "^3.1.1",6706"picocolors": "^1.0.0"6707},6708"bin": {6709"browserslist-lint": "cli.js"6710},6711"peerDependencies": {6712"browserslist": ">= 4.21.0"6713}6714},6715"node_modules/urix": {6716"version": "0.1.0",6717"resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",6718"integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==",6719"deprecated": "Please see https://github.com/lydell/urix#deprecated",6720"dev": true6721},6722"node_modules/url-parse": {6723"version": "1.5.10",6724"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",6725"integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",6726"dev": true,6727"dependencies": {6728"querystringify": "^2.1.1",6729"requires-port": "^1.0.0"6730}6731},6732"node_modules/use": {6733"version": "3.1.1",6734"resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",6735"integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",6736"dev": true,6737"engines": {6738"node": ">=0.10.0"6739}6740},6741"node_modules/uuid": {6742"version": "8.3.2",6743"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",6744"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",6745"dev": true,6746"optional": true,6747"bin": {6748"uuid": "dist/bin/uuid"6749}6750},6751"node_modules/v8-to-istanbul": {6752"version": "7.1.2",6753"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.1.2.tgz",6754"integrity": "sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==",6755"dev": true,6756"dependencies": {6757"@types/istanbul-lib-coverage": "^2.0.1",6758"convert-source-map": "^1.6.0",6759"source-map": "^0.7.3"6760},6761"engines": {6762"node": ">=10.10.0"6763}6764},6765"node_modules/v8-to-istanbul/node_modules/source-map": {6766"version": "0.7.4",6767"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",6768"integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",6769"dev": true,6770"engines": {6771"node": ">= 8"6772}6773},6774"node_modules/validate-npm-package-license": {6775"version": "3.0.4",6776"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",6777"integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",6778"dev": true,6779"dependencies": {6780"spdx-correct": "^3.0.0",6781"spdx-expression-parse": "^3.0.0"6782}6783},6784"node_modules/w3c-hr-time": {6785"version": "1.0.2",6786"resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",6787"integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",6788"deprecated": "Use your platform's native performance.now() and performance.timeOrigin.",6789"dev": true,6790"dependencies": {6791"browser-process-hrtime": "^1.0.0"6792}6793},6794"node_modules/w3c-xmlserializer": {6795"version": "2.0.0",6796"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",6797"integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",6798"dev": true,6799"dependencies": {6800"xml-name-validator": "^3.0.0"6801},6802"engines": {6803"node": ">=10"6804}6805},6806"node_modules/walker": {6807"version": "1.0.8",6808"resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",6809"integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",6810"dev": true,6811"dependencies": {6812"makeerror": "1.0.12"6813}6814},6815"node_modules/webidl-conversions": {6816"version": "6.1.0",6817"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",6818"integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",6819"dev": true,6820"engines": {6821"node": ">=10.4"6822}6823},6824"node_modules/whatwg-encoding": {6825"version": "1.0.5",6826"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",6827"integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",6828"dev": true,6829"dependencies": {6830"iconv-lite": "0.4.24"6831}6832},6833"node_modules/whatwg-mimetype": {6834"version": "2.3.0",6835"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",6836"integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==",6837"dev": true6838},6839"node_modules/whatwg-url": {6840"version": "8.7.0",6841"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",6842"integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",6843"dev": true,6844"dependencies": {6845"lodash": "^4.7.0",6846"tr46": "^2.1.0",6847"webidl-conversions": "^6.1.0"6848},6849"engines": {6850"node": ">=10"6851}6852},6853"node_modules/which": {6854"version": "2.0.2",6855"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",6856"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",6857"dev": true,6858"dependencies": {6859"isexe": "^2.0.0"6860},6861"bin": {6862"node-which": "bin/node-which"6863},6864"engines": {6865"node": ">= 8"6866}6867},6868"node_modules/which-module": {6869"version": "2.0.0",6870"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",6871"integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==",6872"dev": true6873},6874"node_modules/which-pm-runs": {6875"version": "1.1.0",6876"resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz",6877"integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==",6878"dev": true,6879"engines": {6880"node": ">=4"6881}6882},6883"node_modules/word-wrap": {6884"version": "1.2.3",6885"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",6886"integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",6887"dev": true,6888"engines": {6889"node": ">=0.10.0"6890}6891},6892"node_modules/wordwrap": {6893"version": "1.0.0",6894"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",6895"integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==",6896"dev": true6897},6898"node_modules/wrap-ansi": {6899"version": "6.2.0",6900"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",6901"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",6902"dev": true,6903"dependencies": {6904"ansi-styles": "^4.0.0",6905"string-width": "^4.1.0",6906"strip-ansi": "^6.0.0"6907},6908"engines": {6909"node": ">=8"6910}6911},6912"node_modules/wrappy": {6913"version": "1.0.2",6914"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",6915"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",6916"dev": true6917},6918"node_modules/write-file-atomic": {6919"version": "3.0.3",6920"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",6921"integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",6922"dev": true,6923"dependencies": {6924"imurmurhash": "^0.1.4",6925"is-typedarray": "^1.0.0",6926"signal-exit": "^3.0.2",6927"typedarray-to-buffer": "^3.1.5"6928}6929},6930"node_modules/ws": {6931"version": "6.2.2",6932"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",6933"integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",6934"dependencies": {6935"async-limiter": "~1.0.0"6936}6937},6938"node_modules/xml-name-validator": {6939"version": "3.0.0",6940"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",6941"integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==",6942"dev": true6943},6944"node_modules/xmlchars": {6945"version": "2.2.0",6946"resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",6947"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",6948"dev": true6949},6950"node_modules/y18n": {6951"version": "4.0.3",6952"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",6953"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",6954"dev": true6955},6956"node_modules/yallist": {6957"version": "3.1.1",6958"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",6959"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",6960"dev": true6961},6962"node_modules/yaml": {6963"version": "1.10.2",6964"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",6965"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",6966"dev": true,6967"engines": {6968"node": ">= 6"6969}6970},6971"node_modules/yargs": {6972"version": "15.4.1",6973"resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",6974"integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",6975"dev": true,6976"dependencies": {6977"cliui": "^6.0.0",6978"decamelize": "^1.2.0",6979"find-up": "^4.1.0",6980"get-caller-file": "^2.0.1",6981"require-directory": "^2.1.1",6982"require-main-filename": "^2.0.0",6983"set-blocking": "^2.0.0",6984"string-width": "^4.2.0",6985"which-module": "^2.0.0",6986"y18n": "^4.0.0",6987"yargs-parser": "^18.1.2"6988},6989"engines": {6990"node": ">=8"6991}6992},6993"node_modules/yargs-parser": {6994"version": "20.2.9",6995"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",6996"integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",6997"dev": true,6998"engines": {6999"node": ">=10"7000}7001},7002"node_modules/yargs/node_modules/yargs-parser": {7003"version": "18.1.3",7004"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",7005"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",7006"dev": true,7007"dependencies": {7008"camelcase": "^5.0.0",7009"decamelize": "^1.2.0"7010},7011"engines": {7012"node": ">=6"7013}7014},7015"node_modules/yocto-queue": {7016"version": "0.1.0",7017"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",7018"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",7019"dev": true,7020"engines": {7021"node": ">=10"7022},7023"funding": {7024"url": "https://github.com/sponsors/sindresorhus"7025}7026}7027},7028"dependencies": {7029"@ampproject/remapping": {7030"version": "2.2.0",7031"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",7032"integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",7033"dev": true,7034"requires": {7035"@jridgewell/gen-mapping": "^0.1.0",7036"@jridgewell/trace-mapping": "^0.3.9"7037}7038},7039"@babel/code-frame": {7040"version": "7.18.6",7041"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",7042"integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",7043"dev": true,7044"requires": {7045"@babel/highlight": "^7.18.6"7046}7047},7048"@babel/compat-data": {7049"version": "7.20.14",7050"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.14.tgz",7051"integrity": "sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw==",7052"dev": true7053},7054"@babel/core": {7055"version": "7.20.12",7056"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz",7057"integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==",7058"dev": true,7059"requires": {7060"@ampproject/remapping": "^2.1.0",7061"@babel/code-frame": "^7.18.6",7062"@babel/generator": "^7.20.7",7063"@babel/helper-compilation-targets": "^7.20.7",7064"@babel/helper-module-transforms": "^7.20.11",7065"@babel/helpers": "^7.20.7",7066"@babel/parser": "^7.20.7",7067"@babel/template": "^7.20.7",7068"@babel/traverse": "^7.20.12",7069"@babel/types": "^7.20.7",7070"convert-source-map": "^1.7.0",7071"debug": "^4.1.0",7072"gensync": "^1.0.0-beta.2",7073"json5": "^2.2.2",7074"semver": "^6.3.0"7075},7076"dependencies": {7077"debug": {7078"version": "4.3.4",7079"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",7080"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",7081"dev": true,7082"requires": {7083"ms": "2.1.2"7084}7085},7086"ms": {7087"version": "2.1.2",7088"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",7089"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",7090"dev": true7091}7092}7093},7094"@babel/generator": {7095"version": "7.20.14",7096"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.14.tgz",7097"integrity": "sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==",7098"dev": true,7099"requires": {7100"@babel/types": "^7.20.7",7101"@jridgewell/gen-mapping": "^0.3.2",7102"jsesc": "^2.5.1"7103},7104"dependencies": {7105"@jridgewell/gen-mapping": {7106"version": "0.3.2",7107"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",7108"integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",7109"dev": true,7110"requires": {7111"@jridgewell/set-array": "^1.0.1",7112"@jridgewell/sourcemap-codec": "^1.4.10",7113"@jridgewell/trace-mapping": "^0.3.9"7114}7115}7116}7117},7118"@babel/helper-compilation-targets": {7119"version": "7.20.7",7120"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz",7121"integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==",7122"dev": true,7123"requires": {7124"@babel/compat-data": "^7.20.5",7125"@babel/helper-validator-option": "^7.18.6",7126"browserslist": "^4.21.3",7127"lru-cache": "^5.1.1",7128"semver": "^6.3.0"7129}7130},7131"@babel/helper-environment-visitor": {7132"version": "7.18.9",7133"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",7134"integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",7135"dev": true7136},7137"@babel/helper-function-name": {7138"version": "7.19.0",7139"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz",7140"integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==",7141"dev": true,7142"requires": {7143"@babel/template": "^7.18.10",7144"@babel/types": "^7.19.0"7145}7146},7147"@babel/helper-hoist-variables": {7148"version": "7.18.6",7149"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",7150"integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",7151"dev": true,7152"requires": {7153"@babel/types": "^7.18.6"7154}7155},7156"@babel/helper-module-imports": {7157"version": "7.18.6",7158"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",7159"integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",7160"dev": true,7161"requires": {7162"@babel/types": "^7.18.6"7163}7164},7165"@babel/helper-module-transforms": {7166"version": "7.20.11",7167"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz",7168"integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==",7169"dev": true,7170"requires": {7171"@babel/helper-environment-visitor": "^7.18.9",7172"@babel/helper-module-imports": "^7.18.6",7173"@babel/helper-simple-access": "^7.20.2",7174"@babel/helper-split-export-declaration": "^7.18.6",7175"@babel/helper-validator-identifier": "^7.19.1",7176"@babel/template": "^7.20.7",7177"@babel/traverse": "^7.20.10",7178"@babel/types": "^7.20.7"7179}7180},7181"@babel/helper-plugin-utils": {7182"version": "7.20.2",7183"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",7184"integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",7185"dev": true7186},7187"@babel/helper-simple-access": {7188"version": "7.20.2",7189"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz",7190"integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==",7191"dev": true,7192"requires": {7193"@babel/types": "^7.20.2"7194}7195},7196"@babel/helper-split-export-declaration": {7197"version": "7.18.6",7198"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",7199"integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",7200"dev": true,7201"requires": {7202"@babel/types": "^7.18.6"7203}7204},7205"@babel/helper-string-parser": {7206"version": "7.19.4",7207"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz",7208"integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==",7209"dev": true7210},7211"@babel/helper-validator-identifier": {7212"version": "7.19.1",7213"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",7214"integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",7215"dev": true7216},7217"@babel/helper-validator-option": {7218"version": "7.18.6",7219"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",7220"integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==",7221"dev": true7222},7223"@babel/helpers": {7224"version": "7.20.13",7225"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.13.tgz",7226"integrity": "sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==",7227"dev": true,7228"requires": {7229"@babel/template": "^7.20.7",7230"@babel/traverse": "^7.20.13",7231"@babel/types": "^7.20.7"7232}7233},7234"@babel/highlight": {7235"version": "7.18.6",7236"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",7237"integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",7238"dev": true,7239"requires": {7240"@babel/helper-validator-identifier": "^7.18.6",7241"chalk": "^2.0.0",7242"js-tokens": "^4.0.0"7243},7244"dependencies": {7245"ansi-styles": {7246"version": "3.2.1",7247"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",7248"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",7249"dev": true,7250"requires": {7251"color-convert": "^1.9.0"7252}7253},7254"chalk": {7255"version": "2.4.2",7256"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",7257"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",7258"dev": true,7259"requires": {7260"ansi-styles": "^3.2.1",7261"escape-string-regexp": "^1.0.5",7262"supports-color": "^5.3.0"7263}7264},7265"color-convert": {7266"version": "1.9.3",7267"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",7268"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",7269"dev": true,7270"requires": {7271"color-name": "1.1.3"7272}7273},7274"color-name": {7275"version": "1.1.3",7276"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",7277"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",7278"dev": true7279},7280"escape-string-regexp": {7281"version": "1.0.5",7282"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",7283"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",7284"dev": true7285},7286"has-flag": {7287"version": "3.0.0",7288"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",7289"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",7290"dev": true7291},7292"supports-color": {7293"version": "5.5.0",7294"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",7295"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",7296"dev": true,7297"requires": {7298"has-flag": "^3.0.0"7299}7300}7301}7302},7303"@babel/parser": {7304"version": "7.20.15",7305"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.15.tgz",7306"integrity": "sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==",7307"dev": true7308},7309"@babel/plugin-syntax-async-generators": {7310"version": "7.8.4",7311"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",7312"integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",7313"dev": true,7314"requires": {7315"@babel/helper-plugin-utils": "^7.8.0"7316}7317},7318"@babel/plugin-syntax-bigint": {7319"version": "7.8.3",7320"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",7321"integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",7322"dev": true,7323"requires": {7324"@babel/helper-plugin-utils": "^7.8.0"7325}7326},7327"@babel/plugin-syntax-class-properties": {7328"version": "7.12.13",7329"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",7330"integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",7331"dev": true,7332"requires": {7333"@babel/helper-plugin-utils": "^7.12.13"7334}7335},7336"@babel/plugin-syntax-import-meta": {7337"version": "7.10.4",7338"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",7339"integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",7340"dev": true,7341"requires": {7342"@babel/helper-plugin-utils": "^7.10.4"7343}7344},7345"@babel/plugin-syntax-json-strings": {7346"version": "7.8.3",7347"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",7348"integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",7349"dev": true,7350"requires": {7351"@babel/helper-plugin-utils": "^7.8.0"7352}7353},7354"@babel/plugin-syntax-logical-assignment-operators": {7355"version": "7.10.4",7356"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",7357"integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",7358"dev": true,7359"requires": {7360"@babel/helper-plugin-utils": "^7.10.4"7361}7362},7363"@babel/plugin-syntax-nullish-coalescing-operator": {7364"version": "7.8.3",7365"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",7366"integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",7367"dev": true,7368"requires": {7369"@babel/helper-plugin-utils": "^7.8.0"7370}7371},7372"@babel/plugin-syntax-numeric-separator": {7373"version": "7.10.4",7374"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",7375"integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",7376"dev": true,7377"requires": {7378"@babel/helper-plugin-utils": "^7.10.4"7379}7380},7381"@babel/plugin-syntax-object-rest-spread": {7382"version": "7.8.3",7383"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",7384"integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",7385"dev": true,7386"requires": {7387"@babel/helper-plugin-utils": "^7.8.0"7388}7389},7390"@babel/plugin-syntax-optional-catch-binding": {7391"version": "7.8.3",7392"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",7393"integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",7394"dev": true,7395"requires": {7396"@babel/helper-plugin-utils": "^7.8.0"7397}7398},7399"@babel/plugin-syntax-optional-chaining": {7400"version": "7.8.3",7401"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",7402"integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",7403"dev": true,7404"requires": {7405"@babel/helper-plugin-utils": "^7.8.0"7406}7407},7408"@babel/plugin-syntax-top-level-await": {7409"version": "7.14.5",7410"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",7411"integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",7412"dev": true,7413"requires": {7414"@babel/helper-plugin-utils": "^7.14.5"7415}7416},7417"@babel/template": {7418"version": "7.20.7",7419"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz",7420"integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==",7421"dev": true,7422"requires": {7423"@babel/code-frame": "^7.18.6",7424"@babel/parser": "^7.20.7",7425"@babel/types": "^7.20.7"7426}7427},7428"@babel/traverse": {7429"version": "7.20.13",7430"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz",7431"integrity": "sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==",7432"dev": true,7433"requires": {7434"@babel/code-frame": "^7.18.6",7435"@babel/generator": "^7.20.7",7436"@babel/helper-environment-visitor": "^7.18.9",7437"@babel/helper-function-name": "^7.19.0",7438"@babel/helper-hoist-variables": "^7.18.6",7439"@babel/helper-split-export-declaration": "^7.18.6",7440"@babel/parser": "^7.20.13",7441"@babel/types": "^7.20.7",7442"debug": "^4.1.0",7443"globals": "^11.1.0"7444},7445"dependencies": {7446"debug": {7447"version": "4.3.4",7448"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",7449"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",7450"dev": true,7451"requires": {7452"ms": "2.1.2"7453}7454},7455"ms": {7456"version": "2.1.2",7457"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",7458"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",7459"dev": true7460}7461}7462},7463"@babel/types": {7464"version": "7.20.7",7465"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz",7466"integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==",7467"dev": true,7468"requires": {7469"@babel/helper-string-parser": "^7.19.4",7470"@babel/helper-validator-identifier": "^7.19.1",7471"to-fast-properties": "^2.0.0"7472}7473},7474"@bcoe/v8-coverage": {7475"version": "0.2.3",7476"resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",7477"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",7478"dev": true7479},7480"@cnakazawa/watch": {7481"version": "1.0.4",7482"resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz",7483"integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==",7484"dev": true,7485"requires": {7486"exec-sh": "^0.3.2",7487"minimist": "^1.2.0"7488}7489},7490"@istanbuljs/load-nyc-config": {7491"version": "1.1.0",7492"resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",7493"integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",7494"dev": true,7495"requires": {7496"camelcase": "^5.3.1",7497"find-up": "^4.1.0",7498"get-package-type": "^0.1.0",7499"js-yaml": "^3.13.1",7500"resolve-from": "^5.0.0"7501},7502"dependencies": {7503"resolve-from": {7504"version": "5.0.0",7505"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",7506"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",7507"dev": true7508}7509}7510},7511"@istanbuljs/schema": {7512"version": "0.1.3",7513"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",7514"integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",7515"dev": true7516},7517"@jest/console": {7518"version": "26.6.2",7519"resolved": "https://registry.npmjs.org/@jest/console/-/console-26.6.2.tgz",7520"integrity": "sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==",7521"dev": true,7522"requires": {7523"@jest/types": "^26.6.2",7524"@types/node": "*",7525"chalk": "^4.0.0",7526"jest-message-util": "^26.6.2",7527"jest-util": "^26.6.2",7528"slash": "^3.0.0"7529}7530},7531"@jest/core": {7532"version": "26.6.3",7533"resolved": "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz",7534"integrity": "sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==",7535"dev": true,7536"requires": {7537"@jest/console": "^26.6.2",7538"@jest/reporters": "^26.6.2",7539"@jest/test-result": "^26.6.2",7540"@jest/transform": "^26.6.2",7541"@jest/types": "^26.6.2",7542"@types/node": "*",7543"ansi-escapes": "^4.2.1",7544"chalk": "^4.0.0",7545"exit": "^0.1.2",7546"graceful-fs": "^4.2.4",7547"jest-changed-files": "^26.6.2",7548"jest-config": "^26.6.3",7549"jest-haste-map": "^26.6.2",7550"jest-message-util": "^26.6.2",7551"jest-regex-util": "^26.0.0",7552"jest-resolve": "^26.6.2",7553"jest-resolve-dependencies": "^26.6.3",7554"jest-runner": "^26.6.3",7555"jest-runtime": "^26.6.3",7556"jest-snapshot": "^26.6.2",7557"jest-util": "^26.6.2",7558"jest-validate": "^26.6.2",7559"jest-watcher": "^26.6.2",7560"micromatch": "^4.0.2",7561"p-each-series": "^2.1.0",7562"rimraf": "^3.0.0",7563"slash": "^3.0.0",7564"strip-ansi": "^6.0.0"7565}7566},7567"@jest/environment": {7568"version": "26.6.2",7569"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz",7570"integrity": "sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==",7571"dev": true,7572"requires": {7573"@jest/fake-timers": "^26.6.2",7574"@jest/types": "^26.6.2",7575"@types/node": "*",7576"jest-mock": "^26.6.2"7577}7578},7579"@jest/fake-timers": {7580"version": "26.6.2",7581"resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-26.6.2.tgz",7582"integrity": "sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==",7583"dev": true,7584"requires": {7585"@jest/types": "^26.6.2",7586"@sinonjs/fake-timers": "^6.0.1",7587"@types/node": "*",7588"jest-message-util": "^26.6.2",7589"jest-mock": "^26.6.2",7590"jest-util": "^26.6.2"7591}7592},7593"@jest/globals": {7594"version": "26.6.2",7595"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz",7596"integrity": "sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==",7597"dev": true,7598"requires": {7599"@jest/environment": "^26.6.2",7600"@jest/types": "^26.6.2",7601"expect": "^26.6.2"7602}7603},7604"@jest/reporters": {7605"version": "26.6.2",7606"resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz",7607"integrity": "sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==",7608"dev": true,7609"requires": {7610"@bcoe/v8-coverage": "^0.2.3",7611"@jest/console": "^26.6.2",7612"@jest/test-result": "^26.6.2",7613"@jest/transform": "^26.6.2",7614"@jest/types": "^26.6.2",7615"chalk": "^4.0.0",7616"collect-v8-coverage": "^1.0.0",7617"exit": "^0.1.2",7618"glob": "^7.1.2",7619"graceful-fs": "^4.2.4",7620"istanbul-lib-coverage": "^3.0.0",7621"istanbul-lib-instrument": "^4.0.3",7622"istanbul-lib-report": "^3.0.0",7623"istanbul-lib-source-maps": "^4.0.0",7624"istanbul-reports": "^3.0.2",7625"jest-haste-map": "^26.6.2",7626"jest-resolve": "^26.6.2",7627"jest-util": "^26.6.2",7628"jest-worker": "^26.6.2",7629"node-notifier": "^8.0.0",7630"slash": "^3.0.0",7631"source-map": "^0.6.0",7632"string-length": "^4.0.1",7633"terminal-link": "^2.0.0",7634"v8-to-istanbul": "^7.0.0"7635}7636},7637"@jest/source-map": {7638"version": "26.6.2",7639"resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz",7640"integrity": "sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==",7641"dev": true,7642"requires": {7643"callsites": "^3.0.0",7644"graceful-fs": "^4.2.4",7645"source-map": "^0.6.0"7646}7647},7648"@jest/test-result": {7649"version": "26.6.2",7650"resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-26.6.2.tgz",7651"integrity": "sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==",7652"dev": true,7653"requires": {7654"@jest/console": "^26.6.2",7655"@jest/types": "^26.6.2",7656"@types/istanbul-lib-coverage": "^2.0.0",7657"collect-v8-coverage": "^1.0.0"7658}7659},7660"@jest/test-sequencer": {7661"version": "26.6.3",7662"resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz",7663"integrity": "sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==",7664"dev": true,7665"requires": {7666"@jest/test-result": "^26.6.2",7667"graceful-fs": "^4.2.4",7668"jest-haste-map": "^26.6.2",7669"jest-runner": "^26.6.3",7670"jest-runtime": "^26.6.3"7671}7672},7673"@jest/transform": {7674"version": "26.6.2",7675"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz",7676"integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==",7677"dev": true,7678"requires": {7679"@babel/core": "^7.1.0",7680"@jest/types": "^26.6.2",7681"babel-plugin-istanbul": "^6.0.0",7682"chalk": "^4.0.0",7683"convert-source-map": "^1.4.0",7684"fast-json-stable-stringify": "^2.0.0",7685"graceful-fs": "^4.2.4",7686"jest-haste-map": "^26.6.2",7687"jest-regex-util": "^26.0.0",7688"jest-util": "^26.6.2",7689"micromatch": "^4.0.2",7690"pirates": "^4.0.1",7691"slash": "^3.0.0",7692"source-map": "^0.6.1",7693"write-file-atomic": "^3.0.0"7694}7695},7696"@jest/types": {7697"version": "26.6.2",7698"resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",7699"integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",7700"dev": true,7701"requires": {7702"@types/istanbul-lib-coverage": "^2.0.0",7703"@types/istanbul-reports": "^3.0.0",7704"@types/node": "*",7705"@types/yargs": "^15.0.0",7706"chalk": "^4.0.0"7707}7708},7709"@jridgewell/gen-mapping": {7710"version": "0.1.1",7711"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",7712"integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==",7713"dev": true,7714"requires": {7715"@jridgewell/set-array": "^1.0.0",7716"@jridgewell/sourcemap-codec": "^1.4.10"7717}7718},7719"@jridgewell/resolve-uri": {7720"version": "3.1.0",7721"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",7722"integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",7723"dev": true7724},7725"@jridgewell/set-array": {7726"version": "1.1.2",7727"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",7728"integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",7729"dev": true7730},7731"@jridgewell/sourcemap-codec": {7732"version": "1.4.14",7733"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",7734"integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",7735"dev": true7736},7737"@jridgewell/trace-mapping": {7738"version": "0.3.17",7739"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz",7740"integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==",7741"dev": true,7742"requires": {7743"@jridgewell/resolve-uri": "3.1.0",7744"@jridgewell/sourcemap-codec": "1.4.14"7745}7746},7747"@sinonjs/commons": {7748"version": "1.8.6",7749"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",7750"integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",7751"dev": true,7752"requires": {7753"type-detect": "4.0.8"7754}7755},7756"@sinonjs/fake-timers": {7757"version": "6.0.1",7758"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",7759"integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",7760"dev": true,7761"requires": {7762"@sinonjs/commons": "^1.7.0"7763}7764},7765"@tootallnate/once": {7766"version": "1.1.2",7767"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",7768"integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",7769"dev": true7770},7771"@types/axios": {7772"version": "0.14.0",7773"resolved": "https://registry.npmjs.org/@types/axios/-/axios-0.14.0.tgz",7774"integrity": "sha512-KqQnQbdYE54D7oa/UmYVMZKq7CO4l8DEENzOKc4aBRwxCXSlJXGz83flFx5L7AWrOQnmuN3kVsRdt+GZPPjiVQ==",7775"dev": true,7776"requires": {7777"axios": "*"7778}7779},7780"@types/babel__core": {7781"version": "7.20.0",7782"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz",7783"integrity": "sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==",7784"dev": true,7785"requires": {7786"@babel/parser": "^7.20.7",7787"@babel/types": "^7.20.7",7788"@types/babel__generator": "*",7789"@types/babel__template": "*",7790"@types/babel__traverse": "*"7791}7792},7793"@types/babel__generator": {7794"version": "7.6.4",7795"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",7796"integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",7797"dev": true,7798"requires": {7799"@babel/types": "^7.0.0"7800}7801},7802"@types/babel__template": {7803"version": "7.4.1",7804"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",7805"integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",7806"dev": true,7807"requires": {7808"@babel/parser": "^7.1.0",7809"@babel/types": "^7.0.0"7810}7811},7812"@types/babel__traverse": {7813"version": "7.18.3",7814"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz",7815"integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==",7816"dev": true,7817"requires": {7818"@babel/types": "^7.3.0"7819}7820},7821"@types/graceful-fs": {7822"version": "4.1.6",7823"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz",7824"integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==",7825"dev": true,7826"requires": {7827"@types/node": "*"7828}7829},7830"@types/istanbul-lib-coverage": {7831"version": "2.0.4",7832"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",7833"integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==",7834"dev": true7835},7836"@types/istanbul-lib-report": {7837"version": "3.0.0",7838"resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",7839"integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",7840"dev": true,7841"requires": {7842"@types/istanbul-lib-coverage": "*"7843}7844},7845"@types/istanbul-reports": {7846"version": "3.0.1",7847"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",7848"integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",7849"dev": true,7850"requires": {7851"@types/istanbul-lib-report": "*"7852}7853},7854"@types/node": {7855"version": "14.18.36",7856"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.36.tgz",7857"integrity": "sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ==",7858"dev": true7859},7860"@types/normalize-package-data": {7861"version": "2.4.1",7862"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",7863"integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==",7864"dev": true7865},7866"@types/pako": {7867"version": "1.0.4",7868"resolved": "https://registry.npmjs.org/@types/pako/-/pako-1.0.4.tgz",7869"integrity": "sha512-Z+5bJSm28EXBSUJEgx29ioWeEEHUh6TiMkZHDhLwjc9wVFH+ressbkmX6waUZc5R3Gobn4Qu5llGxaoflZ+yhA==",7870"dev": true7871},7872"@types/parse-json": {7873"version": "4.0.0",7874"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",7875"integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==",7876"dev": true7877},7878"@types/prettier": {7879"version": "2.7.2",7880"resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz",7881"integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==",7882"dev": true7883},7884"@types/stack-utils": {7885"version": "2.0.1",7886"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",7887"integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==",7888"dev": true7889},7890"@types/ws": {7891"version": "6.0.4",7892"resolved": "https://registry.npmjs.org/@types/ws/-/ws-6.0.4.tgz",7893"integrity": "sha512-PpPrX7SZW9re6+Ha8ojZG4Se8AZXgf0GK6zmfqEuCsY49LFDNXO3SByp44X3dFEqtB73lkCDAdUazhAjVPiNwg==",7894"dev": true,7895"requires": {7896"@types/node": "*"7897}7898},7899"@types/yargs": {7900"version": "15.0.15",7901"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.15.tgz",7902"integrity": "sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==",7903"dev": true,7904"requires": {7905"@types/yargs-parser": "*"7906}7907},7908"@types/yargs-parser": {7909"version": "21.0.0",7910"resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",7911"integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==",7912"dev": true7913},7914"abab": {7915"version": "2.0.6",7916"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",7917"integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",7918"dev": true7919},7920"acorn": {7921"version": "8.8.2",7922"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",7923"integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",7924"dev": true7925},7926"acorn-globals": {7927"version": "6.0.0",7928"resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",7929"integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",7930"dev": true,7931"requires": {7932"acorn": "^7.1.1",7933"acorn-walk": "^7.1.1"7934},7935"dependencies": {7936"acorn": {7937"version": "7.4.1",7938"resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",7939"integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",7940"dev": true7941}7942}7943},7944"acorn-walk": {7945"version": "7.2.0",7946"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",7947"integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",7948"dev": true7949},7950"agent-base": {7951"version": "6.0.2",7952"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",7953"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",7954"dev": true,7955"requires": {7956"debug": "4"7957},7958"dependencies": {7959"debug": {7960"version": "4.3.4",7961"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",7962"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",7963"dev": true,7964"requires": {7965"ms": "2.1.2"7966}7967},7968"ms": {7969"version": "2.1.2",7970"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",7971"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",7972"dev": true7973}7974}7975},7976"ansi-escapes": {7977"version": "4.3.2",7978"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",7979"integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",7980"dev": true,7981"requires": {7982"type-fest": "^0.21.3"7983}7984},7985"ansi-regex": {7986"version": "5.0.1",7987"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",7988"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",7989"dev": true7990},7991"ansi-styles": {7992"version": "4.3.0",7993"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",7994"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",7995"dev": true,7996"requires": {7997"color-convert": "^2.0.1"7998}7999},8000"anymatch": {8001"version": "3.1.3",8002"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",8003"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",8004"dev": true,8005"requires": {8006"normalize-path": "^3.0.0",8007"picomatch": "^2.0.4"8008}8009},8010"argparse": {8011"version": "1.0.10",8012"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",8013"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",8014"dev": true,8015"requires": {8016"sprintf-js": "~1.0.2"8017}8018},8019"arr-diff": {8020"version": "4.0.0",8021"resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",8022"integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==",8023"dev": true8024},8025"arr-flatten": {8026"version": "1.1.0",8027"resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",8028"integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",8029"dev": true8030},8031"arr-union": {8032"version": "3.1.0",8033"resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",8034"integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==",8035"dev": true8036},8037"array-unique": {8038"version": "0.3.2",8039"resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",8040"integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==",8041"dev": true8042},8043"assign-symbols": {8044"version": "1.0.0",8045"resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",8046"integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==",8047"dev": true8048},8049"async-limiter": {8050"version": "1.0.1",8051"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",8052"integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="8053},8054"asynckit": {8055"version": "0.4.0",8056"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",8057"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",8058"dev": true8059},8060"atob": {8061"version": "2.1.2",8062"resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",8063"integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",8064"dev": true8065},8066"axios": {8067"version": "0.19.2",8068"resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz",8069"integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",8070"requires": {8071"follow-redirects": "1.5.10"8072}8073},8074"babel-jest": {8075"version": "26.6.3",8076"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-26.6.3.tgz",8077"integrity": "sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==",8078"dev": true,8079"requires": {8080"@jest/transform": "^26.6.2",8081"@jest/types": "^26.6.2",8082"@types/babel__core": "^7.1.7",8083"babel-plugin-istanbul": "^6.0.0",8084"babel-preset-jest": "^26.6.2",8085"chalk": "^4.0.0",8086"graceful-fs": "^4.2.4",8087"slash": "^3.0.0"8088}8089},8090"babel-plugin-istanbul": {8091"version": "6.1.1",8092"resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",8093"integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",8094"dev": true,8095"requires": {8096"@babel/helper-plugin-utils": "^7.0.0",8097"@istanbuljs/load-nyc-config": "^1.0.0",8098"@istanbuljs/schema": "^0.1.2",8099"istanbul-lib-instrument": "^5.0.4",8100"test-exclude": "^6.0.0"8101},8102"dependencies": {8103"istanbul-lib-instrument": {8104"version": "5.2.1",8105"resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",8106"integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",8107"dev": true,8108"requires": {8109"@babel/core": "^7.12.3",8110"@babel/parser": "^7.14.7",8111"@istanbuljs/schema": "^0.1.2",8112"istanbul-lib-coverage": "^3.2.0",8113"semver": "^6.3.0"8114}8115}8116}8117},8118"babel-plugin-jest-hoist": {8119"version": "26.6.2",8120"resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz",8121"integrity": "sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==",8122"dev": true,8123"requires": {8124"@babel/template": "^7.3.3",8125"@babel/types": "^7.3.3",8126"@types/babel__core": "^7.0.0",8127"@types/babel__traverse": "^7.0.6"8128}8129},8130"babel-preset-current-node-syntax": {8131"version": "1.0.1",8132"resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",8133"integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",8134"dev": true,8135"requires": {8136"@babel/plugin-syntax-async-generators": "^7.8.4",8137"@babel/plugin-syntax-bigint": "^7.8.3",8138"@babel/plugin-syntax-class-properties": "^7.8.3",8139"@babel/plugin-syntax-import-meta": "^7.8.3",8140"@babel/plugin-syntax-json-strings": "^7.8.3",8141"@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",8142"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",8143"@babel/plugin-syntax-numeric-separator": "^7.8.3",8144"@babel/plugin-syntax-object-rest-spread": "^7.8.3",8145"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",8146"@babel/plugin-syntax-optional-chaining": "^7.8.3",8147"@babel/plugin-syntax-top-level-await": "^7.8.3"8148}8149},8150"babel-preset-jest": {8151"version": "26.6.2",8152"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz",8153"integrity": "sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==",8154"dev": true,8155"requires": {8156"babel-plugin-jest-hoist": "^26.6.2",8157"babel-preset-current-node-syntax": "^1.0.0"8158}8159},8160"balanced-match": {8161"version": "1.0.2",8162"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",8163"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",8164"dev": true8165},8166"base": {8167"version": "0.11.2",8168"resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",8169"integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",8170"dev": true,8171"requires": {8172"cache-base": "^1.0.1",8173"class-utils": "^0.3.5",8174"component-emitter": "^1.2.1",8175"define-property": "^1.0.0",8176"isobject": "^3.0.1",8177"mixin-deep": "^1.2.0",8178"pascalcase": "^0.1.1"8179},8180"dependencies": {8181"define-property": {8182"version": "1.0.0",8183"resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",8184"integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",8185"dev": true,8186"requires": {8187"is-descriptor": "^1.0.0"8188}8189}8190}8191},8192"brace-expansion": {8193"version": "1.1.11",8194"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",8195"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",8196"dev": true,8197"requires": {8198"balanced-match": "^1.0.0",8199"concat-map": "0.0.1"8200}8201},8202"braces": {8203"version": "3.0.2",8204"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",8205"integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",8206"dev": true,8207"requires": {8208"fill-range": "^7.0.1"8209}8210},8211"browser-process-hrtime": {8212"version": "1.0.0",8213"resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",8214"integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==",8215"dev": true8216},8217"browserslist": {8218"version": "4.21.5",8219"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz",8220"integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==",8221"dev": true,8222"requires": {8223"caniuse-lite": "^1.0.30001449",8224"electron-to-chromium": "^1.4.284",8225"node-releases": "^2.0.8",8226"update-browserslist-db": "^1.0.10"8227}8228},8229"bs-logger": {8230"version": "0.2.6",8231"resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz",8232"integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==",8233"dev": true,8234"requires": {8235"fast-json-stable-stringify": "2.x"8236}8237},8238"bser": {8239"version": "2.1.1",8240"resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",8241"integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",8242"dev": true,8243"requires": {8244"node-int64": "^0.4.0"8245}8246},8247"buffer-from": {8248"version": "1.1.2",8249"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",8250"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",8251"dev": true8252},8253"builtin-modules": {8254"version": "1.1.1",8255"resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",8256"integrity": "sha512-wxXCdllwGhI2kCC0MnvTGYTMvnVZTvqgypkiTI8Pa5tcz2i6VqsqwYGgqwXji+4RgCzms6EajE4IxiUH6HH8nQ==",8257"dev": true8258},8259"cache-base": {8260"version": "1.0.1",8261"resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",8262"integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",8263"dev": true,8264"requires": {8265"collection-visit": "^1.0.0",8266"component-emitter": "^1.2.1",8267"get-value": "^2.0.6",8268"has-value": "^1.0.0",8269"isobject": "^3.0.1",8270"set-value": "^2.0.0",8271"to-object-path": "^0.3.0",8272"union-value": "^1.0.0",8273"unset-value": "^1.0.0"8274}8275},8276"callsites": {8277"version": "3.1.0",8278"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",8279"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",8280"dev": true8281},8282"camelcase": {8283"version": "5.3.1",8284"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",8285"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",8286"dev": true8287},8288"caniuse-lite": {8289"version": "1.0.30001451",8290"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001451.tgz",8291"integrity": "sha512-XY7UbUpGRatZzoRft//5xOa69/1iGJRBlrieH6QYrkKLIFn3m7OVEJ81dSrKoy2BnKsdbX5cLrOispZNYo9v2w==",8292"dev": true8293},8294"capture-exit": {8295"version": "2.0.0",8296"resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz",8297"integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==",8298"dev": true,8299"requires": {8300"rsvp": "^4.8.4"8301}8302},8303"ccxt": {8304"version": "2.7.95",8305"resolved": "https://registry.npmjs.org/ccxt/-/ccxt-2.7.95.tgz",8306"integrity": "sha512-JRgyBAZtpMPg7EoUJ4Mb5C3WCaXA/6QkXzoDd6c/XvBnL6ZlcZTayzaqMxd/oFmmOY0AThmK3B6YJoLY2Z0zXw==",8307"requires": {8308"ws": "^8.8.1"8309},8310"dependencies": {8311"ws": {8312"version": "8.12.1",8313"resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz",8314"integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==",8315"requires": {}8316}8317}8318},8319"chalk": {8320"version": "4.1.2",8321"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",8322"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",8323"dev": true,8324"requires": {8325"ansi-styles": "^4.1.0",8326"supports-color": "^7.1.0"8327}8328},8329"char-regex": {8330"version": "1.0.2",8331"resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",8332"integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",8333"dev": true8334},8335"ci-info": {8336"version": "2.0.0",8337"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",8338"integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",8339"dev": true8340},8341"cjs-module-lexer": {8342"version": "0.6.0",8343"resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz",8344"integrity": "sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==",8345"dev": true8346},8347"class-utils": {8348"version": "0.3.6",8349"resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",8350"integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",8351"dev": true,8352"requires": {8353"arr-union": "^3.1.0",8354"define-property": "^0.2.5",8355"isobject": "^3.0.0",8356"static-extend": "^0.1.1"8357},8358"dependencies": {8359"define-property": {8360"version": "0.2.5",8361"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",8362"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",8363"dev": true,8364"requires": {8365"is-descriptor": "^0.1.0"8366}8367},8368"is-accessor-descriptor": {8369"version": "0.1.6",8370"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",8371"integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",8372"dev": true,8373"requires": {8374"kind-of": "^3.0.2"8375},8376"dependencies": {8377"kind-of": {8378"version": "3.2.2",8379"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",8380"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",8381"dev": true,8382"requires": {8383"is-buffer": "^1.1.5"8384}8385}8386}8387},8388"is-data-descriptor": {8389"version": "0.1.4",8390"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",8391"integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",8392"dev": true,8393"requires": {8394"kind-of": "^3.0.2"8395},8396"dependencies": {8397"kind-of": {8398"version": "3.2.2",8399"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",8400"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",8401"dev": true,8402"requires": {8403"is-buffer": "^1.1.5"8404}8405}8406}8407},8408"is-descriptor": {8409"version": "0.1.6",8410"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",8411"integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",8412"dev": true,8413"requires": {8414"is-accessor-descriptor": "^0.1.6",8415"is-data-descriptor": "^0.1.4",8416"kind-of": "^5.0.0"8417}8418},8419"kind-of": {8420"version": "5.1.0",8421"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",8422"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",8423"dev": true8424}8425}8426},8427"cliui": {8428"version": "6.0.0",8429"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",8430"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",8431"dev": true,8432"requires": {8433"string-width": "^4.2.0",8434"strip-ansi": "^6.0.0",8435"wrap-ansi": "^6.2.0"8436}8437},8438"co": {8439"version": "4.6.0",8440"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",8441"integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",8442"dev": true8443},8444"collect-v8-coverage": {8445"version": "1.0.1",8446"resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",8447"integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==",8448"dev": true8449},8450"collection-visit": {8451"version": "1.0.0",8452"resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",8453"integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==",8454"dev": true,8455"requires": {8456"map-visit": "^1.0.0",8457"object-visit": "^1.0.0"8458}8459},8460"color-convert": {8461"version": "2.0.1",8462"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",8463"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",8464"dev": true,8465"requires": {8466"color-name": "~1.1.4"8467}8468},8469"color-name": {8470"version": "1.1.4",8471"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",8472"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",8473"dev": true8474},8475"combined-stream": {8476"version": "1.0.8",8477"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",8478"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",8479"dev": true,8480"requires": {8481"delayed-stream": "~1.0.0"8482}8483},8484"commander": {8485"version": "2.20.3",8486"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",8487"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",8488"dev": true8489},8490"compare-versions": {8491"version": "3.6.0",8492"resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz",8493"integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==",8494"dev": true8495},8496"component-emitter": {8497"version": "1.3.0",8498"resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",8499"integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==",8500"dev": true8501},8502"concat-map": {8503"version": "0.0.1",8504"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",8505"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",8506"dev": true8507},8508"convert-source-map": {8509"version": "1.9.0",8510"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",8511"integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",8512"dev": true8513},8514"copy-descriptor": {8515"version": "0.1.1",8516"resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",8517"integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==",8518"dev": true8519},8520"cosmiconfig": {8521"version": "7.1.0",8522"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",8523"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",8524"dev": true,8525"requires": {8526"@types/parse-json": "^4.0.0",8527"import-fresh": "^3.2.1",8528"parse-json": "^5.0.0",8529"path-type": "^4.0.0",8530"yaml": "^1.10.0"8531}8532},8533"crc-32": {8534"version": "1.2.2",8535"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",8536"integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ=="8537},8538"cross-spawn": {8539"version": "7.0.3",8540"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",8541"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",8542"dev": true,8543"requires": {8544"path-key": "^3.1.0",8545"shebang-command": "^2.0.0",8546"which": "^2.0.1"8547}8548},8549"crypto": {8550"version": "1.0.1",8551"resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz",8552"integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig=="8553},8554"cssom": {8555"version": "0.4.4",8556"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",8557"integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==",8558"dev": true8559},8560"cssstyle": {8561"version": "2.3.0",8562"resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",8563"integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",8564"dev": true,8565"requires": {8566"cssom": "~0.3.6"8567},8568"dependencies": {8569"cssom": {8570"version": "0.3.8",8571"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",8572"integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",8573"dev": true8574}8575}8576},8577"data-urls": {8578"version": "2.0.0",8579"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",8580"integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",8581"dev": true,8582"requires": {8583"abab": "^2.0.3",8584"whatwg-mimetype": "^2.3.0",8585"whatwg-url": "^8.0.0"8586}8587},8588"debug": {8589"version": "3.1.0",8590"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",8591"integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",8592"requires": {8593"ms": "2.0.0"8594}8595},8596"decamelize": {8597"version": "1.2.0",8598"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",8599"integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",8600"dev": true8601},8602"decimal.js": {8603"version": "10.4.3",8604"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",8605"integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",8606"dev": true8607},8608"decode-uri-component": {8609"version": "0.2.2",8610"resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",8611"integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",8612"dev": true8613},8614"deep-is": {8615"version": "0.1.4",8616"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",8617"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",8618"dev": true8619},8620"deepmerge": {8621"version": "4.3.0",8622"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.0.tgz",8623"integrity": "sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==",8624"dev": true8625},8626"define-property": {8627"version": "2.0.2",8628"resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",8629"integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",8630"dev": true,8631"requires": {8632"is-descriptor": "^1.0.2",8633"isobject": "^3.0.1"8634}8635},8636"delayed-stream": {8637"version": "1.0.0",8638"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",8639"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",8640"dev": true8641},8642"detect-newline": {8643"version": "3.1.0",8644"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",8645"integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",8646"dev": true8647},8648"diff": {8649"version": "4.0.2",8650"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",8651"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",8652"dev": true8653},8654"diff-sequences": {8655"version": "26.6.2",8656"resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz",8657"integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==",8658"dev": true8659},8660"domexception": {8661"version": "2.0.1",8662"resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",8663"integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",8664"dev": true,8665"requires": {8666"webidl-conversions": "^5.0.0"8667},8668"dependencies": {8669"webidl-conversions": {8670"version": "5.0.0",8671"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",8672"integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",8673"dev": true8674}8675}8676},8677"electron-to-chromium": {8678"version": "1.4.293",8679"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.293.tgz",8680"integrity": "sha512-h7vBlhC83NsgC9UO3LOZx91xgstIrHk5iqMbZgnEArL5rHTM6HfsUZhnwb3oRnNetXM1741kB9SO7x9jLshz5A==",8681"dev": true8682},8683"emittery": {8684"version": "0.7.2",8685"resolved": "https://registry.npmjs.org/emittery/-/emittery-0.7.2.tgz",8686"integrity": "sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==",8687"dev": true8688},8689"emoji-regex": {8690"version": "8.0.0",8691"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",8692"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",8693"dev": true8694},8695"end-of-stream": {8696"version": "1.4.4",8697"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",8698"integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",8699"dev": true,8700"requires": {8701"once": "^1.4.0"8702}8703},8704"error-ex": {8705"version": "1.3.2",8706"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",8707"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",8708"dev": true,8709"requires": {8710"is-arrayish": "^0.2.1"8711}8712},8713"escalade": {8714"version": "3.1.1",8715"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",8716"integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",8717"dev": true8718},8719"escape-string-regexp": {8720"version": "2.0.0",8721"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",8722"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",8723"dev": true8724},8725"escodegen": {8726"version": "2.0.0",8727"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",8728"integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",8729"dev": true,8730"requires": {8731"esprima": "^4.0.1",8732"estraverse": "^5.2.0",8733"esutils": "^2.0.2",8734"optionator": "^0.8.1",8735"source-map": "~0.6.1"8736}8737},8738"esprima": {8739"version": "4.0.1",8740"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",8741"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",8742"dev": true8743},8744"estraverse": {8745"version": "5.3.0",8746"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",8747"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",8748"dev": true8749},8750"esutils": {8751"version": "2.0.3",8752"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",8753"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",8754"dev": true8755},8756"exec-sh": {8757"version": "0.3.6",8758"resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.6.tgz",8759"integrity": "sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==",8760"dev": true8761},8762"execa": {8763"version": "4.1.0",8764"resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",8765"integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",8766"dev": true,8767"requires": {8768"cross-spawn": "^7.0.0",8769"get-stream": "^5.0.0",8770"human-signals": "^1.1.1",8771"is-stream": "^2.0.0",8772"merge-stream": "^2.0.0",8773"npm-run-path": "^4.0.0",8774"onetime": "^5.1.0",8775"signal-exit": "^3.0.2",8776"strip-final-newline": "^2.0.0"8777}8778},8779"exit": {8780"version": "0.1.2",8781"resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",8782"integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",8783"dev": true8784},8785"expand-brackets": {8786"version": "2.1.4",8787"resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",8788"integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==",8789"dev": true,8790"requires": {8791"debug": "^2.3.3",8792"define-property": "^0.2.5",8793"extend-shallow": "^2.0.1",8794"posix-character-classes": "^0.1.0",8795"regex-not": "^1.0.0",8796"snapdragon": "^0.8.1",8797"to-regex": "^3.0.1"8798},8799"dependencies": {8800"debug": {8801"version": "2.6.9",8802"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",8803"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",8804"dev": true,8805"requires": {8806"ms": "2.0.0"8807}8808},8809"define-property": {8810"version": "0.2.5",8811"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",8812"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",8813"dev": true,8814"requires": {8815"is-descriptor": "^0.1.0"8816}8817},8818"extend-shallow": {8819"version": "2.0.1",8820"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",8821"integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",8822"dev": true,8823"requires": {8824"is-extendable": "^0.1.0"8825}8826},8827"is-accessor-descriptor": {8828"version": "0.1.6",8829"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",8830"integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",8831"dev": true,8832"requires": {8833"kind-of": "^3.0.2"8834},8835"dependencies": {8836"kind-of": {8837"version": "3.2.2",8838"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",8839"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",8840"dev": true,8841"requires": {8842"is-buffer": "^1.1.5"8843}8844}8845}8846},8847"is-data-descriptor": {8848"version": "0.1.4",8849"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",8850"integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",8851"dev": true,8852"requires": {8853"kind-of": "^3.0.2"8854},8855"dependencies": {8856"kind-of": {8857"version": "3.2.2",8858"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",8859"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",8860"dev": true,8861"requires": {8862"is-buffer": "^1.1.5"8863}8864}8865}8866},8867"is-descriptor": {8868"version": "0.1.6",8869"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",8870"integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",8871"dev": true,8872"requires": {8873"is-accessor-descriptor": "^0.1.6",8874"is-data-descriptor": "^0.1.4",8875"kind-of": "^5.0.0"8876}8877},8878"is-extendable": {8879"version": "0.1.1",8880"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",8881"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",8882"dev": true8883},8884"kind-of": {8885"version": "5.1.0",8886"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",8887"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",8888"dev": true8889}8890}8891},8892"expect": {8893"version": "26.6.2",8894"resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz",8895"integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==",8896"dev": true,8897"requires": {8898"@jest/types": "^26.6.2",8899"ansi-styles": "^4.0.0",8900"jest-get-type": "^26.3.0",8901"jest-matcher-utils": "^26.6.2",8902"jest-message-util": "^26.6.2",8903"jest-regex-util": "^26.0.0"8904}8905},8906"extend-shallow": {8907"version": "3.0.2",8908"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",8909"integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",8910"dev": true,8911"requires": {8912"assign-symbols": "^1.0.0",8913"is-extendable": "^1.0.1"8914}8915},8916"extglob": {8917"version": "2.0.4",8918"resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",8919"integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",8920"dev": true,8921"requires": {8922"array-unique": "^0.3.2",8923"define-property": "^1.0.0",8924"expand-brackets": "^2.1.4",8925"extend-shallow": "^2.0.1",8926"fragment-cache": "^0.2.1",8927"regex-not": "^1.0.0",8928"snapdragon": "^0.8.1",8929"to-regex": "^3.0.1"8930},8931"dependencies": {8932"define-property": {8933"version": "1.0.0",8934"resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",8935"integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",8936"dev": true,8937"requires": {8938"is-descriptor": "^1.0.0"8939}8940},8941"extend-shallow": {8942"version": "2.0.1",8943"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",8944"integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",8945"dev": true,8946"requires": {8947"is-extendable": "^0.1.0"8948}8949},8950"is-extendable": {8951"version": "0.1.1",8952"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",8953"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",8954"dev": true8955}8956}8957},8958"fast-json-stable-stringify": {8959"version": "2.1.0",8960"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",8961"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",8962"dev": true8963},8964"fast-levenshtein": {8965"version": "2.0.6",8966"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",8967"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",8968"dev": true8969},8970"fb-watchman": {8971"version": "2.0.2",8972"resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",8973"integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",8974"dev": true,8975"requires": {8976"bser": "2.1.1"8977}8978},8979"fill-range": {8980"version": "7.0.1",8981"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",8982"integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",8983"dev": true,8984"requires": {8985"to-regex-range": "^5.0.1"8986}8987},8988"find-up": {8989"version": "4.1.0",8990"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",8991"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",8992"dev": true,8993"requires": {8994"locate-path": "^5.0.0",8995"path-exists": "^4.0.0"8996}8997},8998"find-versions": {8999"version": "4.0.0",9000"resolved": "https://registry.npmjs.org/find-versions/-/find-versions-4.0.0.tgz",9001"integrity": "sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==",9002"dev": true,9003"requires": {9004"semver-regex": "^3.1.2"9005}9006},9007"follow-redirects": {9008"version": "1.5.10",9009"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",9010"integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",9011"requires": {9012"debug": "=3.1.0"9013}9014},9015"for-in": {9016"version": "1.0.2",9017"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",9018"integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==",9019"dev": true9020},9021"form-data": {9022"version": "3.0.1",9023"resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",9024"integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",9025"dev": true,9026"requires": {9027"asynckit": "^0.4.0",9028"combined-stream": "^1.0.8",9029"mime-types": "^2.1.12"9030}9031},9032"fragment-cache": {9033"version": "0.2.1",9034"resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",9035"integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==",9036"dev": true,9037"requires": {9038"map-cache": "^0.2.2"9039}9040},9041"fs-extra": {9042"version": "8.1.0",9043"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",9044"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",9045"dev": true,9046"requires": {9047"graceful-fs": "^4.2.0",9048"jsonfile": "^4.0.0",9049"universalify": "^0.1.0"9050},9051"dependencies": {9052"universalify": {9053"version": "0.1.2",9054"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",9055"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",9056"dev": true9057}9058}9059},9060"fs.realpath": {9061"version": "1.0.0",9062"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",9063"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",9064"dev": true9065},9066"fsevents": {9067"version": "2.3.2",9068"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",9069"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",9070"dev": true,9071"optional": true9072},9073"function-bind": {9074"version": "1.1.1",9075"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",9076"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",9077"dev": true9078},9079"gensync": {9080"version": "1.0.0-beta.2",9081"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",9082"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",9083"dev": true9084},9085"get-caller-file": {9086"version": "2.0.5",9087"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",9088"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",9089"dev": true9090},9091"get-package-type": {9092"version": "0.1.0",9093"resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",9094"integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",9095"dev": true9096},9097"get-stream": {9098"version": "5.2.0",9099"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",9100"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",9101"dev": true,9102"requires": {9103"pump": "^3.0.0"9104}9105},9106"get-value": {9107"version": "2.0.6",9108"resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",9109"integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==",9110"dev": true9111},9112"glob": {9113"version": "7.2.3",9114"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",9115"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",9116"dev": true,9117"requires": {9118"fs.realpath": "^1.0.0",9119"inflight": "^1.0.4",9120"inherits": "2",9121"minimatch": "^3.1.1",9122"once": "^1.3.0",9123"path-is-absolute": "^1.0.0"9124}9125},9126"globals": {9127"version": "11.12.0",9128"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",9129"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",9130"dev": true9131},9132"graceful-fs": {9133"version": "4.2.10",9134"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",9135"integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",9136"dev": true9137},9138"growly": {9139"version": "1.3.0",9140"resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",9141"integrity": "sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==",9142"dev": true,9143"optional": true9144},9145"handlebars": {9146"version": "4.7.7",9147"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz",9148"integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==",9149"dev": true,9150"requires": {9151"minimist": "^1.2.5",9152"neo-async": "^2.6.0",9153"source-map": "^0.6.1",9154"uglify-js": "^3.1.4",9155"wordwrap": "^1.0.0"9156}9157},9158"has": {9159"version": "1.0.3",9160"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",9161"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",9162"dev": true,9163"requires": {9164"function-bind": "^1.1.1"9165}9166},9167"has-flag": {9168"version": "4.0.0",9169"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",9170"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",9171"dev": true9172},9173"has-value": {9174"version": "1.0.0",9175"resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",9176"integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==",9177"dev": true,9178"requires": {9179"get-value": "^2.0.6",9180"has-values": "^1.0.0",9181"isobject": "^3.0.0"9182}9183},9184"has-values": {9185"version": "1.0.0",9186"resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",9187"integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==",9188"dev": true,9189"requires": {9190"is-number": "^3.0.0",9191"kind-of": "^4.0.0"9192},9193"dependencies": {9194"is-number": {9195"version": "3.0.0",9196"resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",9197"integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",9198"dev": true,9199"requires": {9200"kind-of": "^3.0.2"9201},9202"dependencies": {9203"kind-of": {9204"version": "3.2.2",9205"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",9206"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",9207"dev": true,9208"requires": {9209"is-buffer": "^1.1.5"9210}9211}9212}9213},9214"kind-of": {9215"version": "4.0.0",9216"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",9217"integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==",9218"dev": true,9219"requires": {9220"is-buffer": "^1.1.5"9221}9222}9223}9224},9225"highlight.js": {9226"version": "10.7.3",9227"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",9228"integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",9229"dev": true9230},9231"hosted-git-info": {9232"version": "2.8.9",9233"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",9234"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",9235"dev": true9236},9237"html-encoding-sniffer": {9238"version": "2.0.1",9239"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",9240"integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",9241"dev": true,9242"requires": {9243"whatwg-encoding": "^1.0.5"9244}9245},9246"html-escaper": {9247"version": "2.0.2",9248"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",9249"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",9250"dev": true9251},9252"http-proxy-agent": {9253"version": "4.0.1",9254"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",9255"integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",9256"dev": true,9257"requires": {9258"@tootallnate/once": "1",9259"agent-base": "6",9260"debug": "4"9261},9262"dependencies": {9263"debug": {9264"version": "4.3.4",9265"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",9266"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",9267"dev": true,9268"requires": {9269"ms": "2.1.2"9270}9271},9272"ms": {9273"version": "2.1.2",9274"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",9275"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",9276"dev": true9277}9278}9279},9280"https-proxy-agent": {9281"version": "5.0.1",9282"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",9283"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",9284"dev": true,9285"requires": {9286"agent-base": "6",9287"debug": "4"9288},9289"dependencies": {9290"debug": {9291"version": "4.3.4",9292"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",9293"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",9294"dev": true,9295"requires": {9296"ms": "2.1.2"9297}9298},9299"ms": {9300"version": "2.1.2",9301"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",9302"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",9303"dev": true9304}9305}9306},9307"human-signals": {9308"version": "1.1.1",9309"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",9310"integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",9311"dev": true9312},9313"husky": {9314"version": "4.3.8",9315"resolved": "https://registry.npmjs.org/husky/-/husky-4.3.8.tgz",9316"integrity": "sha512-LCqqsB0PzJQ/AlCgfrfzRe3e3+NvmefAdKQhRYpxS4u6clblBoDdzzvHi8fmxKRzvMxPY/1WZWzomPZww0Anow==",9317"dev": true,9318"requires": {9319"chalk": "^4.0.0",9320"ci-info": "^2.0.0",9321"compare-versions": "^3.6.0",9322"cosmiconfig": "^7.0.0",9323"find-versions": "^4.0.0",9324"opencollective-postinstall": "^2.0.2",9325"pkg-dir": "^5.0.0",9326"please-upgrade-node": "^3.2.0",9327"slash": "^3.0.0",9328"which-pm-runs": "^1.0.0"9329}9330},9331"iconv-lite": {9332"version": "0.4.24",9333"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",9334"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",9335"dev": true,9336"requires": {9337"safer-buffer": ">= 2.1.2 < 3"9338}9339},9340"import-fresh": {9341"version": "3.3.0",9342"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",9343"integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",9344"dev": true,9345"requires": {9346"parent-module": "^1.0.0",9347"resolve-from": "^4.0.0"9348}9349},9350"import-local": {9351"version": "3.1.0",9352"resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",9353"integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",9354"dev": true,9355"requires": {9356"pkg-dir": "^4.2.0",9357"resolve-cwd": "^3.0.0"9358},9359"dependencies": {9360"pkg-dir": {9361"version": "4.2.0",9362"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",9363"integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",9364"dev": true,9365"requires": {9366"find-up": "^4.0.0"9367}9368}9369}9370},9371"imurmurhash": {9372"version": "0.1.4",9373"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",9374"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",9375"dev": true9376},9377"inflight": {9378"version": "1.0.6",9379"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",9380"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",9381"dev": true,9382"requires": {9383"once": "^1.3.0",9384"wrappy": "1"9385}9386},9387"inherits": {9388"version": "2.0.4",9389"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",9390"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",9391"dev": true9392},9393"interpret": {9394"version": "1.4.0",9395"resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",9396"integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",9397"dev": true9398},9399"is-accessor-descriptor": {9400"version": "1.0.0",9401"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",9402"integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",9403"dev": true,9404"requires": {9405"kind-of": "^6.0.0"9406}9407},9408"is-arrayish": {9409"version": "0.2.1",9410"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",9411"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",9412"dev": true9413},9414"is-buffer": {9415"version": "1.1.6",9416"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",9417"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",9418"dev": true9419},9420"is-ci": {9421"version": "2.0.0",9422"resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz",9423"integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==",9424"dev": true,9425"requires": {9426"ci-info": "^2.0.0"9427}9428},9429"is-core-module": {9430"version": "2.11.0",9431"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",9432"integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",9433"dev": true,9434"requires": {9435"has": "^1.0.3"9436}9437},9438"is-data-descriptor": {9439"version": "1.0.0",9440"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",9441"integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",9442"dev": true,9443"requires": {9444"kind-of": "^6.0.0"9445}9446},9447"is-descriptor": {9448"version": "1.0.2",9449"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",9450"integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",9451"dev": true,9452"requires": {9453"is-accessor-descriptor": "^1.0.0",9454"is-data-descriptor": "^1.0.0",9455"kind-of": "^6.0.2"9456}9457},9458"is-docker": {9459"version": "2.2.1",9460"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",9461"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",9462"dev": true,9463"optional": true9464},9465"is-extendable": {9466"version": "1.0.1",9467"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",9468"integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",9469"dev": true,9470"requires": {9471"is-plain-object": "^2.0.4"9472}9473},9474"is-fullwidth-code-point": {9475"version": "3.0.0",9476"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",9477"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",9478"dev": true9479},9480"is-generator-fn": {9481"version": "2.1.0",9482"resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",9483"integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",9484"dev": true9485},9486"is-number": {9487"version": "7.0.0",9488"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",9489"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",9490"dev": true9491},9492"is-plain-object": {9493"version": "2.0.4",9494"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",9495"integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",9496"dev": true,9497"requires": {9498"isobject": "^3.0.1"9499}9500},9501"is-potential-custom-element-name": {9502"version": "1.0.1",9503"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",9504"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",9505"dev": true9506},9507"is-stream": {9508"version": "2.0.1",9509"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",9510"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",9511"dev": true9512},9513"is-typedarray": {9514"version": "1.0.0",9515"resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",9516"integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",9517"dev": true9518},9519"is-windows": {9520"version": "1.0.2",9521"resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",9522"integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",9523"dev": true9524},9525"is-wsl": {9526"version": "2.2.0",9527"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",9528"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",9529"dev": true,9530"optional": true,9531"requires": {9532"is-docker": "^2.0.0"9533}9534},9535"isarray": {9536"version": "1.0.0",9537"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",9538"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",9539"dev": true9540},9541"isexe": {9542"version": "2.0.0",9543"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",9544"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",9545"dev": true9546},9547"isobject": {9548"version": "3.0.1",9549"resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",9550"integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",9551"dev": true9552},9553"istanbul-lib-coverage": {9554"version": "3.2.0",9555"resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",9556"integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",9557"dev": true9558},9559"istanbul-lib-instrument": {9560"version": "4.0.3",9561"resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",9562"integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==",9563"dev": true,9564"requires": {9565"@babel/core": "^7.7.5",9566"@istanbuljs/schema": "^0.1.2",9567"istanbul-lib-coverage": "^3.0.0",9568"semver": "^6.3.0"9569}9570},9571"istanbul-lib-report": {9572"version": "3.0.0",9573"resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",9574"integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",9575"dev": true,9576"requires": {9577"istanbul-lib-coverage": "^3.0.0",9578"make-dir": "^3.0.0",9579"supports-color": "^7.1.0"9580}9581},9582"istanbul-lib-source-maps": {9583"version": "4.0.1",9584"resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",9585"integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",9586"dev": true,9587"requires": {9588"debug": "^4.1.1",9589"istanbul-lib-coverage": "^3.0.0",9590"source-map": "^0.6.1"9591},9592"dependencies": {9593"debug": {9594"version": "4.3.4",9595"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",9596"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",9597"dev": true,9598"requires": {9599"ms": "2.1.2"9600}9601},9602"ms": {9603"version": "2.1.2",9604"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",9605"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",9606"dev": true9607}9608}9609},9610"istanbul-reports": {9611"version": "3.1.5",9612"resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz",9613"integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==",9614"dev": true,9615"requires": {9616"html-escaper": "^2.0.0",9617"istanbul-lib-report": "^3.0.0"9618}9619},9620"jest": {9621"version": "26.6.3",9622"resolved": "https://registry.npmjs.org/jest/-/jest-26.6.3.tgz",9623"integrity": "sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==",9624"dev": true,9625"requires": {9626"@jest/core": "^26.6.3",9627"import-local": "^3.0.2",9628"jest-cli": "^26.6.3"9629}9630},9631"jest-changed-files": {9632"version": "26.6.2",9633"resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-26.6.2.tgz",9634"integrity": "sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==",9635"dev": true,9636"requires": {9637"@jest/types": "^26.6.2",9638"execa": "^4.0.0",9639"throat": "^5.0.0"9640}9641},9642"jest-cli": {9643"version": "26.6.3",9644"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-26.6.3.tgz",9645"integrity": "sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==",9646"dev": true,9647"requires": {9648"@jest/core": "^26.6.3",9649"@jest/test-result": "^26.6.2",9650"@jest/types": "^26.6.2",9651"chalk": "^4.0.0",9652"exit": "^0.1.2",9653"graceful-fs": "^4.2.4",9654"import-local": "^3.0.2",9655"is-ci": "^2.0.0",9656"jest-config": "^26.6.3",9657"jest-util": "^26.6.2",9658"jest-validate": "^26.6.2",9659"prompts": "^2.0.1",9660"yargs": "^15.4.1"9661}9662},9663"jest-config": {9664"version": "26.6.3",9665"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-26.6.3.tgz",9666"integrity": "sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==",9667"dev": true,9668"requires": {9669"@babel/core": "^7.1.0",9670"@jest/test-sequencer": "^26.6.3",9671"@jest/types": "^26.6.2",9672"babel-jest": "^26.6.3",9673"chalk": "^4.0.0",9674"deepmerge": "^4.2.2",9675"glob": "^7.1.1",9676"graceful-fs": "^4.2.4",9677"jest-environment-jsdom": "^26.6.2",9678"jest-environment-node": "^26.6.2",9679"jest-get-type": "^26.3.0",9680"jest-jasmine2": "^26.6.3",9681"jest-regex-util": "^26.0.0",9682"jest-resolve": "^26.6.2",9683"jest-util": "^26.6.2",9684"jest-validate": "^26.6.2",9685"micromatch": "^4.0.2",9686"pretty-format": "^26.6.2"9687}9688},9689"jest-diff": {9690"version": "26.6.2",9691"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz",9692"integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==",9693"dev": true,9694"requires": {9695"chalk": "^4.0.0",9696"diff-sequences": "^26.6.2",9697"jest-get-type": "^26.3.0",9698"pretty-format": "^26.6.2"9699}9700},9701"jest-docblock": {9702"version": "26.0.0",9703"resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-26.0.0.tgz",9704"integrity": "sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==",9705"dev": true,9706"requires": {9707"detect-newline": "^3.0.0"9708}9709},9710"jest-each": {9711"version": "26.6.2",9712"resolved": "https://registry.npmjs.org/jest-each/-/jest-each-26.6.2.tgz",9713"integrity": "sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==",9714"dev": true,9715"requires": {9716"@jest/types": "^26.6.2",9717"chalk": "^4.0.0",9718"jest-get-type": "^26.3.0",9719"jest-util": "^26.6.2",9720"pretty-format": "^26.6.2"9721}9722},9723"jest-environment-jsdom": {9724"version": "26.6.2",9725"resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz",9726"integrity": "sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==",9727"dev": true,9728"requires": {9729"@jest/environment": "^26.6.2",9730"@jest/fake-timers": "^26.6.2",9731"@jest/types": "^26.6.2",9732"@types/node": "*",9733"jest-mock": "^26.6.2",9734"jest-util": "^26.6.2",9735"jsdom": "^16.4.0"9736}9737},9738"jest-environment-node": {9739"version": "26.6.2",9740"resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-26.6.2.tgz",9741"integrity": "sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==",9742"dev": true,9743"requires": {9744"@jest/environment": "^26.6.2",9745"@jest/fake-timers": "^26.6.2",9746"@jest/types": "^26.6.2",9747"@types/node": "*",9748"jest-mock": "^26.6.2",9749"jest-util": "^26.6.2"9750}9751},9752"jest-get-type": {9753"version": "26.3.0",9754"resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",9755"integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",9756"dev": true9757},9758"jest-haste-map": {9759"version": "26.6.2",9760"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz",9761"integrity": "sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==",9762"dev": true,9763"requires": {9764"@jest/types": "^26.6.2",9765"@types/graceful-fs": "^4.1.2",9766"@types/node": "*",9767"anymatch": "^3.0.3",9768"fb-watchman": "^2.0.0",9769"fsevents": "^2.1.2",9770"graceful-fs": "^4.2.4",9771"jest-regex-util": "^26.0.0",9772"jest-serializer": "^26.6.2",9773"jest-util": "^26.6.2",9774"jest-worker": "^26.6.2",9775"micromatch": "^4.0.2",9776"sane": "^4.0.3",9777"walker": "^1.0.7"9778}9779},9780"jest-jasmine2": {9781"version": "26.6.3",9782"resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz",9783"integrity": "sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==",9784"dev": true,9785"requires": {9786"@babel/traverse": "^7.1.0",9787"@jest/environment": "^26.6.2",9788"@jest/source-map": "^26.6.2",9789"@jest/test-result": "^26.6.2",9790"@jest/types": "^26.6.2",9791"@types/node": "*",9792"chalk": "^4.0.0",9793"co": "^4.6.0",9794"expect": "^26.6.2",9795"is-generator-fn": "^2.0.0",9796"jest-each": "^26.6.2",9797"jest-matcher-utils": "^26.6.2",9798"jest-message-util": "^26.6.2",9799"jest-runtime": "^26.6.3",9800"jest-snapshot": "^26.6.2",9801"jest-util": "^26.6.2",9802"pretty-format": "^26.6.2",9803"throat": "^5.0.0"9804}9805},9806"jest-leak-detector": {9807"version": "26.6.2",9808"resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz",9809"integrity": "sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==",9810"dev": true,9811"requires": {9812"jest-get-type": "^26.3.0",9813"pretty-format": "^26.6.2"9814}9815},9816"jest-matcher-utils": {9817"version": "26.6.2",9818"resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz",9819"integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==",9820"dev": true,9821"requires": {9822"chalk": "^4.0.0",9823"jest-diff": "^26.6.2",9824"jest-get-type": "^26.3.0",9825"pretty-format": "^26.6.2"9826}9827},9828"jest-message-util": {9829"version": "26.6.2",9830"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz",9831"integrity": "sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==",9832"dev": true,9833"requires": {9834"@babel/code-frame": "^7.0.0",9835"@jest/types": "^26.6.2",9836"@types/stack-utils": "^2.0.0",9837"chalk": "^4.0.0",9838"graceful-fs": "^4.2.4",9839"micromatch": "^4.0.2",9840"pretty-format": "^26.6.2",9841"slash": "^3.0.0",9842"stack-utils": "^2.0.2"9843}9844},9845"jest-mock": {9846"version": "26.6.2",9847"resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-26.6.2.tgz",9848"integrity": "sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==",9849"dev": true,9850"requires": {9851"@jest/types": "^26.6.2",9852"@types/node": "*"9853}9854},9855"jest-pnp-resolver": {9856"version": "1.2.3",9857"resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",9858"integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",9859"dev": true,9860"requires": {}9861},9862"jest-regex-util": {9863"version": "26.0.0",9864"resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz",9865"integrity": "sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==",9866"dev": true9867},9868"jest-resolve": {9869"version": "26.6.2",9870"resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",9871"integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",9872"dev": true,9873"requires": {9874"@jest/types": "^26.6.2",9875"chalk": "^4.0.0",9876"graceful-fs": "^4.2.4",9877"jest-pnp-resolver": "^1.2.2",9878"jest-util": "^26.6.2",9879"read-pkg-up": "^7.0.1",9880"resolve": "^1.18.1",9881"slash": "^3.0.0"9882}9883},9884"jest-resolve-dependencies": {9885"version": "26.6.3",9886"resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz",9887"integrity": "sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==",9888"dev": true,9889"requires": {9890"@jest/types": "^26.6.2",9891"jest-regex-util": "^26.0.0",9892"jest-snapshot": "^26.6.2"9893}9894},9895"jest-runner": {9896"version": "26.6.3",9897"resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-26.6.3.tgz",9898"integrity": "sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==",9899"dev": true,9900"requires": {9901"@jest/console": "^26.6.2",9902"@jest/environment": "^26.6.2",9903"@jest/test-result": "^26.6.2",9904"@jest/types": "^26.6.2",9905"@types/node": "*",9906"chalk": "^4.0.0",9907"emittery": "^0.7.1",9908"exit": "^0.1.2",9909"graceful-fs": "^4.2.4",9910"jest-config": "^26.6.3",9911"jest-docblock": "^26.0.0",9912"jest-haste-map": "^26.6.2",9913"jest-leak-detector": "^26.6.2",9914"jest-message-util": "^26.6.2",9915"jest-resolve": "^26.6.2",9916"jest-runtime": "^26.6.3",9917"jest-util": "^26.6.2",9918"jest-worker": "^26.6.2",9919"source-map-support": "^0.5.6",9920"throat": "^5.0.0"9921}9922},9923"jest-runtime": {9924"version": "26.6.3",9925"resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-26.6.3.tgz",9926"integrity": "sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==",9927"dev": true,9928"requires": {9929"@jest/console": "^26.6.2",9930"@jest/environment": "^26.6.2",9931"@jest/fake-timers": "^26.6.2",9932"@jest/globals": "^26.6.2",9933"@jest/source-map": "^26.6.2",9934"@jest/test-result": "^26.6.2",9935"@jest/transform": "^26.6.2",9936"@jest/types": "^26.6.2",9937"@types/yargs": "^15.0.0",9938"chalk": "^4.0.0",9939"cjs-module-lexer": "^0.6.0",9940"collect-v8-coverage": "^1.0.0",9941"exit": "^0.1.2",9942"glob": "^7.1.3",9943"graceful-fs": "^4.2.4",9944"jest-config": "^26.6.3",9945"jest-haste-map": "^26.6.2",9946"jest-message-util": "^26.6.2",9947"jest-mock": "^26.6.2",9948"jest-regex-util": "^26.0.0",9949"jest-resolve": "^26.6.2",9950"jest-snapshot": "^26.6.2",9951"jest-util": "^26.6.2",9952"jest-validate": "^26.6.2",9953"slash": "^3.0.0",9954"strip-bom": "^4.0.0",9955"yargs": "^15.4.1"9956}9957},9958"jest-serializer": {9959"version": "26.6.2",9960"resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz",9961"integrity": "sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==",9962"dev": true,9963"requires": {9964"@types/node": "*",9965"graceful-fs": "^4.2.4"9966}9967},9968"jest-snapshot": {9969"version": "26.6.2",9970"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-26.6.2.tgz",9971"integrity": "sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==",9972"dev": true,9973"requires": {9974"@babel/types": "^7.0.0",9975"@jest/types": "^26.6.2",9976"@types/babel__traverse": "^7.0.4",9977"@types/prettier": "^2.0.0",9978"chalk": "^4.0.0",9979"expect": "^26.6.2",9980"graceful-fs": "^4.2.4",9981"jest-diff": "^26.6.2",9982"jest-get-type": "^26.3.0",9983"jest-haste-map": "^26.6.2",9984"jest-matcher-utils": "^26.6.2",9985"jest-message-util": "^26.6.2",9986"jest-resolve": "^26.6.2",9987"natural-compare": "^1.4.0",9988"pretty-format": "^26.6.2",9989"semver": "^7.3.2"9990},9991"dependencies": {9992"lru-cache": {9993"version": "6.0.0",9994"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",9995"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",9996"dev": true,9997"requires": {9998"yallist": "^4.0.0"9999}10000},10001"semver": {10002"version": "7.3.8",10003"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",10004"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",10005"dev": true,10006"requires": {10007"lru-cache": "^6.0.0"10008}10009},10010"yallist": {10011"version": "4.0.0",10012"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",10013"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",10014"dev": true10015}10016}10017},10018"jest-util": {10019"version": "26.6.2",10020"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz",10021"integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==",10022"dev": true,10023"requires": {10024"@jest/types": "^26.6.2",10025"@types/node": "*",10026"chalk": "^4.0.0",10027"graceful-fs": "^4.2.4",10028"is-ci": "^2.0.0",10029"micromatch": "^4.0.2"10030}10031},10032"jest-validate": {10033"version": "26.6.2",10034"resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz",10035"integrity": "sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==",10036"dev": true,10037"requires": {10038"@jest/types": "^26.6.2",10039"camelcase": "^6.0.0",10040"chalk": "^4.0.0",10041"jest-get-type": "^26.3.0",10042"leven": "^3.1.0",10043"pretty-format": "^26.6.2"10044},10045"dependencies": {10046"camelcase": {10047"version": "6.3.0",10048"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",10049"integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",10050"dev": true10051}10052}10053},10054"jest-watcher": {10055"version": "26.6.2",10056"resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-26.6.2.tgz",10057"integrity": "sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==",10058"dev": true,10059"requires": {10060"@jest/test-result": "^26.6.2",10061"@jest/types": "^26.6.2",10062"@types/node": "*",10063"ansi-escapes": "^4.2.1",10064"chalk": "^4.0.0",10065"jest-util": "^26.6.2",10066"string-length": "^4.0.1"10067}10068},10069"jest-worker": {10070"version": "26.6.2",10071"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",10072"integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",10073"dev": true,10074"requires": {10075"@types/node": "*",10076"merge-stream": "^2.0.0",10077"supports-color": "^7.0.0"10078}10079},10080"js-tokens": {10081"version": "4.0.0",10082"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",10083"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",10084"dev": true10085},10086"js-yaml": {10087"version": "3.14.1",10088"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",10089"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",10090"dev": true,10091"requires": {10092"argparse": "^1.0.7",10093"esprima": "^4.0.0"10094}10095},10096"jsdom": {10097"version": "16.7.0",10098"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",10099"integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",10100"dev": true,10101"requires": {10102"abab": "^2.0.5",10103"acorn": "^8.2.4",10104"acorn-globals": "^6.0.0",10105"cssom": "^0.4.4",10106"cssstyle": "^2.3.0",10107"data-urls": "^2.0.0",10108"decimal.js": "^10.2.1",10109"domexception": "^2.0.1",10110"escodegen": "^2.0.0",10111"form-data": "^3.0.0",10112"html-encoding-sniffer": "^2.0.1",10113"http-proxy-agent": "^4.0.1",10114"https-proxy-agent": "^5.0.0",10115"is-potential-custom-element-name": "^1.0.1",10116"nwsapi": "^2.2.0",10117"parse5": "6.0.1",10118"saxes": "^5.0.1",10119"symbol-tree": "^3.2.4",10120"tough-cookie": "^4.0.0",10121"w3c-hr-time": "^1.0.2",10122"w3c-xmlserializer": "^2.0.0",10123"webidl-conversions": "^6.1.0",10124"whatwg-encoding": "^1.0.5",10125"whatwg-mimetype": "^2.3.0",10126"whatwg-url": "^8.5.0",10127"ws": "^7.4.6",10128"xml-name-validator": "^3.0.0"10129},10130"dependencies": {10131"ws": {10132"version": "7.5.9",10133"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",10134"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",10135"dev": true,10136"requires": {}10137}10138}10139},10140"jsesc": {10141"version": "2.5.2",10142"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",10143"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",10144"dev": true10145},10146"json-parse-even-better-errors": {10147"version": "2.3.1",10148"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",10149"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",10150"dev": true10151},10152"json5": {10153"version": "2.2.3",10154"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",10155"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",10156"dev": true10157},10158"jsonfile": {10159"version": "4.0.0",10160"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",10161"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",10162"dev": true,10163"requires": {10164"graceful-fs": "^4.1.6"10165}10166},10167"kind-of": {10168"version": "6.0.3",10169"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",10170"integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",10171"dev": true10172},10173"kleur": {10174"version": "3.0.3",10175"resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",10176"integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",10177"dev": true10178},10179"leven": {10180"version": "3.1.0",10181"resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",10182"integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",10183"dev": true10184},10185"levn": {10186"version": "0.3.0",10187"resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",10188"integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",10189"dev": true,10190"requires": {10191"prelude-ls": "~1.1.2",10192"type-check": "~0.3.2"10193}10194},10195"lines-and-columns": {10196"version": "1.2.4",10197"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",10198"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",10199"dev": true10200},10201"locate-path": {10202"version": "5.0.0",10203"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",10204"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",10205"dev": true,10206"requires": {10207"p-locate": "^4.1.0"10208}10209},10210"lodash": {10211"version": "4.17.21",10212"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",10213"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",10214"dev": true10215},10216"lru-cache": {10217"version": "5.1.1",10218"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",10219"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",10220"dev": true,10221"requires": {10222"yallist": "^3.0.2"10223}10224},10225"lunr": {10226"version": "2.3.9",10227"resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz",10228"integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==",10229"dev": true10230},10231"make-dir": {10232"version": "3.1.0",10233"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",10234"integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",10235"dev": true,10236"requires": {10237"semver": "^6.0.0"10238}10239},10240"make-error": {10241"version": "1.3.6",10242"resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",10243"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",10244"dev": true10245},10246"makeerror": {10247"version": "1.0.12",10248"resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",10249"integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",10250"dev": true,10251"requires": {10252"tmpl": "1.0.5"10253}10254},10255"map-cache": {10256"version": "0.2.2",10257"resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",10258"integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==",10259"dev": true10260},10261"map-visit": {10262"version": "1.0.0",10263"resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",10264"integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==",10265"dev": true,10266"requires": {10267"object-visit": "^1.0.0"10268}10269},10270"marked": {10271"version": "1.0.0",10272"resolved": "https://registry.npmjs.org/marked/-/marked-1.0.0.tgz",10273"integrity": "sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng==",10274"dev": true10275},10276"merge-stream": {10277"version": "2.0.0",10278"resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",10279"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",10280"dev": true10281},10282"micromatch": {10283"version": "4.0.5",10284"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",10285"integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",10286"dev": true,10287"requires": {10288"braces": "^3.0.2",10289"picomatch": "^2.3.1"10290}10291},10292"mime-db": {10293"version": "1.52.0",10294"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",10295"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",10296"dev": true10297},10298"mime-types": {10299"version": "2.1.35",10300"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",10301"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",10302"dev": true,10303"requires": {10304"mime-db": "1.52.0"10305}10306},10307"mimic-fn": {10308"version": "2.1.0",10309"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",10310"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",10311"dev": true10312},10313"minimatch": {10314"version": "3.1.2",10315"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",10316"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",10317"dev": true,10318"requires": {10319"brace-expansion": "^1.1.7"10320}10321},10322"minimist": {10323"version": "1.2.8",10324"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",10325"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",10326"dev": true10327},10328"mixin-deep": {10329"version": "1.3.2",10330"resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",10331"integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",10332"dev": true,10333"requires": {10334"for-in": "^1.0.2",10335"is-extendable": "^1.0.1"10336}10337},10338"mkdirp": {10339"version": "1.0.4",10340"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",10341"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",10342"dev": true10343},10344"ms": {10345"version": "2.0.0",10346"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",10347"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="10348},10349"nanomatch": {10350"version": "1.2.13",10351"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",10352"integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",10353"dev": true,10354"requires": {10355"arr-diff": "^4.0.0",10356"array-unique": "^0.3.2",10357"define-property": "^2.0.2",10358"extend-shallow": "^3.0.2",10359"fragment-cache": "^0.2.1",10360"is-windows": "^1.0.2",10361"kind-of": "^6.0.2",10362"object.pick": "^1.3.0",10363"regex-not": "^1.0.0",10364"snapdragon": "^0.8.1",10365"to-regex": "^3.0.1"10366}10367},10368"natural-compare": {10369"version": "1.4.0",10370"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",10371"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",10372"dev": true10373},10374"neo-async": {10375"version": "2.6.2",10376"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",10377"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",10378"dev": true10379},10380"nice-try": {10381"version": "1.0.5",10382"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",10383"integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",10384"dev": true10385},10386"node-int64": {10387"version": "0.4.0",10388"resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",10389"integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",10390"dev": true10391},10392"node-notifier": {10393"version": "8.0.2",10394"resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.2.tgz",10395"integrity": "sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==",10396"dev": true,10397"optional": true,10398"requires": {10399"growly": "^1.3.0",10400"is-wsl": "^2.2.0",10401"semver": "^7.3.2",10402"shellwords": "^0.1.1",10403"uuid": "^8.3.0",10404"which": "^2.0.2"10405},10406"dependencies": {10407"lru-cache": {10408"version": "6.0.0",10409"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",10410"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",10411"dev": true,10412"optional": true,10413"requires": {10414"yallist": "^4.0.0"10415}10416},10417"semver": {10418"version": "7.3.8",10419"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",10420"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",10421"dev": true,10422"optional": true,10423"requires": {10424"lru-cache": "^6.0.0"10425}10426},10427"yallist": {10428"version": "4.0.0",10429"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",10430"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",10431"dev": true,10432"optional": true10433}10434}10435},10436"node-releases": {10437"version": "2.0.10",10438"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz",10439"integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==",10440"dev": true10441},10442"normalize-package-data": {10443"version": "2.5.0",10444"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",10445"integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",10446"dev": true,10447"requires": {10448"hosted-git-info": "^2.1.4",10449"resolve": "^1.10.0",10450"semver": "2 || 3 || 4 || 5",10451"validate-npm-package-license": "^3.0.1"10452},10453"dependencies": {10454"semver": {10455"version": "5.7.1",10456"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",10457"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",10458"dev": true10459}10460}10461},10462"normalize-path": {10463"version": "3.0.0",10464"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",10465"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",10466"dev": true10467},10468"npm-run-path": {10469"version": "4.0.1",10470"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",10471"integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",10472"dev": true,10473"requires": {10474"path-key": "^3.0.0"10475}10476},10477"nwsapi": {10478"version": "2.2.2",10479"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz",10480"integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==",10481"dev": true10482},10483"object-copy": {10484"version": "0.1.0",10485"resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",10486"integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==",10487"dev": true,10488"requires": {10489"copy-descriptor": "^0.1.0",10490"define-property": "^0.2.5",10491"kind-of": "^3.0.3"10492},10493"dependencies": {10494"define-property": {10495"version": "0.2.5",10496"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",10497"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",10498"dev": true,10499"requires": {10500"is-descriptor": "^0.1.0"10501}10502},10503"is-accessor-descriptor": {10504"version": "0.1.6",10505"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",10506"integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",10507"dev": true,10508"requires": {10509"kind-of": "^3.0.2"10510}10511},10512"is-data-descriptor": {10513"version": "0.1.4",10514"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",10515"integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",10516"dev": true,10517"requires": {10518"kind-of": "^3.0.2"10519}10520},10521"is-descriptor": {10522"version": "0.1.6",10523"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",10524"integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",10525"dev": true,10526"requires": {10527"is-accessor-descriptor": "^0.1.6",10528"is-data-descriptor": "^0.1.4",10529"kind-of": "^5.0.0"10530},10531"dependencies": {10532"kind-of": {10533"version": "5.1.0",10534"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",10535"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",10536"dev": true10537}10538}10539},10540"kind-of": {10541"version": "3.2.2",10542"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",10543"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",10544"dev": true,10545"requires": {10546"is-buffer": "^1.1.5"10547}10548}10549}10550},10551"object-visit": {10552"version": "1.0.1",10553"resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",10554"integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==",10555"dev": true,10556"requires": {10557"isobject": "^3.0.0"10558}10559},10560"object.pick": {10561"version": "1.3.0",10562"resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",10563"integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==",10564"dev": true,10565"requires": {10566"isobject": "^3.0.1"10567}10568},10569"once": {10570"version": "1.4.0",10571"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",10572"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",10573"dev": true,10574"requires": {10575"wrappy": "1"10576}10577},10578"onetime": {10579"version": "5.1.2",10580"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",10581"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",10582"dev": true,10583"requires": {10584"mimic-fn": "^2.1.0"10585}10586},10587"opencollective-postinstall": {10588"version": "2.0.3",10589"resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz",10590"integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==",10591"dev": true10592},10593"optionator": {10594"version": "0.8.3",10595"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",10596"integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",10597"dev": true,10598"requires": {10599"deep-is": "~0.1.3",10600"fast-levenshtein": "~2.0.6",10601"levn": "~0.3.0",10602"prelude-ls": "~1.1.2",10603"type-check": "~0.3.2",10604"word-wrap": "~1.2.3"10605}10606},10607"p-each-series": {10608"version": "2.2.0",10609"resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz",10610"integrity": "sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==",10611"dev": true10612},10613"p-finally": {10614"version": "1.0.0",10615"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",10616"integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",10617"dev": true10618},10619"p-limit": {10620"version": "2.3.0",10621"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",10622"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",10623"dev": true,10624"requires": {10625"p-try": "^2.0.0"10626}10627},10628"p-locate": {10629"version": "4.1.0",10630"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",10631"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",10632"dev": true,10633"requires": {10634"p-limit": "^2.2.0"10635}10636},10637"p-try": {10638"version": "2.2.0",10639"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",10640"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",10641"dev": true10642},10643"pako": {10644"version": "1.0.11",10645"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",10646"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="10647},10648"parent-module": {10649"version": "1.0.1",10650"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",10651"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",10652"dev": true,10653"requires": {10654"callsites": "^3.0.0"10655}10656},10657"parse-json": {10658"version": "5.2.0",10659"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",10660"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",10661"dev": true,10662"requires": {10663"@babel/code-frame": "^7.0.0",10664"error-ex": "^1.3.1",10665"json-parse-even-better-errors": "^2.3.0",10666"lines-and-columns": "^1.1.6"10667}10668},10669"parse5": {10670"version": "6.0.1",10671"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",10672"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",10673"dev": true10674},10675"pascalcase": {10676"version": "0.1.1",10677"resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",10678"integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==",10679"dev": true10680},10681"path-exists": {10682"version": "4.0.0",10683"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",10684"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",10685"dev": true10686},10687"path-is-absolute": {10688"version": "1.0.1",10689"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",10690"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",10691"dev": true10692},10693"path-key": {10694"version": "3.1.1",10695"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",10696"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",10697"dev": true10698},10699"path-parse": {10700"version": "1.0.7",10701"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",10702"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",10703"dev": true10704},10705"path-type": {10706"version": "4.0.0",10707"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",10708"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",10709"dev": true10710},10711"picocolors": {10712"version": "1.0.0",10713"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",10714"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",10715"dev": true10716},10717"picomatch": {10718"version": "2.3.1",10719"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",10720"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",10721"dev": true10722},10723"pirates": {10724"version": "4.0.5",10725"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",10726"integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",10727"dev": true10728},10729"pkg-dir": {10730"version": "5.0.0",10731"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz",10732"integrity": "sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==",10733"dev": true,10734"requires": {10735"find-up": "^5.0.0"10736},10737"dependencies": {10738"find-up": {10739"version": "5.0.0",10740"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",10741"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",10742"dev": true,10743"requires": {10744"locate-path": "^6.0.0",10745"path-exists": "^4.0.0"10746}10747},10748"locate-path": {10749"version": "6.0.0",10750"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",10751"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",10752"dev": true,10753"requires": {10754"p-locate": "^5.0.0"10755}10756},10757"p-limit": {10758"version": "3.1.0",10759"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",10760"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",10761"dev": true,10762"requires": {10763"yocto-queue": "^0.1.0"10764}10765},10766"p-locate": {10767"version": "5.0.0",10768"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",10769"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",10770"dev": true,10771"requires": {10772"p-limit": "^3.0.2"10773}10774}10775}10776},10777"please-upgrade-node": {10778"version": "3.2.0",10779"resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz",10780"integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==",10781"dev": true,10782"requires": {10783"semver-compare": "^1.0.0"10784}10785},10786"posix-character-classes": {10787"version": "0.1.1",10788"resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",10789"integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==",10790"dev": true10791},10792"prelude-ls": {10793"version": "1.1.2",10794"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",10795"integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",10796"dev": true10797},10798"prettier": {10799"version": "2.8.4",10800"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz",10801"integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==",10802"dev": true10803},10804"pretty-format": {10805"version": "26.6.2",10806"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",10807"integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",10808"dev": true,10809"requires": {10810"@jest/types": "^26.6.2",10811"ansi-regex": "^5.0.0",10812"ansi-styles": "^4.0.0",10813"react-is": "^17.0.1"10814}10815},10816"progress": {10817"version": "2.0.3",10818"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",10819"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",10820"dev": true10821},10822"prompts": {10823"version": "2.4.2",10824"resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",10825"integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",10826"dev": true,10827"requires": {10828"kleur": "^3.0.3",10829"sisteransi": "^1.0.5"10830}10831},10832"psl": {10833"version": "1.9.0",10834"resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",10835"integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",10836"dev": true10837},10838"pump": {10839"version": "3.0.0",10840"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",10841"integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",10842"dev": true,10843"requires": {10844"end-of-stream": "^1.1.0",10845"once": "^1.3.1"10846}10847},10848"punycode": {10849"version": "2.3.0",10850"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",10851"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",10852"dev": true10853},10854"querystring": {10855"version": "0.2.1",10856"resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz",10857"integrity": "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg=="10858},10859"querystringify": {10860"version": "2.2.0",10861"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",10862"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",10863"dev": true10864},10865"react-is": {10866"version": "17.0.2",10867"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",10868"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",10869"dev": true10870},10871"read-pkg": {10872"version": "5.2.0",10873"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",10874"integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",10875"dev": true,10876"requires": {10877"@types/normalize-package-data": "^2.4.0",10878"normalize-package-data": "^2.5.0",10879"parse-json": "^5.0.0",10880"type-fest": "^0.6.0"10881},10882"dependencies": {10883"type-fest": {10884"version": "0.6.0",10885"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",10886"integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",10887"dev": true10888}10889}10890},10891"read-pkg-up": {10892"version": "7.0.1",10893"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",10894"integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",10895"dev": true,10896"requires": {10897"find-up": "^4.1.0",10898"read-pkg": "^5.2.0",10899"type-fest": "^0.8.1"10900},10901"dependencies": {10902"type-fest": {10903"version": "0.8.1",10904"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",10905"integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",10906"dev": true10907}10908}10909},10910"rechoir": {10911"version": "0.6.2",10912"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",10913"integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==",10914"dev": true,10915"requires": {10916"resolve": "^1.1.6"10917}10918},10919"regex-not": {10920"version": "1.0.2",10921"resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",10922"integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",10923"dev": true,10924"requires": {10925"extend-shallow": "^3.0.2",10926"safe-regex": "^1.1.0"10927}10928},10929"remove-trailing-separator": {10930"version": "1.1.0",10931"resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",10932"integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==",10933"dev": true10934},10935"repeat-element": {10936"version": "1.1.4",10937"resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",10938"integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",10939"dev": true10940},10941"repeat-string": {10942"version": "1.6.1",10943"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",10944"integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",10945"dev": true10946},10947"require-directory": {10948"version": "2.1.1",10949"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",10950"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",10951"dev": true10952},10953"require-main-filename": {10954"version": "2.0.0",10955"resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",10956"integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",10957"dev": true10958},10959"requires-port": {10960"version": "1.0.0",10961"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",10962"integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",10963"dev": true10964},10965"resolve": {10966"version": "1.22.1",10967"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",10968"integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",10969"dev": true,10970"requires": {10971"is-core-module": "^2.9.0",10972"path-parse": "^1.0.7",10973"supports-preserve-symlinks-flag": "^1.0.0"10974}10975},10976"resolve-cwd": {10977"version": "3.0.0",10978"resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",10979"integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",10980"dev": true,10981"requires": {10982"resolve-from": "^5.0.0"10983},10984"dependencies": {10985"resolve-from": {10986"version": "5.0.0",10987"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",10988"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",10989"dev": true10990}10991}10992},10993"resolve-from": {10994"version": "4.0.0",10995"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",10996"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",10997"dev": true10998},10999"resolve-url": {11000"version": "0.2.1",11001"resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",11002"integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==",11003"dev": true11004},11005"ret": {11006"version": "0.1.15",11007"resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",11008"integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",11009"dev": true11010},11011"rimraf": {11012"version": "3.0.2",11013"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",11014"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",11015"dev": true,11016"requires": {11017"glob": "^7.1.3"11018}11019},11020"rsvp": {11021"version": "4.8.5",11022"resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz",11023"integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==",11024"dev": true11025},11026"safe-regex": {11027"version": "1.1.0",11028"resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",11029"integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==",11030"dev": true,11031"requires": {11032"ret": "~0.1.10"11033}11034},11035"safer-buffer": {11036"version": "2.1.2",11037"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",11038"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",11039"dev": true11040},11041"sane": {11042"version": "4.1.0",11043"resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz",11044"integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==",11045"dev": true,11046"requires": {11047"@cnakazawa/watch": "^1.0.3",11048"anymatch": "^2.0.0",11049"capture-exit": "^2.0.0",11050"exec-sh": "^0.3.2",11051"execa": "^1.0.0",11052"fb-watchman": "^2.0.0",11053"micromatch": "^3.1.4",11054"minimist": "^1.1.1",11055"walker": "~1.0.5"11056},11057"dependencies": {11058"anymatch": {11059"version": "2.0.0",11060"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",11061"integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",11062"dev": true,11063"requires": {11064"micromatch": "^3.1.4",11065"normalize-path": "^2.1.1"11066}11067},11068"braces": {11069"version": "2.3.2",11070"resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",11071"integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",11072"dev": true,11073"requires": {11074"arr-flatten": "^1.1.0",11075"array-unique": "^0.3.2",11076"extend-shallow": "^2.0.1",11077"fill-range": "^4.0.0",11078"isobject": "^3.0.1",11079"repeat-element": "^1.1.2",11080"snapdragon": "^0.8.1",11081"snapdragon-node": "^2.0.1",11082"split-string": "^3.0.2",11083"to-regex": "^3.0.1"11084},11085"dependencies": {11086"extend-shallow": {11087"version": "2.0.1",11088"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",11089"integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",11090"dev": true,11091"requires": {11092"is-extendable": "^0.1.0"11093}11094}11095}11096},11097"cross-spawn": {11098"version": "6.0.5",11099"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",11100"integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",11101"dev": true,11102"requires": {11103"nice-try": "^1.0.4",11104"path-key": "^2.0.1",11105"semver": "^5.5.0",11106"shebang-command": "^1.2.0",11107"which": "^1.2.9"11108}11109},11110"execa": {11111"version": "1.0.0",11112"resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",11113"integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",11114"dev": true,11115"requires": {11116"cross-spawn": "^6.0.0",11117"get-stream": "^4.0.0",11118"is-stream": "^1.1.0",11119"npm-run-path": "^2.0.0",11120"p-finally": "^1.0.0",11121"signal-exit": "^3.0.0",11122"strip-eof": "^1.0.0"11123}11124},11125"fill-range": {11126"version": "4.0.0",11127"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",11128"integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==",11129"dev": true,11130"requires": {11131"extend-shallow": "^2.0.1",11132"is-number": "^3.0.0",11133"repeat-string": "^1.6.1",11134"to-regex-range": "^2.1.0"11135},11136"dependencies": {11137"extend-shallow": {11138"version": "2.0.1",11139"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",11140"integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",11141"dev": true,11142"requires": {11143"is-extendable": "^0.1.0"11144}11145}11146}11147},11148"get-stream": {11149"version": "4.1.0",11150"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",11151"integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",11152"dev": true,11153"requires": {11154"pump": "^3.0.0"11155}11156},11157"is-extendable": {11158"version": "0.1.1",11159"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",11160"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",11161"dev": true11162},11163"is-number": {11164"version": "3.0.0",11165"resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",11166"integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",11167"dev": true,11168"requires": {11169"kind-of": "^3.0.2"11170},11171"dependencies": {11172"kind-of": {11173"version": "3.2.2",11174"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",11175"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",11176"dev": true,11177"requires": {11178"is-buffer": "^1.1.5"11179}11180}11181}11182},11183"is-stream": {11184"version": "1.1.0",11185"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",11186"integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",11187"dev": true11188},11189"micromatch": {11190"version": "3.1.10",11191"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",11192"integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",11193"dev": true,11194"requires": {11195"arr-diff": "^4.0.0",11196"array-unique": "^0.3.2",11197"braces": "^2.3.1",11198"define-property": "^2.0.2",11199"extend-shallow": "^3.0.2",11200"extglob": "^2.0.4",11201"fragment-cache": "^0.2.1",11202"kind-of": "^6.0.2",11203"nanomatch": "^1.2.9",11204"object.pick": "^1.3.0",11205"regex-not": "^1.0.0",11206"snapdragon": "^0.8.1",11207"to-regex": "^3.0.2"11208}11209},11210"normalize-path": {11211"version": "2.1.1",11212"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",11213"integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==",11214"dev": true,11215"requires": {11216"remove-trailing-separator": "^1.0.1"11217}11218},11219"npm-run-path": {11220"version": "2.0.2",11221"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",11222"integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==",11223"dev": true,11224"requires": {11225"path-key": "^2.0.0"11226}11227},11228"path-key": {11229"version": "2.0.1",11230"resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",11231"integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==",11232"dev": true11233},11234"semver": {11235"version": "5.7.1",11236"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",11237"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",11238"dev": true11239},11240"shebang-command": {11241"version": "1.2.0",11242"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",11243"integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",11244"dev": true,11245"requires": {11246"shebang-regex": "^1.0.0"11247}11248},11249"shebang-regex": {11250"version": "1.0.0",11251"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",11252"integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",11253"dev": true11254},11255"to-regex-range": {11256"version": "2.1.1",11257"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",11258"integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==",11259"dev": true,11260"requires": {11261"is-number": "^3.0.0",11262"repeat-string": "^1.6.1"11263}11264},11265"which": {11266"version": "1.3.1",11267"resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",11268"integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",11269"dev": true,11270"requires": {11271"isexe": "^2.0.0"11272}11273}11274}11275},11276"saxes": {11277"version": "5.0.1",11278"resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",11279"integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",11280"dev": true,11281"requires": {11282"xmlchars": "^2.2.0"11283}11284},11285"semver": {11286"version": "6.3.0",11287"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",11288"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",11289"dev": true11290},11291"semver-compare": {11292"version": "1.0.0",11293"resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz",11294"integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==",11295"dev": true11296},11297"semver-regex": {11298"version": "3.1.4",11299"resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-3.1.4.tgz",11300"integrity": "sha512-6IiqeZNgq01qGf0TId0t3NvKzSvUsjcpdEO3AQNeIjR6A2+ckTnQlDpl4qu1bjRv0RzN3FP9hzFmws3lKqRWkA==",11301"dev": true11302},11303"set-blocking": {11304"version": "2.0.0",11305"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",11306"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",11307"dev": true11308},11309"set-value": {11310"version": "2.0.1",11311"resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",11312"integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",11313"dev": true,11314"requires": {11315"extend-shallow": "^2.0.1",11316"is-extendable": "^0.1.1",11317"is-plain-object": "^2.0.3",11318"split-string": "^3.0.1"11319},11320"dependencies": {11321"extend-shallow": {11322"version": "2.0.1",11323"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",11324"integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",11325"dev": true,11326"requires": {11327"is-extendable": "^0.1.0"11328}11329},11330"is-extendable": {11331"version": "0.1.1",11332"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",11333"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",11334"dev": true11335}11336}11337},11338"shebang-command": {11339"version": "2.0.0",11340"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",11341"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",11342"dev": true,11343"requires": {11344"shebang-regex": "^3.0.0"11345}11346},11347"shebang-regex": {11348"version": "3.0.0",11349"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",11350"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",11351"dev": true11352},11353"shelljs": {11354"version": "0.8.5",11355"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",11356"integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",11357"dev": true,11358"requires": {11359"glob": "^7.0.0",11360"interpret": "^1.0.0",11361"rechoir": "^0.6.2"11362}11363},11364"shellwords": {11365"version": "0.1.1",11366"resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",11367"integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==",11368"dev": true,11369"optional": true11370},11371"signal-exit": {11372"version": "3.0.7",11373"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",11374"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",11375"dev": true11376},11377"sisteransi": {11378"version": "1.0.5",11379"resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",11380"integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",11381"dev": true11382},11383"slash": {11384"version": "3.0.0",11385"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",11386"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",11387"dev": true11388},11389"snapdragon": {11390"version": "0.8.2",11391"resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",11392"integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",11393"dev": true,11394"requires": {11395"base": "^0.11.1",11396"debug": "^2.2.0",11397"define-property": "^0.2.5",11398"extend-shallow": "^2.0.1",11399"map-cache": "^0.2.2",11400"source-map": "^0.5.6",11401"source-map-resolve": "^0.5.0",11402"use": "^3.1.0"11403},11404"dependencies": {11405"debug": {11406"version": "2.6.9",11407"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",11408"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",11409"dev": true,11410"requires": {11411"ms": "2.0.0"11412}11413},11414"define-property": {11415"version": "0.2.5",11416"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",11417"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",11418"dev": true,11419"requires": {11420"is-descriptor": "^0.1.0"11421}11422},11423"extend-shallow": {11424"version": "2.0.1",11425"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",11426"integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",11427"dev": true,11428"requires": {11429"is-extendable": "^0.1.0"11430}11431},11432"is-accessor-descriptor": {11433"version": "0.1.6",11434"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",11435"integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",11436"dev": true,11437"requires": {11438"kind-of": "^3.0.2"11439},11440"dependencies": {11441"kind-of": {11442"version": "3.2.2",11443"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",11444"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",11445"dev": true,11446"requires": {11447"is-buffer": "^1.1.5"11448}11449}11450}11451},11452"is-data-descriptor": {11453"version": "0.1.4",11454"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",11455"integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",11456"dev": true,11457"requires": {11458"kind-of": "^3.0.2"11459},11460"dependencies": {11461"kind-of": {11462"version": "3.2.2",11463"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",11464"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",11465"dev": true,11466"requires": {11467"is-buffer": "^1.1.5"11468}11469}11470}11471},11472"is-descriptor": {11473"version": "0.1.6",11474"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",11475"integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",11476"dev": true,11477"requires": {11478"is-accessor-descriptor": "^0.1.6",11479"is-data-descriptor": "^0.1.4",11480"kind-of": "^5.0.0"11481}11482},11483"is-extendable": {11484"version": "0.1.1",11485"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",11486"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",11487"dev": true11488},11489"kind-of": {11490"version": "5.1.0",11491"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",11492"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",11493"dev": true11494},11495"source-map": {11496"version": "0.5.7",11497"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",11498"integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",11499"dev": true11500}11501}11502},11503"snapdragon-node": {11504"version": "2.1.1",11505"resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",11506"integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",11507"dev": true,11508"requires": {11509"define-property": "^1.0.0",11510"isobject": "^3.0.0",11511"snapdragon-util": "^3.0.1"11512},11513"dependencies": {11514"define-property": {11515"version": "1.0.0",11516"resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",11517"integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",11518"dev": true,11519"requires": {11520"is-descriptor": "^1.0.0"11521}11522}11523}11524},11525"snapdragon-util": {11526"version": "3.0.1",11527"resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",11528"integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",11529"dev": true,11530"requires": {11531"kind-of": "^3.2.0"11532},11533"dependencies": {11534"kind-of": {11535"version": "3.2.2",11536"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",11537"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",11538"dev": true,11539"requires": {11540"is-buffer": "^1.1.5"11541}11542}11543}11544},11545"source-map": {11546"version": "0.6.1",11547"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",11548"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",11549"dev": true11550},11551"source-map-resolve": {11552"version": "0.5.3",11553"resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",11554"integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",11555"dev": true,11556"requires": {11557"atob": "^2.1.2",11558"decode-uri-component": "^0.2.0",11559"resolve-url": "^0.2.1",11560"source-map-url": "^0.4.0",11561"urix": "^0.1.0"11562}11563},11564"source-map-support": {11565"version": "0.5.21",11566"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",11567"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",11568"dev": true,11569"requires": {11570"buffer-from": "^1.0.0",11571"source-map": "^0.6.0"11572}11573},11574"source-map-url": {11575"version": "0.4.1",11576"resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",11577"integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",11578"dev": true11579},11580"spdx-correct": {11581"version": "3.1.1",11582"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",11583"integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",11584"dev": true,11585"requires": {11586"spdx-expression-parse": "^3.0.0",11587"spdx-license-ids": "^3.0.0"11588}11589},11590"spdx-exceptions": {11591"version": "2.3.0",11592"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",11593"integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",11594"dev": true11595},11596"spdx-expression-parse": {11597"version": "3.0.1",11598"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",11599"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",11600"dev": true,11601"requires": {11602"spdx-exceptions": "^2.1.0",11603"spdx-license-ids": "^3.0.0"11604}11605},11606"spdx-license-ids": {11607"version": "3.0.12",11608"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz",11609"integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==",11610"dev": true11611},11612"split-string": {11613"version": "3.1.0",11614"resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",11615"integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",11616"dev": true,11617"requires": {11618"extend-shallow": "^3.0.0"11619}11620},11621"sprintf-js": {11622"version": "1.0.3",11623"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",11624"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",11625"dev": true11626},11627"stack-utils": {11628"version": "2.0.6",11629"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",11630"integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",11631"dev": true,11632"requires": {11633"escape-string-regexp": "^2.0.0"11634}11635},11636"static-extend": {11637"version": "0.1.2",11638"resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",11639"integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==",11640"dev": true,11641"requires": {11642"define-property": "^0.2.5",11643"object-copy": "^0.1.0"11644},11645"dependencies": {11646"define-property": {11647"version": "0.2.5",11648"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",11649"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",11650"dev": true,11651"requires": {11652"is-descriptor": "^0.1.0"11653}11654},11655"is-accessor-descriptor": {11656"version": "0.1.6",11657"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",11658"integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",11659"dev": true,11660"requires": {11661"kind-of": "^3.0.2"11662},11663"dependencies": {11664"kind-of": {11665"version": "3.2.2",11666"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",11667"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",11668"dev": true,11669"requires": {11670"is-buffer": "^1.1.5"11671}11672}11673}11674},11675"is-data-descriptor": {11676"version": "0.1.4",11677"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",11678"integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",11679"dev": true,11680"requires": {11681"kind-of": "^3.0.2"11682},11683"dependencies": {11684"kind-of": {11685"version": "3.2.2",11686"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",11687"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",11688"dev": true,11689"requires": {11690"is-buffer": "^1.1.5"11691}11692}11693}11694},11695"is-descriptor": {11696"version": "0.1.6",11697"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",11698"integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",11699"dev": true,11700"requires": {11701"is-accessor-descriptor": "^0.1.6",11702"is-data-descriptor": "^0.1.4",11703"kind-of": "^5.0.0"11704}11705},11706"kind-of": {11707"version": "5.1.0",11708"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",11709"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",11710"dev": true11711}11712}11713},11714"string-length": {11715"version": "4.0.2",11716"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",11717"integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",11718"dev": true,11719"requires": {11720"char-regex": "^1.0.2",11721"strip-ansi": "^6.0.0"11722}11723},11724"string-width": {11725"version": "4.2.3",11726"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",11727"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",11728"dev": true,11729"requires": {11730"emoji-regex": "^8.0.0",11731"is-fullwidth-code-point": "^3.0.0",11732"strip-ansi": "^6.0.1"11733}11734},11735"strip-ansi": {11736"version": "6.0.1",11737"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",11738"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",11739"dev": true,11740"requires": {11741"ansi-regex": "^5.0.1"11742}11743},11744"strip-bom": {11745"version": "4.0.0",11746"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",11747"integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",11748"dev": true11749},11750"strip-eof": {11751"version": "1.0.0",11752"resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",11753"integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==",11754"dev": true11755},11756"strip-final-newline": {11757"version": "2.0.0",11758"resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",11759"integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",11760"dev": true11761},11762"supports-color": {11763"version": "7.2.0",11764"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",11765"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",11766"dev": true,11767"requires": {11768"has-flag": "^4.0.0"11769}11770},11771"supports-hyperlinks": {11772"version": "2.3.0",11773"resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz",11774"integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==",11775"dev": true,11776"requires": {11777"has-flag": "^4.0.0",11778"supports-color": "^7.0.0"11779}11780},11781"supports-preserve-symlinks-flag": {11782"version": "1.0.0",11783"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",11784"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",11785"dev": true11786},11787"symbol-tree": {11788"version": "3.2.4",11789"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",11790"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",11791"dev": true11792},11793"terminal-link": {11794"version": "2.1.1",11795"resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",11796"integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",11797"dev": true,11798"requires": {11799"ansi-escapes": "^4.2.1",11800"supports-hyperlinks": "^2.0.0"11801}11802},11803"test-exclude": {11804"version": "6.0.0",11805"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",11806"integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",11807"dev": true,11808"requires": {11809"@istanbuljs/schema": "^0.1.2",11810"glob": "^7.1.4",11811"minimatch": "^3.0.4"11812}11813},11814"throat": {11815"version": "5.0.0",11816"resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz",11817"integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==",11818"dev": true11819},11820"tmpl": {11821"version": "1.0.5",11822"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",11823"integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",11824"dev": true11825},11826"to-fast-properties": {11827"version": "2.0.0",11828"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",11829"integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",11830"dev": true11831},11832"to-object-path": {11833"version": "0.3.0",11834"resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",11835"integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==",11836"dev": true,11837"requires": {11838"kind-of": "^3.0.2"11839},11840"dependencies": {11841"kind-of": {11842"version": "3.2.2",11843"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",11844"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",11845"dev": true,11846"requires": {11847"is-buffer": "^1.1.5"11848}11849}11850}11851},11852"to-regex": {11853"version": "3.0.2",11854"resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",11855"integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",11856"dev": true,11857"requires": {11858"define-property": "^2.0.2",11859"extend-shallow": "^3.0.2",11860"regex-not": "^1.0.2",11861"safe-regex": "^1.1.0"11862}11863},11864"to-regex-range": {11865"version": "5.0.1",11866"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",11867"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",11868"dev": true,11869"requires": {11870"is-number": "^7.0.0"11871}11872},11873"tough-cookie": {11874"version": "4.1.2",11875"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz",11876"integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==",11877"dev": true,11878"requires": {11879"psl": "^1.1.33",11880"punycode": "^2.1.1",11881"universalify": "^0.2.0",11882"url-parse": "^1.5.3"11883}11884},11885"tr46": {11886"version": "2.1.0",11887"resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",11888"integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",11889"dev": true,11890"requires": {11891"punycode": "^2.1.1"11892}11893},11894"ts-jest": {11895"version": "26.5.6",11896"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.6.tgz",11897"integrity": "sha512-rua+rCP8DxpA8b4DQD/6X2HQS8Zy/xzViVYfEs2OQu68tkCuKLV0Md8pmX55+W24uRIyAsf/BajRfxOs+R2MKA==",11898"dev": true,11899"requires": {11900"bs-logger": "0.x",11901"buffer-from": "1.x",11902"fast-json-stable-stringify": "2.x",11903"jest-util": "^26.1.0",11904"json5": "2.x",11905"lodash": "4.x",11906"make-error": "1.x",11907"mkdirp": "1.x",11908"semver": "7.x",11909"yargs-parser": "20.x"11910},11911"dependencies": {11912"lru-cache": {11913"version": "6.0.0",11914"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",11915"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",11916"dev": true,11917"requires": {11918"yallist": "^4.0.0"11919}11920},11921"semver": {11922"version": "7.3.8",11923"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",11924"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",11925"dev": true,11926"requires": {11927"lru-cache": "^6.0.0"11928}11929},11930"yallist": {11931"version": "4.0.0",11932"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",11933"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",11934"dev": true11935}11936}11937},11938"tslib": {11939"version": "1.14.1",11940"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",11941"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",11942"dev": true11943},11944"tslint": {11945"version": "6.1.3",11946"resolved": "https://registry.npmjs.org/tslint/-/tslint-6.1.3.tgz",11947"integrity": "sha512-IbR4nkT96EQOvKE2PW/djGz8iGNeJ4rF2mBfiYaR/nvUWYKJhLwimoJKgjIFEIDibBtOevj7BqCRL4oHeWWUCg==",11948"dev": true,11949"requires": {11950"@babel/code-frame": "^7.0.0",11951"builtin-modules": "^1.1.1",11952"chalk": "^2.3.0",11953"commander": "^2.12.1",11954"diff": "^4.0.1",11955"glob": "^7.1.1",11956"js-yaml": "^3.13.1",11957"minimatch": "^3.0.4",11958"mkdirp": "^0.5.3",11959"resolve": "^1.3.2",11960"semver": "^5.3.0",11961"tslib": "^1.13.0",11962"tsutils": "^2.29.0"11963},11964"dependencies": {11965"ansi-styles": {11966"version": "3.2.1",11967"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",11968"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",11969"dev": true,11970"requires": {11971"color-convert": "^1.9.0"11972}11973},11974"chalk": {11975"version": "2.4.2",11976"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",11977"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",11978"dev": true,11979"requires": {11980"ansi-styles": "^3.2.1",11981"escape-string-regexp": "^1.0.5",11982"supports-color": "^5.3.0"11983}11984},11985"color-convert": {11986"version": "1.9.3",11987"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",11988"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",11989"dev": true,11990"requires": {11991"color-name": "1.1.3"11992}11993},11994"color-name": {11995"version": "1.1.3",11996"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",11997"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",11998"dev": true11999},12000"escape-string-regexp": {12001"version": "1.0.5",12002"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",12003"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",12004"dev": true12005},12006"has-flag": {12007"version": "3.0.0",12008"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",12009"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",12010"dev": true12011},12012"mkdirp": {12013"version": "0.5.6",12014"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",12015"integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",12016"dev": true,12017"requires": {12018"minimist": "^1.2.6"12019}12020},12021"semver": {12022"version": "5.7.1",12023"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",12024"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",12025"dev": true12026},12027"supports-color": {12028"version": "5.5.0",12029"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",12030"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",12031"dev": true,12032"requires": {12033"has-flag": "^3.0.0"12034}12035}12036}12037},12038"tsutils": {12039"version": "2.29.0",12040"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz",12041"integrity": "sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==",12042"dev": true,12043"requires": {12044"tslib": "^1.8.1"12045}12046},12047"type-check": {12048"version": "0.3.2",12049"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",12050"integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",12051"dev": true,12052"requires": {12053"prelude-ls": "~1.1.2"12054}12055},12056"type-detect": {12057"version": "4.0.8",12058"resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",12059"integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",12060"dev": true12061},12062"type-fest": {12063"version": "0.21.3",12064"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",12065"integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",12066"dev": true12067},12068"typedarray-to-buffer": {12069"version": "3.1.5",12070"resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",12071"integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",12072"dev": true,12073"requires": {12074"is-typedarray": "^1.0.0"12075}12076},12077"typedoc": {12078"version": "0.17.8",12079"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.17.8.tgz",12080"integrity": "sha512-/OyrHCJ8jtzu+QZ+771YaxQ9s4g5Z3XsQE3Ma7q+BL392xxBn4UMvvCdVnqKC2T/dz03/VXSLVKOP3lHmDdc/w==",12081"dev": true,12082"requires": {12083"fs-extra": "^8.1.0",12084"handlebars": "^4.7.6",12085"highlight.js": "^10.0.0",12086"lodash": "^4.17.15",12087"lunr": "^2.3.8",12088"marked": "1.0.0",12089"minimatch": "^3.0.0",12090"progress": "^2.0.3",12091"shelljs": "^0.8.4",12092"typedoc-default-themes": "^0.10.2"12093}12094},12095"typedoc-default-themes": {12096"version": "0.10.2",12097"resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.10.2.tgz",12098"integrity": "sha512-zo09yRj+xwLFE3hyhJeVHWRSPuKEIAsFK5r2u47KL/HBKqpwdUSanoaz5L34IKiSATFrjG5ywmIu98hPVMfxZg==",12099"dev": true,12100"requires": {12101"lunr": "^2.3.8"12102}12103},12104"typescript": {12105"version": "3.9.10",12106"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz",12107"integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==",12108"dev": true12109},12110"uglify-js": {12111"version": "3.17.4",12112"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz",12113"integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==",12114"dev": true,12115"optional": true12116},12117"union-value": {12118"version": "1.0.1",12119"resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",12120"integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",12121"dev": true,12122"requires": {12123"arr-union": "^3.1.0",12124"get-value": "^2.0.6",12125"is-extendable": "^0.1.1",12126"set-value": "^2.0.1"12127},12128"dependencies": {12129"is-extendable": {12130"version": "0.1.1",12131"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",12132"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",12133"dev": true12134}12135}12136},12137"universalify": {12138"version": "0.2.0",12139"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",12140"integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",12141"dev": true12142},12143"unset-value": {12144"version": "1.0.0",12145"resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",12146"integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==",12147"dev": true,12148"requires": {12149"has-value": "^0.3.1",12150"isobject": "^3.0.0"12151},12152"dependencies": {12153"has-value": {12154"version": "0.3.1",12155"resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",12156"integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==",12157"dev": true,12158"requires": {12159"get-value": "^2.0.3",12160"has-values": "^0.1.4",12161"isobject": "^2.0.0"12162},12163"dependencies": {12164"isobject": {12165"version": "2.1.0",12166"resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",12167"integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==",12168"dev": true,12169"requires": {12170"isarray": "1.0.0"12171}12172}12173}12174},12175"has-values": {12176"version": "0.1.4",12177"resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",12178"integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==",12179"dev": true12180}12181}12182},12183"update-browserslist-db": {12184"version": "1.0.10",12185"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz",12186"integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==",12187"dev": true,12188"requires": {12189"escalade": "^3.1.1",12190"picocolors": "^1.0.0"12191}12192},12193"urix": {12194"version": "0.1.0",12195"resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",12196"integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==",12197"dev": true12198},12199"url-parse": {12200"version": "1.5.10",12201"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",12202"integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",12203"dev": true,12204"requires": {12205"querystringify": "^2.1.1",12206"requires-port": "^1.0.0"12207}12208},12209"use": {12210"version": "3.1.1",12211"resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",12212"integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",12213"dev": true12214},12215"uuid": {12216"version": "8.3.2",12217"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",12218"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",12219"dev": true,12220"optional": true12221},12222"v8-to-istanbul": {12223"version": "7.1.2",12224"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.1.2.tgz",12225"integrity": "sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==",12226"dev": true,12227"requires": {12228"@types/istanbul-lib-coverage": "^2.0.1",12229"convert-source-map": "^1.6.0",12230"source-map": "^0.7.3"12231},12232"dependencies": {12233"source-map": {12234"version": "0.7.4",12235"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",12236"integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",12237"dev": true12238}12239}12240},12241"validate-npm-package-license": {12242"version": "3.0.4",12243"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",12244"integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",12245"dev": true,12246"requires": {12247"spdx-correct": "^3.0.0",12248"spdx-expression-parse": "^3.0.0"12249}12250},12251"w3c-hr-time": {12252"version": "1.0.2",12253"resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",12254"integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",12255"dev": true,12256"requires": {12257"browser-process-hrtime": "^1.0.0"12258}12259},12260"w3c-xmlserializer": {12261"version": "2.0.0",12262"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",12263"integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",12264"dev": true,12265"requires": {12266"xml-name-validator": "^3.0.0"12267}12268},12269"walker": {12270"version": "1.0.8",12271"resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",12272"integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",12273"dev": true,12274"requires": {12275"makeerror": "1.0.12"12276}12277},12278"webidl-conversions": {12279"version": "6.1.0",12280"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",12281"integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",12282"dev": true12283},12284"whatwg-encoding": {12285"version": "1.0.5",12286"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",12287"integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",12288"dev": true,12289"requires": {12290"iconv-lite": "0.4.24"12291}12292},12293"whatwg-mimetype": {12294"version": "2.3.0",12295"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",12296"integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==",12297"dev": true12298},12299"whatwg-url": {12300"version": "8.7.0",12301"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",12302"integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",12303"dev": true,12304"requires": {12305"lodash": "^4.7.0",12306"tr46": "^2.1.0",12307"webidl-conversions": "^6.1.0"12308}12309},12310"which": {12311"version": "2.0.2",12312"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",12313"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",12314"dev": true,12315"requires": {12316"isexe": "^2.0.0"12317}12318},12319"which-module": {12320"version": "2.0.0",12321"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",12322"integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==",12323"dev": true12324},12325"which-pm-runs": {12326"version": "1.1.0",12327"resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz",12328"integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==",12329"dev": true12330},12331"word-wrap": {12332"version": "1.2.3",12333"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",12334"integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",12335"dev": true12336},12337"wordwrap": {12338"version": "1.0.0",12339"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",12340"integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==",12341"dev": true12342},12343"wrap-ansi": {12344"version": "6.2.0",12345"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",12346"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",12347"dev": true,12348"requires": {12349"ansi-styles": "^4.0.0",12350"string-width": "^4.1.0",12351"strip-ansi": "^6.0.0"12352}12353},12354"wrappy": {12355"version": "1.0.2",12356"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",12357"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",12358"dev": true12359},12360"write-file-atomic": {12361"version": "3.0.3",12362"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",12363"integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",12364"dev": true,12365"requires": {12366"imurmurhash": "^0.1.4",12367"is-typedarray": "^1.0.0",12368"signal-exit": "^3.0.2",12369"typedarray-to-buffer": "^3.1.5"12370}12371},12372"ws": {12373"version": "6.2.2",12374"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",12375"integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",12376"requires": {12377"async-limiter": "~1.0.0"12378}12379},12380"xml-name-validator": {12381"version": "3.0.0",12382"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",12383"integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==",12384"dev": true12385},12386"xmlchars": {12387"version": "2.2.0",12388"resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",12389"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",12390"dev": true12391},12392"y18n": {12393"version": "4.0.3",12394"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",12395"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",12396"dev": true12397},12398"yallist": {12399"version": "3.1.1",12400"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",12401"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",12402"dev": true12403},12404"yaml": {12405"version": "1.10.2",12406"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",12407"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",12408"dev": true12409},12410"yargs": {12411"version": "15.4.1",12412"resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",12413"integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",12414"dev": true,12415"requires": {12416"cliui": "^6.0.0",12417"decamelize": "^1.2.0",12418"find-up": "^4.1.0",12419"get-caller-file": "^2.0.1",12420"require-directory": "^2.1.1",12421"require-main-filename": "^2.0.0",12422"set-blocking": "^2.0.0",12423"string-width": "^4.2.0",12424"which-module": "^2.0.0",12425"y18n": "^4.0.0",12426"yargs-parser": "^18.1.2"12427},12428"dependencies": {12429"yargs-parser": {12430"version": "18.1.3",12431"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",12432"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",12433"dev": true,12434"requires": {12435"camelcase": "^5.0.0",12436"decamelize": "^1.2.0"12437}12438}12439}12440},12441"yargs-parser": {12442"version": "20.2.9",12443"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",12444"integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",12445"dev": true12446},12447"yocto-queue": {12448"version": "0.1.0",12449"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",12450"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",12451"dev": true12452}12453}12454}124551245612457