CoolFace
Apppublic

Mythus/Staging

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
package-lock.json21722 linesDownload Raw Back to webeditor
1{2  "name": "webeditor",3  "version": "1.0.0",4  "lockfileVersion": 2,5  "requires": true,6  "packages": {7    "": {8      "name": "webeditor",9      "version": "1.0.0",10      "dependencies": {11        "draft-js": "^0.11.7",12        "expo": "~45.0.0",13        "expo-status-bar": "~1.3.0",14        "react": "17.0.2",15        "react-dom": "17.0.2",16        "react-native": "0.68.2",17        "react-native-web": "0.17.7"18      },19      "devDependencies": {20        "@babel/core": "^7.12.9",21        "@types/react": "~17.0.21",22        "@types/react-native": "~0.66.13",23        "typescript": "~4.3.5"24      }25    },26    "node_modules/@ampproject/remapping": {27      "version": "2.2.0",28      "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",29      "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",30      "dependencies": {31        "@jridgewell/gen-mapping": "^0.1.0",32        "@jridgewell/trace-mapping": "^0.3.9"33      },34      "engines": {35        "node": ">=6.0.0"36      }37    },38    "node_modules/@babel/code-frame": {39      "version": "7.16.7",40      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",41      "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",42      "dependencies": {43        "@babel/highlight": "^7.16.7"44      },45      "engines": {46        "node": ">=6.9.0"47      }48    },49    "node_modules/@babel/compat-data": {50      "version": "7.17.10",51      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz",52      "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==",53      "engines": {54        "node": ">=6.9.0"55      }56    },57    "node_modules/@babel/core": {58      "version": "7.17.10",59      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.10.tgz",60      "integrity": "sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==",61      "dependencies": {62        "@ampproject/remapping": "^2.1.0",63        "@babel/code-frame": "^7.16.7",64        "@babel/generator": "^7.17.10",65        "@babel/helper-compilation-targets": "^7.17.10",66        "@babel/helper-module-transforms": "^7.17.7",67        "@babel/helpers": "^7.17.9",68        "@babel/parser": "^7.17.10",69        "@babel/template": "^7.16.7",70        "@babel/traverse": "^7.17.10",71        "@babel/types": "^7.17.10",72        "convert-source-map": "^1.7.0",73        "debug": "^4.1.0",74        "gensync": "^1.0.0-beta.2",75        "json5": "^2.2.1",76        "semver": "^6.3.0"77      },78      "engines": {79        "node": ">=6.9.0"80      },81      "funding": {82        "type": "opencollective",83        "url": "https://opencollective.com/babel"84      }85    },86    "node_modules/@babel/generator": {87      "version": "7.17.10",88      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.10.tgz",89      "integrity": "sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==",90      "dependencies": {91        "@babel/types": "^7.17.10",92        "@jridgewell/gen-mapping": "^0.1.0",93        "jsesc": "^2.5.1"94      },95      "engines": {96        "node": ">=6.9.0"97      }98    },99    "node_modules/@babel/helper-annotate-as-pure": {100      "version": "7.16.7",101      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",102      "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==",103      "dependencies": {104        "@babel/types": "^7.16.7"105      },106      "engines": {107        "node": ">=6.9.0"108      }109    },110    "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {111      "version": "7.16.7",112      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz",113      "integrity": "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==",114      "dependencies": {115        "@babel/helper-explode-assignable-expression": "^7.16.7",116        "@babel/types": "^7.16.7"117      },118      "engines": {119        "node": ">=6.9.0"120      }121    },122    "node_modules/@babel/helper-compilation-targets": {123      "version": "7.17.10",124      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz",125      "integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==",126      "dependencies": {127        "@babel/compat-data": "^7.17.10",128        "@babel/helper-validator-option": "^7.16.7",129        "browserslist": "^4.20.2",130        "semver": "^6.3.0"131      },132      "engines": {133        "node": ">=6.9.0"134      },135      "peerDependencies": {136        "@babel/core": "^7.0.0"137      }138    },139    "node_modules/@babel/helper-create-class-features-plugin": {140      "version": "7.17.9",141      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.9.tgz",142      "integrity": "sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==",143      "dependencies": {144        "@babel/helper-annotate-as-pure": "^7.16.7",145        "@babel/helper-environment-visitor": "^7.16.7",146        "@babel/helper-function-name": "^7.17.9",147        "@babel/helper-member-expression-to-functions": "^7.17.7",148        "@babel/helper-optimise-call-expression": "^7.16.7",149        "@babel/helper-replace-supers": "^7.16.7",150        "@babel/helper-split-export-declaration": "^7.16.7"151      },152      "engines": {153        "node": ">=6.9.0"154      },155      "peerDependencies": {156        "@babel/core": "^7.0.0"157      }158    },159    "node_modules/@babel/helper-create-regexp-features-plugin": {160      "version": "7.17.0",161      "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz",162      "integrity": "sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==",163      "dependencies": {164        "@babel/helper-annotate-as-pure": "^7.16.7",165        "regexpu-core": "^5.0.1"166      },167      "engines": {168        "node": ">=6.9.0"169      },170      "peerDependencies": {171        "@babel/core": "^7.0.0"172      }173    },174    "node_modules/@babel/helper-define-polyfill-provider": {175      "version": "0.3.1",176      "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz",177      "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==",178      "dependencies": {179        "@babel/helper-compilation-targets": "^7.13.0",180        "@babel/helper-module-imports": "^7.12.13",181        "@babel/helper-plugin-utils": "^7.13.0",182        "@babel/traverse": "^7.13.0",183        "debug": "^4.1.1",184        "lodash.debounce": "^4.0.8",185        "resolve": "^1.14.2",186        "semver": "^6.1.2"187      },188      "peerDependencies": {189        "@babel/core": "^7.4.0-0"190      }191    },192    "node_modules/@babel/helper-environment-visitor": {193      "version": "7.16.7",194      "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",195      "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",196      "dependencies": {197        "@babel/types": "^7.16.7"198      },199      "engines": {200        "node": ">=6.9.0"201      }202    },203    "node_modules/@babel/helper-explode-assignable-expression": {204      "version": "7.16.7",205      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz",206      "integrity": "sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==",207      "dependencies": {208        "@babel/types": "^7.16.7"209      },210      "engines": {211        "node": ">=6.9.0"212      }213    },214    "node_modules/@babel/helper-function-name": {215      "version": "7.17.9",216      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz",217      "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==",218      "dependencies": {219        "@babel/template": "^7.16.7",220        "@babel/types": "^7.17.0"221      },222      "engines": {223        "node": ">=6.9.0"224      }225    },226    "node_modules/@babel/helper-hoist-variables": {227      "version": "7.16.7",228      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",229      "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",230      "dependencies": {231        "@babel/types": "^7.16.7"232      },233      "engines": {234        "node": ">=6.9.0"235      }236    },237    "node_modules/@babel/helper-member-expression-to-functions": {238      "version": "7.17.7",239      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz",240      "integrity": "sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==",241      "dependencies": {242        "@babel/types": "^7.17.0"243      },244      "engines": {245        "node": ">=6.9.0"246      }247    },248    "node_modules/@babel/helper-module-imports": {249      "version": "7.16.7",250      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",251      "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",252      "dependencies": {253        "@babel/types": "^7.16.7"254      },255      "engines": {256        "node": ">=6.9.0"257      }258    },259    "node_modules/@babel/helper-module-transforms": {260      "version": "7.17.7",261      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz",262      "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==",263      "dependencies": {264        "@babel/helper-environment-visitor": "^7.16.7",265        "@babel/helper-module-imports": "^7.16.7",266        "@babel/helper-simple-access": "^7.17.7",267        "@babel/helper-split-export-declaration": "^7.16.7",268        "@babel/helper-validator-identifier": "^7.16.7",269        "@babel/template": "^7.16.7",270        "@babel/traverse": "^7.17.3",271        "@babel/types": "^7.17.0"272      },273      "engines": {274        "node": ">=6.9.0"275      }276    },277    "node_modules/@babel/helper-optimise-call-expression": {278      "version": "7.16.7",279      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz",280      "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==",281      "dependencies": {282        "@babel/types": "^7.16.7"283      },284      "engines": {285        "node": ">=6.9.0"286      }287    },288    "node_modules/@babel/helper-plugin-utils": {289      "version": "7.16.7",290      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",291      "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==",292      "engines": {293        "node": ">=6.9.0"294      }295    },296    "node_modules/@babel/helper-remap-async-to-generator": {297      "version": "7.16.8",298      "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz",299      "integrity": "sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==",300      "dependencies": {301        "@babel/helper-annotate-as-pure": "^7.16.7",302        "@babel/helper-wrap-function": "^7.16.8",303        "@babel/types": "^7.16.8"304      },305      "engines": {306        "node": ">=6.9.0"307      }308    },309    "node_modules/@babel/helper-replace-supers": {310      "version": "7.16.7",311      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz",312      "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==",313      "dependencies": {314        "@babel/helper-environment-visitor": "^7.16.7",315        "@babel/helper-member-expression-to-functions": "^7.16.7",316        "@babel/helper-optimise-call-expression": "^7.16.7",317        "@babel/traverse": "^7.16.7",318        "@babel/types": "^7.16.7"319      },320      "engines": {321        "node": ">=6.9.0"322      }323    },324    "node_modules/@babel/helper-simple-access": {325      "version": "7.17.7",326      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz",327      "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==",328      "dependencies": {329        "@babel/types": "^7.17.0"330      },331      "engines": {332        "node": ">=6.9.0"333      }334    },335    "node_modules/@babel/helper-skip-transparent-expression-wrappers": {336      "version": "7.16.0",337      "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz",338      "integrity": "sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==",339      "dependencies": {340        "@babel/types": "^7.16.0"341      },342      "engines": {343        "node": ">=6.9.0"344      }345    },346    "node_modules/@babel/helper-split-export-declaration": {347      "version": "7.16.7",348      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",349      "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",350      "dependencies": {351        "@babel/types": "^7.16.7"352      },353      "engines": {354        "node": ">=6.9.0"355      }356    },357    "node_modules/@babel/helper-validator-identifier": {358      "version": "7.16.7",359      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",360      "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==",361      "engines": {362        "node": ">=6.9.0"363      }364    },365    "node_modules/@babel/helper-validator-option": {366      "version": "7.16.7",367      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz",368      "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==",369      "engines": {370        "node": ">=6.9.0"371      }372    },373    "node_modules/@babel/helper-wrap-function": {374      "version": "7.16.8",375      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz",376      "integrity": "sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==",377      "dependencies": {378        "@babel/helper-function-name": "^7.16.7",379        "@babel/template": "^7.16.7",380        "@babel/traverse": "^7.16.8",381        "@babel/types": "^7.16.8"382      },383      "engines": {384        "node": ">=6.9.0"385      }386    },387    "node_modules/@babel/helpers": {388      "version": "7.17.9",389      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz",390      "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==",391      "dependencies": {392        "@babel/template": "^7.16.7",393        "@babel/traverse": "^7.17.9",394        "@babel/types": "^7.17.0"395      },396      "engines": {397        "node": ">=6.9.0"398      }399    },400    "node_modules/@babel/highlight": {401      "version": "7.17.9",402      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz",403      "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==",404      "dependencies": {405        "@babel/helper-validator-identifier": "^7.16.7",406        "chalk": "^2.0.0",407        "js-tokens": "^4.0.0"408      },409      "engines": {410        "node": ">=6.9.0"411      }412    },413    "node_modules/@babel/parser": {414      "version": "7.17.10",415      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz",416      "integrity": "sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==",417      "bin": {418        "parser": "bin/babel-parser.js"419      },420      "engines": {421        "node": ">=6.0.0"422      }423    },424    "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {425      "version": "7.16.7",426      "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz",427      "integrity": "sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==",428      "dependencies": {429        "@babel/helper-plugin-utils": "^7.16.7"430      },431      "engines": {432        "node": ">=6.9.0"433      },434      "peerDependencies": {435        "@babel/core": "^7.0.0"436      }437    },438    "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {439      "version": "7.16.7",440      "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz",441      "integrity": "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==",442      "dependencies": {443        "@babel/helper-plugin-utils": "^7.16.7",444        "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",445        "@babel/plugin-proposal-optional-chaining": "^7.16.7"446      },447      "engines": {448        "node": ">=6.9.0"449      },450      "peerDependencies": {451        "@babel/core": "^7.13.0"452      }453    },454    "node_modules/@babel/plugin-proposal-async-generator-functions": {455      "version": "7.16.8",456      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz",457      "integrity": "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==",458      "dependencies": {459        "@babel/helper-plugin-utils": "^7.16.7",460        "@babel/helper-remap-async-to-generator": "^7.16.8",461        "@babel/plugin-syntax-async-generators": "^7.8.4"462      },463      "engines": {464        "node": ">=6.9.0"465      },466      "peerDependencies": {467        "@babel/core": "^7.0.0-0"468      }469    },470    "node_modules/@babel/plugin-proposal-class-properties": {471      "version": "7.16.7",472      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz",473      "integrity": "sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==",474      "dependencies": {475        "@babel/helper-create-class-features-plugin": "^7.16.7",476        "@babel/helper-plugin-utils": "^7.16.7"477      },478      "engines": {479        "node": ">=6.9.0"480      },481      "peerDependencies": {482        "@babel/core": "^7.0.0-0"483      }484    },485    "node_modules/@babel/plugin-proposal-class-static-block": {486      "version": "7.17.6",487      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.17.6.tgz",488      "integrity": "sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==",489      "dependencies": {490        "@babel/helper-create-class-features-plugin": "^7.17.6",491        "@babel/helper-plugin-utils": "^7.16.7",492        "@babel/plugin-syntax-class-static-block": "^7.14.5"493      },494      "engines": {495        "node": ">=6.9.0"496      },497      "peerDependencies": {498        "@babel/core": "^7.12.0"499      }500    },501    "node_modules/@babel/plugin-proposal-decorators": {502      "version": "7.17.9",503      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.9.tgz",504      "integrity": "sha512-EfH2LZ/vPa2wuPwJ26j+kYRkaubf89UlwxKXtxqEm57HrgSEYDB8t4swFP+p8LcI9yiP9ZRJJjo/58hS6BnaDA==",505      "dependencies": {506        "@babel/helper-create-class-features-plugin": "^7.17.9",507        "@babel/helper-plugin-utils": "^7.16.7",508        "@babel/helper-replace-supers": "^7.16.7",509        "@babel/helper-split-export-declaration": "^7.16.7",510        "@babel/plugin-syntax-decorators": "^7.17.0",511        "charcodes": "^0.2.0"512      },513      "engines": {514        "node": ">=6.9.0"515      },516      "peerDependencies": {517        "@babel/core": "^7.0.0-0"518      }519    },520    "node_modules/@babel/plugin-proposal-dynamic-import": {521      "version": "7.16.7",522      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz",523      "integrity": "sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==",524      "dependencies": {525        "@babel/helper-plugin-utils": "^7.16.7",526        "@babel/plugin-syntax-dynamic-import": "^7.8.3"527      },528      "engines": {529        "node": ">=6.9.0"530      },531      "peerDependencies": {532        "@babel/core": "^7.0.0-0"533      }534    },535    "node_modules/@babel/plugin-proposal-export-default-from": {536      "version": "7.16.7",537      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.16.7.tgz",538      "integrity": "sha512-+cENpW1rgIjExn+o5c8Jw/4BuH4eGKKYvkMB8/0ZxFQ9mC0t4z09VsPIwNg6waF69QYC81zxGeAsREGuqQoKeg==",539      "dependencies": {540        "@babel/helper-plugin-utils": "^7.16.7",541        "@babel/plugin-syntax-export-default-from": "^7.16.7"542      },543      "engines": {544        "node": ">=6.9.0"545      },546      "peerDependencies": {547        "@babel/core": "^7.0.0-0"548      }549    },550    "node_modules/@babel/plugin-proposal-export-namespace-from": {551      "version": "7.16.7",552      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz",553      "integrity": "sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==",554      "dependencies": {555        "@babel/helper-plugin-utils": "^7.16.7",556        "@babel/plugin-syntax-export-namespace-from": "^7.8.3"557      },558      "engines": {559        "node": ">=6.9.0"560      },561      "peerDependencies": {562        "@babel/core": "^7.0.0-0"563      }564    },565    "node_modules/@babel/plugin-proposal-json-strings": {566      "version": "7.16.7",567      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz",568      "integrity": "sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==",569      "dependencies": {570        "@babel/helper-plugin-utils": "^7.16.7",571        "@babel/plugin-syntax-json-strings": "^7.8.3"572      },573      "engines": {574        "node": ">=6.9.0"575      },576      "peerDependencies": {577        "@babel/core": "^7.0.0-0"578      }579    },580    "node_modules/@babel/plugin-proposal-logical-assignment-operators": {581      "version": "7.16.7",582      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz",583      "integrity": "sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==",584      "dependencies": {585        "@babel/helper-plugin-utils": "^7.16.7",586        "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"587      },588      "engines": {589        "node": ">=6.9.0"590      },591      "peerDependencies": {592        "@babel/core": "^7.0.0-0"593      }594    },595    "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {596      "version": "7.16.7",597      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz",598      "integrity": "sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==",599      "dependencies": {600        "@babel/helper-plugin-utils": "^7.16.7",601        "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"602      },603      "engines": {604        "node": ">=6.9.0"605      },606      "peerDependencies": {607        "@babel/core": "^7.0.0-0"608      }609    },610    "node_modules/@babel/plugin-proposal-numeric-separator": {611      "version": "7.16.7",612      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz",613      "integrity": "sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==",614      "dependencies": {615        "@babel/helper-plugin-utils": "^7.16.7",616        "@babel/plugin-syntax-numeric-separator": "^7.10.4"617      },618      "engines": {619        "node": ">=6.9.0"620      },621      "peerDependencies": {622        "@babel/core": "^7.0.0-0"623      }624    },625    "node_modules/@babel/plugin-proposal-object-rest-spread": {626      "version": "7.17.3",627      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz",628      "integrity": "sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==",629      "dependencies": {630        "@babel/compat-data": "^7.17.0",631        "@babel/helper-compilation-targets": "^7.16.7",632        "@babel/helper-plugin-utils": "^7.16.7",633        "@babel/plugin-syntax-object-rest-spread": "^7.8.3",634        "@babel/plugin-transform-parameters": "^7.16.7"635      },636      "engines": {637        "node": ">=6.9.0"638      },639      "peerDependencies": {640        "@babel/core": "^7.0.0-0"641      }642    },643    "node_modules/@babel/plugin-proposal-optional-catch-binding": {644      "version": "7.16.7",645      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz",646      "integrity": "sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==",647      "dependencies": {648        "@babel/helper-plugin-utils": "^7.16.7",649        "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"650      },651      "engines": {652        "node": ">=6.9.0"653      },654      "peerDependencies": {655        "@babel/core": "^7.0.0-0"656      }657    },658    "node_modules/@babel/plugin-proposal-optional-chaining": {659      "version": "7.16.7",660      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz",661      "integrity": "sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==",662      "dependencies": {663        "@babel/helper-plugin-utils": "^7.16.7",664        "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",665        "@babel/plugin-syntax-optional-chaining": "^7.8.3"666      },667      "engines": {668        "node": ">=6.9.0"669      },670      "peerDependencies": {671        "@babel/core": "^7.0.0-0"672      }673    },674    "node_modules/@babel/plugin-proposal-private-methods": {675      "version": "7.16.11",676      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz",677      "integrity": "sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==",678      "dependencies": {679        "@babel/helper-create-class-features-plugin": "^7.16.10",680        "@babel/helper-plugin-utils": "^7.16.7"681      },682      "engines": {683        "node": ">=6.9.0"684      },685      "peerDependencies": {686        "@babel/core": "^7.0.0-0"687      }688    },689    "node_modules/@babel/plugin-proposal-private-property-in-object": {690      "version": "7.16.7",691      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz",692      "integrity": "sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==",693      "dependencies": {694        "@babel/helper-annotate-as-pure": "^7.16.7",695        "@babel/helper-create-class-features-plugin": "^7.16.7",696        "@babel/helper-plugin-utils": "^7.16.7",697        "@babel/plugin-syntax-private-property-in-object": "^7.14.5"698      },699      "engines": {700        "node": ">=6.9.0"701      },702      "peerDependencies": {703        "@babel/core": "^7.0.0-0"704      }705    },706    "node_modules/@babel/plugin-proposal-unicode-property-regex": {707      "version": "7.16.7",708      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz",709      "integrity": "sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==",710      "dependencies": {711        "@babel/helper-create-regexp-features-plugin": "^7.16.7",712        "@babel/helper-plugin-utils": "^7.16.7"713      },714      "engines": {715        "node": ">=4"716      },717      "peerDependencies": {718        "@babel/core": "^7.0.0-0"719      }720    },721    "node_modules/@babel/plugin-syntax-async-generators": {722      "version": "7.8.4",723      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",724      "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",725      "dependencies": {726        "@babel/helper-plugin-utils": "^7.8.0"727      },728      "peerDependencies": {729        "@babel/core": "^7.0.0-0"730      }731    },732    "node_modules/@babel/plugin-syntax-class-properties": {733      "version": "7.12.13",734      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",735      "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",736      "dependencies": {737        "@babel/helper-plugin-utils": "^7.12.13"738      },739      "peerDependencies": {740        "@babel/core": "^7.0.0-0"741      }742    },743    "node_modules/@babel/plugin-syntax-class-static-block": {744      "version": "7.14.5",745      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",746      "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",747      "dependencies": {748        "@babel/helper-plugin-utils": "^7.14.5"749      },750      "engines": {751        "node": ">=6.9.0"752      },753      "peerDependencies": {754        "@babel/core": "^7.0.0-0"755      }756    },757    "node_modules/@babel/plugin-syntax-decorators": {758      "version": "7.17.0",759      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.17.0.tgz",760      "integrity": "sha512-qWe85yCXsvDEluNP0OyeQjH63DlhAR3W7K9BxxU1MvbDb48tgBG+Ao6IJJ6smPDrrVzSQZrbF6donpkFBMcs3A==",761      "dependencies": {762        "@babel/helper-plugin-utils": "^7.16.7"763      },764      "engines": {765        "node": ">=6.9.0"766      },767      "peerDependencies": {768        "@babel/core": "^7.0.0-0"769      }770    },771    "node_modules/@babel/plugin-syntax-dynamic-import": {772      "version": "7.8.3",773      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",774      "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",775      "dependencies": {776        "@babel/helper-plugin-utils": "^7.8.0"777      },778      "peerDependencies": {779        "@babel/core": "^7.0.0-0"780      }781    },782    "node_modules/@babel/plugin-syntax-export-default-from": {783      "version": "7.16.7",784      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.16.7.tgz",785      "integrity": "sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==",786      "dependencies": {787        "@babel/helper-plugin-utils": "^7.16.7"788      },789      "engines": {790        "node": ">=6.9.0"791      },792      "peerDependencies": {793        "@babel/core": "^7.0.0-0"794      }795    },796    "node_modules/@babel/plugin-syntax-export-namespace-from": {797      "version": "7.8.3",798      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",799      "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",800      "dependencies": {801        "@babel/helper-plugin-utils": "^7.8.3"802      },803      "peerDependencies": {804        "@babel/core": "^7.0.0-0"805      }806    },807    "node_modules/@babel/plugin-syntax-flow": {808      "version": "7.16.7",809      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz",810      "integrity": "sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==",811      "dependencies": {812        "@babel/helper-plugin-utils": "^7.16.7"813      },814      "engines": {815        "node": ">=6.9.0"816      },817      "peerDependencies": {818        "@babel/core": "^7.0.0-0"819      }820    },821    "node_modules/@babel/plugin-syntax-json-strings": {822      "version": "7.8.3",823      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",824      "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",825      "dependencies": {826        "@babel/helper-plugin-utils": "^7.8.0"827      },828      "peerDependencies": {829        "@babel/core": "^7.0.0-0"830      }831    },832    "node_modules/@babel/plugin-syntax-jsx": {833      "version": "7.16.7",834      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz",835      "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==",836      "dependencies": {837        "@babel/helper-plugin-utils": "^7.16.7"838      },839      "engines": {840        "node": ">=6.9.0"841      },842      "peerDependencies": {843        "@babel/core": "^7.0.0-0"844      }845    },846    "node_modules/@babel/plugin-syntax-logical-assignment-operators": {847      "version": "7.10.4",848      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",849      "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",850      "dependencies": {851        "@babel/helper-plugin-utils": "^7.10.4"852      },853      "peerDependencies": {854        "@babel/core": "^7.0.0-0"855      }856    },857    "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {858      "version": "7.8.3",859      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",860      "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",861      "dependencies": {862        "@babel/helper-plugin-utils": "^7.8.0"863      },864      "peerDependencies": {865        "@babel/core": "^7.0.0-0"866      }867    },868    "node_modules/@babel/plugin-syntax-numeric-separator": {869      "version": "7.10.4",870      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",871      "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",872      "dependencies": {873        "@babel/helper-plugin-utils": "^7.10.4"874      },875      "peerDependencies": {876        "@babel/core": "^7.0.0-0"877      }878    },879    "node_modules/@babel/plugin-syntax-object-rest-spread": {880      "version": "7.8.3",881      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",882      "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",883      "dependencies": {884        "@babel/helper-plugin-utils": "^7.8.0"885      },886      "peerDependencies": {887        "@babel/core": "^7.0.0-0"888      }889    },890    "node_modules/@babel/plugin-syntax-optional-catch-binding": {891      "version": "7.8.3",892      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",893      "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",894      "dependencies": {895        "@babel/helper-plugin-utils": "^7.8.0"896      },897      "peerDependencies": {898        "@babel/core": "^7.0.0-0"899      }900    },901    "node_modules/@babel/plugin-syntax-optional-chaining": {902      "version": "7.8.3",903      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",904      "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",905      "dependencies": {906        "@babel/helper-plugin-utils": "^7.8.0"907      },908      "peerDependencies": {909        "@babel/core": "^7.0.0-0"910      }911    },912    "node_modules/@babel/plugin-syntax-private-property-in-object": {913      "version": "7.14.5",914      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",915      "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",916      "dependencies": {917        "@babel/helper-plugin-utils": "^7.14.5"918      },919      "engines": {920        "node": ">=6.9.0"921      },922      "peerDependencies": {923        "@babel/core": "^7.0.0-0"924      }925    },926    "node_modules/@babel/plugin-syntax-top-level-await": {927      "version": "7.14.5",928      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",929      "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",930      "dependencies": {931        "@babel/helper-plugin-utils": "^7.14.5"932      },933      "engines": {934        "node": ">=6.9.0"935      },936      "peerDependencies": {937        "@babel/core": "^7.0.0-0"938      }939    },940    "node_modules/@babel/plugin-syntax-typescript": {941      "version": "7.17.10",942      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.10.tgz",943      "integrity": "sha512-xJefea1DWXW09pW4Tm9bjwVlPDyYA2it3fWlmEjpYz6alPvTUjL0EOzNzI/FEOyI3r4/J7uVH5UqKgl1TQ5hqQ==",944      "dependencies": {945        "@babel/helper-plugin-utils": "^7.16.7"946      },947      "engines": {948        "node": ">=6.9.0"949      },950      "peerDependencies": {951        "@babel/core": "^7.0.0-0"952      }953    },954    "node_modules/@babel/plugin-transform-arrow-functions": {955      "version": "7.16.7",956      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz",957      "integrity": "sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==",958      "dependencies": {959        "@babel/helper-plugin-utils": "^7.16.7"960      },961      "engines": {962        "node": ">=6.9.0"963      },964      "peerDependencies": {965        "@babel/core": "^7.0.0-0"966      }967    },968    "node_modules/@babel/plugin-transform-async-to-generator": {969      "version": "7.16.8",970      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz",971      "integrity": "sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==",972      "dependencies": {973        "@babel/helper-module-imports": "^7.16.7",974        "@babel/helper-plugin-utils": "^7.16.7",975        "@babel/helper-remap-async-to-generator": "^7.16.8"976      },977      "engines": {978        "node": ">=6.9.0"979      },980      "peerDependencies": {981        "@babel/core": "^7.0.0-0"982      }983    },984    "node_modules/@babel/plugin-transform-block-scoped-functions": {985      "version": "7.16.7",986      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz",987      "integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==",988      "dependencies": {989        "@babel/helper-plugin-utils": "^7.16.7"990      },991      "engines": {992        "node": ">=6.9.0"993      },994      "peerDependencies": {995        "@babel/core": "^7.0.0-0"996      }997    },998    "node_modules/@babel/plugin-transform-block-scoping": {999      "version": "7.16.7",1000      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz",1001      "integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==",1002      "dependencies": {1003        "@babel/helper-plugin-utils": "^7.16.7"1004      },1005      "engines": {1006        "node": ">=6.9.0"1007      },1008      "peerDependencies": {1009        "@babel/core": "^7.0.0-0"1010      }1011    },1012    "node_modules/@babel/plugin-transform-classes": {1013      "version": "7.16.7",1014      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz",1015      "integrity": "sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==",1016      "dependencies": {1017        "@babel/helper-annotate-as-pure": "^7.16.7",1018        "@babel/helper-environment-visitor": "^7.16.7",1019        "@babel/helper-function-name": "^7.16.7",1020        "@babel/helper-optimise-call-expression": "^7.16.7",1021        "@babel/helper-plugin-utils": "^7.16.7",1022        "@babel/helper-replace-supers": "^7.16.7",1023        "@babel/helper-split-export-declaration": "^7.16.7",1024        "globals": "^11.1.0"1025      },1026      "engines": {1027        "node": ">=6.9.0"1028      },1029      "peerDependencies": {1030        "@babel/core": "^7.0.0-0"1031      }1032    },1033    "node_modules/@babel/plugin-transform-computed-properties": {1034      "version": "7.16.7",1035      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz",1036      "integrity": "sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==",1037      "dependencies": {1038        "@babel/helper-plugin-utils": "^7.16.7"1039      },1040      "engines": {1041        "node": ">=6.9.0"1042      },1043      "peerDependencies": {1044        "@babel/core": "^7.0.0-0"1045      }1046    },1047    "node_modules/@babel/plugin-transform-destructuring": {1048      "version": "7.17.7",1049      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.7.tgz",1050      "integrity": "sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==",1051      "dependencies": {1052        "@babel/helper-plugin-utils": "^7.16.7"1053      },1054      "engines": {1055        "node": ">=6.9.0"1056      },1057      "peerDependencies": {1058        "@babel/core": "^7.0.0-0"1059      }1060    },1061    "node_modules/@babel/plugin-transform-dotall-regex": {1062      "version": "7.16.7",1063      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz",1064      "integrity": "sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==",1065      "dependencies": {1066        "@babel/helper-create-regexp-features-plugin": "^7.16.7",1067        "@babel/helper-plugin-utils": "^7.16.7"1068      },1069      "engines": {1070        "node": ">=6.9.0"1071      },1072      "peerDependencies": {1073        "@babel/core": "^7.0.0-0"1074      }1075    },1076    "node_modules/@babel/plugin-transform-duplicate-keys": {1077      "version": "7.16.7",1078      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz",1079      "integrity": "sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==",1080      "dependencies": {1081        "@babel/helper-plugin-utils": "^7.16.7"1082      },1083      "engines": {1084        "node": ">=6.9.0"1085      },1086      "peerDependencies": {1087        "@babel/core": "^7.0.0-0"1088      }1089    },1090    "node_modules/@babel/plugin-transform-exponentiation-operator": {1091      "version": "7.16.7",1092      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz",1093      "integrity": "sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==",1094      "dependencies": {1095        "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.7",1096        "@babel/helper-plugin-utils": "^7.16.7"1097      },1098      "engines": {1099        "node": ">=6.9.0"1100      },1101      "peerDependencies": {1102        "@babel/core": "^7.0.0-0"1103      }1104    },1105    "node_modules/@babel/plugin-transform-flow-strip-types": {1106      "version": "7.16.7",1107      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz",1108      "integrity": "sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==",1109      "dependencies": {1110        "@babel/helper-plugin-utils": "^7.16.7",1111        "@babel/plugin-syntax-flow": "^7.16.7"1112      },1113      "engines": {1114        "node": ">=6.9.0"1115      },1116      "peerDependencies": {1117        "@babel/core": "^7.0.0-0"1118      }1119    },1120    "node_modules/@babel/plugin-transform-for-of": {1121      "version": "7.16.7",1122      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz",1123      "integrity": "sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==",1124      "dependencies": {1125        "@babel/helper-plugin-utils": "^7.16.7"1126      },1127      "engines": {1128        "node": ">=6.9.0"1129      },1130      "peerDependencies": {1131        "@babel/core": "^7.0.0-0"1132      }1133    },1134    "node_modules/@babel/plugin-transform-function-name": {1135      "version": "7.16.7",1136      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz",1137      "integrity": "sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==",1138      "dependencies": {1139        "@babel/helper-compilation-targets": "^7.16.7",1140        "@babel/helper-function-name": "^7.16.7",1141        "@babel/helper-plugin-utils": "^7.16.7"1142      },1143      "engines": {1144        "node": ">=6.9.0"1145      },1146      "peerDependencies": {1147        "@babel/core": "^7.0.0-0"1148      }1149    },1150    "node_modules/@babel/plugin-transform-literals": {1151      "version": "7.16.7",1152      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz",1153      "integrity": "sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==",1154      "dependencies": {1155        "@babel/helper-plugin-utils": "^7.16.7"1156      },1157      "engines": {1158        "node": ">=6.9.0"1159      },1160      "peerDependencies": {1161        "@babel/core": "^7.0.0-0"1162      }1163    },1164    "node_modules/@babel/plugin-transform-member-expression-literals": {1165      "version": "7.16.7",1166      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz",1167      "integrity": "sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==",1168      "dependencies": {1169        "@babel/helper-plugin-utils": "^7.16.7"1170      },1171      "engines": {1172        "node": ">=6.9.0"1173      },1174      "peerDependencies": {1175        "@babel/core": "^7.0.0-0"1176      }1177    },1178    "node_modules/@babel/plugin-transform-modules-amd": {1179      "version": "7.16.7",1180      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz",1181      "integrity": "sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==",1182      "dependencies": {1183        "@babel/helper-module-transforms": "^7.16.7",1184        "@babel/helper-plugin-utils": "^7.16.7",1185        "babel-plugin-dynamic-import-node": "^2.3.3"1186      },1187      "engines": {1188        "node": ">=6.9.0"1189      },1190      "peerDependencies": {1191        "@babel/core": "^7.0.0-0"1192      }1193    },1194    "node_modules/@babel/plugin-transform-modules-commonjs": {1195      "version": "7.17.9",1196      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.9.tgz",1197      "integrity": "sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==",1198      "dependencies": {1199        "@babel/helper-module-transforms": "^7.17.7",1200        "@babel/helper-plugin-utils": "^7.16.7",

Showing the first 1,200 of 21722 lines. Download the file for the rest.