| 1 | { |
| 2 | "name": "react-ssr", |
| 3 | "version": "0.1.0", |
| 4 | "lockfileVersion": 2, |
| 5 | "requires": true, |
| 6 | "packages": { |
| 7 | "": { |
| 8 | "name": "react-ssr", |
| 9 | "version": "0.1.0", |
| 10 | "license": "MIT", |
| 11 | "dependencies": { |
| 12 | "@babel/core": "7.14.3", |
| 13 | "@babel/register": "7.13.16", |
| 14 | "babel-loader": "8.1.0", |
| 15 | "babel-preset-react-app": "10.0.0", |
| 16 | "compression": "^1.7.4", |
| 17 | "concurrently": "^5.3.0", |
| 18 | "express": "^4.17.1", |
| 19 | "nodemon": "^2.0.6", |
| 20 | "react": "^18.2.0", |
| 21 | "react-dom": "^18.2.0", |
| 22 | "react-error-boundary": "^3.1.3", |
| 23 | "resolve": "1.12.0", |
| 24 | "rimraf": "^3.0.2", |
| 25 | "webpack": "4.44.2", |
| 26 | "webpack-cli": "^4.2.0" |
| 27 | }, |
| 28 | "devDependencies": { |
| 29 | "cross-env": "^7.0.3", |
| 30 | "prettier": "1.19.1" |
| 31 | }, |
| 32 | "engines": { |
| 33 | "node": ">=14.9.0" |
| 34 | } |
| 35 | }, |
| 36 | "node_modules/@babel/code-frame": { |
| 37 | "version": "7.22.13", |
| 38 | "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", |
| 39 | "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", |
| 40 | "dependencies": { |
| 41 | "@babel/highlight": "^7.22.13", |
| 42 | "chalk": "^2.4.2" |
| 43 | }, |
| 44 | "engines": { |
| 45 | "node": ">=6.9.0" |
| 46 | } |
| 47 | }, |
| 48 | "node_modules/@babel/compat-data": { |
| 49 | "version": "7.14.4", |
| 50 | "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", |
| 51 | "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" |
| 52 | }, |
| 53 | "node_modules/@babel/core": { |
| 54 | "version": "7.14.3", |
| 55 | "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", |
| 56 | "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", |
| 57 | "dependencies": { |
| 58 | "@babel/code-frame": "^7.12.13", |
| 59 | "@babel/generator": "^7.14.3", |
| 60 | "@babel/helper-compilation-targets": "^7.13.16", |
| 61 | "@babel/helper-module-transforms": "^7.14.2", |
| 62 | "@babel/helpers": "^7.14.0", |
| 63 | "@babel/parser": "^7.14.3", |
| 64 | "@babel/template": "^7.12.13", |
| 65 | "@babel/traverse": "^7.14.2", |
| 66 | "@babel/types": "^7.14.2", |
| 67 | "convert-source-map": "^1.7.0", |
| 68 | "debug": "^4.1.0", |
| 69 | "gensync": "^1.0.0-beta.2", |
| 70 | "json5": "^2.1.2", |
| 71 | "semver": "^6.3.0", |
| 72 | "source-map": "^0.5.0" |
| 73 | }, |
| 74 | "engines": { |
| 75 | "node": ">=6.9.0" |
| 76 | }, |
| 77 | "funding": { |
| 78 | "type": "opencollective", |
| 79 | "url": "https://opencollective.com/babel" |
| 80 | } |
| 81 | }, |
| 82 | "node_modules/@babel/core/node_modules/semver": { |
| 83 | "version": "6.3.0", |
| 84 | "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", |
| 85 | "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", |
| 86 | "bin": { |
| 87 | "semver": "bin/semver.js" |
| 88 | } |
| 89 | }, |
| 90 | "node_modules/@babel/generator": { |
| 91 | "version": "7.23.3", |
| 92 | "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.3.tgz", |
| 93 | "integrity": "sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==", |
| 94 | "dependencies": { |
| 95 | "@babel/types": "^7.23.3", |
| 96 | "@jridgewell/gen-mapping": "^0.3.2", |
| 97 | "@jridgewell/trace-mapping": "^0.3.17", |
| 98 | "jsesc": "^2.5.1" |
| 99 | }, |
| 100 | "engines": { |
| 101 | "node": ">=6.9.0" |
| 102 | } |
| 103 | }, |
| 104 | "node_modules/@babel/helper-annotate-as-pure": { |
| 105 | "version": "7.12.10", |
| 106 | "license": "MIT", |
| 107 | "dependencies": { |
| 108 | "@babel/types": "^7.12.10" |
| 109 | } |
| 110 | }, |
| 111 | "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { |
| 112 | "version": "7.10.4", |
| 113 | "license": "MIT", |
| 114 | "dependencies": { |
| 115 | "@babel/helper-explode-assignable-expression": "^7.10.4", |
| 116 | "@babel/types": "^7.10.4" |
| 117 | } |
| 118 | }, |
| 119 | "node_modules/@babel/helper-builder-react-jsx": { |
| 120 | "version": "7.10.4", |
| 121 | "license": "MIT", |
| 122 | "dependencies": { |
| 123 | "@babel/helper-annotate-as-pure": "^7.10.4", |
| 124 | "@babel/types": "^7.10.4" |
| 125 | } |
| 126 | }, |
| 127 | "node_modules/@babel/helper-builder-react-jsx-experimental": { |
| 128 | "version": "7.12.11", |
| 129 | "license": "MIT", |
| 130 | "dependencies": { |
| 131 | "@babel/helper-annotate-as-pure": "^7.12.10", |
| 132 | "@babel/helper-module-imports": "^7.12.5", |
| 133 | "@babel/types": "^7.12.11" |
| 134 | } |
| 135 | }, |
| 136 | "node_modules/@babel/helper-compilation-targets": { |
| 137 | "version": "7.14.4", |
| 138 | "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", |
| 139 | "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", |
| 140 | "dependencies": { |
| 141 | "@babel/compat-data": "^7.14.4", |
| 142 | "@babel/helper-validator-option": "^7.12.17", |
| 143 | "browserslist": "^4.16.6", |
| 144 | "semver": "^6.3.0" |
| 145 | }, |
| 146 | "peerDependencies": { |
| 147 | "@babel/core": "^7.0.0" |
| 148 | } |
| 149 | }, |
| 150 | "node_modules/@babel/helper-compilation-targets/node_modules/semver": { |
| 151 | "version": "6.3.0", |
| 152 | "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", |
| 153 | "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", |
| 154 | "bin": { |
| 155 | "semver": "bin/semver.js" |
| 156 | } |
| 157 | }, |
| 158 | "node_modules/@babel/helper-create-class-features-plugin": { |
| 159 | "version": "7.12.1", |
| 160 | "license": "MIT", |
| 161 | "dependencies": { |
| 162 | "@babel/helper-function-name": "^7.10.4", |
| 163 | "@babel/helper-member-expression-to-functions": "^7.12.1", |
| 164 | "@babel/helper-optimise-call-expression": "^7.10.4", |
| 165 | "@babel/helper-replace-supers": "^7.12.1", |
| 166 | "@babel/helper-split-export-declaration": "^7.10.4" |
| 167 | }, |
| 168 | "peerDependencies": { |
| 169 | "@babel/core": "^7.0.0" |
| 170 | } |
| 171 | }, |
| 172 | "node_modules/@babel/helper-create-regexp-features-plugin": { |
| 173 | "version": "7.12.7", |
| 174 | "license": "MIT", |
| 175 | "dependencies": { |
| 176 | "@babel/helper-annotate-as-pure": "^7.10.4", |
| 177 | "regexpu-core": "^4.7.1" |
| 178 | }, |
| 179 | "peerDependencies": { |
| 180 | "@babel/core": "^7.0.0" |
| 181 | } |
| 182 | }, |
| 183 | "node_modules/@babel/helper-define-map": { |
| 184 | "version": "7.10.5", |
| 185 | "license": "MIT", |
| 186 | "dependencies": { |
| 187 | "@babel/helper-function-name": "^7.10.4", |
| 188 | "@babel/types": "^7.10.5", |
| 189 | "lodash": "^4.17.19" |
| 190 | } |
| 191 | }, |
| 192 | "node_modules/@babel/helper-environment-visitor": { |
| 193 | "version": "7.22.20", |
| 194 | "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", |
| 195 | "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", |
| 196 | "engines": { |
| 197 | "node": ">=6.9.0" |
| 198 | } |
| 199 | }, |
| 200 | "node_modules/@babel/helper-explode-assignable-expression": { |
| 201 | "version": "7.12.1", |
| 202 | "license": "MIT", |
| 203 | "dependencies": { |
| 204 | "@babel/types": "^7.12.1" |
| 205 | } |
| 206 | }, |
| 207 | "node_modules/@babel/helper-function-name": { |
| 208 | "version": "7.23.0", |
| 209 | "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", |
| 210 | "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", |
| 211 | "dependencies": { |
| 212 | "@babel/template": "^7.22.15", |
| 213 | "@babel/types": "^7.23.0" |
| 214 | }, |
| 215 | "engines": { |
| 216 | "node": ">=6.9.0" |
| 217 | } |
| 218 | }, |
| 219 | "node_modules/@babel/helper-hoist-variables": { |
| 220 | "version": "7.22.5", |
| 221 | "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", |
| 222 | "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", |
| 223 | "dependencies": { |
| 224 | "@babel/types": "^7.22.5" |
| 225 | }, |
| 226 | "engines": { |
| 227 | "node": ">=6.9.0" |
| 228 | } |
| 229 | }, |
| 230 | "node_modules/@babel/helper-member-expression-to-functions": { |
| 231 | "version": "7.13.12", |
| 232 | "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz", |
| 233 | "integrity": "sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==", |
| 234 | "dependencies": { |
| 235 | "@babel/types": "^7.13.12" |
| 236 | } |
| 237 | }, |
| 238 | "node_modules/@babel/helper-module-imports": { |
| 239 | "version": "7.13.12", |
| 240 | "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz", |
| 241 | "integrity": "sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==", |
| 242 | "dependencies": { |
| 243 | "@babel/types": "^7.13.12" |
| 244 | } |
| 245 | }, |
| 246 | "node_modules/@babel/helper-module-transforms": { |
| 247 | "version": "7.14.2", |
| 248 | "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", |
| 249 | "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", |
| 250 | "dependencies": { |
| 251 | "@babel/helper-module-imports": "^7.13.12", |
| 252 | "@babel/helper-replace-supers": "^7.13.12", |
| 253 | "@babel/helper-simple-access": "^7.13.12", |
| 254 | "@babel/helper-split-export-declaration": "^7.12.13", |
| 255 | "@babel/helper-validator-identifier": "^7.14.0", |
| 256 | "@babel/template": "^7.12.13", |
| 257 | "@babel/traverse": "^7.14.2", |
| 258 | "@babel/types": "^7.14.2" |
| 259 | } |
| 260 | }, |
| 261 | "node_modules/@babel/helper-optimise-call-expression": { |
| 262 | "version": "7.12.13", |
| 263 | "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz", |
| 264 | "integrity": "sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==", |
| 265 | "dependencies": { |
| 266 | "@babel/types": "^7.12.13" |
| 267 | } |
| 268 | }, |
| 269 | "node_modules/@babel/helper-plugin-utils": { |
| 270 | "version": "7.10.4", |
| 271 | "license": "MIT" |
| 272 | }, |
| 273 | "node_modules/@babel/helper-remap-async-to-generator": { |
| 274 | "version": "7.12.1", |
| 275 | "license": "MIT", |
| 276 | "dependencies": { |
| 277 | "@babel/helper-annotate-as-pure": "^7.10.4", |
| 278 | "@babel/helper-wrap-function": "^7.10.4", |
| 279 | "@babel/types": "^7.12.1" |
| 280 | } |
| 281 | }, |
| 282 | "node_modules/@babel/helper-replace-supers": { |
| 283 | "version": "7.14.4", |
| 284 | "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", |
| 285 | "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", |
| 286 | "dependencies": { |
| 287 | "@babel/helper-member-expression-to-functions": "^7.13.12", |
| 288 | "@babel/helper-optimise-call-expression": "^7.12.13", |
| 289 | "@babel/traverse": "^7.14.2", |
| 290 | "@babel/types": "^7.14.4" |
| 291 | } |
| 292 | }, |
| 293 | "node_modules/@babel/helper-simple-access": { |
| 294 | "version": "7.13.12", |
| 295 | "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz", |
| 296 | "integrity": "sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==", |
| 297 | "dependencies": { |
| 298 | "@babel/types": "^7.13.12" |
| 299 | } |
| 300 | }, |
| 301 | "node_modules/@babel/helper-skip-transparent-expression-wrappers": { |
| 302 | "version": "7.12.1", |
| 303 | "license": "MIT", |
| 304 | "dependencies": { |
| 305 | "@babel/types": "^7.12.1" |
| 306 | } |
| 307 | }, |
| 308 | "node_modules/@babel/helper-split-export-declaration": { |
| 309 | "version": "7.22.6", |
| 310 | "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", |
| 311 | "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", |
| 312 | "dependencies": { |
| 313 | "@babel/types": "^7.22.5" |
| 314 | }, |
| 315 | "engines": { |
| 316 | "node": ">=6.9.0" |
| 317 | } |
| 318 | }, |
| 319 | "node_modules/@babel/helper-string-parser": { |
| 320 | "version": "7.22.5", |
| 321 | "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", |
| 322 | "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", |
| 323 | "engines": { |
| 324 | "node": ">=6.9.0" |
| 325 | } |
| 326 | }, |
| 327 | "node_modules/@babel/helper-validator-identifier": { |
| 328 | "version": "7.22.20", |
| 329 | "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", |
| 330 | "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", |
| 331 | "engines": { |
| 332 | "node": ">=6.9.0" |
| 333 | } |
| 334 | }, |
| 335 | "node_modules/@babel/helper-validator-option": { |
| 336 | "version": "7.12.17", |
| 337 | "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz", |
| 338 | "integrity": "sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==" |
| 339 | }, |
| 340 | "node_modules/@babel/helper-wrap-function": { |
| 341 | "version": "7.12.3", |
| 342 | "license": "MIT", |
| 343 | "dependencies": { |
| 344 | "@babel/helper-function-name": "^7.10.4", |
| 345 | "@babel/template": "^7.10.4", |
| 346 | "@babel/traverse": "^7.10.4", |
| 347 | "@babel/types": "^7.10.4" |
| 348 | } |
| 349 | }, |
| 350 | "node_modules/@babel/helpers": { |
| 351 | "version": "7.14.0", |
| 352 | "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz", |
| 353 | "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==", |
| 354 | "dependencies": { |
| 355 | "@babel/template": "^7.12.13", |
| 356 | "@babel/traverse": "^7.14.0", |
| 357 | "@babel/types": "^7.14.0" |
| 358 | } |
| 359 | }, |
| 360 | "node_modules/@babel/highlight": { |
| 361 | "version": "7.22.20", |
| 362 | "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", |
| 363 | "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", |
| 364 | "dependencies": { |
| 365 | "@babel/helper-validator-identifier": "^7.22.20", |
| 366 | "chalk": "^2.4.2", |
| 367 | "js-tokens": "^4.0.0" |
| 368 | }, |
| 369 | "engines": { |
| 370 | "node": ">=6.9.0" |
| 371 | } |
| 372 | }, |
| 373 | "node_modules/@babel/parser": { |
| 374 | "version": "7.23.3", |
| 375 | "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.3.tgz", |
| 376 | "integrity": "sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==", |
| 377 | "bin": { |
| 378 | "parser": "bin/babel-parser.js" |
| 379 | }, |
| 380 | "engines": { |
| 381 | "node": ">=6.0.0" |
| 382 | } |
| 383 | }, |
| 384 | "node_modules/@babel/plugin-proposal-async-generator-functions": { |
| 385 | "version": "7.12.1", |
| 386 | "license": "MIT", |
| 387 | "dependencies": { |
| 388 | "@babel/helper-plugin-utils": "^7.10.4", |
| 389 | "@babel/helper-remap-async-to-generator": "^7.12.1", |
| 390 | "@babel/plugin-syntax-async-generators": "^7.8.0" |
| 391 | }, |
| 392 | "peerDependencies": { |
| 393 | "@babel/core": "^7.0.0-0" |
| 394 | } |
| 395 | }, |
| 396 | "node_modules/@babel/plugin-proposal-class-properties": { |
| 397 | "version": "7.12.1", |
| 398 | "license": "MIT", |
| 399 | "dependencies": { |
| 400 | "@babel/helper-create-class-features-plugin": "^7.12.1", |
| 401 | "@babel/helper-plugin-utils": "^7.10.4" |
| 402 | }, |
| 403 | "peerDependencies": { |
| 404 | "@babel/core": "^7.0.0-0" |
| 405 | } |
| 406 | }, |
| 407 | "node_modules/@babel/plugin-proposal-decorators": { |
| 408 | "version": "7.12.1", |
| 409 | "license": "MIT", |
| 410 | "dependencies": { |
| 411 | "@babel/helper-create-class-features-plugin": "^7.12.1", |
| 412 | "@babel/helper-plugin-utils": "^7.10.4", |
| 413 | "@babel/plugin-syntax-decorators": "^7.12.1" |
| 414 | }, |
| 415 | "peerDependencies": { |
| 416 | "@babel/core": "^7.0.0-0" |
| 417 | } |
| 418 | }, |
| 419 | "node_modules/@babel/plugin-proposal-dynamic-import": { |
| 420 | "version": "7.12.1", |
| 421 | "license": "MIT", |
| 422 | "dependencies": { |
| 423 | "@babel/helper-plugin-utils": "^7.10.4", |
| 424 | "@babel/plugin-syntax-dynamic-import": "^7.8.0" |
| 425 | }, |
| 426 | "peerDependencies": { |
| 427 | "@babel/core": "^7.0.0-0" |
| 428 | } |
| 429 | }, |
| 430 | "node_modules/@babel/plugin-proposal-export-namespace-from": { |
| 431 | "version": "7.12.1", |
| 432 | "license": "MIT", |
| 433 | "dependencies": { |
| 434 | "@babel/helper-plugin-utils": "^7.10.4", |
| 435 | "@babel/plugin-syntax-export-namespace-from": "^7.8.3" |
| 436 | }, |
| 437 | "peerDependencies": { |
| 438 | "@babel/core": "^7.0.0-0" |
| 439 | } |
| 440 | }, |
| 441 | "node_modules/@babel/plugin-proposal-json-strings": { |
| 442 | "version": "7.12.1", |
| 443 | "license": "MIT", |
| 444 | "dependencies": { |
| 445 | "@babel/helper-plugin-utils": "^7.10.4", |
| 446 | "@babel/plugin-syntax-json-strings": "^7.8.0" |
| 447 | }, |
| 448 | "peerDependencies": { |
| 449 | "@babel/core": "^7.0.0-0" |
| 450 | } |
| 451 | }, |
| 452 | "node_modules/@babel/plugin-proposal-logical-assignment-operators": { |
| 453 | "version": "7.12.1", |
| 454 | "license": "MIT", |
| 455 | "dependencies": { |
| 456 | "@babel/helper-plugin-utils": "^7.10.4", |
| 457 | "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" |
| 458 | }, |
| 459 | "peerDependencies": { |
| 460 | "@babel/core": "^7.0.0-0" |
| 461 | } |
| 462 | }, |
| 463 | "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { |
| 464 | "version": "7.12.1", |
| 465 | "license": "MIT", |
| 466 | "dependencies": { |
| 467 | "@babel/helper-plugin-utils": "^7.10.4", |
| 468 | "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" |
| 469 | }, |
| 470 | "peerDependencies": { |
| 471 | "@babel/core": "^7.0.0-0" |
| 472 | } |
| 473 | }, |
| 474 | "node_modules/@babel/plugin-proposal-numeric-separator": { |
| 475 | "version": "7.12.1", |
| 476 | "license": "MIT", |
| 477 | "dependencies": { |
| 478 | "@babel/helper-plugin-utils": "^7.10.4", |
| 479 | "@babel/plugin-syntax-numeric-separator": "^7.10.4" |
| 480 | }, |
| 481 | "peerDependencies": { |
| 482 | "@babel/core": "^7.0.0-0" |
| 483 | } |
| 484 | }, |
| 485 | "node_modules/@babel/plugin-proposal-object-rest-spread": { |
| 486 | "version": "7.12.1", |
| 487 | "license": "MIT", |
| 488 | "dependencies": { |
| 489 | "@babel/helper-plugin-utils": "^7.10.4", |
| 490 | "@babel/plugin-syntax-object-rest-spread": "^7.8.0", |
| 491 | "@babel/plugin-transform-parameters": "^7.12.1" |
| 492 | }, |
| 493 | "peerDependencies": { |
| 494 | "@babel/core": "^7.0.0-0" |
| 495 | } |
| 496 | }, |
| 497 | "node_modules/@babel/plugin-proposal-optional-catch-binding": { |
| 498 | "version": "7.12.1", |
| 499 | "license": "MIT", |
| 500 | "dependencies": { |
| 501 | "@babel/helper-plugin-utils": "^7.10.4", |
| 502 | "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" |
| 503 | }, |
| 504 | "peerDependencies": { |
| 505 | "@babel/core": "^7.0.0-0" |
| 506 | } |
| 507 | }, |
| 508 | "node_modules/@babel/plugin-proposal-optional-chaining": { |
| 509 | "version": "7.12.1", |
| 510 | "license": "MIT", |
| 511 | "dependencies": { |
| 512 | "@babel/helper-plugin-utils": "^7.10.4", |
| 513 | "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", |
| 514 | "@babel/plugin-syntax-optional-chaining": "^7.8.0" |
| 515 | }, |
| 516 | "peerDependencies": { |
| 517 | "@babel/core": "^7.0.0-0" |
| 518 | } |
| 519 | }, |
| 520 | "node_modules/@babel/plugin-proposal-private-methods": { |
| 521 | "version": "7.12.1", |
| 522 | "license": "MIT", |
| 523 | "dependencies": { |
| 524 | "@babel/helper-create-class-features-plugin": "^7.12.1", |
| 525 | "@babel/helper-plugin-utils": "^7.10.4" |
| 526 | }, |
| 527 | "peerDependencies": { |
| 528 | "@babel/core": "^7.0.0-0" |
| 529 | } |
| 530 | }, |
| 531 | "node_modules/@babel/plugin-proposal-unicode-property-regex": { |
| 532 | "version": "7.12.1", |
| 533 | "license": "MIT", |
| 534 | "dependencies": { |
| 535 | "@babel/helper-create-regexp-features-plugin": "^7.12.1", |
| 536 | "@babel/helper-plugin-utils": "^7.10.4" |
| 537 | }, |
| 538 | "engines": { |
| 539 | "node": ">=4" |
| 540 | }, |
| 541 | "peerDependencies": { |
| 542 | "@babel/core": "^7.0.0-0" |
| 543 | } |
| 544 | }, |
| 545 | "node_modules/@babel/plugin-syntax-async-generators": { |
| 546 | "version": "7.8.4", |
| 547 | "license": "MIT", |
| 548 | "dependencies": { |
| 549 | "@babel/helper-plugin-utils": "^7.8.0" |
| 550 | }, |
| 551 | "peerDependencies": { |
| 552 | "@babel/core": "^7.0.0-0" |
| 553 | } |
| 554 | }, |
| 555 | "node_modules/@babel/plugin-syntax-class-properties": { |
| 556 | "version": "7.12.1", |
| 557 | "license": "MIT", |
| 558 | "dependencies": { |
| 559 | "@babel/helper-plugin-utils": "^7.10.4" |
| 560 | }, |
| 561 | "peerDependencies": { |
| 562 | "@babel/core": "^7.0.0-0" |
| 563 | } |
| 564 | }, |
| 565 | "node_modules/@babel/plugin-syntax-decorators": { |
| 566 | "version": "7.12.1", |
| 567 | "license": "MIT", |
| 568 | "dependencies": { |
| 569 | "@babel/helper-plugin-utils": "^7.10.4" |
| 570 | }, |
| 571 | "peerDependencies": { |
| 572 | "@babel/core": "^7.0.0-0" |
| 573 | } |
| 574 | }, |
| 575 | "node_modules/@babel/plugin-syntax-dynamic-import": { |
| 576 | "version": "7.8.3", |
| 577 | "license": "MIT", |
| 578 | "dependencies": { |
| 579 | "@babel/helper-plugin-utils": "^7.8.0" |
| 580 | }, |
| 581 | "peerDependencies": { |
| 582 | "@babel/core": "^7.0.0-0" |
| 583 | } |
| 584 | }, |
| 585 | "node_modules/@babel/plugin-syntax-export-namespace-from": { |
| 586 | "version": "7.8.3", |
| 587 | "license": "MIT", |
| 588 | "dependencies": { |
| 589 | "@babel/helper-plugin-utils": "^7.8.3" |
| 590 | }, |
| 591 | "peerDependencies": { |
| 592 | "@babel/core": "^7.0.0-0" |
| 593 | } |
| 594 | }, |
| 595 | "node_modules/@babel/plugin-syntax-flow": { |
| 596 | "version": "7.12.1", |
| 597 | "license": "MIT", |
| 598 | "dependencies": { |
| 599 | "@babel/helper-plugin-utils": "^7.10.4" |
| 600 | }, |
| 601 | "peerDependencies": { |
| 602 | "@babel/core": "^7.0.0-0" |
| 603 | } |
| 604 | }, |
| 605 | "node_modules/@babel/plugin-syntax-json-strings": { |
| 606 | "version": "7.8.3", |
| 607 | "license": "MIT", |
| 608 | "dependencies": { |
| 609 | "@babel/helper-plugin-utils": "^7.8.0" |
| 610 | }, |
| 611 | "peerDependencies": { |
| 612 | "@babel/core": "^7.0.0-0" |
| 613 | } |
| 614 | }, |
| 615 | "node_modules/@babel/plugin-syntax-jsx": { |
| 616 | "version": "7.12.1", |
| 617 | "license": "MIT", |
| 618 | "dependencies": { |
| 619 | "@babel/helper-plugin-utils": "^7.10.4" |
| 620 | }, |
| 621 | "peerDependencies": { |
| 622 | "@babel/core": "^7.0.0-0" |
| 623 | } |
| 624 | }, |
| 625 | "node_modules/@babel/plugin-syntax-logical-assignment-operators": { |
| 626 | "version": "7.10.4", |
| 627 | "license": "MIT", |
| 628 | "dependencies": { |
| 629 | "@babel/helper-plugin-utils": "^7.10.4" |
| 630 | }, |
| 631 | "peerDependencies": { |
| 632 | "@babel/core": "^7.0.0-0" |
| 633 | } |
| 634 | }, |
| 635 | "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { |
| 636 | "version": "7.8.3", |
| 637 | "license": "MIT", |
| 638 | "dependencies": { |
| 639 | "@babel/helper-plugin-utils": "^7.8.0" |
| 640 | }, |
| 641 | "peerDependencies": { |
| 642 | "@babel/core": "^7.0.0-0" |
| 643 | } |
| 644 | }, |
| 645 | "node_modules/@babel/plugin-syntax-numeric-separator": { |
| 646 | "version": "7.10.4", |
| 647 | "license": "MIT", |
| 648 | "dependencies": { |
| 649 | "@babel/helper-plugin-utils": "^7.10.4" |
| 650 | }, |
| 651 | "peerDependencies": { |
| 652 | "@babel/core": "^7.0.0-0" |
| 653 | } |
| 654 | }, |
| 655 | "node_modules/@babel/plugin-syntax-object-rest-spread": { |
| 656 | "version": "7.8.3", |
| 657 | "license": "MIT", |
| 658 | "dependencies": { |
| 659 | "@babel/helper-plugin-utils": "^7.8.0" |
| 660 | }, |
| 661 | "peerDependencies": { |
| 662 | "@babel/core": "^7.0.0-0" |
| 663 | } |
| 664 | }, |
| 665 | "node_modules/@babel/plugin-syntax-optional-catch-binding": { |
| 666 | "version": "7.8.3", |
| 667 | "license": "MIT", |
| 668 | "dependencies": { |
| 669 | "@babel/helper-plugin-utils": "^7.8.0" |
| 670 | }, |
| 671 | "peerDependencies": { |
| 672 | "@babel/core": "^7.0.0-0" |
| 673 | } |
| 674 | }, |
| 675 | "node_modules/@babel/plugin-syntax-optional-chaining": { |
| 676 | "version": "7.8.3", |
| 677 | "license": "MIT", |
| 678 | "dependencies": { |
| 679 | "@babel/helper-plugin-utils": "^7.8.0" |
| 680 | }, |
| 681 | "peerDependencies": { |
| 682 | "@babel/core": "^7.0.0-0" |
| 683 | } |
| 684 | }, |
| 685 | "node_modules/@babel/plugin-syntax-top-level-await": { |
| 686 | "version": "7.12.1", |
| 687 | "license": "MIT", |
| 688 | "dependencies": { |
| 689 | "@babel/helper-plugin-utils": "^7.10.4" |
| 690 | }, |
| 691 | "peerDependencies": { |
| 692 | "@babel/core": "^7.0.0-0" |
| 693 | } |
| 694 | }, |
| 695 | "node_modules/@babel/plugin-syntax-typescript": { |
| 696 | "version": "7.12.1", |
| 697 | "license": "MIT", |
| 698 | "dependencies": { |
| 699 | "@babel/helper-plugin-utils": "^7.10.4" |
| 700 | }, |
| 701 | "peerDependencies": { |
| 702 | "@babel/core": "^7.0.0-0" |
| 703 | } |
| 704 | }, |
| 705 | "node_modules/@babel/plugin-transform-arrow-functions": { |
| 706 | "version": "7.12.1", |
| 707 | "license": "MIT", |
| 708 | "dependencies": { |
| 709 | "@babel/helper-plugin-utils": "^7.10.4" |
| 710 | }, |
| 711 | "peerDependencies": { |
| 712 | "@babel/core": "^7.0.0-0" |
| 713 | } |
| 714 | }, |
| 715 | "node_modules/@babel/plugin-transform-async-to-generator": { |
| 716 | "version": "7.12.1", |
| 717 | "license": "MIT", |
| 718 | "dependencies": { |
| 719 | "@babel/helper-module-imports": "^7.12.1", |
| 720 | "@babel/helper-plugin-utils": "^7.10.4", |
| 721 | "@babel/helper-remap-async-to-generator": "^7.12.1" |
| 722 | }, |
| 723 | "peerDependencies": { |
| 724 | "@babel/core": "^7.0.0-0" |
| 725 | } |
| 726 | }, |
| 727 | "node_modules/@babel/plugin-transform-block-scoped-functions": { |
| 728 | "version": "7.12.1", |
| 729 | "license": "MIT", |
| 730 | "dependencies": { |
| 731 | "@babel/helper-plugin-utils": "^7.10.4" |
| 732 | }, |
| 733 | "peerDependencies": { |
| 734 | "@babel/core": "^7.0.0-0" |
| 735 | } |
| 736 | }, |
| 737 | "node_modules/@babel/plugin-transform-block-scoping": { |
| 738 | "version": "7.12.11", |
| 739 | "license": "MIT", |
| 740 | "dependencies": { |
| 741 | "@babel/helper-plugin-utils": "^7.10.4" |
| 742 | }, |
| 743 | "peerDependencies": { |
| 744 | "@babel/core": "^7.0.0-0" |
| 745 | } |
| 746 | }, |
| 747 | "node_modules/@babel/plugin-transform-classes": { |
| 748 | "version": "7.12.1", |
| 749 | "license": "MIT", |
| 750 | "dependencies": { |
| 751 | "@babel/helper-annotate-as-pure": "^7.10.4", |
| 752 | "@babel/helper-define-map": "^7.10.4", |
| 753 | "@babel/helper-function-name": "^7.10.4", |
| 754 | "@babel/helper-optimise-call-expression": "^7.10.4", |
| 755 | "@babel/helper-plugin-utils": "^7.10.4", |
| 756 | "@babel/helper-replace-supers": "^7.12.1", |
| 757 | "@babel/helper-split-export-declaration": "^7.10.4", |
| 758 | "globals": "^11.1.0" |
| 759 | }, |
| 760 | "peerDependencies": { |
| 761 | "@babel/core": "^7.0.0-0" |
| 762 | } |
| 763 | }, |
| 764 | "node_modules/@babel/plugin-transform-computed-properties": { |
| 765 | "version": "7.12.1", |
| 766 | "license": "MIT", |
| 767 | "dependencies": { |
| 768 | "@babel/helper-plugin-utils": "^7.10.4" |
| 769 | }, |
| 770 | "peerDependencies": { |
| 771 | "@babel/core": "^7.0.0-0" |
| 772 | } |
| 773 | }, |
| 774 | "node_modules/@babel/plugin-transform-destructuring": { |
| 775 | "version": "7.12.1", |
| 776 | "license": "MIT", |
| 777 | "dependencies": { |
| 778 | "@babel/helper-plugin-utils": "^7.10.4" |
| 779 | }, |
| 780 | "peerDependencies": { |
| 781 | "@babel/core": "^7.0.0-0" |
| 782 | } |
| 783 | }, |
| 784 | "node_modules/@babel/plugin-transform-dotall-regex": { |
| 785 | "version": "7.12.1", |
| 786 | "license": "MIT", |
| 787 | "dependencies": { |
| 788 | "@babel/helper-create-regexp-features-plugin": "^7.12.1", |
| 789 | "@babel/helper-plugin-utils": "^7.10.4" |
| 790 | }, |
| 791 | "peerDependencies": { |
| 792 | "@babel/core": "^7.0.0-0" |
| 793 | } |
| 794 | }, |
| 795 | "node_modules/@babel/plugin-transform-duplicate-keys": { |
| 796 | "version": "7.12.1", |
| 797 | "license": "MIT", |
| 798 | "dependencies": { |
| 799 | "@babel/helper-plugin-utils": "^7.10.4" |
| 800 | }, |
| 801 | "peerDependencies": { |
| 802 | "@babel/core": "^7.0.0-0" |
| 803 | } |
| 804 | }, |
| 805 | "node_modules/@babel/plugin-transform-exponentiation-operator": { |
| 806 | "version": "7.12.1", |
| 807 | "license": "MIT", |
| 808 | "dependencies": { |
| 809 | "@babel/helper-builder-binary-assignment-operator-visitor": "^7.10.4", |
| 810 | "@babel/helper-plugin-utils": "^7.10.4" |
| 811 | }, |
| 812 | "peerDependencies": { |
| 813 | "@babel/core": "^7.0.0-0" |
| 814 | } |
| 815 | }, |
| 816 | "node_modules/@babel/plugin-transform-flow-strip-types": { |
| 817 | "version": "7.12.1", |
| 818 | "license": "MIT", |
| 819 | "dependencies": { |
| 820 | "@babel/helper-plugin-utils": "^7.10.4", |
| 821 | "@babel/plugin-syntax-flow": "^7.12.1" |
| 822 | }, |
| 823 | "peerDependencies": { |
| 824 | "@babel/core": "^7.0.0-0" |
| 825 | } |
| 826 | }, |
| 827 | "node_modules/@babel/plugin-transform-for-of": { |
| 828 | "version": "7.12.1", |
| 829 | "license": "MIT", |
| 830 | "dependencies": { |
| 831 | "@babel/helper-plugin-utils": "^7.10.4" |
| 832 | }, |
| 833 | "peerDependencies": { |
| 834 | "@babel/core": "^7.0.0-0" |
| 835 | } |
| 836 | }, |
| 837 | "node_modules/@babel/plugin-transform-function-name": { |
| 838 | "version": "7.12.1", |
| 839 | "license": "MIT", |
| 840 | "dependencies": { |
| 841 | "@babel/helper-function-name": "^7.10.4", |
| 842 | "@babel/helper-plugin-utils": "^7.10.4" |
| 843 | }, |
| 844 | "peerDependencies": { |
| 845 | "@babel/core": "^7.0.0-0" |
| 846 | } |
| 847 | }, |
| 848 | "node_modules/@babel/plugin-transform-literals": { |
| 849 | "version": "7.12.1", |
| 850 | "license": "MIT", |
| 851 | "dependencies": { |
| 852 | "@babel/helper-plugin-utils": "^7.10.4" |
| 853 | }, |
| 854 | "peerDependencies": { |
| 855 | "@babel/core": "^7.0.0-0" |
| 856 | } |
| 857 | }, |
| 858 | "node_modules/@babel/plugin-transform-member-expression-literals": { |
| 859 | "version": "7.12.1", |
| 860 | "license": "MIT", |
| 861 | "dependencies": { |
| 862 | "@babel/helper-plugin-utils": "^7.10.4" |
| 863 | }, |
| 864 | "peerDependencies": { |
| 865 | "@babel/core": "^7.0.0-0" |
| 866 | } |
| 867 | }, |
| 868 | "node_modules/@babel/plugin-transform-modules-amd": { |
| 869 | "version": "7.12.1", |
| 870 | "license": "MIT", |
| 871 | "dependencies": { |
| 872 | "@babel/helper-module-transforms": "^7.12.1", |
| 873 | "@babel/helper-plugin-utils": "^7.10.4", |
| 874 | "babel-plugin-dynamic-import-node": "^2.3.3" |
| 875 | }, |
| 876 | "peerDependencies": { |
| 877 | "@babel/core": "^7.0.0-0" |
| 878 | } |
| 879 | }, |
| 880 | "node_modules/@babel/plugin-transform-modules-commonjs": { |
| 881 | "version": "7.12.1", |
| 882 | "license": "MIT", |
| 883 | "dependencies": { |
| 884 | "@babel/helper-module-transforms": "^7.12.1", |
| 885 | "@babel/helper-plugin-utils": "^7.10.4", |
| 886 | "@babel/helper-simple-access": "^7.12.1", |
| 887 | "babel-plugin-dynamic-import-node": "^2.3.3" |
| 888 | }, |
| 889 | "peerDependencies": { |
| 890 | "@babel/core": "^7.0.0-0" |
| 891 | } |
| 892 | }, |
| 893 | "node_modules/@babel/plugin-transform-modules-systemjs": { |
| 894 | "version": "7.12.1", |
| 895 | "license": "MIT", |
| 896 | "dependencies": { |
| 897 | "@babel/helper-hoist-variables": "^7.10.4", |
| 898 | "@babel/helper-module-transforms": "^7.12.1", |
| 899 | "@babel/helper-plugin-utils": "^7.10.4", |
| 900 | "@babel/helper-validator-identifier": "^7.10.4", |
| 901 | "babel-plugin-dynamic-import-node": "^2.3.3" |
| 902 | }, |
| 903 | "peerDependencies": { |
| 904 | "@babel/core": "^7.0.0-0" |
| 905 | } |
| 906 | }, |
| 907 | "node_modules/@babel/plugin-transform-modules-umd": { |
| 908 | "version": "7.12.1", |
| 909 | "license": "MIT", |
| 910 | "dependencies": { |
| 911 | "@babel/helper-module-transforms": "^7.12.1", |
| 912 | "@babel/helper-plugin-utils": "^7.10.4" |
| 913 | }, |
| 914 | "peerDependencies": { |
| 915 | "@babel/core": "^7.0.0-0" |
| 916 | } |
| 917 | }, |
| 918 | "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { |
| 919 | "version": "7.12.1", |
| 920 | "license": "MIT", |
| 921 | "dependencies": { |
| 922 | "@babel/helper-create-regexp-features-plugin": "^7.12.1" |
| 923 | }, |
| 924 | "peerDependencies": { |
| 925 | "@babel/core": "^7.0.0" |
| 926 | } |
| 927 | }, |
| 928 | "node_modules/@babel/plugin-transform-new-target": { |
| 929 | "version": "7.12.1", |
| 930 | "license": "MIT", |
| 931 | "dependencies": { |
| 932 | "@babel/helper-plugin-utils": "^7.10.4" |
| 933 | }, |
| 934 | "peerDependencies": { |
| 935 | "@babel/core": "^7.0.0-0" |
| 936 | } |
| 937 | }, |
| 938 | "node_modules/@babel/plugin-transform-object-super": { |
| 939 | "version": "7.12.1", |
| 940 | "license": "MIT", |
| 941 | "dependencies": { |
| 942 | "@babel/helper-plugin-utils": "^7.10.4", |
| 943 | "@babel/helper-replace-supers": "^7.12.1" |
| 944 | }, |
| 945 | "peerDependencies": { |
| 946 | "@babel/core": "^7.0.0-0" |
| 947 | } |
| 948 | }, |
| 949 | "node_modules/@babel/plugin-transform-parameters": { |
| 950 | "version": "7.12.1", |
| 951 | "license": "MIT", |
| 952 | "dependencies": { |
| 953 | "@babel/helper-plugin-utils": "^7.10.4" |
| 954 | }, |
| 955 | "peerDependencies": { |
| 956 | "@babel/core": "^7.0.0-0" |
| 957 | } |
| 958 | }, |
| 959 | "node_modules/@babel/plugin-transform-property-literals": { |
| 960 | "version": "7.12.1", |
| 961 | "license": "MIT", |
| 962 | "dependencies": { |
| 963 | "@babel/helper-plugin-utils": "^7.10.4" |
| 964 | }, |
| 965 | "peerDependencies": { |
| 966 | "@babel/core": "^7.0.0-0" |
| 967 | } |
| 968 | }, |
| 969 | "node_modules/@babel/plugin-transform-react-display-name": { |
| 970 | "version": "7.12.1", |
| 971 | "license": "MIT", |
| 972 | "dependencies": { |
| 973 | "@babel/helper-plugin-utils": "^7.10.4" |
| 974 | }, |
| 975 | "peerDependencies": { |
| 976 | "@babel/core": "^7.0.0-0" |
| 977 | } |
| 978 | }, |
| 979 | "node_modules/@babel/plugin-transform-react-jsx": { |
| 980 | "version": "7.12.11", |
| 981 | "license": "MIT", |
| 982 | "dependencies": { |
| 983 | "@babel/helper-builder-react-jsx": "^7.10.4", |
| 984 | "@babel/helper-builder-react-jsx-experimental": "^7.12.11", |
| 985 | "@babel/helper-plugin-utils": "^7.10.4", |
| 986 | "@babel/plugin-syntax-jsx": "^7.12.1" |
| 987 | }, |
| 988 | "peerDependencies": { |
| 989 | "@babel/core": "^7.0.0-0" |
| 990 | } |
| 991 | }, |
| 992 | "node_modules/@babel/plugin-transform-react-jsx-development": { |
| 993 | "version": "7.12.11", |
| 994 | "license": "MIT", |
| 995 | "dependencies": { |
| 996 | "@babel/helper-builder-react-jsx-experimental": "^7.12.11", |
| 997 | "@babel/helper-plugin-utils": "^7.10.4", |
| 998 | "@babel/plugin-syntax-jsx": "^7.12.1" |
| 999 | }, |
| 1000 | "peerDependencies": { |
| 1001 | "@babel/core": "^7.0.0-0" |
| 1002 | } |
| 1003 | }, |
| 1004 | "node_modules/@babel/plugin-transform-react-jsx-self": { |
| 1005 | "version": "7.12.1", |
| 1006 | "license": "MIT", |
| 1007 | "dependencies": { |
| 1008 | "@babel/helper-plugin-utils": "^7.10.4" |
| 1009 | }, |
| 1010 | "peerDependencies": { |
| 1011 | "@babel/core": "^7.0.0-0" |
| 1012 | } |
| 1013 | }, |
| 1014 | "node_modules/@babel/plugin-transform-react-jsx-source": { |
| 1015 | "version": "7.12.1", |
| 1016 | "license": "MIT", |
| 1017 | "dependencies": { |
| 1018 | "@babel/helper-plugin-utils": "^7.10.4" |
| 1019 | }, |
| 1020 | "peerDependencies": { |
| 1021 | "@babel/core": "^7.0.0-0" |
| 1022 | } |
| 1023 | }, |
| 1024 | "node_modules/@babel/plugin-transform-react-pure-annotations": { |
| 1025 | "version": "7.12.1", |
| 1026 | "license": "MIT", |
| 1027 | "dependencies": { |
| 1028 | "@babel/helper-annotate-as-pure": "^7.10.4", |
| 1029 | "@babel/helper-plugin-utils": "^7.10.4" |
| 1030 | }, |
| 1031 | "peerDependencies": { |
| 1032 | "@babel/core": "^7.0.0-0" |
| 1033 | } |
| 1034 | }, |
| 1035 | "node_modules/@babel/plugin-transform-regenerator": { |
| 1036 | "version": "7.12.1", |
| 1037 | "license": "MIT", |
| 1038 | "dependencies": { |
| 1039 | "regenerator-transform": "^0.14.2" |
| 1040 | }, |
| 1041 | "peerDependencies": { |
| 1042 | "@babel/core": "^7.0.0-0" |
| 1043 | } |
| 1044 | }, |
| 1045 | "node_modules/@babel/plugin-transform-reserved-words": { |
| 1046 | "version": "7.12.1", |
| 1047 | "license": "MIT", |
| 1048 | "dependencies": { |
| 1049 | "@babel/helper-plugin-utils": "^7.10.4" |
| 1050 | }, |
| 1051 | "peerDependencies": { |
| 1052 | "@babel/core": "^7.0.0-0" |
| 1053 | } |
| 1054 | }, |
| 1055 | "node_modules/@babel/plugin-transform-runtime": { |
| 1056 | "version": "7.12.1", |
| 1057 | "license": "MIT", |
| 1058 | "dependencies": { |
| 1059 | "@babel/helper-module-imports": "^7.12.1", |
| 1060 | "@babel/helper-plugin-utils": "^7.10.4", |
| 1061 | "resolve": "^1.8.1", |
| 1062 | "semver": "^5.5.1" |
| 1063 | }, |
| 1064 | "peerDependencies": { |
| 1065 | "@babel/core": "^7.0.0-0" |
| 1066 | } |
| 1067 | }, |
| 1068 | "node_modules/@babel/plugin-transform-shorthand-properties": { |
| 1069 | "version": "7.12.1", |
| 1070 | "license": "MIT", |
| 1071 | "dependencies": { |
| 1072 | "@babel/helper-plugin-utils": "^7.10.4" |
| 1073 | }, |
| 1074 | "peerDependencies": { |
| 1075 | "@babel/core": "^7.0.0-0" |
| 1076 | } |
| 1077 | }, |
| 1078 | "node_modules/@babel/plugin-transform-spread": { |
| 1079 | "version": "7.12.1", |
| 1080 | "license": "MIT", |
| 1081 | "dependencies": { |
| 1082 | "@babel/helper-plugin-utils": "^7.10.4", |
| 1083 | "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" |
| 1084 | }, |
| 1085 | "peerDependencies": { |
| 1086 | "@babel/core": "^7.0.0-0" |
| 1087 | } |
| 1088 | }, |
| 1089 | "node_modules/@babel/plugin-transform-sticky-regex": { |
| 1090 | "version": "7.12.7", |
| 1091 | "license": "MIT", |
| 1092 | "dependencies": { |
| 1093 | "@babel/helper-plugin-utils": "^7.10.4" |
| 1094 | }, |
| 1095 | "peerDependencies": { |
| 1096 | "@babel/core": "^7.0.0-0" |
| 1097 | } |
| 1098 | }, |
| 1099 | "node_modules/@babel/plugin-transform-template-literals": { |
| 1100 | "version": "7.12.1", |
| 1101 | "license": "MIT", |
| 1102 | "dependencies": { |
| 1103 | "@babel/helper-plugin-utils": "^7.10.4" |
| 1104 | }, |
| 1105 | "peerDependencies": { |
| 1106 | "@babel/core": "^7.0.0-0" |
| 1107 | } |
| 1108 | }, |
| 1109 | "node_modules/@babel/plugin-transform-typeof-symbol": { |
| 1110 | "version": "7.12.10", |
| 1111 | "license": "MIT", |
| 1112 | "dependencies": { |
| 1113 | "@babel/helper-plugin-utils": "^7.10.4" |
| 1114 | }, |
| 1115 | "peerDependencies": { |
| 1116 | "@babel/core": "^7.0.0-0" |
| 1117 | } |
| 1118 | }, |
| 1119 | "node_modules/@babel/plugin-transform-typescript": { |
| 1120 | "version": "7.12.1", |
| 1121 | "license": "MIT", |
| 1122 | "dependencies": { |
| 1123 | "@babel/helper-create-class-features-plugin": "^7.12.1", |
| 1124 | "@babel/helper-plugin-utils": "^7.10.4", |
| 1125 | "@babel/plugin-syntax-typescript": "^7.12.1" |
| 1126 | }, |
| 1127 | "peerDependencies": { |
| 1128 | "@babel/core": "^7.0.0-0" |
| 1129 | } |
| 1130 | }, |
| 1131 | "node_modules/@babel/plugin-transform-unicode-escapes": { |
| 1132 | "version": "7.12.1", |
| 1133 | "license": "MIT", |
| 1134 | "dependencies": { |
| 1135 | "@babel/helper-plugin-utils": "^7.10.4" |
| 1136 | }, |
| 1137 | "peerDependencies": { |
| 1138 | "@babel/core": "^7.0.0-0" |
| 1139 | } |
| 1140 | }, |
| 1141 | "node_modules/@babel/plugin-transform-unicode-regex": { |
| 1142 | "version": "7.12.1", |
| 1143 | "license": "MIT", |
| 1144 | "dependencies": { |
| 1145 | "@babel/helper-create-regexp-features-plugin": "^7.12.1", |
| 1146 | "@babel/helper-plugin-utils": "^7.10.4" |
| 1147 | }, |
| 1148 | "peerDependencies": { |
| 1149 | "@babel/core": "^7.0.0-0" |
| 1150 | } |
| 1151 | }, |
| 1152 | "node_modules/@babel/preset-env": { |
| 1153 | "version": "7.12.1", |
| 1154 | "license": "MIT", |
| 1155 | "dependencies": { |
| 1156 | "@babel/compat-data": "^7.12.1", |
| 1157 | "@babel/helper-compilation-targets": "^7.12.1", |
| 1158 | "@babel/helper-module-imports": "^7.12.1", |
| 1159 | "@babel/helper-plugin-utils": "^7.10.4", |
| 1160 | "@babel/helper-validator-option": "^7.12.1", |
| 1161 | "@babel/plugin-proposal-async-generator-functions": "^7.12.1", |
| 1162 | "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 1163 | "@babel/plugin-proposal-dynamic-import": "^7.12.1", |
| 1164 | "@babel/plugin-proposal-export-namespace-from": "^7.12.1", |
| 1165 | "@babel/plugin-proposal-json-strings": "^7.12.1", |
| 1166 | "@babel/plugin-proposal-logical-assignment-operators": "^7.12.1", |
| 1167 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", |
| 1168 | "@babel/plugin-proposal-numeric-separator": "^7.12.1", |
| 1169 | "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
| 1170 | "@babel/plugin-proposal-optional-catch-binding": "^7.12.1", |
| 1171 | "@babel/plugin-proposal-optional-chaining": "^7.12.1", |
| 1172 | "@babel/plugin-proposal-private-methods": "^7.12.1", |
| 1173 | "@babel/plugin-proposal-unicode-property-regex": "^7.12.1", |
| 1174 | "@babel/plugin-syntax-async-generators": "^7.8.0", |
| 1175 | "@babel/plugin-syntax-class-properties": "^7.12.1", |
| 1176 | "@babel/plugin-syntax-dynamic-import": "^7.8.0", |
| 1177 | "@babel/plugin-syntax-export-namespace-from": "^7.8.3", |
| 1178 | "@babel/plugin-syntax-json-strings": "^7.8.0", |
| 1179 | "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", |
| 1180 | "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", |
| 1181 | "@babel/plugin-syntax-numeric-separator": "^7.10.4", |
| 1182 | "@babel/plugin-syntax-object-rest-spread": "^7.8.0", |
| 1183 | "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", |
| 1184 | "@babel/plugin-syntax-optional-chaining": "^7.8.0", |
| 1185 | "@babel/plugin-syntax-top-level-await": "^7.12.1", |
| 1186 | "@babel/plugin-transform-arrow-functions": "^7.12.1", |
| 1187 | "@babel/plugin-transform-async-to-generator": "^7.12.1", |
| 1188 | "@babel/plugin-transform-block-scoped-functions": "^7.12.1", |
| 1189 | "@babel/plugin-transform-block-scoping": "^7.12.1", |
| 1190 | "@babel/plugin-transform-classes": "^7.12.1", |
| 1191 | "@babel/plugin-transform-computed-properties": "^7.12.1", |
| 1192 | "@babel/plugin-transform-destructuring": "^7.12.1", |
| 1193 | "@babel/plugin-transform-dotall-regex": "^7.12.1", |
| 1194 | "@babel/plugin-transform-duplicate-keys": "^7.12.1", |
| 1195 | "@babel/plugin-transform-exponentiation-operator": "^7.12.1", |
| 1196 | "@babel/plugin-transform-for-of": "^7.12.1", |
| 1197 | "@babel/plugin-transform-function-name": "^7.12.1", |
| 1198 | "@babel/plugin-transform-literals": "^7.12.1", |
| 1199 | "@babel/plugin-transform-member-expression-literals": "^7.12.1", |
| 1200 | "@babel/plugin-transform-modules-amd": "^7.12.1", |
| 1201 | "@babel/plugin-transform-modules-commonjs": "^7.12.1", |
| 1202 | "@babel/plugin-transform-modules-systemjs": "^7.12.1", |
| 1203 | "@babel/plugin-transform-modules-umd": "^7.12.1", |
| 1204 | "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.1", |
| 1205 | "@babel/plugin-transform-new-target": "^7.12.1", |
| 1206 | "@babel/plugin-transform-object-super": "^7.12.1", |
| 1207 | "@babel/plugin-transform-parameters": "^7.12.1", |
| 1208 | "@babel/plugin-transform-property-literals": "^7.12.1", |
| 1209 | "@babel/plugin-transform-regenerator": "^7.12.1", |
| 1210 | "@babel/plugin-transform-reserved-words": "^7.12.1", |
| 1211 | "@babel/plugin-transform-shorthand-properties": "^7.12.1", |
| 1212 | "@babel/plugin-transform-spread": "^7.12.1", |
| 1213 | "@babel/plugin-transform-sticky-regex": "^7.12.1", |
| 1214 | "@babel/plugin-transform-template-literals": "^7.12.1", |
| 1215 | "@babel/plugin-transform-typeof-symbol": "^7.12.1", |
| 1216 | "@babel/plugin-transform-unicode-escapes": "^7.12.1", |
| 1217 | "@babel/plugin-transform-unicode-regex": "^7.12.1", |
| 1218 | "@babel/preset-modules": "^0.1.3", |
| 1219 | "@babel/types": "^7.12.1", |
| 1220 | "core-js-compat": "^3.6.2", |
| 1221 | "semver": "^5.5.0" |
| 1222 | }, |
| 1223 | "peerDependencies": { |
| 1224 | "@babel/core": "^7.0.0-0" |
| 1225 | } |
| 1226 | }, |
| 1227 | "node_modules/@babel/preset-modules": { |
| 1228 | "version": "0.1.4", |
| 1229 | "license": "MIT", |
| 1230 | "dependencies": { |
| 1231 | "@babel/helper-plugin-utils": "^7.0.0", |
| 1232 | "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", |
| 1233 | "@babel/plugin-transform-dotall-regex": "^7.4.4", |
| 1234 | "@babel/types": "^7.4.4", |
| 1235 | "esutils": "^2.0.2" |
| 1236 | }, |
| 1237 | "peerDependencies": { |
| 1238 | "@babel/core": "^7.0.0-0" |
| 1239 | } |
| 1240 | }, |
| 1241 | "node_modules/@babel/preset-react": { |
| 1242 | "version": "7.12.1", |
| 1243 | "license": "MIT", |
| 1244 | "dependencies": { |
| 1245 | "@babel/helper-plugin-utils": "^7.10.4", |
| 1246 | "@babel/plugin-transform-react-display-name": "^7.12.1", |
| 1247 | "@babel/plugin-transform-react-jsx": "^7.12.1", |
| 1248 | "@babel/plugin-transform-react-jsx-development": "^7.12.1", |
| 1249 | "@babel/plugin-transform-react-jsx-self": "^7.12.1", |
| 1250 | "@babel/plugin-transform-react-jsx-source": "^7.12.1", |
| 1251 | "@babel/plugin-transform-react-pure-annotations": "^7.12.1" |
| 1252 | }, |
| 1253 | "peerDependencies": { |
| 1254 | "@babel/core": "^7.0.0-0" |
| 1255 | } |
| 1256 | }, |
| 1257 | "node_modules/@babel/preset-typescript": { |
| 1258 | "version": "7.12.1", |
| 1259 | "license": "MIT", |
| 1260 | "dependencies": { |
| 1261 | "@babel/helper-plugin-utils": "^7.10.4", |
| 1262 | "@babel/plugin-transform-typescript": "^7.12.1" |
| 1263 | }, |
| 1264 | "peerDependencies": { |
| 1265 | "@babel/core": "^7.0.0-0" |
| 1266 | } |
| 1267 | }, |
| 1268 | "node_modules/@babel/register": { |
| 1269 | "version": "7.13.16", |
| 1270 | "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.13.16.tgz", |
| 1271 | "integrity": "sha512-dh2t11ysujTwByQjXNgJ48QZ2zcXKQVdV8s0TbeMI0flmtGWCdTwK9tJiACHXPLmncm5+ktNn/diojA45JE4jg==", |
| 1272 | "dependencies": { |
| 1273 | "clone-deep": "^4.0.1", |
| 1274 | "find-cache-dir": "^2.0.0", |
| 1275 | "make-dir": "^2.1.0", |
| 1276 | "pirates": "^4.0.0", |
| 1277 | "source-map-support": "^0.5.16" |
| 1278 | }, |
| 1279 | "peerDependencies": { |
| 1280 | "@babel/core": "^7.0.0-0" |
| 1281 | } |
| 1282 | }, |
| 1283 | "node_modules/@babel/runtime": { |
| 1284 | "version": "7.12.1", |
| 1285 | "license": "MIT", |
| 1286 | "dependencies": { |
| 1287 | "regenerator-runtime": "^0.13.4" |
| 1288 | } |
| 1289 | }, |
| 1290 | "node_modules/@babel/template": { |
| 1291 | "version": "7.22.15", |
| 1292 | "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", |
| 1293 | "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", |
| 1294 | "dependencies": { |
| 1295 | "@babel/code-frame": "^7.22.13", |
| 1296 | "@babel/parser": "^7.22.15", |
| 1297 | "@babel/types": "^7.22.15" |
| 1298 | }, |
| 1299 | "engines": { |
| 1300 | "node": ">=6.9.0" |
| 1301 | } |
| 1302 | }, |
| 1303 | "node_modules/@babel/traverse": { |
| 1304 | "version": "7.23.3", |
| 1305 | "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.3.tgz", |
| 1306 | "integrity": "sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==", |
| 1307 | "dependencies": { |
| 1308 | "@babel/code-frame": "^7.22.13", |
| 1309 | "@babel/generator": "^7.23.3", |
| 1310 | "@babel/helper-environment-visitor": "^7.22.20", |
| 1311 | "@babel/helper-function-name": "^7.23.0", |
| 1312 | "@babel/helper-hoist-variables": "^7.22.5", |
| 1313 | "@babel/helper-split-export-declaration": "^7.22.6", |
| 1314 | "@babel/parser": "^7.23.3", |
| 1315 | "@babel/types": "^7.23.3", |
| 1316 | "debug": "^4.1.0", |
| 1317 | "globals": "^11.1.0" |
| 1318 | }, |
| 1319 | "engines": { |
| 1320 | "node": ">=6.9.0" |
| 1321 | } |
| 1322 | }, |
| 1323 | "node_modules/@babel/types": { |
| 1324 | "version": "7.23.3", |
| 1325 | "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.3.tgz", |
| 1326 | "integrity": "sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==", |
| 1327 | "dependencies": { |
| 1328 | "@babel/helper-string-parser": "^7.22.5", |
| 1329 | "@babel/helper-validator-identifier": "^7.22.20", |
| 1330 | "to-fast-properties": "^2.0.0" |
| 1331 | }, |
| 1332 | "engines": { |
| 1333 | "node": ">=6.9.0" |
| 1334 | } |
| 1335 | }, |
| 1336 | "node_modules/@jridgewell/gen-mapping": { |
| 1337 | "version": "0.3.3", |
| 1338 | "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", |
| 1339 | "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", |
| 1340 | "dependencies": { |
| 1341 | "@jridgewell/set-array": "^1.0.1", |
| 1342 | "@jridgewell/sourcemap-codec": "^1.4.10", |
| 1343 | "@jridgewell/trace-mapping": "^0.3.9" |
| 1344 | }, |
| 1345 | "engines": { |
| 1346 | "node": ">=6.0.0" |
| 1347 | } |
| 1348 | }, |
| 1349 | "node_modules/@jridgewell/resolve-uri": { |
| 1350 | "version": "3.1.1", |
| 1351 | "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", |
| 1352 | "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", |
| 1353 | "engines": { |
| 1354 | "node": ">=6.0.0" |
| 1355 | } |
| 1356 | }, |
| 1357 | "node_modules/@jridgewell/set-array": { |
| 1358 | "version": "1.1.2", |
| 1359 | "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", |
| 1360 | "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", |
| 1361 | "engines": { |
| 1362 | "node": ">=6.0.0" |
| 1363 | } |
| 1364 | }, |
| 1365 | "node_modules/@jridgewell/sourcemap-codec": { |
| 1366 | "version": "1.4.15", |
| 1367 | "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", |
| 1368 | "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" |
| 1369 | }, |
| 1370 | "node_modules/@jridgewell/trace-mapping": { |
| 1371 | "version": "0.3.20", |
| 1372 | "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz", |
| 1373 | "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", |
| 1374 | "dependencies": { |
| 1375 | "@jridgewell/resolve-uri": "^3.1.0", |
| 1376 | "@jridgewell/sourcemap-codec": "^1.4.14" |
| 1377 | } |
| 1378 | }, |
| 1379 | "node_modules/@sindresorhus/is": { |
| 1380 | "version": "0.14.0", |
| 1381 | "license": "MIT", |
| 1382 | "engines": { |
| 1383 | "node": ">=6" |
| 1384 | } |
| 1385 | }, |
| 1386 | "node_modules/@szmarczak/http-timer": { |
| 1387 | "version": "1.1.2", |
| 1388 | "license": "MIT", |
| 1389 | "dependencies": { |
| 1390 | "defer-to-connect": "^1.0.1" |
| 1391 | }, |
| 1392 | "engines": { |
| 1393 | "node": ">=6" |
| 1394 | } |
| 1395 | }, |
| 1396 | "node_modules/@types/json-schema": { |
| 1397 | "version": "7.0.6", |
| 1398 | "license": "MIT" |
| 1399 | }, |
| 1400 | "node_modules/@types/parse-json": { |
| 1401 | "version": "4.0.0", |
| 1402 | "license": "MIT" |
| 1403 | }, |
| 1404 | "node_modules/@webassemblyjs/ast": { |
| 1405 | "version": "1.9.0", |
| 1406 | "license": "MIT", |
| 1407 | "dependencies": { |
| 1408 | "@webassemblyjs/helper-module-context": "1.9.0", |
| 1409 | "@webassemblyjs/helper-wasm-bytecode": "1.9.0", |
| 1410 | "@webassemblyjs/wast-parser": "1.9.0" |
| 1411 | } |
| 1412 | }, |
| 1413 | "node_modules/@webassemblyjs/floating-point-hex-parser": { |
| 1414 | "version": "1.9.0", |
| 1415 | "license": "MIT" |
| 1416 | }, |
| 1417 | "node_modules/@webassemblyjs/helper-api-error": { |
| 1418 | "version": "1.9.0", |
| 1419 | "license": "MIT" |
| 1420 | }, |
| 1421 | "node_modules/@webassemblyjs/helper-buffer": { |
| 1422 | "version": "1.9.0", |
| 1423 | "license": "MIT" |
| 1424 | }, |
| 1425 | "node_modules/@webassemblyjs/helper-code-frame": { |
| 1426 | "version": "1.9.0", |
| 1427 | "license": "MIT", |
| 1428 | "dependencies": { |
| 1429 | "@webassemblyjs/wast-printer": "1.9.0" |
| 1430 | } |
| 1431 | }, |
| 1432 | "node_modules/@webassemblyjs/helper-fsm": { |
| 1433 | "version": "1.9.0", |
| 1434 | "license": "ISC" |
| 1435 | }, |
| 1436 | "node_modules/@webassemblyjs/helper-module-context": { |
| 1437 | "version": "1.9.0", |
| 1438 | "license": "MIT", |
| 1439 | "dependencies": { |
| 1440 | "@webassemblyjs/ast": "1.9.0" |
| 1441 | } |
| 1442 | }, |
| 1443 | "node_modules/@webassemblyjs/helper-wasm-bytecode": { |
| 1444 | "version": "1.9.0", |
| 1445 | "license": "MIT" |
| 1446 | }, |
| 1447 | "node_modules/@webassemblyjs/helper-wasm-section": { |
| 1448 | "version": "1.9.0", |
| 1449 | "license": "MIT", |
| 1450 | "dependencies": { |
| 1451 | "@webassemblyjs/ast": "1.9.0", |
| 1452 | "@webassemblyjs/helper-buffer": "1.9.0", |
| 1453 | "@webassemblyjs/helper-wasm-bytecode": "1.9.0", |
| 1454 | "@webassemblyjs/wasm-gen": "1.9.0" |
| 1455 | } |
| 1456 | }, |
| 1457 | "node_modules/@webassemblyjs/ieee754": { |
| 1458 | "version": "1.9.0", |
| 1459 | "license": "MIT", |
| 1460 | "dependencies": { |
| 1461 | "@xtuc/ieee754": "^1.2.0" |
| 1462 | } |
| 1463 | }, |
| 1464 | "node_modules/@webassemblyjs/leb128": { |
| 1465 | "version": "1.9.0", |
| 1466 | "license": "MIT", |
| 1467 | "dependencies": { |
| 1468 | "@xtuc/long": "4.2.2" |
| 1469 | } |
| 1470 | }, |
| 1471 | "node_modules/@webassemblyjs/utf8": { |
| 1472 | "version": "1.9.0", |
| 1473 | "license": "MIT" |
| 1474 | }, |
| 1475 | "node_modules/@webassemblyjs/wasm-edit": { |
| 1476 | "version": "1.9.0", |
| 1477 | "license": "MIT", |
| 1478 | "dependencies": { |
| 1479 | "@webassemblyjs/ast": "1.9.0", |
| 1480 | "@webassemblyjs/helper-buffer": "1.9.0", |
| 1481 | "@webassemblyjs/helper-wasm-bytecode": "1.9.0", |
| 1482 | "@webassemblyjs/helper-wasm-section": "1.9.0", |
| 1483 | "@webassemblyjs/wasm-gen": "1.9.0", |
| 1484 | "@webassemblyjs/wasm-opt": "1.9.0", |
| 1485 | "@webassemblyjs/wasm-parser": "1.9.0", |
| 1486 | "@webassemblyjs/wast-printer": "1.9.0" |
| 1487 | } |
| 1488 | }, |
| 1489 | "node_modules/@webassemblyjs/wasm-gen": { |
| 1490 | "version": "1.9.0", |
| 1491 | "license": "MIT", |
| 1492 | "dependencies": { |
| 1493 | "@webassemblyjs/ast": "1.9.0", |
| 1494 | "@webassemblyjs/helper-wasm-bytecode": "1.9.0", |
| 1495 | "@webassemblyjs/ieee754": "1.9.0", |
| 1496 | "@webassemblyjs/leb128": "1.9.0", |
| 1497 | "@webassemblyjs/utf8": "1.9.0" |
| 1498 | } |
| 1499 | }, |
| 1500 | "node_modules/@webassemblyjs/wasm-opt": { |
| 1501 | "version": "1.9.0", |
| 1502 | "license": "MIT", |
| 1503 | "dependencies": { |
| 1504 | "@webassemblyjs/ast": "1.9.0", |
| 1505 | "@webassemblyjs/helper-buffer": "1.9.0", |
| 1506 | "@webassemblyjs/wasm-gen": "1.9.0", |
| 1507 | "@webassemblyjs/wasm-parser": "1.9.0" |
| 1508 | } |
| 1509 | }, |
| 1510 | "node_modules/@webassemblyjs/wasm-parser": { |
| 1511 | "version": "1.9.0", |
| 1512 | "license": "MIT", |
| 1513 | "dependencies": { |
| 1514 | "@webassemblyjs/ast": "1.9.0", |
| 1515 | "@webassemblyjs/helper-api-error": "1.9.0", |
| 1516 | "@webassemblyjs/helper-wasm-bytecode": "1.9.0", |
| 1517 | "@webassemblyjs/ieee754": "1.9.0", |
| 1518 | "@webassemblyjs/leb128": "1.9.0", |
| 1519 | "@webassemblyjs/utf8": "1.9.0" |
| 1520 | } |
| 1521 | }, |
| 1522 | "node_modules/@webassemblyjs/wast-parser": { |
| 1523 | "version": "1.9.0", |
| 1524 | "license": "MIT", |
| 1525 | "dependencies": { |
| 1526 | "@webassemblyjs/ast": "1.9.0", |
| 1527 | "@webassemblyjs/floating-point-hex-parser": "1.9.0", |
| 1528 | "@webassemblyjs/helper-api-error": "1.9.0", |
| 1529 | "@webassemblyjs/helper-code-frame": "1.9.0", |
| 1530 | "@webassemblyjs/helper-fsm": "1.9.0", |
| 1531 | "@xtuc/long": "4.2.2" |
| 1532 | } |
| 1533 | }, |
| 1534 | "node_modules/@webassemblyjs/wast-printer": { |
| 1535 | "version": "1.9.0", |
| 1536 | "license": "MIT", |
| 1537 | "dependencies": { |
| 1538 | "@webassemblyjs/ast": "1.9.0", |
| 1539 | "@webassemblyjs/wast-parser": "1.9.0", |
| 1540 | "@xtuc/long": "4.2.2" |
| 1541 | } |
| 1542 | }, |
| 1543 | "node_modules/@webpack-cli/info": { |
| 1544 | "version": "1.1.0", |
| 1545 | "license": "MIT", |
| 1546 | "dependencies": { |
| 1547 | "envinfo": "^7.7.3" |
| 1548 | }, |
| 1549 | "peerDependencies": { |
| 1550 | "webpack-cli": "4.x.x" |
| 1551 | } |
| 1552 | }, |
| 1553 | "node_modules/@webpack-cli/serve": { |
| 1554 | "version": "1.1.0", |
| 1555 | "license": "MIT", |
| 1556 | "peerDependencies": { |
| 1557 | "webpack-cli": "4.x.x" |
| 1558 | }, |
| 1559 | "peerDependenciesMeta": { |
| 1560 | "webpack-dev-server": { |
| 1561 | "optional": true |
| 1562 | } |
| 1563 | } |
| 1564 | }, |
| 1565 | "node_modules/@xtuc/ieee754": { |
| 1566 | "version": "1.2.0", |
| 1567 | "license": "BSD-3-Clause" |
| 1568 | }, |
| 1569 | "node_modules/@xtuc/long": { |
| 1570 | "version": "4.2.2", |
| 1571 | "license": "Apache-2.0" |
| 1572 | }, |
| 1573 | "node_modules/abbrev": { |
| 1574 | "version": "1.1.1", |
| 1575 | "license": "ISC" |
| 1576 | }, |
| 1577 | "node_modules/accepts": { |
| 1578 | "version": "1.3.7", |
| 1579 | "license": "MIT", |
| 1580 | "dependencies": { |
| 1581 | "mime-types": "~2.1.24", |
| 1582 | "negotiator": "0.6.2" |
| 1583 | }, |
| 1584 | "engines": { |
| 1585 | "node": ">= 0.6" |
| 1586 | } |
| 1587 | }, |
| 1588 | "node_modules/acorn": { |
| 1589 | "version": "6.4.2", |
| 1590 | "license": "MIT", |
| 1591 | "bin": { |
| 1592 | "acorn": "bin/acorn" |
| 1593 | }, |
| 1594 | "engines": { |
| 1595 | "node": ">=0.4.0" |
| 1596 | } |
| 1597 | }, |
| 1598 | "node_modules/ajv": { |
| 1599 | "version": "6.12.6", |
| 1600 | "license": "MIT", |
| 1601 | "dependencies": { |
| 1602 | "fast-deep-equal": "^3.1.1", |
| 1603 | "fast-json-stable-stringify": "^2.0.0", |
| 1604 | "json-schema-traverse": "^0.4.1", |
| 1605 | "uri-js": "^4.2.2" |
| 1606 | }, |
| 1607 | "funding": { |
| 1608 | "type": "github", |
| 1609 | "url": "https://github.com/sponsors/epoberezkin" |
| 1610 | } |
| 1611 | }, |
| 1612 | "node_modules/ajv-errors": { |
| 1613 | "version": "1.0.1", |
| 1614 | "license": "MIT", |
| 1615 | "peerDependencies": { |
| 1616 | "ajv": ">=5.0.0" |
| 1617 | } |
| 1618 | }, |
| 1619 | "node_modules/ajv-keywords": { |
| 1620 | "version": "3.5.2", |
| 1621 | "license": "MIT", |
| 1622 | "peerDependencies": { |
| 1623 | "ajv": "^6.9.1" |
| 1624 | } |
| 1625 | }, |
| 1626 | "node_modules/ansi-align": { |
| 1627 | "version": "3.0.0", |
| 1628 | "license": "ISC", |
| 1629 | "dependencies": { |
| 1630 | "string-width": "^3.0.0" |
| 1631 | } |
| 1632 | }, |
| 1633 | "node_modules/ansi-colors": { |
| 1634 | "version": "4.1.1", |
| 1635 | "license": "MIT", |
| 1636 | "engines": { |
| 1637 | "node": ">=6" |
| 1638 | } |
| 1639 | }, |
| 1640 | "node_modules/ansi-regex": { |
| 1641 | "version": "4.1.0", |
| 1642 | "license": "MIT", |
| 1643 | "engines": { |
| 1644 | "node": ">=6" |
| 1645 | } |
| 1646 | }, |
| 1647 | "node_modules/ansi-styles": { |
| 1648 | "version": "3.2.1", |
| 1649 | "license": "MIT", |
| 1650 | "dependencies": { |
| 1651 | "color-convert": "^1.9.0" |
| 1652 | }, |
| 1653 | "engines": { |
| 1654 | "node": ">=4" |
| 1655 | } |
| 1656 | }, |
| 1657 | "node_modules/anymatch": { |
| 1658 | "version": "3.1.1", |
| 1659 | "license": "ISC", |
| 1660 | "dependencies": { |
| 1661 | "normalize-path": "^3.0.0", |
| 1662 | "picomatch": "^2.0.4" |
| 1663 | }, |
| 1664 | "engines": { |
| 1665 | "node": ">= 8" |
| 1666 | } |
| 1667 | }, |
| 1668 | "node_modules/aproba": { |
| 1669 | "version": "1.2.0", |
| 1670 | "license": "ISC" |
| 1671 | }, |
| 1672 | "node_modules/arr-diff": { |
| 1673 | "version": "4.0.0", |
| 1674 | "license": "MIT", |
| 1675 | "engines": { |
| 1676 | "node": ">=0.10.0" |
| 1677 | } |
| 1678 | }, |
| 1679 | "node_modules/arr-flatten": { |
| 1680 | "version": "1.1.0", |
| 1681 | "license": "MIT", |
| 1682 | "engines": { |
| 1683 | "node": ">=0.10.0" |
| 1684 | } |
| 1685 | }, |
| 1686 | "node_modules/arr-union": { |
| 1687 | "version": "3.1.0", |
| 1688 | "license": "MIT", |
| 1689 | "engines": { |
| 1690 | "node": ">=0.10.0" |
| 1691 | } |
| 1692 | }, |
| 1693 | "node_modules/array-back": { |
| 1694 | "version": "4.0.1", |
| 1695 | "license": "MIT", |
| 1696 | "engines": { |
| 1697 | "node": ">=8" |
| 1698 | } |
| 1699 | }, |
| 1700 | "node_modules/array-flatten": { |
| 1701 | "version": "1.1.1", |
| 1702 | "license": "MIT" |
| 1703 | }, |
| 1704 | "node_modules/array-unique": { |
| 1705 | "version": "0.3.2", |
| 1706 | "license": "MIT", |
| 1707 | "engines": { |
| 1708 | "node": ">=0.10.0" |
| 1709 | } |
| 1710 | }, |
| 1711 | "node_modules/asn1.js": { |
| 1712 | "version": "5.4.1", |
| 1713 | "license": "MIT", |
| 1714 | "dependencies": { |
| 1715 | "bn.js": "^4.0.0", |
| 1716 | "inherits": "^2.0.1", |
| 1717 | "minimalistic-assert": "^1.0.0", |
| 1718 | "safer-buffer": "^2.1.0" |
| 1719 | } |
| 1720 | }, |
| 1721 | "node_modules/asn1.js/node_modules/bn.js": { |
| 1722 | "version": "4.11.9", |
| 1723 | "license": "MIT" |
| 1724 | }, |
| 1725 | "node_modules/assert": { |
| 1726 | "version": "1.5.0", |
| 1727 | "license": "MIT", |
| 1728 | "dependencies": { |
| 1729 | "object-assign": "^4.1.1", |
| 1730 | "util": "0.10.3" |
| 1731 | } |
| 1732 | }, |
| 1733 | "node_modules/assert/node_modules/inherits": { |
| 1734 | "version": "2.0.1", |
| 1735 | "license": "ISC" |
| 1736 | }, |
| 1737 | "node_modules/assert/node_modules/util": { |
| 1738 | "version": "0.10.3", |
| 1739 | "license": "MIT", |
| 1740 | "dependencies": { |
| 1741 | "inherits": "2.0.1" |
| 1742 | } |
| 1743 | }, |
| 1744 | "node_modules/assign-symbols": { |
| 1745 | "version": "1.0.0", |
| 1746 | "license": "MIT", |
| 1747 | "engines": { |
| 1748 | "node": ">=0.10.0" |
| 1749 | } |
| 1750 | }, |
| 1751 | "node_modules/async-each": { |
| 1752 | "version": "1.0.3", |
| 1753 | "license": "MIT", |
| 1754 | "optional": true |
| 1755 | }, |
| 1756 | "node_modules/atob": { |
| 1757 | "version": "2.1.2", |
| 1758 | "license": "(MIT OR Apache-2.0)", |
| 1759 | "bin": { |
| 1760 | "atob": "bin/atob.js" |
| 1761 | }, |
| 1762 | "engines": { |
| 1763 | "node": ">= 4.5.0" |
| 1764 | } |
| 1765 | }, |
| 1766 | "node_modules/babel-loader": { |
| 1767 | "version": "8.1.0", |
| 1768 | "license": "MIT", |
| 1769 | "dependencies": { |
| 1770 | "find-cache-dir": "^2.1.0", |
| 1771 | "loader-utils": "^1.4.0", |
| 1772 | "mkdirp": "^0.5.3", |
| 1773 | "pify": "^4.0.1", |
| 1774 | "schema-utils": "^2.6.5" |
| 1775 | }, |
| 1776 | "engines": { |
| 1777 | "node": ">= 6.9" |
| 1778 | }, |
| 1779 | "peerDependencies": { |
| 1780 | "@babel/core": "^7.0.0", |
| 1781 | "webpack": ">=2" |
| 1782 | } |
| 1783 | }, |
| 1784 | "node_modules/babel-plugin-dynamic-import-node": { |
| 1785 | "version": "2.3.3", |
| 1786 | "license": "MIT", |
| 1787 | "dependencies": { |
| 1788 | "object.assign": "^4.1.0" |
| 1789 | } |
| 1790 | }, |
| 1791 | "node_modules/babel-plugin-macros": { |
| 1792 | "version": "2.8.0", |
| 1793 | "license": "MIT", |
| 1794 | "dependencies": { |
| 1795 | "@babel/runtime": "^7.7.2", |
| 1796 | "cosmiconfig": "^6.0.0", |
| 1797 | "resolve": "^1.12.0" |
| 1798 | } |
| 1799 | }, |
| 1800 | "node_modules/babel-plugin-transform-react-remove-prop-types": { |
| 1801 | "version": "0.4.24", |
| 1802 | "license": "MIT" |
| 1803 | }, |
| 1804 | "node_modules/babel-preset-react-app": { |
| 1805 | "version": "10.0.0", |
| 1806 | "license": "MIT", |
| 1807 | "dependencies": { |
| 1808 | "@babel/core": "7.12.3", |
| 1809 | "@babel/plugin-proposal-class-properties": "7.12.1", |
| 1810 | "@babel/plugin-proposal-decorators": "7.12.1", |
| 1811 | "@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1", |
| 1812 | "@babel/plugin-proposal-numeric-separator": "7.12.1", |
| 1813 | "@babel/plugin-proposal-optional-chaining": "7.12.1", |
| 1814 | "@babel/plugin-transform-flow-strip-types": "7.12.1", |
| 1815 | "@babel/plugin-transform-react-display-name": "7.12.1", |
| 1816 | "@babel/plugin-transform-runtime": "7.12.1", |
| 1817 | "@babel/preset-env": "7.12.1", |
| 1818 | "@babel/preset-react": "7.12.1", |
| 1819 | "@babel/preset-typescript": "7.12.1", |
| 1820 | "@babel/runtime": "7.12.1", |
| 1821 | "babel-plugin-macros": "2.8.0", |
| 1822 | "babel-plugin-transform-react-remove-prop-types": "0.4.24" |
| 1823 | } |
| 1824 | }, |
| 1825 | "node_modules/babel-preset-react-app/node_modules/@babel/core": { |
| 1826 | "version": "7.12.3", |
| 1827 | "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.3.tgz", |
| 1828 | "integrity": "sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==", |
| 1829 | "dependencies": { |
| 1830 | "@babel/code-frame": "^7.10.4", |
| 1831 | "@babel/generator": "^7.12.1", |
| 1832 | "@babel/helper-module-transforms": "^7.12.1", |
| 1833 | "@babel/helpers": "^7.12.1", |
| 1834 | "@babel/parser": "^7.12.3", |
| 1835 | "@babel/template": "^7.10.4", |
| 1836 | "@babel/traverse": "^7.12.1", |
| 1837 | "@babel/types": "^7.12.1", |
| 1838 | "convert-source-map": "^1.7.0", |
| 1839 | "debug": "^4.1.0", |
| 1840 | "gensync": "^1.0.0-beta.1", |
| 1841 | "json5": "^2.1.2", |
| 1842 | "lodash": "^4.17.19", |
| 1843 | "resolve": "^1.3.2", |
| 1844 | "semver": "^5.4.1", |
| 1845 | "source-map": "^0.5.0" |
| 1846 | }, |
| 1847 | "engines": { |
| 1848 | "node": ">=6.9.0" |
| 1849 | }, |
| 1850 | "funding": { |
| 1851 | "type": "opencollective", |
| 1852 | "url": "https://opencollective.com/babel" |
| 1853 | } |
| 1854 | }, |
| 1855 | "node_modules/balanced-match": { |
| 1856 | "version": "1.0.0", |
| 1857 | "license": "MIT" |
| 1858 | }, |
| 1859 | "node_modules/base": { |
| 1860 | "version": "0.11.2", |
| 1861 | "license": "MIT", |
| 1862 | "dependencies": { |
| 1863 | "cache-base": "^1.0.1", |
| 1864 | "class-utils": "^0.3.5", |
| 1865 | "component-emitter": "^1.2.1", |
| 1866 | "define-property": "^1.0.0", |
| 1867 | "isobject": "^3.0.1", |
| 1868 | "mixin-deep": "^1.2.0", |
| 1869 | "pascalcase": "^0.1.1" |
| 1870 | }, |
| 1871 | "engines": { |
| 1872 | "node": ">=0.10.0" |
| 1873 | } |
| 1874 | }, |
| 1875 | "node_modules/base/node_modules/define-property": { |
| 1876 | "version": "1.0.0", |
| 1877 | "license": "MIT", |
| 1878 | "dependencies": { |
| 1879 | "is-descriptor": "^1.0.0" |
| 1880 | }, |
| 1881 | "engines": { |
| 1882 | "node": ">=0.10.0" |
| 1883 | } |
| 1884 | }, |
| 1885 | "node_modules/base/node_modules/is-accessor-descriptor": { |
| 1886 | "version": "1.0.0", |
| 1887 | "license": "MIT", |
| 1888 | "dependencies": { |
| 1889 | "kind-of": "^6.0.0" |
| 1890 | }, |
| 1891 | "engines": { |
| 1892 | "node": ">=0.10.0" |
| 1893 | } |
| 1894 | }, |
| 1895 | "node_modules/base/node_modules/is-data-descriptor": { |
| 1896 | "version": "1.0.0", |
| 1897 | "license": "MIT", |
| 1898 | "dependencies": { |
| 1899 | "kind-of": "^6.0.0" |
| 1900 | }, |
| 1901 | "engines": { |
| 1902 | "node": ">=0.10.0" |
| 1903 | } |
| 1904 | }, |
| 1905 | "node_modules/base/node_modules/is-descriptor": { |
| 1906 | "version": "1.0.2", |
| 1907 | "license": "MIT", |
| 1908 | "dependencies": { |
| 1909 | "is-accessor-descriptor": "^1.0.0", |
| 1910 | "is-data-descriptor": "^1.0.0", |
| 1911 | "kind-of": "^6.0.2" |
| 1912 | }, |
| 1913 | "engines": { |
| 1914 | "node": ">=0.10.0" |
| 1915 | } |
| 1916 | }, |
| 1917 | "node_modules/base64-js": { |
| 1918 | "version": "1.5.1", |
| 1919 | "funding": [ |
| 1920 | { |
| 1921 | "type": "github", |
| 1922 | "url": "https://github.com/sponsors/feross" |
| 1923 | }, |
| 1924 | { |
| 1925 | "type": "patreon", |
| 1926 | "url": "https://www.patreon.com/feross" |
| 1927 | }, |
| 1928 | { |
| 1929 | "type": "consulting", |
| 1930 | "url": "https://feross.org/support" |
| 1931 | } |
| 1932 | ], |
| 1933 | "license": "MIT" |
| 1934 | }, |
| 1935 | "node_modules/big.js": { |
| 1936 | "version": "5.2.2", |
| 1937 | "license": "MIT", |
| 1938 | "engines": { |
| 1939 | "node": "*" |
| 1940 | } |
| 1941 | }, |
| 1942 | "node_modules/binary-extensions": { |
| 1943 | "version": "2.1.0", |
| 1944 | "license": "MIT", |
| 1945 | "engines": { |
| 1946 | "node": ">=8" |
| 1947 | } |
| 1948 | }, |
| 1949 | "node_modules/bindings": { |
| 1950 | "version": "1.5.0", |
| 1951 | "license": "MIT", |
| 1952 | "optional": true, |
| 1953 | "dependencies": { |
| 1954 | "file-uri-to-path": "1.0.0" |
| 1955 | } |
| 1956 | }, |
| 1957 | "node_modules/bluebird": { |
| 1958 | "version": "3.7.2", |
| 1959 | "license": "MIT" |
| 1960 | }, |
| 1961 | "node_modules/bn.js": { |
| 1962 | "version": "5.2.1", |
| 1963 | "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", |
| 1964 | "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" |
| 1965 | }, |
| 1966 | "node_modules/body-parser": { |
| 1967 | "version": "1.19.0", |
| 1968 | "license": "MIT", |
| 1969 | "dependencies": { |
| 1970 | "bytes": "3.1.0", |
| 1971 | "content-type": "~1.0.4", |
| 1972 | "debug": "2.6.9", |
| 1973 | "depd": "~1.1.2", |
| 1974 | "http-errors": "1.7.2", |
| 1975 | "iconv-lite": "0.4.24", |
| 1976 | "on-finished": "~2.3.0", |
| 1977 | "qs": "6.7.0", |
| 1978 | "raw-body": "2.4.0", |
| 1979 | "type-is": "~1.6.17" |
| 1980 | }, |
| 1981 | "engines": { |
| 1982 | "node": ">= 0.8" |
| 1983 | } |
| 1984 | }, |
| 1985 | "node_modules/body-parser/node_modules/bytes": { |
| 1986 | "version": "3.1.0", |
| 1987 | "license": "MIT", |
| 1988 | "engines": { |
| 1989 | "node": ">= 0.8" |
| 1990 | } |
| 1991 | }, |
| 1992 | "node_modules/body-parser/node_modules/debug": { |
| 1993 | "version": "2.6.9", |
| 1994 | "license": "MIT", |
| 1995 | "dependencies": { |
| 1996 | "ms": "2.0.0" |
| 1997 | } |
| 1998 | }, |
| 1999 | "node_modules/body-parser/node_modules/ms": { |
| 2000 | "version": "2.0.0", |
| 2001 | "license": "MIT" |
| 2002 | }, |
| 2003 | "node_modules/boxen": { |
| 2004 | "version": "4.2.0", |
| 2005 | "license": "MIT", |
| 2006 | "dependencies": { |
| 2007 | "ansi-align": "^3.0.0", |
| 2008 | "camelcase": "^5.3.1", |
| 2009 | "chalk": "^3.0.0", |
| 2010 | "cli-boxes": "^2.2.0", |
| 2011 | "string-width": "^4.1.0", |
| 2012 | "term-size": "^2.1.0", |
| 2013 | "type-fest": "^0.8.1", |
| 2014 | "widest-line": "^3.1.0" |
| 2015 | }, |
| 2016 | "engines": { |
| 2017 | "node": ">=8" |
| 2018 | }, |
| 2019 | "funding": { |
| 2020 | "url": "https://github.com/sponsors/sindresorhus" |
| 2021 | } |
| 2022 | }, |
| 2023 | "node_modules/boxen/node_modules/ansi-regex": { |
| 2024 | "version": "5.0.0", |
| 2025 | "license": "MIT", |
| 2026 | "engines": { |
| 2027 | "node": ">=8" |
| 2028 | } |
| 2029 | }, |
| 2030 | "node_modules/boxen/node_modules/ansi-styles": { |
| 2031 | "version": "4.3.0", |
| 2032 | "license": "MIT", |
| 2033 | "dependencies": { |
| 2034 | "color-convert": "^2.0.1" |
| 2035 | }, |
| 2036 | "engines": { |
| 2037 | "node": ">=8" |
| 2038 | }, |
| 2039 | "funding": { |
| 2040 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 2041 | } |
| 2042 | }, |
| 2043 | "node_modules/boxen/node_modules/chalk": { |
| 2044 | "version": "3.0.0", |
| 2045 | "license": "MIT", |
| 2046 | "dependencies": { |
| 2047 | "ansi-styles": "^4.1.0", |
| 2048 | "supports-color": "^7.1.0" |
| 2049 | }, |
| 2050 | "engines": { |
| 2051 | "node": ">=8" |
| 2052 | } |
| 2053 | }, |
| 2054 | "node_modules/boxen/node_modules/color-convert": { |
| 2055 | "version": "2.0.1", |
| 2056 | "license": "MIT", |
| 2057 | "dependencies": { |
| 2058 | "color-name": "~1.1.4" |
| 2059 | }, |
| 2060 | "engines": { |
| 2061 | "node": ">=7.0.0" |
| 2062 | } |
| 2063 | }, |
| 2064 | "node_modules/boxen/node_modules/color-name": { |
| 2065 | "version": "1.1.4", |
| 2066 | "license": "MIT" |
| 2067 | }, |
| 2068 | "node_modules/boxen/node_modules/emoji-regex": { |
| 2069 | "version": "8.0.0", |
| 2070 | "license": "MIT" |
| 2071 | }, |
| 2072 | "node_modules/boxen/node_modules/has-flag": { |
| 2073 | "version": "4.0.0", |
| 2074 | "license": "MIT", |
| 2075 | "engines": { |
| 2076 | "node": ">=8" |
| 2077 | } |
| 2078 | }, |
| 2079 | "node_modules/boxen/node_modules/is-fullwidth-code-point": { |
| 2080 | "version": "3.0.0", |
| 2081 | "license": "MIT", |
| 2082 | "engines": { |
| 2083 | "node": ">=8" |
| 2084 | } |
| 2085 | }, |
| 2086 | "node_modules/boxen/node_modules/string-width": { |
| 2087 | "version": "4.2.0", |
| 2088 | "license": "MIT", |
| 2089 | "dependencies": { |
| 2090 | "emoji-regex": "^8.0.0", |
| 2091 | "is-fullwidth-code-point": "^3.0.0", |
| 2092 | "strip-ansi": "^6.0.0" |
| 2093 | }, |
| 2094 | "engines": { |
| 2095 | "node": ">=8" |
| 2096 | } |
| 2097 | }, |
| 2098 | "node_modules/boxen/node_modules/strip-ansi": { |
| 2099 | "version": "6.0.0", |
| 2100 | "license": "MIT", |
| 2101 | "dependencies": { |
| 2102 | "ansi-regex": "^5.0.0" |
| 2103 | }, |
| 2104 | "engines": { |
| 2105 | "node": ">=8" |
| 2106 | } |
| 2107 | }, |
| 2108 | "node_modules/boxen/node_modules/supports-color": { |
| 2109 | "version": "7.2.0", |
| 2110 | "license": "MIT", |
| 2111 | "dependencies": { |
| 2112 | "has-flag": "^4.0.0" |
| 2113 | }, |
| 2114 | "engines": { |
| 2115 | "node": ">=8" |
| 2116 | } |
| 2117 | }, |
| 2118 | "node_modules/brace-expansion": { |
| 2119 | "version": "1.1.11", |
| 2120 | "license": "MIT", |
| 2121 | "dependencies": { |
| 2122 | "balanced-match": "^1.0.0", |
| 2123 | "concat-map": "0.0.1" |
| 2124 | } |
| 2125 | }, |
| 2126 | "node_modules/braces": { |
| 2127 | "version": "3.0.2", |
| 2128 | "license": "MIT", |
| 2129 | "dependencies": { |
| 2130 | "fill-range": "^7.0.1" |
| 2131 | }, |
| 2132 | "engines": { |
| 2133 | "node": ">=8" |
| 2134 | } |
| 2135 | }, |
| 2136 | "node_modules/brorand": { |
| 2137 | "version": "1.1.0", |
| 2138 | "license": "MIT" |
| 2139 | }, |
| 2140 | "node_modules/browserify-aes": { |
| 2141 | "version": "1.2.0", |
| 2142 | "license": "MIT", |
| 2143 | "dependencies": { |
| 2144 | "buffer-xor": "^1.0.3", |
| 2145 | "cipher-base": "^1.0.0", |
| 2146 | "create-hash": "^1.1.0", |
| 2147 | "evp_bytestokey": "^1.0.3", |
| 2148 | "inherits": "^2.0.1", |
| 2149 | "safe-buffer": "^5.0.1" |
| 2150 | } |
| 2151 | }, |
| 2152 | "node_modules/browserify-cipher": { |
| 2153 | "version": "1.0.1", |
| 2154 | "license": "MIT", |
| 2155 | "dependencies": { |
| 2156 | "browserify-aes": "^1.0.4", |
| 2157 | "browserify-des": "^1.0.0", |
| 2158 | "evp_bytestokey": "^1.0.0" |
| 2159 | } |
| 2160 | }, |
| 2161 | "node_modules/browserify-des": { |
| 2162 | "version": "1.0.2", |
| 2163 | "license": "MIT", |
| 2164 | "dependencies": { |
| 2165 | "cipher-base": "^1.0.1", |
| 2166 | "des.js": "^1.0.0", |
| 2167 | "inherits": "^2.0.1", |
| 2168 | "safe-buffer": "^5.1.2" |
| 2169 | } |
| 2170 | }, |
| 2171 | "node_modules/browserify-rsa": { |
| 2172 | "version": "4.1.0", |
| 2173 | "license": "MIT", |
| 2174 | "dependencies": { |
| 2175 | "bn.js": "^5.0.0", |
| 2176 | "randombytes": "^2.0.1" |
| 2177 | } |
| 2178 | }, |
| 2179 | "node_modules/browserify-sign": { |
| 2180 | "version": "4.2.2", |
| 2181 | "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.2.tgz", |
| 2182 | "integrity": "sha512-1rudGyeYY42Dk6texmv7c4VcQ0EsvVbLwZkA+AQB7SxvXxmcD93jcHie8bzecJ+ChDlmAm2Qyu0+Ccg5uhZXCg==", |
| 2183 | "dependencies": { |
| 2184 | "bn.js": "^5.2.1", |
| 2185 | "browserify-rsa": "^4.1.0", |
| 2186 | "create-hash": "^1.2.0", |
| 2187 | "create-hmac": "^1.1.7", |
| 2188 | "elliptic": "^6.5.4", |
| 2189 | "inherits": "^2.0.4", |
| 2190 | "parse-asn1": "^5.1.6", |
| 2191 | "readable-stream": "^3.6.2", |
| 2192 | "safe-buffer": "^5.2.1" |
| 2193 | }, |
| 2194 | "engines": { |
| 2195 | "node": ">= 4" |
| 2196 | } |
| 2197 | }, |
| 2198 | "node_modules/browserify-sign/node_modules/safe-buffer": { |
| 2199 | "version": "5.2.1", |
| 2200 | "funding": [ |
| 2201 | { |
| 2202 | "type": "github", |
| 2203 | "url": "https://github.com/sponsors/feross" |
| 2204 | }, |
| 2205 | { |
| 2206 | "type": "patreon", |
| 2207 | "url": "https://www.patreon.com/feross" |
| 2208 | }, |
| 2209 | { |
| 2210 | "type": "consulting", |
| 2211 | "url": "https://feross.org/support" |
| 2212 | } |
| 2213 | ], |
| 2214 | "license": "MIT" |
| 2215 | }, |
| 2216 | "node_modules/browserify-zlib": { |
| 2217 | "version": "0.2.0", |
| 2218 | "license": "MIT", |
| 2219 | "dependencies": { |
| 2220 | "pako": "~1.0.5" |
| 2221 | } |
| 2222 | }, |
| 2223 | "node_modules/browserslist": { |
| 2224 | "version": "4.16.6", |
| 2225 | "license": "MIT", |
| 2226 | "dependencies": { |
| 2227 | "caniuse-lite": "^1.0.30001219", |
| 2228 | "colorette": "^1.2.2", |
| 2229 | "electron-to-chromium": "^1.3.723", |
| 2230 | "escalade": "^3.1.1", |
| 2231 | "node-releases": "^1.1.71" |
| 2232 | }, |
| 2233 | "bin": { |
| 2234 | "browserslist": "cli.js" |
| 2235 | }, |
| 2236 | "engines": { |
| 2237 | "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" |
| 2238 | }, |
| 2239 | "funding": { |
| 2240 | "type": "opencollective", |
| 2241 | "url": "https://opencollective.com/browserslist" |
| 2242 | } |
| 2243 | }, |
| 2244 | "node_modules/buffer": { |
| 2245 | "version": "4.9.2", |
| 2246 | "license": "MIT", |
| 2247 | "dependencies": { |
| 2248 | "base64-js": "^1.0.2", |
| 2249 | "ieee754": "^1.1.4", |
| 2250 | "isarray": "^1.0.0" |
| 2251 | } |
| 2252 | }, |
| 2253 | "node_modules/buffer-from": { |
| 2254 | "version": "1.1.1", |
| 2255 | "license": "MIT" |
| 2256 | }, |
| 2257 | "node_modules/buffer-xor": { |
| 2258 | "version": "1.0.3", |
| 2259 | "license": "MIT" |
| 2260 | }, |
| 2261 | "node_modules/builtin-status-codes": { |
| 2262 | "version": "3.0.0", |
| 2263 | "license": "MIT" |
| 2264 | }, |
| 2265 | "node_modules/bytes": { |
| 2266 | "version": "3.0.0", |
| 2267 | "license": "MIT", |
| 2268 | "engines": { |
| 2269 | "node": ">= 0.8" |
| 2270 | } |
| 2271 | }, |
| 2272 | "node_modules/cacache": { |
| 2273 | "version": "12.0.4", |
| 2274 | "license": "ISC", |
| 2275 | "dependencies": { |
| 2276 | "bluebird": "^3.5.5", |
| 2277 | "chownr": "^1.1.1", |
| 2278 | "figgy-pudding": "^3.5.1", |
| 2279 | "glob": "^7.1.4", |
| 2280 | "graceful-fs": "^4.1.15", |
| 2281 | "infer-owner": "^1.0.3", |
| 2282 | "lru-cache": "^5.1.1", |
| 2283 | "mississippi": "^3.0.0", |
| 2284 | "mkdirp": "^0.5.1", |
| 2285 | "move-concurrently": "^1.0.1", |
| 2286 | "promise-inflight": "^1.0.1", |
| 2287 | "rimraf": "^2.6.3", |
| 2288 | "ssri": "^6.0.1", |
| 2289 | "unique-filename": "^1.1.1", |
| 2290 | "y18n": "^4.0.0" |
| 2291 | } |
| 2292 | }, |
| 2293 | "node_modules/cacache/node_modules/rimraf": { |
| 2294 | "version": "2.7.1", |
| 2295 | "license": "ISC", |
| 2296 | "dependencies": { |
| 2297 | "glob": "^7.1.3" |
| 2298 | }, |
| 2299 | "bin": { |
| 2300 | "rimraf": "bin.js" |
| 2301 | } |
| 2302 | }, |
| 2303 | "node_modules/cache-base": { |
| 2304 | "version": "1.0.1", |
| 2305 | "license": "MIT", |
| 2306 | "dependencies": { |
| 2307 | "collection-visit": "^1.0.0", |
| 2308 | "component-emitter": "^1.2.1", |
| 2309 | "get-value": "^2.0.6", |
| 2310 | "has-value": "^1.0.0", |
| 2311 | "isobject": "^3.0.1", |
| 2312 | "set-value": "^2.0.0", |
| 2313 | "to-object-path": "^0.3.0", |
| 2314 | "union-value": "^1.0.0", |
| 2315 | "unset-value": "^1.0.0" |
| 2316 | }, |
| 2317 | "engines": { |
| 2318 | "node": ">=0.10.0" |
| 2319 | } |
| 2320 | }, |
| 2321 | "node_modules/cacheable-request": { |
| 2322 | "version": "6.1.0", |
| 2323 | "license": "MIT", |
| 2324 | "dependencies": { |
| 2325 | "clone-response": "^1.0.2", |
| 2326 | "get-stream": "^5.1.0", |
| 2327 | "http-cache-semantics": "^4.0.0", |
| 2328 | "keyv": "^3.0.0", |
| 2329 | "lowercase-keys": "^2.0.0", |
| 2330 | "normalize-url": "^4.1.0", |
| 2331 | "responselike": "^1.0.2" |
| 2332 | }, |
| 2333 | "engines": { |
| 2334 | "node": ">=8" |
| 2335 | } |
| 2336 | }, |
| 2337 | "node_modules/cacheable-request/node_modules/get-stream": { |
| 2338 | "version": "5.2.0", |
| 2339 | "license": "MIT", |
| 2340 | "dependencies": { |
| 2341 | "pump": "^3.0.0" |
| 2342 | }, |
| 2343 | "engines": { |
| 2344 | "node": ">=8" |
| 2345 | }, |
| 2346 | "funding": { |
| 2347 | "url": "https://github.com/sponsors/sindresorhus" |
| 2348 | } |
| 2349 | }, |
| 2350 | "node_modules/cacheable-request/node_modules/lowercase-keys": { |
| 2351 | "version": "2.0.0", |
| 2352 | "license": "MIT", |
| 2353 | "engines": { |
| 2354 | "node": ">=8" |
| 2355 | } |
| 2356 | }, |
| 2357 | "node_modules/call-bind": { |
| 2358 | "version": "1.0.0", |
| 2359 | "license": "MIT", |
| 2360 | "dependencies": { |
| 2361 | "function-bind": "^1.1.1", |
| 2362 | "get-intrinsic": "^1.0.0" |
| 2363 | }, |
| 2364 | "funding": { |
| 2365 | "url": "https://github.com/sponsors/ljharb" |
| 2366 | } |
| 2367 | }, |
| 2368 | "node_modules/callsites": { |
| 2369 | "version": "3.1.0", |
| 2370 | "license": "MIT", |
| 2371 | "engines": { |
| 2372 | "node": ">=6" |
| 2373 | } |
| 2374 | }, |
| 2375 | "node_modules/camelcase": { |
| 2376 | "version": "5.3.1", |
| 2377 | "license": "MIT", |
| 2378 | "engines": { |
| 2379 | "node": ">=6" |
| 2380 | } |
| 2381 | }, |
| 2382 | "node_modules/caniuse-lite": { |
| 2383 | "version": "1.0.30001233", |
| 2384 | "license": "CC-BY-4.0", |
| 2385 | "funding": { |
| 2386 | "type": "opencollective", |
| 2387 | "url": "https://opencollective.com/browserslist" |
| 2388 | } |
| 2389 | }, |
| 2390 | "node_modules/chalk": { |
| 2391 | "version": "2.4.2", |
| 2392 | "license": "MIT", |
| 2393 | "dependencies": { |
| 2394 | "ansi-styles": "^3.2.1", |
| 2395 | "escape-string-regexp": "^1.0.5", |
| 2396 | "supports-color": "^5.3.0" |
| 2397 | }, |
| 2398 | "engines": { |
| 2399 | "node": ">=4" |
| 2400 | } |
| 2401 | }, |
| 2402 | "node_modules/chokidar": { |
| 2403 | "version": "3.4.3", |
| 2404 | "license": "MIT", |
| 2405 | "dependencies": { |
| 2406 | "anymatch": "~3.1.1", |
| 2407 | "braces": "~3.0.2", |
| 2408 | "glob-parent": "~5.1.0", |
| 2409 | "is-binary-path": "~2.1.0", |
| 2410 | "is-glob": "~4.0.1", |
| 2411 | "normalize-path": "~3.0.0", |
| 2412 | "readdirp": "~3.5.0" |
| 2413 | }, |
| 2414 | "engines": { |
| 2415 | "node": ">= 8.10.0" |
| 2416 | }, |
| 2417 | "optionalDependencies": { |
| 2418 | "fsevents": "~2.1.2" |
| 2419 | } |
| 2420 | }, |
| 2421 | "node_modules/chownr": { |
| 2422 | "version": "1.1.4", |
| 2423 | "license": "ISC" |
| 2424 | }, |
| 2425 | "node_modules/chrome-trace-event": { |
| 2426 | "version": "1.0.2", |
| 2427 | "license": "MIT", |
| 2428 | "dependencies": { |
| 2429 | "tslib": "^1.9.0" |
| 2430 | }, |
| 2431 | "engines": { |
| 2432 | "node": ">=6.0" |
| 2433 | } |
| 2434 | }, |
| 2435 | "node_modules/ci-info": { |
| 2436 | "version": "2.0.0", |
| 2437 | "license": "MIT" |
| 2438 | }, |
| 2439 | "node_modules/cipher-base": { |
| 2440 | "version": "1.0.4", |
| 2441 | "license": "MIT", |
| 2442 | "dependencies": { |
| 2443 | "inherits": "^2.0.1", |
| 2444 | "safe-buffer": "^5.0.1" |
| 2445 | } |
| 2446 | }, |
| 2447 | "node_modules/class-utils": { |
| 2448 | "version": "0.3.6", |
| 2449 | "license": "MIT", |
| 2450 | "dependencies": { |
| 2451 | "arr-union": "^3.1.0", |
| 2452 | "define-property": "^0.2.5", |
| 2453 | "isobject": "^3.0.0", |
| 2454 | "static-extend": "^0.1.1" |
| 2455 | }, |
| 2456 | "engines": { |
| 2457 | "node": ">=0.10.0" |
| 2458 | } |
| 2459 | }, |
| 2460 | "node_modules/class-utils/node_modules/define-property": { |
| 2461 | "version": "0.2.5", |
| 2462 | "license": "MIT", |
| 2463 | "dependencies": { |
| 2464 | "is-descriptor": "^0.1.0" |
| 2465 | }, |
| 2466 | "engines": { |
| 2467 | "node": ">=0.10.0" |
| 2468 | } |
| 2469 | }, |
| 2470 | "node_modules/cli-boxes": { |
| 2471 | "version": "2.2.1", |
| 2472 | "license": "MIT", |
| 2473 | "engines": { |
| 2474 | "node": ">=6" |
| 2475 | }, |
| 2476 | "funding": { |
| 2477 | "url": "https://github.com/sponsors/sindresorhus" |
| 2478 | } |
| 2479 | }, |
| 2480 | "node_modules/cliui": { |
| 2481 | "version": "5.0.0", |
| 2482 | "license": "ISC", |
| 2483 | "dependencies": { |
| 2484 | "string-width": "^3.1.0", |
| 2485 | "strip-ansi": "^5.2.0", |
| 2486 | "wrap-ansi": "^5.1.0" |
| 2487 | } |
| 2488 | }, |
| 2489 | "node_modules/clone-deep": { |
| 2490 | "version": "4.0.1", |
| 2491 | "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", |
| 2492 | "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", |
| 2493 | "dependencies": { |
| 2494 | "is-plain-object": "^2.0.4", |
| 2495 | "kind-of": "^6.0.2", |
| 2496 | "shallow-clone": "^3.0.0" |
| 2497 | }, |
| 2498 | "engines": { |
| 2499 | "node": ">=6" |
| 2500 | } |
| 2501 | }, |
| 2502 | "node_modules/clone-response": { |
| 2503 | "version": "1.0.2", |
| 2504 | "license": "MIT", |
| 2505 | "dependencies": { |
| 2506 | "mimic-response": "^1.0.0" |
| 2507 | } |
| 2508 | }, |
| 2509 | "node_modules/collection-visit": { |
| 2510 | "version": "1.0.0", |
| 2511 | "license": "MIT", |
| 2512 | "dependencies": { |
| 2513 | "map-visit": "^1.0.0", |
| 2514 | "object-visit": "^1.0.0" |
| 2515 | }, |
| 2516 | "engines": { |
| 2517 | "node": ">=0.10.0" |
| 2518 | } |
| 2519 | }, |
| 2520 | "node_modules/color-convert": { |
| 2521 | "version": "1.9.3", |
| 2522 | "license": "MIT", |
| 2523 | "dependencies": { |
| 2524 | "color-name": "1.1.3" |
| 2525 | } |
| 2526 | }, |
| 2527 | "node_modules/color-name": { |
| 2528 | "version": "1.1.3", |
| 2529 | "license": "MIT" |
| 2530 | }, |
| 2531 | "node_modules/colorette": { |
| 2532 | "version": "1.2.2", |
| 2533 | "license": "MIT" |
| 2534 | }, |
| 2535 | "node_modules/command-line-usage": { |
| 2536 | "version": "6.1.1", |
| 2537 | "license": "MIT", |
| 2538 | "dependencies": { |
| 2539 | "array-back": "^4.0.1", |
| 2540 | "chalk": "^2.4.2", |
| 2541 | "table-layout": "^1.0.1", |
| 2542 | "typical": "^5.2.0" |
| 2543 | }, |
| 2544 | "engines": { |
| 2545 | "node": ">=8.0.0" |
| 2546 | } |
| 2547 | }, |
| 2548 | "node_modules/commondir": { |
| 2549 | "version": "1.0.1", |
| 2550 | "license": "MIT" |
| 2551 | }, |
| 2552 | "node_modules/component-emitter": { |
| 2553 | "version": "1.3.0", |
| 2554 | "license": "MIT" |
| 2555 | }, |
| 2556 | "node_modules/compressible": { |
| 2557 | "version": "2.0.18", |
| 2558 | "license": "MIT", |
| 2559 | "dependencies": { |
| 2560 | "mime-db": ">= 1.43.0 < 2" |
| 2561 | }, |
| 2562 | "engines": { |
| 2563 | "node": ">= 0.6" |
| 2564 | } |
| 2565 | }, |
| 2566 | "node_modules/compression": { |
| 2567 | "version": "1.7.4", |
| 2568 | "license": "MIT", |
| 2569 | "dependencies": { |
| 2570 | "accepts": "~1.3.5", |
| 2571 | "bytes": "3.0.0", |
| 2572 | "compressible": "~2.0.16", |
| 2573 | "debug": "2.6.9", |
| 2574 | "on-headers": "~1.0.2", |
| 2575 | "safe-buffer": "5.1.2", |
| 2576 | "vary": "~1.1.2" |
| 2577 | }, |
| 2578 | "engines": { |
| 2579 | "node": ">= 0.8.0" |
| 2580 | } |
| 2581 | }, |
| 2582 | "node_modules/compression/node_modules/debug": { |
| 2583 | "version": "2.6.9", |
| 2584 | "license": "MIT", |
| 2585 | "dependencies": { |
| 2586 | "ms": "2.0.0" |
| 2587 | } |
| 2588 | }, |
| 2589 | "node_modules/compression/node_modules/ms": { |
| 2590 | "version": "2.0.0", |
| 2591 | "license": "MIT" |
| 2592 | }, |
| 2593 | "node_modules/concat-map": { |
| 2594 | "version": "0.0.1", |
| 2595 | "license": "MIT" |
| 2596 | }, |
| 2597 | "node_modules/concat-stream": { |
| 2598 | "version": "1.6.2", |
| 2599 | "engines": [ |
| 2600 | "node >= 0.8" |
| 2601 | ], |
| 2602 | "license": "MIT", |
| 2603 | "dependencies": { |
| 2604 | "buffer-from": "^1.0.0", |
| 2605 | "inherits": "^2.0.3", |
| 2606 | "readable-stream": "^2.2.2", |
| 2607 | "typedarray": "^0.0.6" |
| 2608 | } |
| 2609 | }, |
| 2610 | "node_modules/concat-stream/node_modules/readable-stream": { |
| 2611 | "version": "2.3.7", |
| 2612 | "license": "MIT", |
| 2613 | "dependencies": { |
| 2614 | "core-util-is": "~1.0.0", |
| 2615 | "inherits": "~2.0.3", |
| 2616 | "isarray": "~1.0.0", |
| 2617 | "process-nextick-args": "~2.0.0", |
| 2618 | "safe-buffer": "~5.1.1", |
| 2619 | "string_decoder": "~1.1.1", |
| 2620 | "util-deprecate": "~1.0.1" |
| 2621 | } |
| 2622 | }, |
| 2623 | "node_modules/concat-stream/node_modules/string_decoder": { |
| 2624 | "version": "1.1.1", |
| 2625 | "license": "MIT", |
| 2626 | "dependencies": { |
| 2627 | "safe-buffer": "~5.1.0" |
| 2628 | } |
| 2629 | }, |
| 2630 | "node_modules/concurrently": { |
| 2631 | "version": "5.3.0", |
| 2632 | "license": "MIT", |
| 2633 | "dependencies": { |
| 2634 | "chalk": "^2.4.2", |
| 2635 | "date-fns": "^2.0.1", |
| 2636 | "lodash": "^4.17.15", |
| 2637 | "read-pkg": "^4.0.1", |
| 2638 | "rxjs": "^6.5.2", |
| 2639 | "spawn-command": "^0.0.2-1", |
| 2640 | "supports-color": "^6.1.0", |
| 2641 | "tree-kill": "^1.2.2", |
| 2642 | "yargs": "^13.3.0" |
| 2643 | }, |
| 2644 | "bin": { |
| 2645 | "concurrently": "bin/concurrently.js" |
| 2646 | }, |
| 2647 | "engines": { |
| 2648 | "node": ">=6.0.0" |
| 2649 | } |
| 2650 | }, |
| 2651 | "node_modules/concurrently/node_modules/supports-color": { |
| 2652 | "version": "6.1.0", |
| 2653 | "license": "MIT", |
| 2654 | "dependencies": { |
| 2655 | "has-flag": "^3.0.0" |
| 2656 | }, |
| 2657 | "engines": { |
| 2658 | "node": ">=6" |
| 2659 | } |
| 2660 | }, |
| 2661 | "node_modules/configstore": { |
| 2662 | "version": "5.0.1", |
| 2663 | "license": "BSD-2-Clause", |
| 2664 | "dependencies": { |
| 2665 | "dot-prop": "^5.2.0", |
| 2666 | "graceful-fs": "^4.1.2", |
| 2667 | "make-dir": "^3.0.0", |
| 2668 | "unique-string": "^2.0.0", |
| 2669 | "write-file-atomic": "^3.0.0", |
| 2670 | "xdg-basedir": "^4.0.0" |
| 2671 | }, |
| 2672 | "engines": { |
| 2673 | "node": ">=8" |
| 2674 | } |
| 2675 | }, |
| 2676 | "node_modules/configstore/node_modules/make-dir": { |
| 2677 | "version": "3.1.0", |
| 2678 | "license": "MIT", |
| 2679 | "dependencies": { |
| 2680 | "semver": "^6.0.0" |
| 2681 | }, |
| 2682 | "engines": { |
| 2683 | "node": ">=8" |
| 2684 | }, |
| 2685 | "funding": { |
| 2686 | "url": "https://github.com/sponsors/sindresorhus" |
| 2687 | } |
| 2688 | }, |
| 2689 | "node_modules/configstore/node_modules/semver": { |
| 2690 | "version": "6.3.0", |
| 2691 | "license": "ISC", |
| 2692 | "bin": { |
| 2693 | "semver": "bin/semver.js" |
| 2694 | } |
| 2695 | }, |
| 2696 | "node_modules/console-browserify": { |
| 2697 | "version": "1.2.0" |
| 2698 | }, |
| 2699 | "node_modules/constants-browserify": { |
| 2700 | "version": "1.0.0", |
| 2701 | "license": "MIT" |
| 2702 | }, |
| 2703 | "node_modules/content-disposition": { |
| 2704 | "version": "0.5.3", |
| 2705 | "license": "MIT", |
| 2706 | "dependencies": { |
| 2707 | "safe-buffer": "5.1.2" |
| 2708 | }, |
| 2709 | "engines": { |
| 2710 | "node": ">= 0.6" |
| 2711 | } |
| 2712 | }, |
| 2713 | "node_modules/content-type": { |
| 2714 | "version": "1.0.4", |
| 2715 | "license": "MIT", |
| 2716 | "engines": { |
| 2717 | "node": ">= 0.6" |
| 2718 | } |
| 2719 | }, |
| 2720 | "node_modules/convert-source-map": { |
| 2721 | "version": "1.7.0", |
| 2722 | "license": "MIT", |
| 2723 | "dependencies": { |
| 2724 | "safe-buffer": "~5.1.1" |
| 2725 | } |
| 2726 | }, |
| 2727 | "node_modules/cookie": { |
| 2728 | "version": "0.4.0", |
| 2729 | "license": "MIT", |
| 2730 | "engines": { |
| 2731 | "node": ">= 0.6" |
| 2732 | } |
| 2733 | }, |
| 2734 | "node_modules/cookie-signature": { |
| 2735 | "version": "1.0.6", |
| 2736 | "license": "MIT" |
| 2737 | }, |
| 2738 | "node_modules/copy-concurrently": { |
| 2739 | "version": "1.0.5", |
| 2740 | "license": "ISC", |
| 2741 | "dependencies": { |
| 2742 | "aproba": "^1.1.1", |
| 2743 | "fs-write-stream-atomic": "^1.0.8", |
| 2744 | "iferr": "^0.1.5", |
| 2745 | "mkdirp": "^0.5.1", |
| 2746 | "rimraf": "^2.5.4", |
| 2747 | "run-queue": "^1.0.0" |
| 2748 | } |
| 2749 | }, |
| 2750 | "node_modules/copy-concurrently/node_modules/rimraf": { |
| 2751 | "version": "2.7.1", |
| 2752 | "license": "ISC", |
| 2753 | "dependencies": { |
| 2754 | "glob": "^7.1.3" |
| 2755 | }, |
| 2756 | "bin": { |
| 2757 | "rimraf": "bin.js" |
| 2758 | } |
| 2759 | }, |
| 2760 | "node_modules/copy-descriptor": { |
| 2761 | "version": "0.1.1", |
| 2762 | "license": "MIT", |
| 2763 | "engines": { |
| 2764 | "node": ">=0.10.0" |
| 2765 | } |
| 2766 | }, |
| 2767 | "node_modules/core-js-compat": { |
| 2768 | "version": "3.8.1", |
| 2769 | "license": "MIT", |
| 2770 | "dependencies": { |
| 2771 | "browserslist": "^4.15.0", |
| 2772 | "semver": "7.0.0" |
| 2773 | }, |
| 2774 | "funding": { |
| 2775 | "type": "opencollective", |
| 2776 | "url": "https://opencollective.com/core-js" |
| 2777 | } |
| 2778 | }, |
| 2779 | "node_modules/core-js-compat/node_modules/semver": { |
| 2780 | "version": "7.0.0", |
| 2781 | "license": "ISC", |
| 2782 | "bin": { |
| 2783 | "semver": "bin/semver.js" |
| 2784 | } |
| 2785 | }, |
| 2786 | "node_modules/core-util-is": { |
| 2787 | "version": "1.0.2", |
| 2788 | "license": "MIT" |
| 2789 | }, |
| 2790 | "node_modules/cosmiconfig": { |
| 2791 | "version": "6.0.0", |
| 2792 | "license": "MIT", |
| 2793 | "dependencies": { |
| 2794 | "@types/parse-json": "^4.0.0", |
| 2795 | "import-fresh": "^3.1.0", |
| 2796 | "parse-json": "^5.0.0", |
| 2797 | "path-type": "^4.0.0", |
| 2798 | "yaml": "^1.7.2" |
| 2799 | }, |
| 2800 | "engines": { |
| 2801 | "node": ">=8" |
| 2802 | } |
| 2803 | }, |
| 2804 | "node_modules/create-ecdh": { |
| 2805 | "version": "4.0.4", |
| 2806 | "license": "MIT", |
| 2807 | "dependencies": { |
| 2808 | "bn.js": "^4.1.0", |
| 2809 | "elliptic": "^6.5.3" |
| 2810 | } |
| 2811 | }, |
| 2812 | "node_modules/create-ecdh/node_modules/bn.js": { |
| 2813 | "version": "4.11.9", |
| 2814 | "license": "MIT" |
| 2815 | }, |
| 2816 | "node_modules/create-hash": { |
| 2817 | "version": "1.2.0", |
| 2818 | "license": "MIT", |
| 2819 | "dependencies": { |
| 2820 | "cipher-base": "^1.0.1", |
| 2821 | "inherits": "^2.0.1", |
| 2822 | "md5.js": "^1.3.4", |
| 2823 | "ripemd160": "^2.0.1", |
| 2824 | "sha.js": "^2.4.0" |
| 2825 | } |
| 2826 | }, |
| 2827 | "node_modules/create-hmac": { |
| 2828 | "version": "1.1.7", |
| 2829 | "license": "MIT", |
| 2830 | "dependencies": { |
| 2831 | "cipher-base": "^1.0.3", |
| 2832 | "create-hash": "^1.1.0", |
| 2833 | "inherits": "^2.0.1", |
| 2834 | "ripemd160": "^2.0.0", |
| 2835 | "safe-buffer": "^5.0.1", |
| 2836 | "sha.js": "^2.4.8" |
| 2837 | } |
| 2838 | }, |
| 2839 | "node_modules/cross-env": { |
| 2840 | "version": "7.0.3", |
| 2841 | "dev": true, |
| 2842 | "license": "MIT", |
| 2843 | "dependencies": { |
| 2844 | "cross-spawn": "^7.0.1" |
| 2845 | }, |
| 2846 | "bin": { |
| 2847 | "cross-env": "src/bin/cross-env.js", |
| 2848 | "cross-env-shell": "src/bin/cross-env-shell.js" |
| 2849 | }, |
| 2850 | "engines": { |
| 2851 | "node": ">=10.14", |
| 2852 | "npm": ">=6", |
| 2853 | "yarn": ">=1" |
| 2854 | } |
| 2855 | }, |
| 2856 | "node_modules/cross-spawn": { |
| 2857 | "version": "7.0.3", |
| 2858 | "license": "MIT", |
| 2859 | "dependencies": { |
| 2860 | "path-key": "^3.1.0", |
| 2861 | "shebang-command": "^2.0.0", |
| 2862 | "which": "^2.0.1" |
| 2863 | }, |
| 2864 | "engines": { |
| 2865 | "node": ">= 8" |
| 2866 | } |
| 2867 | }, |
| 2868 | "node_modules/crypto-browserify": { |
| 2869 | "version": "3.12.0", |
| 2870 | "license": "MIT", |
| 2871 | "dependencies": { |
| 2872 | "browserify-cipher": "^1.0.0", |
| 2873 | "browserify-sign": "^4.0.0", |
| 2874 | "create-ecdh": "^4.0.0", |
| 2875 | "create-hash": "^1.1.0", |
| 2876 | "create-hmac": "^1.1.0", |
| 2877 | "diffie-hellman": "^5.0.0", |
| 2878 | "inherits": "^2.0.1", |
| 2879 | "pbkdf2": "^3.0.3", |
| 2880 | "public-encrypt": "^4.0.0", |
| 2881 | "randombytes": "^2.0.0", |
| 2882 | "randomfill": "^1.0.3" |
| 2883 | }, |
| 2884 | "engines": { |
| 2885 | "node": "*" |
| 2886 | } |
| 2887 | }, |
| 2888 | "node_modules/crypto-random-string": { |
| 2889 | "version": "2.0.0", |
| 2890 | "license": "MIT", |
| 2891 | "engines": { |
| 2892 | "node": ">=8" |
| 2893 | } |
| 2894 | }, |
| 2895 | "node_modules/cyclist": { |
| 2896 | "version": "1.0.1", |
| 2897 | "license": "MIT" |
| 2898 | }, |
| 2899 | "node_modules/date-fns": { |
| 2900 | "version": "2.16.1", |
| 2901 | "license": "MIT", |
| 2902 | "engines": { |
| 2903 | "node": ">=0.11" |
| 2904 | }, |
| 2905 | "funding": { |
| 2906 | "type": "opencollective", |
| 2907 | "url": "https://opencollective.com/date-fns" |
| 2908 | } |
| 2909 | }, |
| 2910 | "node_modules/debug": { |
| 2911 | "version": "4.3.1", |
| 2912 | "license": "MIT", |
| 2913 | "dependencies": { |
| 2914 | "ms": "2.1.2" |
| 2915 | }, |
| 2916 | "engines": { |
| 2917 | "node": ">=6.0" |
| 2918 | }, |
| 2919 | "peerDependenciesMeta": { |
| 2920 | "supports-color": { |
| 2921 | "optional": true |
| 2922 | } |
| 2923 | } |
| 2924 | }, |
| 2925 | "node_modules/decamelize": { |
| 2926 | "version": "1.2.0", |
| 2927 | "license": "MIT", |
| 2928 | "engines": { |
| 2929 | "node": ">=0.10.0" |
| 2930 | } |
| 2931 | }, |
| 2932 | "node_modules/decode-uri-component": { |
| 2933 | "version": "0.2.0", |
| 2934 | "license": "MIT", |
| 2935 | "engines": { |
| 2936 | "node": ">=0.10" |
| 2937 | } |
| 2938 | }, |
| 2939 | "node_modules/decompress-response": { |
| 2940 | "version": "3.3.0", |
| 2941 | "license": "MIT", |
| 2942 | "dependencies": { |
| 2943 | "mimic-response": "^1.0.0" |
| 2944 | }, |
| 2945 | "engines": { |
| 2946 | "node": ">=4" |
| 2947 | } |
| 2948 | }, |
| 2949 | "node_modules/deep-extend": { |
| 2950 | "version": "0.6.0", |
| 2951 | "license": "MIT", |
| 2952 | "engines": { |
| 2953 | "node": ">=4.0.0" |
| 2954 | } |
| 2955 | }, |
| 2956 | "node_modules/defer-to-connect": { |
| 2957 | "version": "1.1.3", |
| 2958 | "license": "MIT" |
| 2959 | }, |
| 2960 | "node_modules/define-properties": { |
| 2961 | "version": "1.1.3", |
| 2962 | "license": "MIT", |
| 2963 | "dependencies": { |
| 2964 | "object-keys": "^1.0.12" |
| 2965 | }, |
| 2966 | "engines": { |
| 2967 | "node": ">= 0.4" |
| 2968 | } |
| 2969 | }, |
| 2970 | "node_modules/define-property": { |
| 2971 | "version": "2.0.2", |
| 2972 | "license": "MIT", |
| 2973 | "dependencies": { |
| 2974 | "is-descriptor": "^1.0.2", |
| 2975 | "isobject": "^3.0.1" |
| 2976 | }, |
| 2977 | "engines": { |
| 2978 | "node": ">=0.10.0" |
| 2979 | } |
| 2980 | }, |
| 2981 | "node_modules/define-property/node_modules/is-accessor-descriptor": { |
| 2982 | "version": "1.0.0", |
| 2983 | "license": "MIT", |
| 2984 | "dependencies": { |
| 2985 | "kind-of": "^6.0.0" |
| 2986 | }, |
| 2987 | "engines": { |
| 2988 | "node": ">=0.10.0" |
| 2989 | } |
| 2990 | }, |
| 2991 | "node_modules/define-property/node_modules/is-data-descriptor": { |
| 2992 | "version": "1.0.0", |
| 2993 | "license": "MIT", |
| 2994 | "dependencies": { |
| 2995 | "kind-of": "^6.0.0" |
| 2996 | }, |
| 2997 | "engines": { |
| 2998 | "node": ">=0.10.0" |
| 2999 | } |
| 3000 | }, |
| 3001 | "node_modules/define-property/node_modules/is-descriptor": { |
| 3002 | "version": "1.0.2", |
| 3003 | "license": "MIT", |
| 3004 | "dependencies": { |
| 3005 | "is-accessor-descriptor": "^1.0.0", |
| 3006 | "is-data-descriptor": "^1.0.0", |
| 3007 | "kind-of": "^6.0.2" |
| 3008 | }, |
| 3009 | "engines": { |
| 3010 | "node": ">=0.10.0" |
| 3011 | } |
| 3012 | }, |
| 3013 | "node_modules/depd": { |
| 3014 | "version": "1.1.2", |
| 3015 | "license": "MIT", |
| 3016 | "engines": { |
| 3017 | "node": ">= 0.6" |
| 3018 | } |
| 3019 | }, |
| 3020 | "node_modules/des.js": { |
| 3021 | "version": "1.0.1", |
| 3022 | "license": "MIT", |
| 3023 | "dependencies": { |
| 3024 | "inherits": "^2.0.1", |
| 3025 | "minimalistic-assert": "^1.0.0" |
| 3026 | } |
| 3027 | }, |
| 3028 | "node_modules/destroy": { |
| 3029 | "version": "1.0.4", |
| 3030 | "license": "MIT" |
| 3031 | }, |
| 3032 | "node_modules/diffie-hellman": { |
| 3033 | "version": "5.0.3", |
| 3034 | "license": "MIT", |
| 3035 | "dependencies": { |
| 3036 | "bn.js": "^4.1.0", |
| 3037 | "miller-rabin": "^4.0.0", |
| 3038 | "randombytes": "^2.0.0" |
| 3039 | } |
| 3040 | }, |
| 3041 | "node_modules/diffie-hellman/node_modules/bn.js": { |
| 3042 | "version": "4.11.9", |
| 3043 | "license": "MIT" |
| 3044 | }, |
| 3045 | "node_modules/domain-browser": { |
| 3046 | "version": "1.2.0", |
| 3047 | "license": "MIT", |
| 3048 | "engines": { |
| 3049 | "node": ">=0.4", |
| 3050 | "npm": ">=1.2" |
| 3051 | } |
| 3052 | }, |
| 3053 | "node_modules/dot-prop": { |
| 3054 | "version": "5.3.0", |
| 3055 | "license": "MIT", |
| 3056 | "dependencies": { |
| 3057 | "is-obj": "^2.0.0" |
| 3058 | }, |
| 3059 | "engines": { |
| 3060 | "node": ">=8" |
| 3061 | } |
| 3062 | }, |
| 3063 | "node_modules/duplexer3": { |
| 3064 | "version": "0.1.4", |
| 3065 | "license": "BSD-3-Clause" |
| 3066 | }, |
| 3067 | "node_modules/duplexify": { |
| 3068 | "version": "3.7.1", |
| 3069 | "license": "MIT", |
| 3070 | "dependencies": { |
| 3071 | "end-of-stream": "^1.0.0", |
| 3072 | "inherits": "^2.0.1", |
| 3073 | "readable-stream": "^2.0.0", |
| 3074 | "stream-shift": "^1.0.0" |
| 3075 | } |
| 3076 | }, |
| 3077 | "node_modules/duplexify/node_modules/readable-stream": { |
| 3078 | "version": "2.3.7", |
| 3079 | "license": "MIT", |
| 3080 | "dependencies": { |
| 3081 | "core-util-is": "~1.0.0", |
| 3082 | "inherits": "~2.0.3", |
| 3083 | "isarray": "~1.0.0", |
| 3084 | "process-nextick-args": "~2.0.0", |
| 3085 | "safe-buffer": "~5.1.1", |
| 3086 | "string_decoder": "~1.1.1", |
| 3087 | "util-deprecate": "~1.0.1" |
| 3088 | } |
| 3089 | }, |
| 3090 | "node_modules/duplexify/node_modules/string_decoder": { |
| 3091 | "version": "1.1.1", |
| 3092 | "license": "MIT", |
| 3093 | "dependencies": { |
| 3094 | "safe-buffer": "~5.1.0" |
| 3095 | } |
| 3096 | }, |
| 3097 | "node_modules/ee-first": { |
| 3098 | "version": "1.1.1", |
| 3099 | "license": "MIT" |
| 3100 | }, |
| 3101 | "node_modules/electron-to-chromium": { |
| 3102 | "version": "1.3.743", |
| 3103 | "license": "ISC" |
| 3104 | }, |
| 3105 | "node_modules/elliptic": { |
| 3106 | "version": "6.5.4", |
| 3107 | "license": "MIT", |
| 3108 | "dependencies": { |
| 3109 | "bn.js": "^4.11.9", |
| 3110 | "brorand": "^1.1.0", |
| 3111 | "hash.js": "^1.0.0", |
| 3112 | "hmac-drbg": "^1.0.1", |
| 3113 | "inherits": "^2.0.4", |
| 3114 | "minimalistic-assert": "^1.0.1", |
| 3115 | "minimalistic-crypto-utils": "^1.0.1" |
| 3116 | } |
| 3117 | }, |
| 3118 | "node_modules/elliptic/node_modules/bn.js": { |
| 3119 | "version": "4.11.9", |
| 3120 | "license": "MIT" |
| 3121 | }, |
| 3122 | "node_modules/emoji-regex": { |
| 3123 | "version": "7.0.3", |
| 3124 | "license": "MIT" |
| 3125 | }, |
| 3126 | "node_modules/emojis-list": { |
| 3127 | "version": "3.0.0", |
| 3128 | "license": "MIT", |
| 3129 | "engines": { |
| 3130 | "node": ">= 4" |
| 3131 | } |
| 3132 | }, |
| 3133 | "node_modules/encodeurl": { |
| 3134 | "version": "1.0.2", |
| 3135 | "license": "MIT", |
| 3136 | "engines": { |
| 3137 | "node": ">= 0.8" |
| 3138 | } |
| 3139 | }, |
| 3140 | "node_modules/end-of-stream": { |
| 3141 | "version": "1.4.4", |
| 3142 | "license": "MIT", |
| 3143 | "dependencies": { |
| 3144 | "once": "^1.4.0" |
| 3145 | } |
| 3146 | }, |
| 3147 | "node_modules/enhanced-resolve": { |
| 3148 | "version": "4.3.0", |
| 3149 | "dependencies": { |
| 3150 | "graceful-fs": "^4.1.2", |
| 3151 | "memory-fs": "^0.5.0", |
| 3152 | "tapable": "^1.0.0" |
| 3153 | }, |
| 3154 | "engines": { |
| 3155 | "node": ">=6.9.0" |
| 3156 | } |
| 3157 | }, |
| 3158 | "node_modules/enhanced-resolve/node_modules/memory-fs": { |
| 3159 | "version": "0.5.0", |
| 3160 | "license": "MIT", |
| 3161 | "dependencies": { |
| 3162 | "errno": "^0.1.3", |
| 3163 | "readable-stream": "^2.0.1" |
| 3164 | }, |
| 3165 | "engines": { |
| 3166 | "node": ">=4.3.0 <5.0.0 || >=5.10" |
| 3167 | } |
| 3168 | }, |
| 3169 | "node_modules/enhanced-resolve/node_modules/readable-stream": { |
| 3170 | "version": "2.3.7", |
| 3171 | "license": "MIT", |
| 3172 | "dependencies": { |
| 3173 | "core-util-is": "~1.0.0", |
| 3174 | "inherits": "~2.0.3", |
| 3175 | "isarray": "~1.0.0", |
| 3176 | "process-nextick-args": "~2.0.0", |
| 3177 | "safe-buffer": "~5.1.1", |
| 3178 | "string_decoder": "~1.1.1", |
| 3179 | "util-deprecate": "~1.0.1" |
| 3180 | } |
| 3181 | }, |
| 3182 | "node_modules/enhanced-resolve/node_modules/string_decoder": { |
| 3183 | "version": "1.1.1", |
| 3184 | "license": "MIT", |
| 3185 | "dependencies": { |
| 3186 | "safe-buffer": "~5.1.0" |
| 3187 | } |
| 3188 | }, |
| 3189 | "node_modules/enquirer": { |
| 3190 | "version": "2.3.6", |
| 3191 | "license": "MIT", |
| 3192 | "dependencies": { |
| 3193 | "ansi-colors": "^4.1.1" |
| 3194 | }, |
| 3195 | "engines": { |
| 3196 | "node": ">=8.6" |
| 3197 | } |
| 3198 | }, |
| 3199 | "node_modules/envinfo": { |
| 3200 | "version": "7.7.3", |
| 3201 | "license": "MIT", |
| 3202 | "bin": { |
| 3203 | "envinfo": "dist/cli.js" |
| 3204 | }, |
| 3205 | "engines": { |
| 3206 | "node": ">=4" |
| 3207 | } |
| 3208 | }, |
| 3209 | "node_modules/errno": { |
| 3210 | "version": "0.1.8", |
| 3211 | "license": "MIT", |
| 3212 | "dependencies": { |
| 3213 | "prr": "~1.0.1" |
| 3214 | }, |
| 3215 | "bin": { |
| 3216 | "errno": "cli.js" |
| 3217 | } |
| 3218 | }, |
| 3219 | "node_modules/error-ex": { |
| 3220 | "version": "1.3.2", |
| 3221 | "license": "MIT", |
| 3222 | "dependencies": { |
| 3223 | "is-arrayish": "^0.2.1" |
| 3224 | } |
| 3225 | }, |
| 3226 | "node_modules/escalade": { |
| 3227 | "version": "3.1.1", |
| 3228 | "license": "MIT", |
| 3229 | "engines": { |
| 3230 | "node": ">=6" |
| 3231 | } |
| 3232 | }, |
| 3233 | "node_modules/escape-goat": { |
| 3234 | "version": "2.1.1", |
| 3235 | "license": "MIT", |
| 3236 | "engines": { |
| 3237 | "node": ">=8" |
| 3238 | } |
| 3239 | }, |
| 3240 | "node_modules/escape-html": { |
| 3241 | "version": "1.0.3", |
| 3242 | "license": "MIT" |
| 3243 | }, |
| 3244 | "node_modules/escape-string-regexp": { |
| 3245 | "version": "1.0.5", |
| 3246 | "license": "MIT", |
| 3247 | "engines": { |
| 3248 | "node": ">=0.8.0" |
| 3249 | } |
| 3250 | }, |
| 3251 | "node_modules/eslint-scope": { |
| 3252 | "version": "4.0.3", |
| 3253 | "license": "BSD-2-Clause", |
| 3254 | "dependencies": { |
| 3255 | "esrecurse": "^4.1.0", |
| 3256 | "estraverse": "^4.1.1" |
| 3257 | }, |
| 3258 | "engines": { |
| 3259 | "node": ">=4.0.0" |
| 3260 | } |
| 3261 | }, |
| 3262 | "node_modules/esrecurse": { |
| 3263 | "version": "4.3.0", |
| 3264 | "license": "BSD-2-Clause", |
| 3265 | "dependencies": { |
| 3266 | "estraverse": "^5.2.0" |
| 3267 | }, |
| 3268 | "engines": { |
| 3269 | "node": ">=4.0" |
| 3270 | } |
| 3271 | }, |
| 3272 | "node_modules/esrecurse/node_modules/estraverse": { |
| 3273 | "version": "5.2.0", |
| 3274 | "license": "BSD-2-Clause", |
| 3275 | "engines": { |
| 3276 | "node": ">=4.0" |
| 3277 | } |
| 3278 | }, |
| 3279 | "node_modules/estraverse": { |
| 3280 | "version": "4.3.0", |
| 3281 | "license": "BSD-2-Clause", |
| 3282 | "engines": { |
| 3283 | "node": ">=4.0" |
| 3284 | } |
| 3285 | }, |
| 3286 | "node_modules/esutils": { |
| 3287 | "version": "2.0.3", |
| 3288 | "license": "BSD-2-Clause", |
| 3289 | "engines": { |
| 3290 | "node": ">=0.10.0" |
| 3291 | } |
| 3292 | }, |
| 3293 | "node_modules/etag": { |
| 3294 | "version": "1.8.1", |
| 3295 | "license": "MIT", |
| 3296 | "engines": { |
| 3297 | "node": ">= 0.6" |
| 3298 | } |
| 3299 | }, |
| 3300 | "node_modules/events": { |
| 3301 | "version": "3.2.0", |
| 3302 | "license": "MIT", |
| 3303 | "engines": { |
| 3304 | "node": ">=0.8.x" |
| 3305 | } |
| 3306 | }, |
| 3307 | "node_modules/evp_bytestokey": { |
| 3308 | "version": "1.0.3", |
| 3309 | "license": "MIT", |
| 3310 | "dependencies": { |
| 3311 | "md5.js": "^1.3.4", |
| 3312 | "safe-buffer": "^5.1.1" |
| 3313 | } |
| 3314 | }, |
| 3315 | "node_modules/execa": { |
| 3316 | "version": "4.1.0", |
| 3317 | "license": "MIT", |
| 3318 | "dependencies": { |
| 3319 | "cross-spawn": "^7.0.0", |
| 3320 | "get-stream": "^5.0.0", |
| 3321 | "human-signals": "^1.1.1", |
| 3322 | "is-stream": "^2.0.0", |
| 3323 | "merge-stream": "^2.0.0", |
| 3324 | "npm-run-path": "^4.0.0", |
| 3325 | "onetime": "^5.1.0", |
| 3326 | "signal-exit": "^3.0.2", |
| 3327 | "strip-final-newline": "^2.0.0" |
| 3328 | }, |
| 3329 | "engines": { |
| 3330 | "node": ">=10" |
| 3331 | }, |
| 3332 | "funding": { |
| 3333 | "url": "https://github.com/sindresorhus/execa?sponsor=1" |
| 3334 | } |
| 3335 | }, |
| 3336 | "node_modules/execa/node_modules/get-stream": { |
| 3337 | "version": "5.2.0", |
| 3338 | "license": "MIT", |
| 3339 | "dependencies": { |
| 3340 | "pump": "^3.0.0" |
| 3341 | }, |
| 3342 | "engines": { |
| 3343 | "node": ">=8" |
| 3344 | }, |
| 3345 | "funding": { |
| 3346 | "url": "https://github.com/sponsors/sindresorhus" |
| 3347 | } |
| 3348 | }, |
| 3349 | "node_modules/expand-brackets": { |
| 3350 | "version": "2.1.4", |
| 3351 | "license": "MIT", |
| 3352 | "dependencies": { |
| 3353 | "debug": "^2.3.3", |
| 3354 | "define-property": "^0.2.5", |
| 3355 | "extend-shallow": "^2.0.1", |
| 3356 | "posix-character-classes": "^0.1.0", |
| 3357 | "regex-not": "^1.0.0", |
| 3358 | "snapdragon": "^0.8.1", |
| 3359 | "to-regex": "^3.0.1" |
| 3360 | }, |
| 3361 | "engines": { |
| 3362 | "node": ">=0.10.0" |
| 3363 | } |
| 3364 | }, |
| 3365 | "node_modules/expand-brackets/node_modules/debug": { |
| 3366 | "version": "2.6.9", |
| 3367 | "license": "MIT", |
| 3368 | "dependencies": { |
| 3369 | "ms": "2.0.0" |
| 3370 | } |
| 3371 | }, |
| 3372 | "node_modules/expand-brackets/node_modules/define-property": { |
| 3373 | "version": "0.2.5", |
| 3374 | "license": "MIT", |
| 3375 | "dependencies": { |
| 3376 | "is-descriptor": "^0.1.0" |
| 3377 | }, |
| 3378 | "engines": { |
| 3379 | "node": ">=0.10.0" |
| 3380 | } |
| 3381 | }, |
| 3382 | "node_modules/expand-brackets/node_modules/extend-shallow": { |
| 3383 | "version": "2.0.1", |
| 3384 | "license": "MIT", |
| 3385 | "dependencies": { |
| 3386 | "is-extendable": "^0.1.0" |
| 3387 | }, |
| 3388 | "engines": { |
| 3389 | "node": ">=0.10.0" |
| 3390 | } |
| 3391 | }, |
| 3392 | "node_modules/expand-brackets/node_modules/ms": { |
| 3393 | "version": "2.0.0", |
| 3394 | "license": "MIT" |
| 3395 | }, |
| 3396 | "node_modules/express": { |
| 3397 | "version": "4.17.1", |
| 3398 | "license": "MIT", |
| 3399 | "dependencies": { |
| 3400 | "accepts": "~1.3.7", |
| 3401 | "array-flatten": "1.1.1", |
| 3402 | "body-parser": "1.19.0", |
| 3403 | "content-disposition": "0.5.3", |
| 3404 | "content-type": "~1.0.4", |
| 3405 | "cookie": "0.4.0", |
| 3406 | "cookie-signature": "1.0.6", |
| 3407 | "debug": "2.6.9", |
| 3408 | "depd": "~1.1.2", |
| 3409 | "encodeurl": "~1.0.2", |
| 3410 | "escape-html": "~1.0.3", |
| 3411 | "etag": "~1.8.1", |
| 3412 | "finalhandler": "~1.1.2", |
| 3413 | "fresh": "0.5.2", |
| 3414 | "merge-descriptors": "1.0.1", |
| 3415 | "methods": "~1.1.2", |
| 3416 | "on-finished": "~2.3.0", |
| 3417 | "parseurl": "~1.3.3", |
| 3418 | "path-to-regexp": "0.1.7", |
| 3419 | "proxy-addr": "~2.0.5", |
| 3420 | "qs": "6.7.0", |
| 3421 | "range-parser": "~1.2.1", |
| 3422 | "safe-buffer": "5.1.2", |
| 3423 | "send": "0.17.1", |
| 3424 | "serve-static": "1.14.1", |
| 3425 | "setprototypeof": "1.1.1", |
| 3426 | "statuses": "~1.5.0", |
| 3427 | "type-is": "~1.6.18", |
| 3428 | "utils-merge": "1.0.1", |
| 3429 | "vary": "~1.1.2" |
| 3430 | }, |
| 3431 | "engines": { |
| 3432 | "node": ">= 0.10.0" |
| 3433 | } |
| 3434 | }, |
| 3435 | "node_modules/express/node_modules/debug": { |
| 3436 | "version": "2.6.9", |
| 3437 | "license": "MIT", |
| 3438 | "dependencies": { |
| 3439 | "ms": "2.0.0" |
| 3440 | } |
| 3441 | }, |
| 3442 | "node_modules/express/node_modules/ms": { |
| 3443 | "version": "2.0.0", |
| 3444 | "license": "MIT" |
| 3445 | }, |
| 3446 | "node_modules/extend-shallow": { |
| 3447 | "version": "3.0.2", |
| 3448 | "license": "MIT", |
| 3449 | "dependencies": { |
| 3450 | "assign-symbols": "^1.0.0", |
| 3451 | "is-extendable": "^1.0.1" |
| 3452 | }, |
| 3453 | "engines": { |
| 3454 | "node": ">=0.10.0" |
| 3455 | } |
| 3456 | }, |
| 3457 | "node_modules/extend-shallow/node_modules/is-extendable": { |
| 3458 | "version": "1.0.1", |
| 3459 | "license": "MIT", |
| 3460 | "dependencies": { |
| 3461 | "is-plain-object": "^2.0.4" |
| 3462 | }, |
| 3463 | "engines": { |
| 3464 | "node": ">=0.10.0" |
| 3465 | } |
| 3466 | }, |
| 3467 | "node_modules/extglob": { |
| 3468 | "version": "2.0.4", |
| 3469 | "license": "MIT", |
| 3470 | "dependencies": { |
| 3471 | "array-unique": "^0.3.2", |
| 3472 | "define-property": "^1.0.0", |
| 3473 | "expand-brackets": "^2.1.4", |
| 3474 | "extend-shallow": "^2.0.1", |
| 3475 | "fragment-cache": "^0.2.1", |
| 3476 | "regex-not": "^1.0.0", |
| 3477 | "snapdragon": "^0.8.1", |
| 3478 | "to-regex": "^3.0.1" |
| 3479 | }, |
| 3480 | "engines": { |
| 3481 | "node": ">=0.10.0" |
| 3482 | } |
| 3483 | }, |
| 3484 | "node_modules/extglob/node_modules/define-property": { |
| 3485 | "version": "1.0.0", |
| 3486 | "license": "MIT", |
| 3487 | "dependencies": { |
| 3488 | "is-descriptor": "^1.0.0" |
| 3489 | }, |
| 3490 | "engines": { |
| 3491 | "node": ">=0.10.0" |
| 3492 | } |
| 3493 | }, |
| 3494 | "node_modules/extglob/node_modules/extend-shallow": { |
| 3495 | "version": "2.0.1", |
| 3496 | "license": "MIT", |
| 3497 | "dependencies": { |
| 3498 | "is-extendable": "^0.1.0" |
| 3499 | }, |
| 3500 | "engines": { |
| 3501 | "node": ">=0.10.0" |
| 3502 | } |
| 3503 | }, |
| 3504 | "node_modules/extglob/node_modules/is-accessor-descriptor": { |
| 3505 | "version": "1.0.0", |
| 3506 | "license": "MIT", |
| 3507 | "dependencies": { |
| 3508 | "kind-of": "^6.0.0" |
| 3509 | }, |
| 3510 | "engines": { |
| 3511 | "node": ">=0.10.0" |
| 3512 | } |
| 3513 | }, |
| 3514 | "node_modules/extglob/node_modules/is-data-descriptor": { |
| 3515 | "version": "1.0.0", |
| 3516 | "license": "MIT", |
| 3517 | "dependencies": { |
| 3518 | "kind-of": "^6.0.0" |
| 3519 | }, |
| 3520 | "engines": { |
| 3521 | "node": ">=0.10.0" |
| 3522 | } |
| 3523 | }, |
| 3524 | "node_modules/extglob/node_modules/is-descriptor": { |
| 3525 | "version": "1.0.2", |
| 3526 | "license": "MIT", |
| 3527 | "dependencies": { |
| 3528 | "is-accessor-descriptor": "^1.0.0", |
| 3529 | "is-data-descriptor": "^1.0.0", |
| 3530 | "kind-of": "^6.0.2" |
| 3531 | }, |
| 3532 | "engines": { |
| 3533 | "node": ">=0.10.0" |
| 3534 | } |
| 3535 | }, |
| 3536 | "node_modules/fast-deep-equal": { |
| 3537 | "version": "3.1.3", |
| 3538 | "license": "MIT" |
| 3539 | }, |
| 3540 | "node_modules/fast-json-stable-stringify": { |
| 3541 | "version": "2.1.0", |
| 3542 | "license": "MIT" |
| 3543 | }, |
| 3544 | "node_modules/figgy-pudding": { |
| 3545 | "version": "3.5.2", |
| 3546 | "license": "ISC" |
| 3547 | }, |
| 3548 | "node_modules/file-uri-to-path": { |
| 3549 | "version": "1.0.0", |
| 3550 | "license": "MIT", |
| 3551 | "optional": true |
| 3552 | }, |
| 3553 | "node_modules/fill-range": { |
| 3554 | "version": "7.0.1", |
| 3555 | "license": "MIT", |
| 3556 | "dependencies": { |
| 3557 | "to-regex-range": "^5.0.1" |
| 3558 | }, |
| 3559 | "engines": { |
| 3560 | "node": ">=8" |
| 3561 | } |
| 3562 | }, |
| 3563 | "node_modules/finalhandler": { |
| 3564 | "version": "1.1.2", |
| 3565 | "license": "MIT", |
| 3566 | "dependencies": { |
| 3567 | "debug": "2.6.9", |
| 3568 | "encodeurl": "~1.0.2", |
| 3569 | "escape-html": "~1.0.3", |
| 3570 | "on-finished": "~2.3.0", |
| 3571 | "parseurl": "~1.3.3", |
| 3572 | "statuses": "~1.5.0", |
| 3573 | "unpipe": "~1.0.0" |
| 3574 | }, |
| 3575 | "engines": { |
| 3576 | "node": ">= 0.8" |
| 3577 | } |
| 3578 | }, |
| 3579 | "node_modules/finalhandler/node_modules/debug": { |
| 3580 | "version": "2.6.9", |
| 3581 | "license": "MIT", |
| 3582 | "dependencies": { |
| 3583 | "ms": "2.0.0" |
| 3584 | } |
| 3585 | }, |
| 3586 | "node_modules/finalhandler/node_modules/ms": { |
| 3587 | "version": "2.0.0", |
| 3588 | "license": "MIT" |
| 3589 | }, |
| 3590 | "node_modules/find-cache-dir": { |
| 3591 | "version": "2.1.0", |
| 3592 | "license": "MIT", |
| 3593 | "dependencies": { |
| 3594 | "commondir": "^1.0.1", |
| 3595 | "make-dir": "^2.0.0", |
| 3596 | "pkg-dir": "^3.0.0" |
| 3597 | }, |
| 3598 | "engines": { |
| 3599 | "node": ">=6" |
| 3600 | } |
| 3601 | }, |
| 3602 | "node_modules/find-up": { |
| 3603 | "version": "3.0.0", |
| 3604 | "license": "MIT", |
| 3605 | "dependencies": { |
| 3606 | "locate-path": "^3.0.0" |
| 3607 | }, |
| 3608 | "engines": { |
| 3609 | "node": ">=6" |
| 3610 | } |
| 3611 | }, |
| 3612 | "node_modules/flush-write-stream": { |
| 3613 | "version": "1.1.1", |
| 3614 | "license": "MIT", |
| 3615 | "dependencies": { |
| 3616 | "inherits": "^2.0.3", |
| 3617 | "readable-stream": "^2.3.6" |
| 3618 | } |
| 3619 | }, |
| 3620 | "node_modules/flush-write-stream/node_modules/readable-stream": { |
| 3621 | "version": "2.3.7", |
| 3622 | "license": "MIT", |
| 3623 | "dependencies": { |
| 3624 | "core-util-is": "~1.0.0", |
| 3625 | "inherits": "~2.0.3", |
| 3626 | "isarray": "~1.0.0", |
| 3627 | "process-nextick-args": "~2.0.0", |
| 3628 | "safe-buffer": "~5.1.1", |
| 3629 | "string_decoder": "~1.1.1", |
| 3630 | "util-deprecate": "~1.0.1" |
| 3631 | } |
| 3632 | }, |
| 3633 | "node_modules/flush-write-stream/node_modules/string_decoder": { |
| 3634 | "version": "1.1.1", |
| 3635 | "license": "MIT", |
| 3636 | "dependencies": { |
| 3637 | "safe-buffer": "~5.1.0" |
| 3638 | } |
| 3639 | }, |
| 3640 | "node_modules/for-in": { |
| 3641 | "version": "1.0.2", |
| 3642 | "license": "MIT", |
| 3643 | "engines": { |
| 3644 | "node": ">=0.10.0" |
| 3645 | } |
| 3646 | }, |
| 3647 | "node_modules/forwarded": { |
| 3648 | "version": "0.1.2", |
| 3649 | "license": "MIT", |
| 3650 | "engines": { |
| 3651 | "node": ">= 0.6" |
| 3652 | } |
| 3653 | }, |
| 3654 | "node_modules/fragment-cache": { |
| 3655 | "version": "0.2.1", |
| 3656 | "license": "MIT", |
| 3657 | "dependencies": { |
| 3658 | "map-cache": "^0.2.2" |
| 3659 | }, |
| 3660 | "engines": { |
| 3661 | "node": ">=0.10.0" |
| 3662 | } |
| 3663 | }, |
| 3664 | "node_modules/fresh": { |
| 3665 | "version": "0.5.2", |
| 3666 | "license": "MIT", |
| 3667 | "engines": { |
| 3668 | "node": ">= 0.6" |
| 3669 | } |
| 3670 | }, |
| 3671 | "node_modules/from2": { |
| 3672 | "version": "2.3.0", |
| 3673 | "license": "MIT", |
| 3674 | "dependencies": { |
| 3675 | "inherits": "^2.0.1", |
| 3676 | "readable-stream": "^2.0.0" |
| 3677 | } |
| 3678 | }, |
| 3679 | "node_modules/from2/node_modules/readable-stream": { |
| 3680 | "version": "2.3.7", |
| 3681 | "license": "MIT", |
| 3682 | "dependencies": { |
| 3683 | "core-util-is": "~1.0.0", |
| 3684 | "inherits": "~2.0.3", |
| 3685 | "isarray": "~1.0.0", |
| 3686 | "process-nextick-args": "~2.0.0", |
| 3687 | "safe-buffer": "~5.1.1", |
| 3688 | "string_decoder": "~1.1.1", |
| 3689 | "util-deprecate": "~1.0.1" |
| 3690 | } |
| 3691 | }, |
| 3692 | "node_modules/from2/node_modules/string_decoder": { |
| 3693 | "version": "1.1.1", |
| 3694 | "license": "MIT", |
| 3695 | "dependencies": { |
| 3696 | "safe-buffer": "~5.1.0" |
| 3697 | } |
| 3698 | }, |
| 3699 | "node_modules/fs-write-stream-atomic": { |
| 3700 | "version": "1.0.10", |
| 3701 | "license": "ISC", |
| 3702 | "dependencies": { |
| 3703 | "graceful-fs": "^4.1.2", |
| 3704 | "iferr": "^0.1.5", |
| 3705 | "imurmurhash": "^0.1.4", |
| 3706 | "readable-stream": "1 || 2" |
| 3707 | } |
| 3708 | }, |
| 3709 | "node_modules/fs-write-stream-atomic/node_modules/readable-stream": { |
| 3710 | "version": "2.3.7", |
| 3711 | "license": "MIT", |
| 3712 | "dependencies": { |
| 3713 | "core-util-is": "~1.0.0", |
| 3714 | "inherits": "~2.0.3", |
| 3715 | "isarray": "~1.0.0", |
| 3716 | "process-nextick-args": "~2.0.0", |
| 3717 | "safe-buffer": "~5.1.1", |
| 3718 | "string_decoder": "~1.1.1", |
| 3719 | "util-deprecate": "~1.0.1" |
| 3720 | } |
| 3721 | }, |
| 3722 | "node_modules/fs-write-stream-atomic/node_modules/string_decoder": { |
| 3723 | "version": "1.1.1", |
| 3724 | "license": "MIT", |
| 3725 | "dependencies": { |
| 3726 | "safe-buffer": "~5.1.0" |
| 3727 | } |
| 3728 | }, |
| 3729 | "node_modules/fs.realpath": { |
| 3730 | "version": "1.0.0", |
| 3731 | "license": "ISC" |
| 3732 | }, |
| 3733 | "node_modules/fsevents": { |
| 3734 | "version": "2.1.3", |
| 3735 | "license": "MIT", |
| 3736 | "optional": true, |
| 3737 | "os": [ |
| 3738 | "darwin" |
| 3739 | ], |
| 3740 | "engines": { |
| 3741 | "node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
| 3742 | } |
| 3743 | }, |
| 3744 | "node_modules/function-bind": { |
| 3745 | "version": "1.1.1", |
| 3746 | "license": "MIT" |
| 3747 | }, |
| 3748 | "node_modules/gensync": { |
| 3749 | "version": "1.0.0-beta.2", |
| 3750 | "license": "MIT", |
| 3751 | "engines": { |
| 3752 | "node": ">=6.9.0" |
| 3753 | } |
| 3754 | }, |
| 3755 | "node_modules/get-caller-file": { |
| 3756 | "version": "2.0.5", |
| 3757 | "license": "ISC", |
| 3758 | "engines": { |
| 3759 | "node": "6.* || 8.* || >= 10.*" |
| 3760 | } |
| 3761 | }, |
| 3762 | "node_modules/get-intrinsic": { |
| 3763 | "version": "1.0.2", |
| 3764 | "license": "MIT", |
| 3765 | "dependencies": { |
| 3766 | "function-bind": "^1.1.1", |
| 3767 | "has": "^1.0.3", |
| 3768 | "has-symbols": "^1.0.1" |
| 3769 | }, |
| 3770 | "funding": { |
| 3771 | "url": "https://github.com/sponsors/ljharb" |
| 3772 | } |
| 3773 | }, |
| 3774 | "node_modules/get-stream": { |
| 3775 | "version": "4.1.0", |
| 3776 | "license": "MIT", |
| 3777 | "dependencies": { |
| 3778 | "pump": "^3.0.0" |
| 3779 | }, |
| 3780 | "engines": { |
| 3781 | "node": ">=6" |
| 3782 | } |
| 3783 | }, |
| 3784 | "node_modules/get-value": { |
| 3785 | "version": "2.0.6", |
| 3786 | "license": "MIT", |
| 3787 | "engines": { |
| 3788 | "node": ">=0.10.0" |
| 3789 | } |
| 3790 | }, |
| 3791 | "node_modules/glob": { |
| 3792 | "version": "7.1.6", |
| 3793 | "license": "ISC", |
| 3794 | "dependencies": { |
| 3795 | "fs.realpath": "^1.0.0", |
| 3796 | "inflight": "^1.0.4", |
| 3797 | "inherits": "2", |
| 3798 | "minimatch": "^3.0.4", |
| 3799 | "once": "^1.3.0", |
| 3800 | "path-is-absolute": "^1.0.0" |
| 3801 | }, |
| 3802 | "engines": { |
| 3803 | "node": "*" |
| 3804 | }, |
| 3805 | "funding": { |
| 3806 | "url": "https://github.com/sponsors/isaacs" |
| 3807 | } |
| 3808 | }, |
| 3809 | "node_modules/glob-parent": { |
| 3810 | "version": "5.1.1", |
| 3811 | "license": "ISC", |
| 3812 | "dependencies": { |
| 3813 | "is-glob": "^4.0.1" |
| 3814 | }, |
| 3815 | "engines": { |
| 3816 | "node": ">= 6" |
| 3817 | } |
| 3818 | }, |
| 3819 | "node_modules/global-dirs": { |
| 3820 | "version": "2.1.0", |
| 3821 | "license": "MIT", |
| 3822 | "dependencies": { |
| 3823 | "ini": "1.3.7" |
| 3824 | }, |
| 3825 | "engines": { |
| 3826 | "node": ">=8" |
| 3827 | }, |
| 3828 | "funding": { |
| 3829 | "url": "https://github.com/sponsors/sindresorhus" |
| 3830 | } |
| 3831 | }, |
| 3832 | "node_modules/globals": { |
| 3833 | "version": "11.12.0", |
| 3834 | "license": "MIT", |
| 3835 | "engines": { |
| 3836 | "node": ">=4" |
| 3837 | } |
| 3838 | }, |
| 3839 | "node_modules/got": { |
| 3840 | "version": "9.6.0", |
| 3841 | "license": "MIT", |
| 3842 | "dependencies": { |
| 3843 | "@sindresorhus/is": "^0.14.0", |
| 3844 | "@szmarczak/http-timer": "^1.1.2", |
| 3845 | "cacheable-request": "^6.0.0", |
| 3846 | "decompress-response": "^3.3.0", |
| 3847 | "duplexer3": "^0.1.4", |
| 3848 | "get-stream": "^4.1.0", |
| 3849 | "lowercase-keys": "^1.0.1", |
| 3850 | "mimic-response": "^1.0.1", |
| 3851 | "p-cancelable": "^1.0.0", |
| 3852 | "to-readable-stream": "^1.0.0", |
| 3853 | "url-parse-lax": "^3.0.0" |
| 3854 | }, |
| 3855 | "engines": { |
| 3856 | "node": ">=8.6" |
| 3857 | } |
| 3858 | }, |
| 3859 | "node_modules/graceful-fs": { |
| 3860 | "version": "4.2.4", |
| 3861 | "license": "ISC" |
| 3862 | }, |
| 3863 | "node_modules/has": { |
| 3864 | "version": "1.0.3", |
| 3865 | "license": "MIT", |
| 3866 | "dependencies": { |
| 3867 | "function-bind": "^1.1.1" |
| 3868 | }, |
| 3869 | "engines": { |
| 3870 | "node": ">= 0.4.0" |
| 3871 | } |
| 3872 | }, |
| 3873 | "node_modules/has-flag": { |
| 3874 | "version": "3.0.0", |
| 3875 | "license": "MIT", |
| 3876 | "engines": { |
| 3877 | "node": ">=4" |
| 3878 | } |
| 3879 | }, |
| 3880 | "node_modules/has-symbols": { |
| 3881 | "version": "1.0.1", |
| 3882 | "license": "MIT", |
| 3883 | "engines": { |
| 3884 | "node": ">= 0.4" |
| 3885 | }, |
| 3886 | "funding": { |
| 3887 | "url": "https://github.com/sponsors/ljharb" |
| 3888 | } |
| 3889 | }, |
| 3890 | "node_modules/has-value": { |
| 3891 | "version": "1.0.0", |
| 3892 | "license": "MIT", |
| 3893 | "dependencies": { |
| 3894 | "get-value": "^2.0.6", |
| 3895 | "has-values": "^1.0.0", |
| 3896 | "isobject": "^3.0.0" |
| 3897 | }, |
| 3898 | "engines": { |
| 3899 | "node": ">=0.10.0" |
| 3900 | } |
| 3901 | }, |
| 3902 | "node_modules/has-values": { |
| 3903 | "version": "1.0.0", |
| 3904 | "license": "MIT", |
| 3905 | "dependencies": { |
| 3906 | "is-number": "^3.0.0", |
| 3907 | "kind-of": "^4.0.0" |
| 3908 | }, |
| 3909 | "engines": { |
| 3910 | "node": ">=0.10.0" |
| 3911 | } |
| 3912 | }, |
| 3913 | "node_modules/has-values/node_modules/is-number": { |
| 3914 | "version": "3.0.0", |
| 3915 | "license": "MIT", |
| 3916 | "dependencies": { |
| 3917 | "kind-of": "^3.0.2" |
| 3918 | }, |
| 3919 | "engines": { |
| 3920 | "node": ">=0.10.0" |
| 3921 | } |
| 3922 | }, |
| 3923 | "node_modules/has-values/node_modules/is-number/node_modules/kind-of": { |
| 3924 | "version": "3.2.2", |
| 3925 | "license": "MIT", |
| 3926 | "dependencies": { |
| 3927 | "is-buffer": "^1.1.5" |
| 3928 | }, |
| 3929 | "engines": { |
| 3930 | "node": ">=0.10.0" |
| 3931 | } |
| 3932 | }, |
| 3933 | "node_modules/has-values/node_modules/kind-of": { |
| 3934 | "version": "4.0.0", |
| 3935 | "license": "MIT", |
| 3936 | "dependencies": { |
| 3937 | "is-buffer": "^1.1.5" |
| 3938 | }, |
| 3939 | "engines": { |
| 3940 | "node": ">=0.10.0" |
| 3941 | } |
| 3942 | }, |
| 3943 | "node_modules/has-yarn": { |
| 3944 | "version": "2.1.0", |
| 3945 | "license": "MIT", |
| 3946 | "engines": { |
| 3947 | "node": ">=8" |
| 3948 | } |
| 3949 | }, |
| 3950 | "node_modules/hash-base": { |
| 3951 | "version": "3.1.0", |
| 3952 | "license": "MIT", |
| 3953 | "dependencies": { |
| 3954 | "inherits": "^2.0.4", |
| 3955 | "readable-stream": "^3.6.0", |
| 3956 | "safe-buffer": "^5.2.0" |
| 3957 | }, |
| 3958 | "engines": { |
| 3959 | "node": ">=4" |
| 3960 | } |
| 3961 | }, |
| 3962 | "node_modules/hash-base/node_modules/safe-buffer": { |
| 3963 | "version": "5.2.1", |
| 3964 | "funding": [ |
| 3965 | { |
| 3966 | "type": "github", |
| 3967 | "url": "https://github.com/sponsors/feross" |
| 3968 | }, |
| 3969 | { |
| 3970 | "type": "patreon", |
| 3971 | "url": "https://www.patreon.com/feross" |
| 3972 | }, |
| 3973 | { |
| 3974 | "type": "consulting", |
| 3975 | "url": "https://feross.org/support" |
| 3976 | } |
| 3977 | ], |
| 3978 | "license": "MIT" |
| 3979 | }, |
| 3980 | "node_modules/hash.js": { |
| 3981 | "version": "1.1.7", |
| 3982 | "license": "MIT", |
| 3983 | "dependencies": { |
| 3984 | "inherits": "^2.0.3", |
| 3985 | "minimalistic-assert": "^1.0.1" |
| 3986 | } |
| 3987 | }, |
| 3988 | "node_modules/hmac-drbg": { |
| 3989 | "version": "1.0.1", |
| 3990 | "license": "MIT", |
| 3991 | "dependencies": { |
| 3992 | "hash.js": "^1.0.3", |
| 3993 | "minimalistic-assert": "^1.0.0", |
| 3994 | "minimalistic-crypto-utils": "^1.0.1" |
| 3995 | } |
| 3996 | }, |
| 3997 | "node_modules/hosted-git-info": { |
| 3998 | "version": "2.8.9", |
| 3999 | "license": "ISC" |
| 4000 | }, |
| 4001 | "node_modules/http-cache-semantics": { |
| 4002 | "version": "4.1.0", |
| 4003 | "license": "BSD-2-Clause" |
| 4004 | }, |
| 4005 | "node_modules/http-errors": { |
| 4006 | "version": "1.7.2", |
| 4007 | "license": "MIT", |
| 4008 | "dependencies": { |
| 4009 | "depd": "~1.1.2", |
| 4010 | "inherits": "2.0.3", |
| 4011 | "setprototypeof": "1.1.1", |
| 4012 | "statuses": ">= 1.5.0 < 2", |
| 4013 | "toidentifier": "1.0.0" |
| 4014 | }, |
| 4015 | "engines": { |
| 4016 | "node": ">= 0.6" |
| 4017 | } |
| 4018 | }, |
| 4019 | "node_modules/http-errors/node_modules/inherits": { |
| 4020 | "version": "2.0.3", |
| 4021 | "license": "ISC" |
| 4022 | }, |
| 4023 | "node_modules/https-browserify": { |
| 4024 | "version": "1.0.0", |
| 4025 | "license": "MIT" |
| 4026 | }, |
| 4027 | "node_modules/human-signals": { |
| 4028 | "version": "1.1.1", |
| 4029 | "license": "Apache-2.0", |
| 4030 | "engines": { |
| 4031 | "node": ">=8.12.0" |
| 4032 | } |
| 4033 | }, |
| 4034 | "node_modules/iconv-lite": { |
| 4035 | "version": "0.4.24", |
| 4036 | "license": "MIT", |
| 4037 | "dependencies": { |
| 4038 | "safer-buffer": ">= 2.1.2 < 3" |
| 4039 | }, |
| 4040 | "engines": { |
| 4041 | "node": ">=0.10.0" |
| 4042 | } |
| 4043 | }, |
| 4044 | "node_modules/ieee754": { |
| 4045 | "version": "1.2.1", |
| 4046 | "funding": [ |
| 4047 | { |
| 4048 | "type": "github", |
| 4049 | "url": "https://github.com/sponsors/feross" |
| 4050 | }, |
| 4051 | { |
| 4052 | "type": "patreon", |
| 4053 | "url": "https://www.patreon.com/feross" |
| 4054 | }, |
| 4055 | { |
| 4056 | "type": "consulting", |
| 4057 | "url": "https://feross.org/support" |
| 4058 | } |
| 4059 | ], |
| 4060 | "license": "BSD-3-Clause" |
| 4061 | }, |
| 4062 | "node_modules/iferr": { |
| 4063 | "version": "0.1.5", |
| 4064 | "license": "MIT" |
| 4065 | }, |
| 4066 | "node_modules/ignore-by-default": { |
| 4067 | "version": "1.0.1", |
| 4068 | "license": "ISC" |
| 4069 | }, |
| 4070 | "node_modules/import-fresh": { |
| 4071 | "version": "3.3.0", |
| 4072 | "license": "MIT", |
| 4073 | "dependencies": { |
| 4074 | "parent-module": "^1.0.0", |
| 4075 | "resolve-from": "^4.0.0" |
| 4076 | }, |
| 4077 | "engines": { |
| 4078 | "node": ">=6" |
| 4079 | }, |
| 4080 | "funding": { |
| 4081 | "url": "https://github.com/sponsors/sindresorhus" |
| 4082 | } |
| 4083 | }, |
| 4084 | "node_modules/import-lazy": { |
| 4085 | "version": "2.1.0", |
| 4086 | "license": "MIT", |
| 4087 | "engines": { |
| 4088 | "node": ">=4" |
| 4089 | } |
| 4090 | }, |
| 4091 | "node_modules/import-local": { |
| 4092 | "version": "3.0.2", |
| 4093 | "license": "MIT", |
| 4094 | "dependencies": { |
| 4095 | "pkg-dir": "^4.2.0", |
| 4096 | "resolve-cwd": "^3.0.0" |
| 4097 | }, |
| 4098 | "bin": { |
| 4099 | "import-local-fixture": "fixtures/cli.js" |
| 4100 | }, |
| 4101 | "engines": { |
| 4102 | "node": ">=8" |
| 4103 | } |
| 4104 | }, |
| 4105 | "node_modules/import-local/node_modules/find-up": { |
| 4106 | "version": "4.1.0", |
| 4107 | "license": "MIT", |
| 4108 | "dependencies": { |
| 4109 | "locate-path": "^5.0.0", |
| 4110 | "path-exists": "^4.0.0" |
| 4111 | }, |
| 4112 | "engines": { |
| 4113 | "node": ">=8" |
| 4114 | } |
| 4115 | }, |
| 4116 | "node_modules/import-local/node_modules/locate-path": { |
| 4117 | "version": "5.0.0", |
| 4118 | "license": "MIT", |
| 4119 | "dependencies": { |
| 4120 | "p-locate": "^4.1.0" |
| 4121 | }, |
| 4122 | "engines": { |
| 4123 | "node": ">=8" |
| 4124 | } |
| 4125 | }, |
| 4126 | "node_modules/import-local/node_modules/p-locate": { |
| 4127 | "version": "4.1.0", |
| 4128 | "license": "MIT", |
| 4129 | "dependencies": { |
| 4130 | "p-limit": "^2.2.0" |
| 4131 | }, |
| 4132 | "engines": { |
| 4133 | "node": ">=8" |
| 4134 | } |
| 4135 | }, |
| 4136 | "node_modules/import-local/node_modules/path-exists": { |
| 4137 | "version": "4.0.0", |
| 4138 | "license": "MIT", |
| 4139 | "engines": { |
| 4140 | "node": ">=8" |
| 4141 | } |
| 4142 | }, |
| 4143 | "node_modules/import-local/node_modules/pkg-dir": { |
| 4144 | "version": "4.2.0", |
| 4145 | "license": "MIT", |
| 4146 | "dependencies": { |
| 4147 | "find-up": "^4.0.0" |
| 4148 | }, |
| 4149 | "engines": { |
| 4150 | "node": ">=8" |
| 4151 | } |
| 4152 | }, |
| 4153 | "node_modules/imurmurhash": { |
| 4154 | "version": "0.1.4", |
| 4155 | "license": "MIT", |
| 4156 | "engines": { |
| 4157 | "node": ">=0.8.19" |
| 4158 | } |
| 4159 | }, |
| 4160 | "node_modules/infer-owner": { |
| 4161 | "version": "1.0.4", |
| 4162 | "license": "ISC" |
| 4163 | }, |
| 4164 | "node_modules/inflight": { |
| 4165 | "version": "1.0.6", |
| 4166 | "license": "ISC", |
| 4167 | "dependencies": { |
| 4168 | "once": "^1.3.0", |
| 4169 | "wrappy": "1" |
| 4170 | } |
| 4171 | }, |
| 4172 | "node_modules/inherits": { |
| 4173 | "version": "2.0.4", |
| 4174 | "license": "ISC" |
| 4175 | }, |
| 4176 | "node_modules/ini": { |
| 4177 | "version": "1.3.7", |
| 4178 | "license": "ISC" |
| 4179 | }, |
| 4180 | "node_modules/interpret": { |
| 4181 | "version": "2.2.0", |
| 4182 | "license": "MIT", |
| 4183 | "engines": { |
| 4184 | "node": ">= 0.10" |
| 4185 | } |
| 4186 | }, |
| 4187 | "node_modules/ipaddr.js": { |
| 4188 | "version": "1.9.1", |
| 4189 | "license": "MIT", |
| 4190 | "engines": { |
| 4191 | "node": ">= 0.10" |
| 4192 | } |
| 4193 | }, |
| 4194 | "node_modules/is-accessor-descriptor": { |
| 4195 | "version": "0.1.6", |
| 4196 | "license": "MIT", |
| 4197 | "dependencies": { |
| 4198 | "kind-of": "^3.0.2" |
| 4199 | }, |
| 4200 | "engines": { |
| 4201 | "node": ">=0.10.0" |
| 4202 | } |
| 4203 | }, |
| 4204 | "node_modules/is-accessor-descriptor/node_modules/kind-of": { |
| 4205 | "version": "3.2.2", |
| 4206 | "license": "MIT", |
| 4207 | "dependencies": { |
| 4208 | "is-buffer": "^1.1.5" |
| 4209 | }, |
| 4210 | "engines": { |
| 4211 | "node": ">=0.10.0" |
| 4212 | } |
| 4213 | }, |
| 4214 | "node_modules/is-arrayish": { |
| 4215 | "version": "0.2.1", |
| 4216 | "license": "MIT" |
| 4217 | }, |
| 4218 | "node_modules/is-binary-path": { |
| 4219 | "version": "2.1.0", |
| 4220 | "license": "MIT", |
| 4221 | "dependencies": { |
| 4222 | "binary-extensions": "^2.0.0" |
| 4223 | }, |
| 4224 | "engines": { |
| 4225 | "node": ">=8" |
| 4226 | } |
| 4227 | }, |
| 4228 | "node_modules/is-buffer": { |
| 4229 | "version": "1.1.6", |
| 4230 | "license": "MIT" |
| 4231 | }, |
| 4232 | "node_modules/is-ci": { |
| 4233 | "version": "2.0.0", |
| 4234 | "license": "MIT", |
| 4235 | "dependencies": { |
| 4236 | "ci-info": "^2.0.0" |
| 4237 | }, |
| 4238 | "bin": { |
| 4239 | "is-ci": "bin.js" |
| 4240 | } |
| 4241 | }, |
| 4242 | "node_modules/is-data-descriptor": { |
| 4243 | "version": "0.1.4", |
| 4244 | "license": "MIT", |
| 4245 | "dependencies": { |
| 4246 | "kind-of": "^3.0.2" |
| 4247 | }, |
| 4248 | "engines": { |
| 4249 | "node": ">=0.10.0" |
| 4250 | } |
| 4251 | }, |
| 4252 | "node_modules/is-data-descriptor/node_modules/kind-of": { |
| 4253 | "version": "3.2.2", |
| 4254 | "license": "MIT", |
| 4255 | "dependencies": { |
| 4256 | "is-buffer": "^1.1.5" |
| 4257 | }, |
| 4258 | "engines": { |
| 4259 | "node": ">=0.10.0" |
| 4260 | } |
| 4261 | }, |
| 4262 | "node_modules/is-descriptor": { |
| 4263 | "version": "0.1.6", |
| 4264 | "license": "MIT", |
| 4265 | "dependencies": { |
| 4266 | "is-accessor-descriptor": "^0.1.6", |
| 4267 | "is-data-descriptor": "^0.1.4", |
| 4268 | "kind-of": "^5.0.0" |
| 4269 | }, |
| 4270 | "engines": { |
| 4271 | "node": ">=0.10.0" |
| 4272 | } |
| 4273 | }, |
| 4274 | "node_modules/is-descriptor/node_modules/kind-of": { |
| 4275 | "version": "5.1.0", |
| 4276 | "license": "MIT", |
| 4277 | "engines": { |
| 4278 | "node": ">=0.10.0" |
| 4279 | } |
| 4280 | }, |
| 4281 | "node_modules/is-extendable": { |
| 4282 | "version": "0.1.1", |
| 4283 | "license": "MIT", |
| 4284 | "engines": { |
| 4285 | "node": ">=0.10.0" |
| 4286 | } |
| 4287 | }, |
| 4288 | "node_modules/is-extglob": { |
| 4289 | "version": "2.1.1", |
| 4290 | "license": "MIT", |
| 4291 | "engines": { |
| 4292 | "node": ">=0.10.0" |
| 4293 | } |
| 4294 | }, |
| 4295 | "node_modules/is-fullwidth-code-point": { |
| 4296 | "version": "2.0.0", |
| 4297 | "license": "MIT", |
| 4298 | "engines": { |
| 4299 | "node": ">=4" |
| 4300 | } |
| 4301 | }, |
| 4302 | "node_modules/is-glob": { |
| 4303 | "version": "4.0.1", |
| 4304 | "license": "MIT", |
| 4305 | "dependencies": { |
| 4306 | "is-extglob": "^2.1.1" |
| 4307 | }, |
| 4308 | "engines": { |
| 4309 | "node": ">=0.10.0" |
| 4310 | } |
| 4311 | }, |
| 4312 | "node_modules/is-installed-globally": { |
| 4313 | "version": "0.3.2", |
| 4314 | "license": "MIT", |
| 4315 | "dependencies": { |
| 4316 | "global-dirs": "^2.0.1", |
| 4317 | "is-path-inside": "^3.0.1" |
| 4318 | }, |
| 4319 | "engines": { |
| 4320 | "node": ">=8" |
| 4321 | }, |
| 4322 | "funding": { |
| 4323 | "url": "https://github.com/sponsors/sindresorhus" |
| 4324 | } |
| 4325 | }, |
| 4326 | "node_modules/is-npm": { |
| 4327 | "version": "4.0.0", |
| 4328 | "license": "MIT", |
| 4329 | "engines": { |
| 4330 | "node": ">=8" |
| 4331 | } |
| 4332 | }, |
| 4333 | "node_modules/is-number": { |
| 4334 | "version": "7.0.0", |
| 4335 | "license": "MIT", |
| 4336 | "engines": { |
| 4337 | "node": ">=0.12.0" |
| 4338 | } |
| 4339 | }, |
| 4340 | "node_modules/is-obj": { |
| 4341 | "version": "2.0.0", |
| 4342 | "license": "MIT", |
| 4343 | "engines": { |
| 4344 | "node": ">=8" |
| 4345 | } |
| 4346 | }, |
| 4347 | "node_modules/is-path-inside": { |
| 4348 | "version": "3.0.2", |
| 4349 | "license": "MIT", |
| 4350 | "engines": { |
| 4351 | "node": ">=8" |
| 4352 | } |
| 4353 | }, |
| 4354 | "node_modules/is-plain-object": { |
| 4355 | "version": "2.0.4", |
| 4356 | "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", |
| 4357 | "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", |
| 4358 | "dependencies": { |
| 4359 | "isobject": "^3.0.1" |
| 4360 | }, |
| 4361 | "engines": { |
| 4362 | "node": ">=0.10.0" |
| 4363 | } |
| 4364 | }, |
| 4365 | "node_modules/is-stream": { |
| 4366 | "version": "2.0.0", |
| 4367 | "license": "MIT", |
| 4368 | "engines": { |
| 4369 | "node": ">=8" |
| 4370 | } |
| 4371 | }, |
| 4372 | "node_modules/is-typedarray": { |
| 4373 | "version": "1.0.0", |
| 4374 | "license": "MIT" |
| 4375 | }, |
| 4376 | "node_modules/is-windows": { |
| 4377 | "version": "1.0.2", |
| 4378 | "license": "MIT", |
| 4379 | "engines": { |
| 4380 | "node": ">=0.10.0" |
| 4381 | } |
| 4382 | }, |
| 4383 | "node_modules/is-wsl": { |
| 4384 | "version": "1.1.0", |
| 4385 | "license": "MIT", |
| 4386 | "engines": { |
| 4387 | "node": ">=4" |
| 4388 | } |
| 4389 | }, |
| 4390 | "node_modules/is-yarn-global": { |
| 4391 | "version": "0.3.0", |
| 4392 | "license": "MIT" |
| 4393 | }, |
| 4394 | "node_modules/isarray": { |
| 4395 | "version": "1.0.0", |
| 4396 | "license": "MIT" |
| 4397 | }, |
| 4398 | "node_modules/isexe": { |
| 4399 | "version": "2.0.0", |
| 4400 | "license": "ISC" |
| 4401 | }, |
| 4402 | "node_modules/isobject": { |
| 4403 | "version": "3.0.1", |
| 4404 | "license": "MIT", |
| 4405 | "engines": { |
| 4406 | "node": ">=0.10.0" |
| 4407 | } |
| 4408 | }, |
| 4409 | "node_modules/js-tokens": { |
| 4410 | "version": "4.0.0", |
| 4411 | "license": "MIT" |
| 4412 | }, |
| 4413 | "node_modules/jsesc": { |
| 4414 | "version": "2.5.2", |
| 4415 | "license": "MIT", |
| 4416 | "bin": { |
| 4417 | "jsesc": "bin/jsesc" |
| 4418 | }, |
| 4419 | "engines": { |
| 4420 | "node": ">=4" |
| 4421 | } |
| 4422 | }, |
| 4423 | "node_modules/json-buffer": { |
| 4424 | "version": "3.0.0", |
| 4425 | "license": "MIT" |
| 4426 | }, |
| 4427 | "node_modules/json-parse-better-errors": { |
| 4428 | "version": "1.0.2", |
| 4429 | "license": "MIT" |
| 4430 | }, |
| 4431 | "node_modules/json-parse-even-better-errors": { |
| 4432 | "version": "2.3.1", |
| 4433 | "license": "MIT" |
| 4434 | }, |
| 4435 | "node_modules/json-schema-traverse": { |
| 4436 | "version": "0.4.1", |
| 4437 | "license": "MIT" |
| 4438 | }, |
| 4439 | "node_modules/json5": { |
| 4440 | "version": "2.1.3", |
| 4441 | "license": "MIT", |
| 4442 | "dependencies": { |
| 4443 | "minimist": "^1.2.5" |
| 4444 | }, |
| 4445 | "bin": { |
| 4446 | "json5": "lib/cli.js" |
| 4447 | }, |
| 4448 | "engines": { |
| 4449 | "node": ">=6" |
| 4450 | } |
| 4451 | }, |
| 4452 | "node_modules/keyv": { |
| 4453 | "version": "3.1.0", |
| 4454 | "license": "MIT", |
| 4455 | "dependencies": { |
| 4456 | "json-buffer": "3.0.0" |
| 4457 | } |
| 4458 | }, |
| 4459 | "node_modules/kind-of": { |
| 4460 | "version": "6.0.3", |
| 4461 | "license": "MIT", |
| 4462 | "engines": { |
| 4463 | "node": ">=0.10.0" |
| 4464 | } |
| 4465 | }, |
| 4466 | "node_modules/latest-version": { |
| 4467 | "version": "5.1.0", |
| 4468 | "license": "MIT", |
| 4469 | "dependencies": { |
| 4470 | "package-json": "^6.3.0" |
| 4471 | }, |
| 4472 | "engines": { |
| 4473 | "node": ">=8" |
| 4474 | } |
| 4475 | }, |
| 4476 | "node_modules/leven": { |
| 4477 | "version": "3.1.0", |
| 4478 | "license": "MIT", |
| 4479 | "engines": { |
| 4480 | "node": ">=6" |
| 4481 | } |
| 4482 | }, |
| 4483 | "node_modules/lines-and-columns": { |
| 4484 | "version": "1.1.6", |
| 4485 | "license": "MIT" |
| 4486 | }, |
| 4487 | "node_modules/loader-runner": { |
| 4488 | "version": "2.4.0", |
| 4489 | "license": "MIT", |
| 4490 | "engines": { |
| 4491 | "node": ">=4.3.0 <5.0.0 || >=5.10" |
| 4492 | } |
| 4493 | }, |
| 4494 | "node_modules/loader-utils": { |
| 4495 | "version": "1.4.0", |
| 4496 | "license": "MIT", |
| 4497 | "dependencies": { |
| 4498 | "big.js": "^5.2.2", |
| 4499 | "emojis-list": "^3.0.0", |
| 4500 | "json5": "^1.0.1" |
| 4501 | }, |
| 4502 | "engines": { |
| 4503 | "node": ">=4.0.0" |
| 4504 | } |
| 4505 | }, |
| 4506 | "node_modules/loader-utils/node_modules/json5": { |
| 4507 | "version": "1.0.1", |
| 4508 | "license": "MIT", |
| 4509 | "dependencies": { |
| 4510 | "minimist": "^1.2.0" |
| 4511 | }, |
| 4512 | "bin": { |
| 4513 | "json5": "lib/cli.js" |
| 4514 | } |
| 4515 | }, |
| 4516 | "node_modules/locate-path": { |
| 4517 | "version": "3.0.0", |
| 4518 | "license": "MIT", |
| 4519 | "dependencies": { |
| 4520 | "p-locate": "^3.0.0", |
| 4521 | "path-exists": "^3.0.0" |
| 4522 | }, |
| 4523 | "engines": { |
| 4524 | "node": ">=6" |
| 4525 | } |
| 4526 | }, |
| 4527 | "node_modules/lodash": { |
| 4528 | "version": "4.17.21", |
| 4529 | "license": "MIT" |
| 4530 | }, |
| 4531 | "node_modules/loose-envify": { |
| 4532 | "version": "1.4.0", |
| 4533 | "license": "MIT", |
| 4534 | "dependencies": { |
| 4535 | "js-tokens": "^3.0.0 || ^4.0.0" |
| 4536 | }, |
| 4537 | "bin": { |
| 4538 | "loose-envify": "cli.js" |
| 4539 | } |
| 4540 | }, |
| 4541 | "node_modules/lowercase-keys": { |
| 4542 | "version": "1.0.1", |
| 4543 | "license": "MIT", |
| 4544 | "engines": { |
| 4545 | "node": ">=0.10.0" |
| 4546 | } |
| 4547 | }, |
| 4548 | "node_modules/lru-cache": { |
| 4549 | "version": "5.1.1", |
| 4550 | "license": "ISC", |
| 4551 | "dependencies": { |
| 4552 | "yallist": "^3.0.2" |
| 4553 | } |
| 4554 | }, |
| 4555 | "node_modules/make-dir": { |
| 4556 | "version": "2.1.0", |
| 4557 | "license": "MIT", |
| 4558 | "dependencies": { |
| 4559 | "pify": "^4.0.1", |
| 4560 | "semver": "^5.6.0" |
| 4561 | }, |
| 4562 | "engines": { |
| 4563 | "node": ">=6" |
| 4564 | } |
| 4565 | }, |
| 4566 | "node_modules/map-cache": { |
| 4567 | "version": "0.2.2", |
| 4568 | "license": "MIT", |
| 4569 | "engines": { |
| 4570 | "node": ">=0.10.0" |
| 4571 | } |
| 4572 | }, |
| 4573 | "node_modules/map-visit": { |
| 4574 | "version": "1.0.0", |
| 4575 | "license": "MIT", |
| 4576 | "dependencies": { |
| 4577 | "object-visit": "^1.0.0" |
| 4578 | }, |
| 4579 | "engines": { |
| 4580 | "node": ">=0.10.0" |
| 4581 | } |
| 4582 | }, |
| 4583 | "node_modules/md5.js": { |
| 4584 | "version": "1.3.5", |
| 4585 | "license": "MIT", |
| 4586 | "dependencies": { |
| 4587 | "hash-base": "^3.0.0", |
| 4588 | "inherits": "^2.0.1", |
| 4589 | "safe-buffer": "^5.1.2" |
| 4590 | } |
| 4591 | }, |
| 4592 | "node_modules/media-typer": { |
| 4593 | "version": "0.3.0", |
| 4594 | "license": "MIT", |
| 4595 | "engines": { |
| 4596 | "node": ">= 0.6" |
| 4597 | } |
| 4598 | }, |
| 4599 | "node_modules/memory-fs": { |
| 4600 | "version": "0.4.1", |
| 4601 | "license": "MIT", |
| 4602 | "dependencies": { |
| 4603 | "errno": "^0.1.3", |
| 4604 | "readable-stream": "^2.0.1" |
| 4605 | } |
| 4606 | }, |
| 4607 | "node_modules/memory-fs/node_modules/readable-stream": { |
| 4608 | "version": "2.3.7", |
| 4609 | "license": "MIT", |
| 4610 | "dependencies": { |
| 4611 | "core-util-is": "~1.0.0", |
| 4612 | "inherits": "~2.0.3", |
| 4613 | "isarray": "~1.0.0", |
| 4614 | "process-nextick-args": "~2.0.0", |
| 4615 | "safe-buffer": "~5.1.1", |
| 4616 | "string_decoder": "~1.1.1", |
| 4617 | "util-deprecate": "~1.0.1" |
| 4618 | } |
| 4619 | }, |
| 4620 | "node_modules/memory-fs/node_modules/string_decoder": { |
| 4621 | "version": "1.1.1", |
| 4622 | "license": "MIT", |
| 4623 | "dependencies": { |
| 4624 | "safe-buffer": "~5.1.0" |
| 4625 | } |
| 4626 | }, |
| 4627 | "node_modules/merge-descriptors": { |
| 4628 | "version": "1.0.1", |
| 4629 | "license": "MIT" |
| 4630 | }, |
| 4631 | "node_modules/merge-stream": { |
| 4632 | "version": "2.0.0", |
| 4633 | "license": "MIT" |
| 4634 | }, |
| 4635 | "node_modules/methods": { |
| 4636 | "version": "1.1.2", |
| 4637 | "license": "MIT", |
| 4638 | "engines": { |
| 4639 | "node": ">= 0.6" |
| 4640 | } |
| 4641 | }, |
| 4642 | "node_modules/micromatch": { |
| 4643 | "version": "3.1.10", |
| 4644 | "license": "MIT", |
| 4645 | "dependencies": { |
| 4646 | "arr-diff": "^4.0.0", |
| 4647 | "array-unique": "^0.3.2", |
| 4648 | "braces": "^2.3.1", |
| 4649 | "define-property": "^2.0.2", |
| 4650 | "extend-shallow": "^3.0.2", |
| 4651 | "extglob": "^2.0.4", |
| 4652 | "fragment-cache": "^0.2.1", |
| 4653 | "kind-of": "^6.0.2", |
| 4654 | "nanomatch": "^1.2.9", |
| 4655 | "object.pick": "^1.3.0", |
| 4656 | "regex-not": "^1.0.0", |
| 4657 | "snapdragon": "^0.8.1", |
| 4658 | "to-regex": "^3.0.2" |
| 4659 | }, |
| 4660 | "engines": { |
| 4661 | "node": ">=0.10.0" |
| 4662 | } |
| 4663 | }, |
| 4664 | "node_modules/micromatch/node_modules/braces": { |
| 4665 | "version": "2.3.2", |
| 4666 | "license": "MIT", |
| 4667 | "dependencies": { |
| 4668 | "arr-flatten": "^1.1.0", |
| 4669 | "array-unique": "^0.3.2", |
| 4670 | "extend-shallow": "^2.0.1", |
| 4671 | "fill-range": "^4.0.0", |
| 4672 | "isobject": "^3.0.1", |
| 4673 | "repeat-element": "^1.1.2", |
| 4674 | "snapdragon": "^0.8.1", |
| 4675 | "snapdragon-node": "^2.0.1", |
| 4676 | "split-string": "^3.0.2", |
| 4677 | "to-regex": "^3.0.1" |
| 4678 | }, |
| 4679 | "engines": { |
| 4680 | "node": ">=0.10.0" |
| 4681 | } |
| 4682 | }, |
| 4683 | "node_modules/micromatch/node_modules/braces/node_modules/extend-shallow": { |
| 4684 | "version": "2.0.1", |
| 4685 | "license": "MIT", |
| 4686 | "dependencies": { |
| 4687 | "is-extendable": "^0.1.0" |
| 4688 | }, |
| 4689 | "engines": { |
| 4690 | "node": ">=0.10.0" |
| 4691 | } |
| 4692 | }, |
| 4693 | "node_modules/micromatch/node_modules/fill-range": { |
| 4694 | "version": "4.0.0", |
| 4695 | "license": "MIT", |
| 4696 | "dependencies": { |
| 4697 | "extend-shallow": "^2.0.1", |
| 4698 | "is-number": "^3.0.0", |
| 4699 | "repeat-string": "^1.6.1", |
| 4700 | "to-regex-range": "^2.1.0" |
| 4701 | }, |
| 4702 | "engines": { |
| 4703 | "node": ">=0.10.0" |
| 4704 | } |
| 4705 | }, |
| 4706 | "node_modules/micromatch/node_modules/fill-range/node_modules/extend-shallow": { |
| 4707 | "version": "2.0.1", |
| 4708 | "license": "MIT", |
| 4709 | "dependencies": { |
| 4710 | "is-extendable": "^0.1.0" |
| 4711 | }, |
| 4712 | "engines": { |
| 4713 | "node": ">=0.10.0" |
| 4714 | } |
| 4715 | }, |
| 4716 | "node_modules/micromatch/node_modules/is-number": { |
| 4717 | "version": "3.0.0", |
| 4718 | "license": "MIT", |
| 4719 | "dependencies": { |
| 4720 | "kind-of": "^3.0.2" |
| 4721 | }, |
| 4722 | "engines": { |
| 4723 | "node": ">=0.10.0" |
| 4724 | } |
| 4725 | }, |
| 4726 | "node_modules/micromatch/node_modules/is-number/node_modules/kind-of": { |
| 4727 | "version": "3.2.2", |
| 4728 | "license": "MIT", |
| 4729 | "dependencies": { |
| 4730 | "is-buffer": "^1.1.5" |
| 4731 | }, |
| 4732 | "engines": { |
| 4733 | "node": ">=0.10.0" |
| 4734 | } |
| 4735 | }, |
| 4736 | "node_modules/micromatch/node_modules/to-regex-range": { |
| 4737 | "version": "2.1.1", |
| 4738 | "license": "MIT", |
| 4739 | "dependencies": { |
| 4740 | "is-number": "^3.0.0", |
| 4741 | "repeat-string": "^1.6.1" |
| 4742 | }, |
| 4743 | "engines": { |
| 4744 | "node": ">=0.10.0" |
| 4745 | } |
| 4746 | }, |
| 4747 | "node_modules/miller-rabin": { |
| 4748 | "version": "4.0.1", |
| 4749 | "license": "MIT", |
| 4750 | "dependencies": { |
| 4751 | "bn.js": "^4.0.0", |
| 4752 | "brorand": "^1.0.1" |
| 4753 | }, |
| 4754 | "bin": { |
| 4755 | "miller-rabin": "bin/miller-rabin" |
| 4756 | } |
| 4757 | }, |
| 4758 | "node_modules/miller-rabin/node_modules/bn.js": { |
| 4759 | "version": "4.11.9", |
| 4760 | "license": "MIT" |
| 4761 | }, |
| 4762 | "node_modules/mime": { |
| 4763 | "version": "1.6.0", |
| 4764 | "license": "MIT", |
| 4765 | "bin": { |
| 4766 | "mime": "cli.js" |
| 4767 | }, |
| 4768 | "engines": { |
| 4769 | "node": ">=4" |
| 4770 | } |
| 4771 | }, |
| 4772 | "node_modules/mime-db": { |
| 4773 | "version": "1.44.0", |
| 4774 | "license": "MIT", |
| 4775 | "engines": { |
| 4776 | "node": ">= 0.6" |
| 4777 | } |
| 4778 | }, |
| 4779 | "node_modules/mime-types": { |
| 4780 | "version": "2.1.27", |
| 4781 | "license": "MIT", |
| 4782 | "dependencies": { |
| 4783 | "mime-db": "1.44.0" |
| 4784 | }, |
| 4785 | "engines": { |
| 4786 | "node": ">= 0.6" |
| 4787 | } |
| 4788 | }, |
| 4789 | "node_modules/mimic-fn": { |
| 4790 | "version": "2.1.0", |
| 4791 | "license": "MIT", |
| 4792 | "engines": { |
| 4793 | "node": ">=6" |
| 4794 | } |
| 4795 | }, |
| 4796 | "node_modules/mimic-response": { |
| 4797 | "version": "1.0.1", |
| 4798 | "license": "MIT", |
| 4799 | "engines": { |
| 4800 | "node": ">=4" |
| 4801 | } |
| 4802 | }, |
| 4803 | "node_modules/minimalistic-assert": { |
| 4804 | "version": "1.0.1", |
| 4805 | "license": "ISC" |
| 4806 | }, |
| 4807 | "node_modules/minimalistic-crypto-utils": { |
| 4808 | "version": "1.0.1", |
| 4809 | "license": "MIT" |
| 4810 | }, |
| 4811 | "node_modules/minimatch": { |
| 4812 | "version": "3.0.4", |
| 4813 | "license": "ISC", |
| 4814 | "dependencies": { |
| 4815 | "brace-expansion": "^1.1.7" |
| 4816 | }, |
| 4817 | "engines": { |
| 4818 | "node": "*" |
| 4819 | } |
| 4820 | }, |
| 4821 | "node_modules/minimist": { |
| 4822 | "version": "1.2.5", |
| 4823 | "license": "MIT" |
| 4824 | }, |
| 4825 | "node_modules/mississippi": { |
| 4826 | "version": "3.0.0", |
| 4827 | "license": "BSD-2-Clause", |
| 4828 | "dependencies": { |
| 4829 | "concat-stream": "^1.5.0", |
| 4830 | "duplexify": "^3.4.2", |
| 4831 | "end-of-stream": "^1.1.0", |
| 4832 | "flush-write-stream": "^1.0.0", |
| 4833 | "from2": "^2.1.0", |
| 4834 | "parallel-transform": "^1.1.0", |
| 4835 | "pump": "^3.0.0", |
| 4836 | "pumpify": "^1.3.3", |
| 4837 | "stream-each": "^1.1.0", |
| 4838 | "through2": "^2.0.0" |
| 4839 | }, |
| 4840 | "engines": { |
| 4841 | "node": ">=4.0.0" |
| 4842 | } |
| 4843 | }, |
| 4844 | "node_modules/mixin-deep": { |
| 4845 | "version": "1.3.2", |
| 4846 | "license": "MIT", |
| 4847 | "dependencies": { |
| 4848 | "for-in": "^1.0.2", |
| 4849 | "is-extendable": "^1.0.1" |
| 4850 | }, |
| 4851 | "engines": { |
| 4852 | "node": ">=0.10.0" |
| 4853 | } |
| 4854 | }, |
| 4855 | "node_modules/mixin-deep/node_modules/is-extendable": { |
| 4856 | "version": "1.0.1", |
| 4857 | "license": "MIT", |
| 4858 | "dependencies": { |
| 4859 | "is-plain-object": "^2.0.4" |
| 4860 | }, |
| 4861 | "engines": { |
| 4862 | "node": ">=0.10.0" |
| 4863 | } |
| 4864 | }, |
| 4865 | "node_modules/mkdirp": { |
| 4866 | "version": "0.5.5", |
| 4867 | "license": "MIT", |
| 4868 | "dependencies": { |
| 4869 | "minimist": "^1.2.5" |
| 4870 | }, |
| 4871 | "bin": { |
| 4872 | "mkdirp": "bin/cmd.js" |
| 4873 | } |
| 4874 | }, |
| 4875 | "node_modules/move-concurrently": { |
| 4876 | "version": "1.0.1", |
| 4877 | "license": "ISC", |
| 4878 | "dependencies": { |
| 4879 | "aproba": "^1.1.1", |
| 4880 | "copy-concurrently": "^1.0.0", |
| 4881 | "fs-write-stream-atomic": "^1.0.8", |
| 4882 | "mkdirp": "^0.5.1", |
| 4883 | "rimraf": "^2.5.4", |
| 4884 | "run-queue": "^1.0.3" |
| 4885 | } |
| 4886 | }, |
| 4887 | "node_modules/move-concurrently/node_modules/rimraf": { |
| 4888 | "version": "2.7.1", |
| 4889 | "license": "ISC", |
| 4890 | "dependencies": { |
| 4891 | "glob": "^7.1.3" |
| 4892 | }, |
| 4893 | "bin": { |
| 4894 | "rimraf": "bin.js" |
| 4895 | } |
| 4896 | }, |
| 4897 | "node_modules/ms": { |
| 4898 | "version": "2.1.2", |
| 4899 | "license": "MIT" |
| 4900 | }, |
| 4901 | "node_modules/nan": { |
| 4902 | "version": "2.14.2", |
| 4903 | "license": "MIT", |
| 4904 | "optional": true |
| 4905 | }, |
| 4906 | "node_modules/nanomatch": { |
| 4907 | "version": "1.2.13", |
| 4908 | "license": "MIT", |
| 4909 | "dependencies": { |
| 4910 | "arr-diff": "^4.0.0", |
| 4911 | "array-unique": "^0.3.2", |
| 4912 | "define-property": "^2.0.2", |
| 4913 | "extend-shallow": "^3.0.2", |
| 4914 | "fragment-cache": "^0.2.1", |
| 4915 | "is-windows": "^1.0.2", |
| 4916 | "kind-of": "^6.0.2", |
| 4917 | "object.pick": "^1.3.0", |
| 4918 | "regex-not": "^1.0.0", |
| 4919 | "snapdragon": "^0.8.1", |
| 4920 | "to-regex": "^3.0.1" |
| 4921 | }, |
| 4922 | "engines": { |
| 4923 | "node": ">=0.10.0" |
| 4924 | } |
| 4925 | }, |
| 4926 | "node_modules/negotiator": { |
| 4927 | "version": "0.6.2", |
| 4928 | "license": "MIT", |
| 4929 | "engines": { |
| 4930 | "node": ">= 0.6" |
| 4931 | } |
| 4932 | }, |
| 4933 | "node_modules/neo-async": { |
| 4934 | "version": "2.6.2", |
| 4935 | "license": "MIT" |
| 4936 | }, |
| 4937 | "node_modules/node-libs-browser": { |
| 4938 | "version": "2.2.1", |
| 4939 | "license": "MIT", |
| 4940 | "dependencies": { |
| 4941 | "assert": "^1.1.1", |
| 4942 | "browserify-zlib": "^0.2.0", |
| 4943 | "buffer": "^4.3.0", |
| 4944 | "console-browserify": "^1.1.0", |
| 4945 | "constants-browserify": "^1.0.0", |
| 4946 | "crypto-browserify": "^3.11.0", |
| 4947 | "domain-browser": "^1.1.1", |
| 4948 | "events": "^3.0.0", |
| 4949 | "https-browserify": "^1.0.0", |
| 4950 | "os-browserify": "^0.3.0", |
| 4951 | "path-browserify": "0.0.1", |
| 4952 | "process": "^0.11.10", |
| 4953 | "punycode": "^1.2.4", |
| 4954 | "querystring-es3": "^0.2.0", |
| 4955 | "readable-stream": "^2.3.3", |
| 4956 | "stream-browserify": "^2.0.1", |
| 4957 | "stream-http": "^2.7.2", |
| 4958 | "string_decoder": "^1.0.0", |
| 4959 | "timers-browserify": "^2.0.4", |
| 4960 | "tty-browserify": "0.0.0", |
| 4961 | "url": "^0.11.0", |
| 4962 | "util": "^0.11.0", |
| 4963 | "vm-browserify": "^1.0.1" |
| 4964 | } |
| 4965 | }, |
| 4966 | "node_modules/node-libs-browser/node_modules/punycode": { |
| 4967 | "version": "1.4.1", |
| 4968 | "license": "MIT" |
| 4969 | }, |
| 4970 | "node_modules/node-libs-browser/node_modules/readable-stream": { |
| 4971 | "version": "2.3.7", |
| 4972 | "license": "MIT", |
| 4973 | "dependencies": { |
| 4974 | "core-util-is": "~1.0.0", |
| 4975 | "inherits": "~2.0.3", |
| 4976 | "isarray": "~1.0.0", |
| 4977 | "process-nextick-args": "~2.0.0", |
| 4978 | "safe-buffer": "~5.1.1", |
| 4979 | "string_decoder": "~1.1.1", |
| 4980 | "util-deprecate": "~1.0.1" |
| 4981 | } |
| 4982 | }, |
| 4983 | "node_modules/node-libs-browser/node_modules/readable-stream/node_modules/string_decoder": { |
| 4984 | "version": "1.1.1", |
| 4985 | "license": "MIT", |
| 4986 | "dependencies": { |
| 4987 | "safe-buffer": "~5.1.0" |
| 4988 | } |
| 4989 | }, |
| 4990 | "node_modules/node-modules-regexp": { |
| 4991 | "version": "1.0.0", |
| 4992 | "license": "MIT", |
| 4993 | "engines": { |
| 4994 | "node": ">=0.10.0" |
| 4995 | } |
| 4996 | }, |
| 4997 | "node_modules/node-releases": { |
| 4998 | "version": "1.1.72", |
| 4999 | "license": "MIT" |
| 5000 | }, |
Showing first 5,000 of 12,827 lines.
View raw