15624 lines
573 KiB
JSON
15624 lines
573 KiB
JSON
{
|
|
"name": "KeycardExit",
|
|
"version": "0.0.1",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "KeycardExit",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"@noble/hashes": "^1.5.0",
|
|
"@react-native-async-storage/async-storage": "^2.0.0",
|
|
"@react-native-clipboard/clipboard": "^1.14.2",
|
|
"@scure/bip39": "^1.4.0",
|
|
"bech32": "^2.0.0",
|
|
"react": "18.3.1",
|
|
"react-native": "0.75.3",
|
|
"react-native-get-random-values": "^1.11.0",
|
|
"react-native-modal": "^13.0.1",
|
|
"react-native-status-keycard": "git+https://github.com/status-im/react-native-status-keycard.git#refs/tags/v2.6.2",
|
|
"react-native-svg": "^15.7.1",
|
|
"react-native-vector-icons": "^10.1.0",
|
|
"react-native-vision-camera": "^4.5.3",
|
|
"react-qr-code": "^2.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native/babel-preset": "0.75.2",
|
|
"@react-native/eslint-config": "0.75.2",
|
|
"@react-native/metro-config": "0.75.2",
|
|
"@react-native/typescript-config": "0.75.2",
|
|
"@types/react": "^18.2.6",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"babel-jest": "^29.6.3",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.6.3",
|
|
"patch-package": "^8.0.0",
|
|
"prettier": "2.8.8",
|
|
"react-test-renderer": "18.3.1",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@ampproject/remapping": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
|
"integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
|
|
"integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/highlight": "^7.24.7",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/compat-data": {
|
|
"version": "7.25.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz",
|
|
"integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/core": {
|
|
"version": "7.25.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
|
|
"integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@babel/code-frame": "^7.24.7",
|
|
"@babel/generator": "^7.25.0",
|
|
"@babel/helper-compilation-targets": "^7.25.2",
|
|
"@babel/helper-module-transforms": "^7.25.2",
|
|
"@babel/helpers": "^7.25.0",
|
|
"@babel/parser": "^7.25.0",
|
|
"@babel/template": "^7.25.0",
|
|
"@babel/traverse": "^7.25.2",
|
|
"@babel/types": "^7.25.2",
|
|
"convert-source-map": "^2.0.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.2.3",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/babel"
|
|
}
|
|
},
|
|
"node_modules/@babel/eslint-parser": {
|
|
"version": "7.25.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.1.tgz",
|
|
"integrity": "sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
|
|
"eslint-visitor-keys": "^2.1.0",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || >=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.11.0",
|
|
"eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/generator": {
|
|
"version": "7.25.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz",
|
|
"integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.25.6",
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
"jsesc": "^2.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz",
|
|
"integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz",
|
|
"integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.24.7",
|
|
"@babel/types": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
"version": "7.25.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
|
|
"integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.25.2",
|
|
"@babel/helper-validator-option": "^7.24.8",
|
|
"browserslist": "^4.23.1",
|
|
"lru-cache": "^5.1.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
"version": "7.25.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz",
|
|
"integrity": "sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
"@babel/helper-member-expression-to-functions": "^7.24.8",
|
|
"@babel/helper-optimise-call-expression": "^7.24.7",
|
|
"@babel/helper-replace-supers": "^7.25.0",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
|
|
"@babel/traverse": "^7.25.4",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
"version": "7.25.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz",
|
|
"integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
"regexpu-core": "^5.3.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
"version": "0.6.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
|
|
"integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.22.6",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"debug": "^4.1.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"resolve": "^1.14.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
"version": "7.24.8",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz",
|
|
"integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.24.8",
|
|
"@babel/types": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-imports": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
|
|
"integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.24.7",
|
|
"@babel/types": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-transforms": {
|
|
"version": "7.25.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
|
|
"integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.24.7",
|
|
"@babel/helper-simple-access": "^7.24.7",
|
|
"@babel/helper-validator-identifier": "^7.24.7",
|
|
"@babel/traverse": "^7.25.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz",
|
|
"integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-plugin-utils": {
|
|
"version": "7.24.8",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz",
|
|
"integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-remap-async-to-generator": {
|
|
"version": "7.25.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz",
|
|
"integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
"@babel/helper-wrap-function": "^7.25.0",
|
|
"@babel/traverse": "^7.25.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-replace-supers": {
|
|
"version": "7.25.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz",
|
|
"integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-member-expression-to-functions": "^7.24.8",
|
|
"@babel/helper-optimise-call-expression": "^7.24.7",
|
|
"@babel/traverse": "^7.25.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-simple-access": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
|
|
"integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.24.7",
|
|
"@babel/types": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz",
|
|
"integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.24.7",
|
|
"@babel/types": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-string-parser": {
|
|
"version": "7.24.8",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
|
|
"integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
|
|
"integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-option": {
|
|
"version": "7.24.8",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
|
|
"integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-wrap-function": {
|
|
"version": "7.25.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz",
|
|
"integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.25.0",
|
|
"@babel/traverse": "^7.25.0",
|
|
"@babel/types": "^7.25.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helpers": {
|
|
"version": "7.25.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz",
|
|
"integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.25.0",
|
|
"@babel/types": "^7.25.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
|
|
"integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.24.7",
|
|
"chalk": "^2.4.2",
|
|
"js-tokens": "^4.0.0",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/parser": {
|
|
"version": "7.25.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz",
|
|
"integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.25.6"
|
|
},
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
|
|
"version": "7.25.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz",
|
|
"integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"@babel/traverse": "^7.25.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
|
|
"version": "7.25.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz",
|
|
"integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
"version": "7.25.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz",
|
|
"integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz",
|
|
"integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
|
|
"@babel/plugin-transform-optional-chaining": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.13.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
|
|
"version": "7.25.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz",
|
|
"integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"@babel/traverse": "^7.25.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-class-properties": {
|
|
"version": "7.18.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
|
|
"integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
|
|
"deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-export-default-from": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.24.7.tgz",
|
|
"integrity": "sha512-CcmFwUJ3tKhLjPdt4NP+SHMshebytF8ZTYOv5ZDpkzq2sin80Wb5vJrGt8fhPrORQCfoSa0LAxC/DW+GAC5+Hw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/plugin-syntax-export-default-from": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
|
|
"version": "7.18.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
|
|
"integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
|
|
"deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-optional-chaining": {
|
|
"version": "7.21.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
|
|
"integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
|
|
"deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-private-property-in-object": {
|
|
"version": "7.21.0-placeholder-for-preset-env.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
|
|
"integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-async-generators": {
|
|
"version": "7.8.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
|
|
"integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-bigint": {
|
|
"version": "7.8.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
|
|
"integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-class-properties": {
|
|
"version": "7.12.13",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
|
|
"integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.12.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-class-static-block": {
|
|
"version": "7.14.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
|
|
"integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-dynamic-import": {
|
|
"version": "7.8.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
|
|
"integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-export-default-from": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.24.7.tgz",
|
|
"integrity": "sha512-bTPz4/635WQ9WhwsyPdxUJDVpsi/X9BMmy/8Rf/UAlOO4jSql4CxUCjWI5PiM+jG+c4LVPTScoTw80geFj9+Bw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-export-namespace-from": {
|
|
"version": "7.8.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
|
|
"integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-flow": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.7.tgz",
|
|
"integrity": "sha512-9G8GYT/dxn/D1IIKOUBmGX0mnmj46mGH9NnZyJLwtCpgh5f7D2VbuKodb+2s9m1Yavh1s7ASQN8lf0eqrb1LTw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-import-assertions": {
|
|
"version": "7.25.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.6.tgz",
|
|
"integrity": "sha512-aABl0jHw9bZ2karQ/uUD6XP4u0SG22SJrOHFoL6XB1R7dTovOP4TzTlsxOYC5yQ1pdscVK2JTUnF6QL3ARoAiQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
"version": "7.25.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz",
|
|
"integrity": "sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-import-meta": {
|
|
"version": "7.10.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
|
|
"integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-json-strings": {
|
|
"version": "7.8.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
|
|
"integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz",
|
|
"integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-logical-assignment-operators": {
|
|
"version": "7.10.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
|
|
"integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
|
|
"version": "7.8.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
|
|
"integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-numeric-separator": {
|
|
"version": "7.10.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
|
|
"integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-object-rest-spread": {
|
|
"version": "7.8.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
|
|
"integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-optional-catch-binding": {
|
|
"version": "7.8.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
|
|
"integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-optional-chaining": {
|
|
"version": "7.8.3",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
|
|
"integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-private-property-in-object": {
|
|
"version": "7.14.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
|
|
"integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-top-level-await": {
|
|
"version": "7.14.5",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
|
|
"integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
"version": "7.25.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.4.tgz",
|
|
"integrity": "sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-unicode-sets-regex": {
|
|
"version": "7.18.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
|
|
"integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-arrow-functions": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz",
|
|
"integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
"version": "7.25.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz",
|
|
"integrity": "sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"@babel/helper-remap-async-to-generator": "^7.25.0",
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
"@babel/traverse": "^7.25.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz",
|
|
"integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/helper-remap-async-to-generator": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-block-scoped-functions": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz",
|
|
"integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
"version": "7.25.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz",
|
|
"integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-class-properties": {
|
|
"version": "7.25.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz",
|
|
"integrity": "sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.25.4",
|
|
"@babel/helper-plugin-utils": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-class-static-block": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz",
|
|
"integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/plugin-syntax-class-static-block": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.12.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-classes": {
|
|
"version": "7.25.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz",
|
|
"integrity": "sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
"@babel/helper-compilation-targets": "^7.25.2",
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"@babel/helper-replace-supers": "^7.25.0",
|
|
"@babel/traverse": "^7.25.4",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-computed-properties": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz",
|
|
"integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/template": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
"version": "7.24.8",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz",
|
|
"integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-dotall-regex": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz",
|
|
"integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-duplicate-keys": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz",
|
|
"integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
|
|
"version": "7.25.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz",
|
|
"integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.25.0",
|
|
"@babel/helper-plugin-utils": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-dynamic-import": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz",
|
|
"integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz",
|
|
"integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-export-namespace-from": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz",
|
|
"integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-flow-strip-types": {
|
|
"version": "7.25.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.25.2.tgz",
|
|
"integrity": "sha512-InBZ0O8tew5V0K6cHcQ+wgxlrjOw1W4wDXLkOTjLRD8GYhTSkxTVBtdy3MMtvYBrbAWa1Qm3hNoTc1620Yj+Mg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"@babel/plugin-syntax-flow": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-for-of": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz",
|
|
"integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-function-name": {
|
|
"version": "7.25.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz",
|
|
"integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.24.8",
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"@babel/traverse": "^7.25.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-json-strings": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz",
|
|
"integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-literals": {
|
|
"version": "7.25.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz",
|
|
"integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz",
|
|
"integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-member-expression-literals": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz",
|
|
"integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-amd": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz",
|
|
"integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
"version": "7.24.8",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz",
|
|
"integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.24.8",
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"@babel/helper-simple-access": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
"version": "7.25.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz",
|
|
"integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.25.0",
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"@babel/helper-validator-identifier": "^7.24.7",
|
|
"@babel/traverse": "^7.25.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-umd": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz",
|
|
"integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz",
|
|
"integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-new-target": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz",
|
|
"integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz",
|
|
"integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-numeric-separator": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz",
|
|
"integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz",
|
|
"integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
"@babel/plugin-transform-parameters": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-object-super": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz",
|
|
"integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/helper-replace-supers": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-optional-catch-binding": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz",
|
|
"integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-optional-chaining": {
|
|
"version": "7.24.8",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz",
|
|
"integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-parameters": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz",
|
|
"integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-private-methods": {
|
|
"version": "7.25.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz",
|
|
"integrity": "sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.25.4",
|
|
"@babel/helper-plugin-utils": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-private-property-in-object": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz",
|
|
"integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
"@babel/helper-create-class-features-plugin": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-property-literals": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz",
|
|
"integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-display-name": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz",
|
|
"integrity": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx": {
|
|
"version": "7.25.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.2.tgz",
|
|
"integrity": "sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
"@babel/helper-module-imports": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"@babel/plugin-syntax-jsx": "^7.24.7",
|
|
"@babel/types": "^7.25.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx-self": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.7.tgz",
|
|
"integrity": "sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx-source": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.7.tgz",
|
|
"integrity": "sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz",
|
|
"integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"regenerator-transform": "^0.15.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-reserved-words": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz",
|
|
"integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
"version": "7.25.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.4.tgz",
|
|
"integrity": "sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"babel-plugin-polyfill-corejs2": "^0.4.10",
|
|
"babel-plugin-polyfill-corejs3": "^0.10.6",
|
|
"babel-plugin-polyfill-regenerator": "^0.6.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-shorthand-properties": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz",
|
|
"integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-spread": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz",
|
|
"integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-sticky-regex": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz",
|
|
"integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-template-literals": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz",
|
|
"integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-typeof-symbol": {
|
|
"version": "7.24.8",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz",
|
|
"integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
"version": "7.25.2",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz",
|
|
"integrity": "sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
"@babel/helper-create-class-features-plugin": "^7.25.0",
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
|
|
"@babel/plugin-syntax-typescript": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-escapes": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz",
|
|
"integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-property-regex": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz",
|
|
"integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-regex": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz",
|
|
"integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-sets-regex": {
|
|
"version": "7.25.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz",
|
|
"integrity": "sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.25.2",
|
|
"@babel/helper-plugin-utils": "^7.24.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-env": {
|
|
"version": "7.25.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz",
|
|
"integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.25.4",
|
|
"@babel/helper-compilation-targets": "^7.25.2",
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"@babel/helper-validator-option": "^7.24.8",
|
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3",
|
|
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0",
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0",
|
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7",
|
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0",
|
|
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
|
"@babel/plugin-syntax-class-static-block": "^7.14.5",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
|
|
"@babel/plugin-syntax-import-assertions": "^7.24.7",
|
|
"@babel/plugin-syntax-import-attributes": "^7.24.7",
|
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
|
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
|
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
|
|
"@babel/plugin-syntax-top-level-await": "^7.14.5",
|
|
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
|
"@babel/plugin-transform-arrow-functions": "^7.24.7",
|
|
"@babel/plugin-transform-async-generator-functions": "^7.25.4",
|
|
"@babel/plugin-transform-async-to-generator": "^7.24.7",
|
|
"@babel/plugin-transform-block-scoped-functions": "^7.24.7",
|
|
"@babel/plugin-transform-block-scoping": "^7.25.0",
|
|
"@babel/plugin-transform-class-properties": "^7.25.4",
|
|
"@babel/plugin-transform-class-static-block": "^7.24.7",
|
|
"@babel/plugin-transform-classes": "^7.25.4",
|
|
"@babel/plugin-transform-computed-properties": "^7.24.7",
|
|
"@babel/plugin-transform-destructuring": "^7.24.8",
|
|
"@babel/plugin-transform-dotall-regex": "^7.24.7",
|
|
"@babel/plugin-transform-duplicate-keys": "^7.24.7",
|
|
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0",
|
|
"@babel/plugin-transform-dynamic-import": "^7.24.7",
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.24.7",
|
|
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
|
|
"@babel/plugin-transform-for-of": "^7.24.7",
|
|
"@babel/plugin-transform-function-name": "^7.25.1",
|
|
"@babel/plugin-transform-json-strings": "^7.24.7",
|
|
"@babel/plugin-transform-literals": "^7.25.2",
|
|
"@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
|
|
"@babel/plugin-transform-member-expression-literals": "^7.24.7",
|
|
"@babel/plugin-transform-modules-amd": "^7.24.7",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
|
"@babel/plugin-transform-modules-systemjs": "^7.25.0",
|
|
"@babel/plugin-transform-modules-umd": "^7.24.7",
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
|
|
"@babel/plugin-transform-new-target": "^7.24.7",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
|
|
"@babel/plugin-transform-numeric-separator": "^7.24.7",
|
|
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
|
|
"@babel/plugin-transform-object-super": "^7.24.7",
|
|
"@babel/plugin-transform-optional-catch-binding": "^7.24.7",
|
|
"@babel/plugin-transform-optional-chaining": "^7.24.8",
|
|
"@babel/plugin-transform-parameters": "^7.24.7",
|
|
"@babel/plugin-transform-private-methods": "^7.25.4",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
|
|
"@babel/plugin-transform-property-literals": "^7.24.7",
|
|
"@babel/plugin-transform-regenerator": "^7.24.7",
|
|
"@babel/plugin-transform-reserved-words": "^7.24.7",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.24.7",
|
|
"@babel/plugin-transform-spread": "^7.24.7",
|
|
"@babel/plugin-transform-sticky-regex": "^7.24.7",
|
|
"@babel/plugin-transform-template-literals": "^7.24.7",
|
|
"@babel/plugin-transform-typeof-symbol": "^7.24.8",
|
|
"@babel/plugin-transform-unicode-escapes": "^7.24.7",
|
|
"@babel/plugin-transform-unicode-property-regex": "^7.24.7",
|
|
"@babel/plugin-transform-unicode-regex": "^7.24.7",
|
|
"@babel/plugin-transform-unicode-sets-regex": "^7.25.4",
|
|
"@babel/preset-modules": "0.1.6-no-external-plugins",
|
|
"babel-plugin-polyfill-corejs2": "^0.4.10",
|
|
"babel-plugin-polyfill-corejs3": "^0.10.6",
|
|
"babel-plugin-polyfill-regenerator": "^0.6.1",
|
|
"core-js-compat": "^3.37.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-flow": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.24.7.tgz",
|
|
"integrity": "sha512-NL3Lo0NorCU607zU3NwRyJbpaB6E3t0xtd3LfAQKDfkeX4/ggcDXvkmkW42QWT5owUeW/jAe4hn+2qvkV1IbfQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/helper-validator-option": "^7.24.7",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-modules": {
|
|
"version": "0.1.6-no-external-plugins",
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
|
|
"integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
"@babel/types": "^7.4.4",
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-typescript": {
|
|
"version": "7.24.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz",
|
|
"integrity": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/helper-validator-option": "^7.24.7",
|
|
"@babel/plugin-syntax-jsx": "^7.24.7",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
|
|
"@babel/plugin-transform-typescript": "^7.24.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/register": {
|
|
"version": "7.24.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.24.6.tgz",
|
|
"integrity": "sha512-WSuFCc2wCqMeXkz/i3yfAAsxwWflEgbVkZzivgAmXl/MxrXeoYFZOOPllbC8R8WTF7u61wSRQtDVZ1879cdu6w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clone-deep": "^4.0.1",
|
|
"find-cache-dir": "^2.0.0",
|
|
"make-dir": "^2.1.0",
|
|
"pirates": "^4.0.6",
|
|
"source-map-support": "^0.5.16"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/register/node_modules/make-dir": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
|
|
"integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^4.0.1",
|
|
"semver": "^5.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@babel/register/node_modules/semver": {
|
|
"version": "5.7.2",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
|
|
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/@babel/register/node_modules/source-map-support": {
|
|
"version": "0.5.21",
|
|
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|
|
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/regjsgen": {
|
|
"version": "0.8.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
|
|
"integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.25.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz",
|
|
"integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regenerator-runtime": "^0.14.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/template": {
|
|
"version": "7.25.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
|
|
"integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.24.7",
|
|
"@babel/parser": "^7.25.0",
|
|
"@babel/types": "^7.25.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse": {
|
|
"version": "7.25.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz",
|
|
"integrity": "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.24.7",
|
|
"@babel/generator": "^7.25.6",
|
|
"@babel/parser": "^7.25.6",
|
|
"@babel/template": "^7.25.0",
|
|
"@babel/types": "^7.25.6",
|
|
"debug": "^4.3.1",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/types": {
|
|
"version": "7.25.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
|
|
"integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-string-parser": "^7.24.8",
|
|
"@babel/helper-validator-identifier": "^7.24.7",
|
|
"to-fast-properties": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@bcoe/v8-coverage": {
|
|
"version": "0.2.3",
|
|
"resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
|
|
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@eslint-community/eslint-utils": {
|
|
"version": "4.4.0",
|
|
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
|
|
"integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.3",
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@eslint-community/regexpp": {
|
|
"version": "4.11.1",
|
|
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.1.tgz",
|
|
"integrity": "sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc": {
|
|
"version": "2.1.4",
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
|
|
"integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.3.2",
|
|
"espree": "^9.6.0",
|
|
"globals": "^13.19.0",
|
|
"ignore": "^5.2.0",
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^4.1.0",
|
|
"minimatch": "^3.1.2",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
"dev": true,
|
|
"license": "Python-2.0"
|
|
},
|
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
"version": "13.24.0",
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^2.0.1"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc/node_modules/type-fest": {
|
|
"version": "0.20.2",
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@eslint/js": {
|
|
"version": "8.57.1",
|
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
|
|
"integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@hapi/hoek": {
|
|
"version": "9.3.0",
|
|
"resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
|
|
"integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/topo": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
|
|
"integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/config-array": {
|
|
"version": "0.13.0",
|
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
|
|
"integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
|
|
"deprecated": "Use @eslint/config-array instead",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@humanwhocodes/object-schema": "^2.0.3",
|
|
"debug": "^4.3.1",
|
|
"minimatch": "^3.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.10.0"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/module-importer": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
|
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.22"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/nzakas"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/object-schema": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
|
|
"integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
|
|
"deprecated": "Use @eslint/object-schema instead",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@isaacs/ttlcache": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/@isaacs/ttlcache/-/ttlcache-1.4.1.tgz",
|
|
"integrity": "sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA==",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
|
|
"integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"camelcase": "^5.3.1",
|
|
"find-up": "^4.1.0",
|
|
"get-package-type": "^0.1.0",
|
|
"js-yaml": "^3.13.1",
|
|
"resolve-from": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/schema": {
|
|
"version": "0.1.3",
|
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
"integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@jest/console": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz",
|
|
"integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.6.3",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"jest-message-util": "^29.7.0",
|
|
"jest-util": "^29.7.0",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/console/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@jest/console/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@jest/console/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/console/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jest/console/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@jest/console/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@jest/core": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz",
|
|
"integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/console": "^29.7.0",
|
|
"@jest/reporters": "^29.7.0",
|
|
"@jest/test-result": "^29.7.0",
|
|
"@jest/transform": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"@types/node": "*",
|
|
"ansi-escapes": "^4.2.1",
|
|
"chalk": "^4.0.0",
|
|
"ci-info": "^3.2.0",
|
|
"exit": "^0.1.2",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-changed-files": "^29.7.0",
|
|
"jest-config": "^29.7.0",
|
|
"jest-haste-map": "^29.7.0",
|
|
"jest-message-util": "^29.7.0",
|
|
"jest-regex-util": "^29.6.3",
|
|
"jest-resolve": "^29.7.0",
|
|
"jest-resolve-dependencies": "^29.7.0",
|
|
"jest-runner": "^29.7.0",
|
|
"jest-runtime": "^29.7.0",
|
|
"jest-snapshot": "^29.7.0",
|
|
"jest-util": "^29.7.0",
|
|
"jest-validate": "^29.7.0",
|
|
"jest-watcher": "^29.7.0",
|
|
"micromatch": "^4.0.4",
|
|
"pretty-format": "^29.7.0",
|
|
"slash": "^3.0.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"node-notifier": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@jest/core/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@jest/core/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@jest/core/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/core/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jest/core/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@jest/core/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@jest/create-cache-key-function": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-29.7.0.tgz",
|
|
"integrity": "sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.6.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/environment": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz",
|
|
"integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/fake-timers": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"@types/node": "*",
|
|
"jest-mock": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/expect": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz",
|
|
"integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"expect": "^29.7.0",
|
|
"jest-snapshot": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/expect-utils": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz",
|
|
"integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jest-get-type": "^29.6.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/fake-timers": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz",
|
|
"integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.6.3",
|
|
"@sinonjs/fake-timers": "^10.0.2",
|
|
"@types/node": "*",
|
|
"jest-message-util": "^29.7.0",
|
|
"jest-mock": "^29.7.0",
|
|
"jest-util": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/globals": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz",
|
|
"integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/environment": "^29.7.0",
|
|
"@jest/expect": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"jest-mock": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/reporters": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz",
|
|
"integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@bcoe/v8-coverage": "^0.2.3",
|
|
"@jest/console": "^29.7.0",
|
|
"@jest/test-result": "^29.7.0",
|
|
"@jest/transform": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"@jridgewell/trace-mapping": "^0.3.18",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"collect-v8-coverage": "^1.0.0",
|
|
"exit": "^0.1.2",
|
|
"glob": "^7.1.3",
|
|
"graceful-fs": "^4.2.9",
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"istanbul-lib-instrument": "^6.0.0",
|
|
"istanbul-lib-report": "^3.0.0",
|
|
"istanbul-lib-source-maps": "^4.0.0",
|
|
"istanbul-reports": "^3.1.3",
|
|
"jest-message-util": "^29.7.0",
|
|
"jest-util": "^29.7.0",
|
|
"jest-worker": "^29.7.0",
|
|
"slash": "^3.0.0",
|
|
"string-length": "^4.0.1",
|
|
"strip-ansi": "^6.0.0",
|
|
"v8-to-istanbul": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"node-notifier": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@jest/reporters/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@jest/reporters/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@jest/reporters/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/reporters/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jest/reporters/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@jest/reporters/node_modules/istanbul-lib-instrument": {
|
|
"version": "6.0.3",
|
|
"resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz",
|
|
"integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@babel/core": "^7.23.9",
|
|
"@babel/parser": "^7.23.9",
|
|
"@istanbuljs/schema": "^0.1.3",
|
|
"istanbul-lib-coverage": "^3.2.0",
|
|
"semver": "^7.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@jest/reporters/node_modules/semver": {
|
|
"version": "7.6.3",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@jest/reporters/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@jest/schemas": {
|
|
"version": "29.6.3",
|
|
"resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
|
|
"integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sinclair/typebox": "^0.27.8"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/source-map": {
|
|
"version": "29.6.3",
|
|
"resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz",
|
|
"integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "^0.3.18",
|
|
"callsites": "^3.0.0",
|
|
"graceful-fs": "^4.2.9"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/test-result": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz",
|
|
"integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/console": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
"collect-v8-coverage": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/test-sequencer": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz",
|
|
"integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/test-result": "^29.7.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-haste-map": "^29.7.0",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/transform": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz",
|
|
"integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@jest/types": "^29.6.3",
|
|
"@jridgewell/trace-mapping": "^0.3.18",
|
|
"babel-plugin-istanbul": "^6.1.1",
|
|
"chalk": "^4.0.0",
|
|
"convert-source-map": "^2.0.0",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-haste-map": "^29.7.0",
|
|
"jest-regex-util": "^29.6.3",
|
|
"jest-util": "^29.7.0",
|
|
"micromatch": "^4.0.4",
|
|
"pirates": "^4.0.4",
|
|
"slash": "^3.0.0",
|
|
"write-file-atomic": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/transform/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@jest/transform/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@jest/transform/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/transform/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jest/transform/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@jest/transform/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@jest/types": {
|
|
"version": "29.6.3",
|
|
"resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz",
|
|
"integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
"@types/istanbul-reports": "^3.0.0",
|
|
"@types/node": "*",
|
|
"@types/yargs": "^17.0.8",
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/types/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@jest/types/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@jest/types/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/types/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jest/types/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@jest/types/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
"version": "0.3.5",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
|
|
"integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/set-array": "^1.2.1",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/resolve-uri": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/set-array": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
|
|
"integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/source-map": {
|
|
"version": "0.3.6",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
|
|
"integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.25"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.5.0",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.25",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
|
|
"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
},
|
|
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
|
|
"version": "5.1.1-v1",
|
|
"resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
|
|
"integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint-scope": "5.1.1"
|
|
}
|
|
},
|
|
"node_modules/@noble/hashes": {
|
|
"version": "1.5.0",
|
|
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.5.0.tgz",
|
|
"integrity": "sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.21.3 || >=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.scandir": {
|
|
"version": "2.1.5",
|
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "2.0.5",
|
|
"run-parallel": "^1.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.stat": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
|
|
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.walk": {
|
|
"version": "1.2.8",
|
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
|
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.scandir": "2.1.5",
|
|
"fastq": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-async-storage/async-storage": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-2.0.0.tgz",
|
|
"integrity": "sha512-af6H9JjfL6G/PktBfUivvexoiFKQTJGQCtSWxMdivLzNIY94mu9DdiY0JqCSg/LyPCLGKhHPUlRQhNvpu3/KVA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"merge-options": "^3.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": "^0.0.0-0 || >=0.65 <1.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native-clipboard/clipboard": {
|
|
"version": "1.14.2",
|
|
"resolved": "https://registry.npmjs.org/@react-native-clipboard/clipboard/-/clipboard-1.14.2.tgz",
|
|
"integrity": "sha512-Mb58f3neB6sM9oOtKYVGLvN8KVByea67OA9ekJ0c9FwdH24INu8RJoA7/fq+PRk+7oxbeamAcEoQPRv0uwbbMw==",
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"example"
|
|
],
|
|
"peerDependencies": {
|
|
"react": ">= 16.9.0",
|
|
"react-native": ">= 0.61.5",
|
|
"react-native-macos": ">= 0.61.0",
|
|
"react-native-windows": ">= 0.61.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-native-macos": {
|
|
"optional": true
|
|
},
|
|
"react-native-windows": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli": {
|
|
"version": "14.1.0",
|
|
"resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-14.1.0.tgz",
|
|
"integrity": "sha512-k7aTdKNZIec7WMSqMJn9bDVLWPPOaYmshXcnjWy6t5ItsJnREju9p2azMTR5tXY5uIeynose3cxettbhk2Tbnw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-native-community/cli-clean": "14.1.0",
|
|
"@react-native-community/cli-config": "14.1.0",
|
|
"@react-native-community/cli-debugger-ui": "14.1.0",
|
|
"@react-native-community/cli-doctor": "14.1.0",
|
|
"@react-native-community/cli-server-api": "14.1.0",
|
|
"@react-native-community/cli-tools": "14.1.0",
|
|
"@react-native-community/cli-types": "14.1.0",
|
|
"chalk": "^4.1.2",
|
|
"commander": "^9.4.1",
|
|
"deepmerge": "^4.3.0",
|
|
"execa": "^5.0.0",
|
|
"find-up": "^5.0.0",
|
|
"fs-extra": "^8.1.0",
|
|
"graceful-fs": "^4.1.3",
|
|
"prompts": "^2.4.2",
|
|
"semver": "^7.5.2"
|
|
},
|
|
"bin": {
|
|
"rnc-cli": "build/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-clean": {
|
|
"version": "14.1.0",
|
|
"resolved": "https://registry.npmjs.org/@react-native-community/cli-clean/-/cli-clean-14.1.0.tgz",
|
|
"integrity": "sha512-/C4j1yntLo6faztNgZnsDtgpGqa6j0+GYrxOY8LqaKAN03OCnoeUUKO6w78dycbYSGglc1xjJg2RZI/M2oF2AA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-native-community/cli-tools": "14.1.0",
|
|
"chalk": "^4.1.2",
|
|
"execa": "^5.0.0",
|
|
"fast-glob": "^3.3.2"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-clean/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-clean/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-clean/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-clean/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-native-community/cli-clean/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-clean/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-config": {
|
|
"version": "14.1.0",
|
|
"resolved": "https://registry.npmjs.org/@react-native-community/cli-config/-/cli-config-14.1.0.tgz",
|
|
"integrity": "sha512-P3FK2rPUJBD1fmQHLgTqpHxsc111pnMdEEFR7KeqprCNz+Qr2QpPxfNy0V7s15tGL5rAv+wpbOGcioIV50EbxA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-native-community/cli-tools": "14.1.0",
|
|
"chalk": "^4.1.2",
|
|
"cosmiconfig": "^9.0.0",
|
|
"deepmerge": "^4.3.0",
|
|
"fast-glob": "^3.3.2",
|
|
"joi": "^17.2.1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-config/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-config/node_modules/argparse": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
"license": "Python-2.0"
|
|
},
|
|
"node_modules/@react-native-community/cli-config/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-config/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-config/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-native-community/cli-config/node_modules/cosmiconfig": {
|
|
"version": "9.0.0",
|
|
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"env-paths": "^2.2.1",
|
|
"import-fresh": "^3.3.0",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/d-fischer"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.9.5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-config/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-config/node_modules/js-yaml": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^2.0.1"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-config/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-debugger-ui": {
|
|
"version": "14.1.0",
|
|
"resolved": "https://registry.npmjs.org/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-14.1.0.tgz",
|
|
"integrity": "sha512-+YbeCL0wLcBcqDwraJFGsqzcXu9S+bwTVrfImne/4mT6itfe3Oa93yrOVJgNbstrt5pJHuwpU76ZXfXoiuncsg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"serve-static": "^1.13.1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-doctor": {
|
|
"version": "14.1.0",
|
|
"resolved": "https://registry.npmjs.org/@react-native-community/cli-doctor/-/cli-doctor-14.1.0.tgz",
|
|
"integrity": "sha512-xIf0oQDRKt7lufUenRwcLYdINGc0x1FSXHaHjd7lQDGT5FJnCEYlIkYEDDgAl5tnVJSvM/IL2c6O+mffkNEPzQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-native-community/cli-config": "14.1.0",
|
|
"@react-native-community/cli-platform-android": "14.1.0",
|
|
"@react-native-community/cli-platform-apple": "14.1.0",
|
|
"@react-native-community/cli-platform-ios": "14.1.0",
|
|
"@react-native-community/cli-tools": "14.1.0",
|
|
"chalk": "^4.1.2",
|
|
"command-exists": "^1.2.8",
|
|
"deepmerge": "^4.3.0",
|
|
"envinfo": "^7.13.0",
|
|
"execa": "^5.0.0",
|
|
"node-stream-zip": "^1.9.1",
|
|
"ora": "^5.4.1",
|
|
"semver": "^7.5.2",
|
|
"strip-ansi": "^5.2.0",
|
|
"wcwidth": "^1.0.1",
|
|
"yaml": "^2.2.1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-doctor/node_modules/ansi-regex": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
|
|
"integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-doctor/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-doctor/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-doctor/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-doctor/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-native-community/cli-doctor/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-doctor/node_modules/semver": {
|
|
"version": "7.6.3",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-doctor/node_modules/strip-ansi": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
|
|
"integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-doctor/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-android": {
|
|
"version": "14.1.0",
|
|
"resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-14.1.0.tgz",
|
|
"integrity": "sha512-4JnXkAV+ca8XdUhZ7xjgDhXAMwTVjQs8JqiwP7FTYVrayShXy2cBXm/C3HNDoe+oQOF5tPT2SqsDAF2vYTnKiQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-native-community/cli-tools": "14.1.0",
|
|
"chalk": "^4.1.2",
|
|
"execa": "^5.0.0",
|
|
"fast-glob": "^3.3.2",
|
|
"fast-xml-parser": "^4.4.1",
|
|
"logkitty": "^0.7.1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-android/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-android/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-android/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-android/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-android/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-android/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-apple": {
|
|
"version": "14.1.0",
|
|
"resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-apple/-/cli-platform-apple-14.1.0.tgz",
|
|
"integrity": "sha512-DExd+pZ7hHxXt8I6BBmckeYUxxq7PQ+o4YSmGIeQx0xUpi+f82obBct2WNC3VWU72Jw6obwfoN6Fwe6F7Wxp5Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-native-community/cli-tools": "14.1.0",
|
|
"chalk": "^4.1.2",
|
|
"execa": "^5.0.0",
|
|
"fast-glob": "^3.3.2",
|
|
"fast-xml-parser": "^4.4.1",
|
|
"ora": "^5.4.1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-apple/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-apple/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-apple/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-apple/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-apple/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-apple/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-platform-ios": {
|
|
"version": "14.1.0",
|
|
"resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-14.1.0.tgz",
|
|
"integrity": "sha512-ah/ZTiJXUdCVHujyRJ4OmCL5nTq8OWcURcE3UXa1z0sIIiA8io06n+v5n299T9rtPKMwRtVJlQjtO/nbODABPQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-native-community/cli-platform-apple": "14.1.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-server-api": {
|
|
"version": "14.1.0",
|
|
"resolved": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-14.1.0.tgz",
|
|
"integrity": "sha512-1k2LBQaYsy9RDWFIfKVne3frOye73O33MV6eYMoRPff7wqxHCrsX1CYJQkmwpgVigZHxYwalHj+Axtu3gpomCA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-native-community/cli-debugger-ui": "14.1.0",
|
|
"@react-native-community/cli-tools": "14.1.0",
|
|
"compression": "^1.7.1",
|
|
"connect": "^3.6.5",
|
|
"errorhandler": "^1.5.1",
|
|
"nocache": "^3.0.1",
|
|
"pretty-format": "^26.6.2",
|
|
"serve-static": "^1.13.1",
|
|
"ws": "^6.2.3"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-server-api/node_modules/@jest/types": {
|
|
"version": "26.6.2",
|
|
"resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
|
|
"integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
"@types/istanbul-reports": "^3.0.0",
|
|
"@types/node": "*",
|
|
"@types/yargs": "^15.0.0",
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.14.2"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-server-api/node_modules/@types/yargs": {
|
|
"version": "15.0.19",
|
|
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.19.tgz",
|
|
"integrity": "sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/yargs-parser": "*"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-server-api/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-server-api/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-server-api/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-server-api/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-native-community/cli-server-api/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-server-api/node_modules/pretty-format": {
|
|
"version": "26.6.2",
|
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
|
|
"integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^26.6.2",
|
|
"ansi-regex": "^5.0.0",
|
|
"ansi-styles": "^4.0.0",
|
|
"react-is": "^17.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-server-api/node_modules/react-is": {
|
|
"version": "17.0.2",
|
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-native-community/cli-server-api/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-server-api/node_modules/ws": {
|
|
"version": "6.2.3",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz",
|
|
"integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async-limiter": "~1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-tools": {
|
|
"version": "14.1.0",
|
|
"resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-14.1.0.tgz",
|
|
"integrity": "sha512-r1KxSu2+OSuhWFoE//1UR7aSTXMLww/UYWQprEw4bSo/kvutGX//4r9ywgXSWp+39udpNN4jQpNTHuWhGZd/Bg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"appdirsjs": "^1.2.4",
|
|
"chalk": "^4.1.2",
|
|
"execa": "^5.0.0",
|
|
"find-up": "^5.0.0",
|
|
"mime": "^2.4.1",
|
|
"open": "^6.2.0",
|
|
"ora": "^5.4.1",
|
|
"semver": "^7.5.2",
|
|
"shell-quote": "^1.7.3",
|
|
"sudo-prompt": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-tools/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-tools/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-tools/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-tools/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-native-community/cli-tools/node_modules/find-up": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-tools/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-tools/node_modules/locate-path": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-tools/node_modules/p-locate": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-tools/node_modules/semver": {
|
|
"version": "7.6.3",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-tools/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli-types": {
|
|
"version": "14.1.0",
|
|
"resolved": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-14.1.0.tgz",
|
|
"integrity": "sha512-aJwZI9mGRx3HdP8U4CGhqjt3S4r8GmeOqv4kRagC1UHDk4QNMC+bZ8JgPA4W7FrGiPey+lJQHMDPAXOo51SOUw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"joi": "^17.2.1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-native-community/cli/node_modules/find-up": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli/node_modules/locate-path": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli/node_modules/p-locate": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli/node_modules/semver": {
|
|
"version": "7.6.3",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@react-native-community/cli/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native/assets-registry": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.75.3.tgz",
|
|
"integrity": "sha512-i7MaRbYR06WdpJWv3a0PQ2ScFBUeevwcJ0tVopnFwTg0tBWp3NFEMDIcU8lyXVy9Y59WmrP1V2ROaRDaPiESgg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@react-native/babel-plugin-codegen": {
|
|
"version": "0.75.2",
|
|
"resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.75.2.tgz",
|
|
"integrity": "sha512-BIKVh2ZJPkzluUGgCNgpoh6NTHgX8j04FCS0Z/rTmRJ66hir/EUBl8frMFKrOy/6i4VvZEltOWB5eWfHe1AYgw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-native/codegen": "0.75.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@react-native/babel-preset": {
|
|
"version": "0.75.2",
|
|
"resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.75.2.tgz",
|
|
"integrity": "sha512-mprpsas+WdCEMjQZnbDiAC4KKRmmLbMB+o/v4mDqKlH4Mcm7RdtP5t80MZGOVCHlceNp1uEIpXywx69DNwgbgg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
|
|
"@babel/plugin-syntax-export-default-from": "^7.0.0",
|
|
"@babel/plugin-syntax-flow": "^7.18.0",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.0.0",
|
|
"@babel/plugin-transform-arrow-functions": "^7.0.0",
|
|
"@babel/plugin-transform-async-generator-functions": "^7.24.3",
|
|
"@babel/plugin-transform-async-to-generator": "^7.20.0",
|
|
"@babel/plugin-transform-block-scoping": "^7.0.0",
|
|
"@babel/plugin-transform-class-properties": "^7.24.1",
|
|
"@babel/plugin-transform-classes": "^7.0.0",
|
|
"@babel/plugin-transform-computed-properties": "^7.0.0",
|
|
"@babel/plugin-transform-destructuring": "^7.20.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
|
|
"@babel/plugin-transform-for-of": "^7.0.0",
|
|
"@babel/plugin-transform-function-name": "^7.0.0",
|
|
"@babel/plugin-transform-literals": "^7.0.0",
|
|
"@babel/plugin-transform-logical-assignment-operators": "^7.24.1",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
|
|
"@babel/plugin-transform-numeric-separator": "^7.24.1",
|
|
"@babel/plugin-transform-object-rest-spread": "^7.24.5",
|
|
"@babel/plugin-transform-optional-catch-binding": "^7.24.1",
|
|
"@babel/plugin-transform-optional-chaining": "^7.24.5",
|
|
"@babel/plugin-transform-parameters": "^7.0.0",
|
|
"@babel/plugin-transform-private-methods": "^7.22.5",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
|
|
"@babel/plugin-transform-react-display-name": "^7.0.0",
|
|
"@babel/plugin-transform-react-jsx": "^7.0.0",
|
|
"@babel/plugin-transform-react-jsx-self": "^7.0.0",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
|
|
"@babel/plugin-transform-regenerator": "^7.20.0",
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.0.0",
|
|
"@babel/plugin-transform-spread": "^7.0.0",
|
|
"@babel/plugin-transform-sticky-regex": "^7.0.0",
|
|
"@babel/plugin-transform-typescript": "^7.5.0",
|
|
"@babel/plugin-transform-unicode-regex": "^7.0.0",
|
|
"@babel/template": "^7.0.0",
|
|
"@react-native/babel-plugin-codegen": "0.75.2",
|
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
"react-refresh": "^0.14.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*"
|
|
}
|
|
},
|
|
"node_modules/@react-native/codegen": {
|
|
"version": "0.75.2",
|
|
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.75.2.tgz",
|
|
"integrity": "sha512-OkWdbtO2jTkfOXfj3ibIL27rM6LoaEuApOByU2G8X+HS6v9U87uJVJlMIRWBDmnxODzazuHwNVA2/wAmSbucaw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.20.0",
|
|
"glob": "^7.1.1",
|
|
"hermes-parser": "0.22.0",
|
|
"invariant": "^2.2.4",
|
|
"jscodeshift": "^0.14.0",
|
|
"mkdirp": "^0.5.1",
|
|
"nullthrows": "^1.1.1",
|
|
"yargs": "^17.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/preset-env": "^7.1.6"
|
|
}
|
|
},
|
|
"node_modules/@react-native/community-cli-plugin": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.75.3.tgz",
|
|
"integrity": "sha512-njsYm+jBWzfLcJcxavAY5QFzYTrmPtjbxq/64GSqwcQYzy9qAkI7LNTK/Wprq1I/4HOuHJO7Km+EddCXB+ByRQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-native-community/cli-server-api": "14.1.0",
|
|
"@react-native-community/cli-tools": "14.1.0",
|
|
"@react-native/dev-middleware": "0.75.3",
|
|
"@react-native/metro-babel-transformer": "0.75.3",
|
|
"chalk": "^4.0.0",
|
|
"execa": "^5.1.1",
|
|
"metro": "^0.80.3",
|
|
"metro-config": "^0.80.3",
|
|
"metro-core": "^0.80.3",
|
|
"node-fetch": "^2.2.0",
|
|
"readline": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@react-native/community-cli-plugin/node_modules/@react-native/babel-plugin-codegen": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.75.3.tgz",
|
|
"integrity": "sha512-8JmXEKq+Efb9AffsV48l8gmKe/ZQ2PbBygZjHdIf8DNZZhO/z5mt27J4B43MWNdp5Ww1l59T0mEaf8l/uywQUg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-native/codegen": "0.75.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@react-native/community-cli-plugin/node_modules/@react-native/babel-preset": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.75.3.tgz",
|
|
"integrity": "sha512-VZQkQEj36DKEGApXFYdVcFtqdglbnoVr7aOZpjffURSgPcIA9vWTm1b+OL4ayOaRZXTZKiDBNQCXvBX5E5AgQg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
|
|
"@babel/plugin-syntax-export-default-from": "^7.0.0",
|
|
"@babel/plugin-syntax-flow": "^7.18.0",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.0.0",
|
|
"@babel/plugin-transform-arrow-functions": "^7.0.0",
|
|
"@babel/plugin-transform-async-generator-functions": "^7.24.3",
|
|
"@babel/plugin-transform-async-to-generator": "^7.20.0",
|
|
"@babel/plugin-transform-block-scoping": "^7.0.0",
|
|
"@babel/plugin-transform-class-properties": "^7.24.1",
|
|
"@babel/plugin-transform-classes": "^7.0.0",
|
|
"@babel/plugin-transform-computed-properties": "^7.0.0",
|
|
"@babel/plugin-transform-destructuring": "^7.20.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
|
|
"@babel/plugin-transform-for-of": "^7.0.0",
|
|
"@babel/plugin-transform-function-name": "^7.0.0",
|
|
"@babel/plugin-transform-literals": "^7.0.0",
|
|
"@babel/plugin-transform-logical-assignment-operators": "^7.24.1",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
|
|
"@babel/plugin-transform-numeric-separator": "^7.24.1",
|
|
"@babel/plugin-transform-object-rest-spread": "^7.24.5",
|
|
"@babel/plugin-transform-optional-catch-binding": "^7.24.1",
|
|
"@babel/plugin-transform-optional-chaining": "^7.24.5",
|
|
"@babel/plugin-transform-parameters": "^7.0.0",
|
|
"@babel/plugin-transform-private-methods": "^7.22.5",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
|
|
"@babel/plugin-transform-react-display-name": "^7.0.0",
|
|
"@babel/plugin-transform-react-jsx": "^7.0.0",
|
|
"@babel/plugin-transform-react-jsx-self": "^7.0.0",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
|
|
"@babel/plugin-transform-regenerator": "^7.20.0",
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.0.0",
|
|
"@babel/plugin-transform-spread": "^7.0.0",
|
|
"@babel/plugin-transform-sticky-regex": "^7.0.0",
|
|
"@babel/plugin-transform-typescript": "^7.5.0",
|
|
"@babel/plugin-transform-unicode-regex": "^7.0.0",
|
|
"@babel/template": "^7.0.0",
|
|
"@react-native/babel-plugin-codegen": "0.75.3",
|
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
"react-refresh": "^0.14.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*"
|
|
}
|
|
},
|
|
"node_modules/@react-native/community-cli-plugin/node_modules/@react-native/codegen": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.75.3.tgz",
|
|
"integrity": "sha512-I0bz5jwOkiR7vnhYLGoV22RGmesErUg03tjsCiQgmsMpbyCYumudEtLNN5+DplHGK56bu8KyzBqKkWXGSKSCZQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.20.0",
|
|
"glob": "^7.1.1",
|
|
"hermes-parser": "0.22.0",
|
|
"invariant": "^2.2.4",
|
|
"jscodeshift": "^0.14.0",
|
|
"mkdirp": "^0.5.1",
|
|
"nullthrows": "^1.1.1",
|
|
"yargs": "^17.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/preset-env": "^7.1.6"
|
|
}
|
|
},
|
|
"node_modules/@react-native/community-cli-plugin/node_modules/@react-native/metro-babel-transformer": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.75.3.tgz",
|
|
"integrity": "sha512-gDlEl6C2mwQPLxFOR+yla5MpJpDPNOFD6J5Hd9JM9+lOdUq6MNujh1Xn4ZMvglW7rfViq3nMjg4xPQeGUhDG+w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@react-native/babel-preset": "0.75.3",
|
|
"hermes-parser": "0.22.0",
|
|
"nullthrows": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*"
|
|
}
|
|
},
|
|
"node_modules/@react-native/community-cli-plugin/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native/community-cli-plugin/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@react-native/community-cli-plugin/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native/community-cli-plugin/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-native/community-cli-plugin/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native/community-cli-plugin/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@react-native/debugger-frontend": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.75.3.tgz",
|
|
"integrity": "sha512-99bLQsUwsxUMNR7Wa9eV2uyR38yfd6mOEqfN+JIm8/L9sKA926oh+CZkjDy1M8RmCB6spB5N9fVFVkrVdf2yFA==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@react-native/dev-middleware": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.75.3.tgz",
|
|
"integrity": "sha512-h2/6+UGmeMWjnT43axy27jNqoDRsE1C1qpjRC3sYpD4g0bI0jSTkY1kAgj8uqGGXLnHXiHOtjLDGdbAgZrsPaA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@isaacs/ttlcache": "^1.4.1",
|
|
"@react-native/debugger-frontend": "0.75.3",
|
|
"chrome-launcher": "^0.15.2",
|
|
"chromium-edge-launcher": "^0.2.0",
|
|
"connect": "^3.6.5",
|
|
"debug": "^2.2.0",
|
|
"node-fetch": "^2.2.0",
|
|
"nullthrows": "^1.1.1",
|
|
"open": "^7.0.3",
|
|
"selfsigned": "^2.4.1",
|
|
"serve-static": "^1.13.1",
|
|
"ws": "^6.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@react-native/dev-middleware/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native/dev-middleware/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-native/dev-middleware/node_modules/open": {
|
|
"version": "7.4.2",
|
|
"resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
|
|
"integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-docker": "^2.0.0",
|
|
"is-wsl": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@react-native/dev-middleware/node_modules/ws": {
|
|
"version": "6.2.3",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz",
|
|
"integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async-limiter": "~1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-native/eslint-config": {
|
|
"version": "0.75.2",
|
|
"resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.75.2.tgz",
|
|
"integrity": "sha512-lelWQ/mjwCLONrZ0mrCjWYPZWYckjuVCjdADOSMuEe7/tjwUZYW/e/iQdOvy1USqFwGHLLkTjE722EmQ6P+O7A==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/eslint-parser": "^7.20.0",
|
|
"@react-native/eslint-plugin": "0.75.2",
|
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
"@typescript-eslint/parser": "^7.1.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-ft-flow": "^2.0.1",
|
|
"eslint-plugin-jest": "^27.9.0",
|
|
"eslint-plugin-react": "^7.30.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-native": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=8",
|
|
"prettier": ">=2"
|
|
}
|
|
},
|
|
"node_modules/@react-native/eslint-plugin": {
|
|
"version": "0.75.2",
|
|
"resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.75.2.tgz",
|
|
"integrity": "sha512-cxvSn+io32l+mbyDcpGGGoDXMwFxsVvb1JHSdfbzxi6+94gdD+ce0gqFJY4FCPg/ebJ2gCvQ8j0lt1NoAizUuQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@react-native/gradle-plugin": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.75.3.tgz",
|
|
"integrity": "sha512-mSfa/Mq/AsALuG/kvXz5ECrc6HdY5waMHal2sSfa8KA0Gt3JqYQVXF9Pdwd4yR5ClPZDI2HRa1tdE8GVlhMvPA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@react-native/js-polyfills": {
|
|
"version": "0.75.2",
|
|
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.75.2.tgz",
|
|
"integrity": "sha512-AtLd3mbiE+FXK2Ru3l2NFOXDhUvzdUsCP4qspUw0haVaO/9xzV97RVD2zz0lur2f/LmZqQ2+KXyYzr7048b5iw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@react-native/metro-babel-transformer": {
|
|
"version": "0.75.2",
|
|
"resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.75.2.tgz",
|
|
"integrity": "sha512-EygglCCuOub2sZ00CSIiEekCXoGL2XbOC6ssOB47M55QKvhdPG/0WBQXvmOmiN42uZgJK99Lj749v4rB0PlPIQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@react-native/babel-preset": "0.75.2",
|
|
"hermes-parser": "0.22.0",
|
|
"nullthrows": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*"
|
|
}
|
|
},
|
|
"node_modules/@react-native/metro-config": {
|
|
"version": "0.75.2",
|
|
"resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.75.2.tgz",
|
|
"integrity": "sha512-LBcNF0csApOirPVmRhIAAb4ovAXDhn0Dbli5LMaLCosgQwJuhb05z7s1weavcAylPPUS7DuICUQpMoRU6hZzeQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-native/js-polyfills": "0.75.2",
|
|
"@react-native/metro-babel-transformer": "0.75.2",
|
|
"metro-config": "^0.80.3",
|
|
"metro-runtime": "^0.80.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@react-native/normalize-colors": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.75.3.tgz",
|
|
"integrity": "sha512-3mhF8AJFfIN0E5bEs/DQ4U2LzMJYm+FPSwY5bJ1DZhrxW1PFAh24bAPrSd8PwS0iarQ7biLdr1lWf/8LFv8pDA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-native/typescript-config": {
|
|
"version": "0.75.2",
|
|
"resolved": "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.75.2.tgz",
|
|
"integrity": "sha512-guqu6REcuDmfjlM/B6YNqTfv4kK35gn6ungzZQdU8zznyWiXlyxR7uSSyNcy1QgEztsvO7B3HU073PBHV8RxXQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@react-native/virtualized-lists": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.75.3.tgz",
|
|
"integrity": "sha512-cTLm7k7Y//SvV8UK8esrDHEw5OrwwSJ4Fqc3x52Imi6ROuhshfGIPFwhtn4pmAg9nWHzHwwqiJ+9hCSVnXXX+g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"invariant": "^2.2.4",
|
|
"nullthrows": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^18.2.6",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@scure/base": {
|
|
"version": "1.1.9",
|
|
"resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.9.tgz",
|
|
"integrity": "sha512-8YKhl8GHiNI/pU2VMaofa2Tor7PJRAjwQLBBuilkJ9L5+13yVbC7JO/wS7piioAvPSwR3JKM1IJ/u4xQzbcXKg==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@scure/bip39": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.4.0.tgz",
|
|
"integrity": "sha512-BEEm6p8IueV/ZTfQLp/0vhw4NPnT9oWf5+28nvmeUICjP99f4vr2d+qc7AVGDDtwRep6ifR43Yed9ERVmiITzw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@noble/hashes": "~1.5.0",
|
|
"@scure/base": "~1.1.8"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@sideway/address": {
|
|
"version": "4.1.5",
|
|
"resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz",
|
|
"integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@sideway/formula": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
|
|
"integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@sideway/pinpoint": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
|
|
"integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@sinclair/typebox": {
|
|
"version": "0.27.8",
|
|
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz",
|
|
"integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@sinonjs/commons": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/fake-timers": {
|
|
"version": "10.3.0",
|
|
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz",
|
|
"integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__core": {
|
|
"version": "7.20.5",
|
|
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
|
|
"integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.20.7",
|
|
"@babel/types": "^7.20.7",
|
|
"@types/babel__generator": "*",
|
|
"@types/babel__template": "*",
|
|
"@types/babel__traverse": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__generator": {
|
|
"version": "7.6.8",
|
|
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz",
|
|
"integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__template": {
|
|
"version": "7.4.4",
|
|
"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
|
|
"integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.1.0",
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__traverse": {
|
|
"version": "7.20.6",
|
|
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz",
|
|
"integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.20.7"
|
|
}
|
|
},
|
|
"node_modules/@types/graceful-fs": {
|
|
"version": "4.1.9",
|
|
"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
|
|
"integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
"version": "2.0.6",
|
|
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
|
|
"integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/istanbul-lib-report": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
|
|
"integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-coverage": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/istanbul-reports": {
|
|
"version": "3.0.4",
|
|
"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
|
|
"integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-report": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/json-schema": {
|
|
"version": "7.0.15",
|
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "22.7.4",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz",
|
|
"integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~6.19.2"
|
|
}
|
|
},
|
|
"node_modules/@types/node-forge": {
|
|
"version": "1.3.11",
|
|
"resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz",
|
|
"integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/prop-types": {
|
|
"version": "15.7.13",
|
|
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz",
|
|
"integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/react": {
|
|
"version": "18.3.10",
|
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.10.tgz",
|
|
"integrity": "sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg==",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/prop-types": "*",
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/@types/react-test-renderer": {
|
|
"version": "18.3.0",
|
|
"resolved": "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-18.3.0.tgz",
|
|
"integrity": "sha512-HW4MuEYxfDbOHQsVlY/XtOvNHftCVEPhJF2pQXXwcUiUF+Oyb0usgp48HSgpK5rt8m9KZb22yqOeZm+rrVG8gw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/react": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/semver": {
|
|
"version": "7.5.8",
|
|
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
|
|
"integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/stack-utils": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
|
|
"integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/yargs": {
|
|
"version": "17.0.33",
|
|
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz",
|
|
"integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/yargs-parser": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/yargs-parser": {
|
|
"version": "21.0.3",
|
|
"resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
|
|
"integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
"version": "7.18.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz",
|
|
"integrity": "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/regexpp": "^4.10.0",
|
|
"@typescript-eslint/scope-manager": "7.18.0",
|
|
"@typescript-eslint/type-utils": "7.18.0",
|
|
"@typescript-eslint/utils": "7.18.0",
|
|
"@typescript-eslint/visitor-keys": "7.18.0",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.3.1",
|
|
"natural-compare": "^1.4.0",
|
|
"ts-api-utils": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^7.0.0",
|
|
"eslint": "^8.56.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/parser": {
|
|
"version": "7.18.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz",
|
|
"integrity": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": "7.18.0",
|
|
"@typescript-eslint/types": "7.18.0",
|
|
"@typescript-eslint/typescript-estree": "7.18.0",
|
|
"@typescript-eslint/visitor-keys": "7.18.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.56.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "7.18.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz",
|
|
"integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "7.18.0",
|
|
"@typescript-eslint/visitor-keys": "7.18.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/type-utils": {
|
|
"version": "7.18.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz",
|
|
"integrity": "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/typescript-estree": "7.18.0",
|
|
"@typescript-eslint/utils": "7.18.0",
|
|
"debug": "^4.3.4",
|
|
"ts-api-utils": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.56.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/types": {
|
|
"version": "7.18.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz",
|
|
"integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "7.18.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz",
|
|
"integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "7.18.0",
|
|
"@typescript-eslint/visitor-keys": "7.18.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "^9.0.4",
|
|
"semver": "^7.6.0",
|
|
"ts-api-utils": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
"version": "7.6.3",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/utils": {
|
|
"version": "7.18.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz",
|
|
"integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
"@typescript-eslint/scope-manager": "7.18.0",
|
|
"@typescript-eslint/types": "7.18.0",
|
|
"@typescript-eslint/typescript-estree": "7.18.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.56.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "7.18.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz",
|
|
"integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "7.18.0",
|
|
"eslint-visitor-keys": "^3.4.3"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.3",
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@ungap/structured-clone": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
|
|
"integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@yarnpkg/lockfile": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz",
|
|
"integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/abort-controller": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
"integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"event-target-shim": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.5"
|
|
}
|
|
},
|
|
"node_modules/accepts": {
|
|
"version": "1.3.8",
|
|
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
|
|
"integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-types": "~2.1.34",
|
|
"negotiator": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/acorn": {
|
|
"version": "8.12.1",
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
|
|
"integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-jsx": {
|
|
"version": "5.3.2",
|
|
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
|
|
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/ajv": {
|
|
"version": "6.12.6",
|
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
"json-schema-traverse": "^0.4.1",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/anser": {
|
|
"version": "1.4.10",
|
|
"resolved": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz",
|
|
"integrity": "sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ansi-escapes": {
|
|
"version": "4.3.2",
|
|
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
|
|
"integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.21.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ansi-fragments": {
|
|
"version": "0.2.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-fragments/-/ansi-fragments-0.2.1.tgz",
|
|
"integrity": "sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"colorette": "^1.0.7",
|
|
"slice-ansi": "^2.0.0",
|
|
"strip-ansi": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-fragments/node_modules/ansi-regex": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
|
|
"integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/ansi-fragments/node_modules/strip-ansi": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
|
|
"integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/anymatch": {
|
|
"version": "3.1.3",
|
|
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
|
|
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"normalize-path": "^3.0.0",
|
|
"picomatch": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/appdirsjs": {
|
|
"version": "1.2.7",
|
|
"resolved": "https://registry.npmjs.org/appdirsjs/-/appdirsjs-1.2.7.tgz",
|
|
"integrity": "sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/array-buffer-byte-length": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz",
|
|
"integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.5",
|
|
"is-array-buffer": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array-includes": {
|
|
"version": "3.1.8",
|
|
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
|
|
"integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.2",
|
|
"es-object-atoms": "^1.0.0",
|
|
"get-intrinsic": "^1.2.4",
|
|
"is-string": "^1.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.findlast": {
|
|
"version": "1.2.5",
|
|
"resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
|
|
"integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.2",
|
|
"es-errors": "^1.3.0",
|
|
"es-object-atoms": "^1.0.0",
|
|
"es-shim-unscopables": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.flat": {
|
|
"version": "1.3.2",
|
|
"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
|
|
"integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"es-shim-unscopables": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.flatmap": {
|
|
"version": "1.3.2",
|
|
"resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
|
|
"integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"es-shim-unscopables": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.tosorted": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
|
|
"integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.3",
|
|
"es-errors": "^1.3.0",
|
|
"es-shim-unscopables": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/arraybuffer.prototype.slice": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz",
|
|
"integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-buffer-byte-length": "^1.0.1",
|
|
"call-bind": "^1.0.5",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.22.3",
|
|
"es-errors": "^1.2.1",
|
|
"get-intrinsic": "^1.2.3",
|
|
"is-array-buffer": "^3.0.4",
|
|
"is-shared-array-buffer": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/asap": {
|
|
"version": "2.0.6",
|
|
"resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
|
|
"integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ast-types": {
|
|
"version": "0.15.2",
|
|
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.15.2.tgz",
|
|
"integrity": "sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/astral-regex": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz",
|
|
"integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/async-limiter": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
|
|
"integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/at-least-node": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
|
|
"integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/available-typed-arrays": {
|
|
"version": "1.0.7",
|
|
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
|
|
"integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"possible-typed-array-names": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/babel-core": {
|
|
"version": "7.0.0-bridge.0",
|
|
"resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz",
|
|
"integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/babel-jest": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz",
|
|
"integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/transform": "^29.7.0",
|
|
"@types/babel__core": "^7.1.14",
|
|
"babel-plugin-istanbul": "^6.1.1",
|
|
"babel-preset-jest": "^29.6.3",
|
|
"chalk": "^4.0.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.8.0"
|
|
}
|
|
},
|
|
"node_modules/babel-jest/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/babel-jest/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/babel-jest/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-jest/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/babel-jest/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/babel-jest/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-istanbul": {
|
|
"version": "6.1.1",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
|
|
"integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
"@istanbuljs/load-nyc-config": "^1.0.0",
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"istanbul-lib-instrument": "^5.0.4",
|
|
"test-exclude": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-jest-hoist": {
|
|
"version": "29.6.3",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz",
|
|
"integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.3.3",
|
|
"@babel/types": "^7.3.3",
|
|
"@types/babel__core": "^7.1.14",
|
|
"@types/babel__traverse": "^7.0.6"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
"version": "0.4.11",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
|
|
"integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.22.6",
|
|
"@babel/helper-define-polyfill-provider": "^0.6.2",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs3": {
|
|
"version": "0.10.6",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz",
|
|
"integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.6.2",
|
|
"core-js-compat": "^3.38.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
"version": "0.6.2",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz",
|
|
"integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-transform-flow-enums": {
|
|
"version": "0.0.2",
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz",
|
|
"integrity": "sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/plugin-syntax-flow": "^7.12.1"
|
|
}
|
|
},
|
|
"node_modules/babel-preset-current-node-syntax": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz",
|
|
"integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
"@babel/plugin-syntax-bigint": "^7.8.3",
|
|
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
|
"@babel/plugin-syntax-class-static-block": "^7.14.5",
|
|
"@babel/plugin-syntax-import-attributes": "^7.24.7",
|
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
|
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
|
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
|
|
"@babel/plugin-syntax-top-level-await": "^7.14.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-preset-jest": {
|
|
"version": "29.6.3",
|
|
"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz",
|
|
"integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"babel-plugin-jest-hoist": "^29.6.3",
|
|
"babel-preset-current-node-syntax": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/base64-js": {
|
|
"version": "1.5.1",
|
|
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bech32": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/bech32/-/bech32-2.0.0.tgz",
|
|
"integrity": "sha512-LcknSilhIGatDAsY1ak2I8VtGaHNhgMSYVxFrGLXv+xLHytaKZKcaUJJUE7qmBr7h33o5YQwP55pMI0xmkpJwg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bl": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
}
|
|
},
|
|
"node_modules/boolbase": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
|
|
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/braces": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fill-range": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/browserslist": {
|
|
"version": "4.24.0",
|
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.0.tgz",
|
|
"integrity": "sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"caniuse-lite": "^1.0.30001663",
|
|
"electron-to-chromium": "^1.5.28",
|
|
"node-releases": "^2.0.18",
|
|
"update-browserslist-db": "^1.1.0"
|
|
},
|
|
"bin": {
|
|
"browserslist": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
}
|
|
},
|
|
"node_modules/bser": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
|
|
"integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"node-int64": "^0.4.0"
|
|
}
|
|
},
|
|
"node_modules/buffer": {
|
|
"version": "5.7.1",
|
|
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.1.13"
|
|
}
|
|
},
|
|
"node_modules/buffer-from": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bytes": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
|
|
"integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/call-bind": {
|
|
"version": "1.0.7",
|
|
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
|
|
"integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-define-property": "^1.0.0",
|
|
"es-errors": "^1.3.0",
|
|
"function-bind": "^1.1.2",
|
|
"get-intrinsic": "^1.2.4",
|
|
"set-function-length": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/caller-callsite": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
|
|
"integrity": "sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/caller-callsite/node_modules/callsites": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
|
|
"integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/caller-path": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
|
|
"integrity": "sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"caller-callsite": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/callsites": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
|
|
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/camelcase": {
|
|
"version": "5.3.1",
|
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
|
|
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/caniuse-lite": {
|
|
"version": "1.0.30001664",
|
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001664.tgz",
|
|
"integrity": "sha512-AmE7k4dXiNKQipgn7a2xg558IRqPN3jMQY/rOsbxDhrd0tyChwbITBfiwtnqz8bi2M5mIWbxAYBvk7W7QBUS2g==",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "CC-BY-4.0"
|
|
},
|
|
"node_modules/chalk": {
|
|
"version": "2.4.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/char-regex": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
|
|
"integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/chrome-launcher": {
|
|
"version": "0.15.2",
|
|
"resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.2.tgz",
|
|
"integrity": "sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"is-wsl": "^2.2.0",
|
|
"lighthouse-logger": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"print-chrome-path": "bin/print-chrome-path.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
},
|
|
"node_modules/chrome-launcher/node_modules/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/chromium-edge-launcher": {
|
|
"version": "0.2.0",
|
|
"resolved": "https://registry.npmjs.org/chromium-edge-launcher/-/chromium-edge-launcher-0.2.0.tgz",
|
|
"integrity": "sha512-JfJjUnq25y9yg4FABRRVPmBGWPZZi+AQXT4mxupb67766/0UlhG8PAZCz6xzEMXTbW3CsSoE8PcCWA49n35mKg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"is-wsl": "^2.2.0",
|
|
"lighthouse-logger": "^1.0.0",
|
|
"mkdirp": "^1.0.4",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/chromium-edge-launcher/node_modules/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/chromium-edge-launcher/node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/ci-info": {
|
|
"version": "3.9.0",
|
|
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
|
|
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cjs-module-lexer": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.1.tgz",
|
|
"integrity": "sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cli-cursor": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
|
|
"integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cli-spinners": {
|
|
"version": "2.9.2",
|
|
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
|
|
"integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cliui": {
|
|
"version": "8.0.1",
|
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.1",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/clone": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
"integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/clone-deep": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
|
|
"integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-object": "^2.0.4",
|
|
"kind-of": "^6.0.2",
|
|
"shallow-clone": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/co": {
|
|
"version": "4.6.0",
|
|
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
|
|
"integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">= 1.0.0",
|
|
"node": ">= 0.12.0"
|
|
}
|
|
},
|
|
"node_modules/collect-v8-coverage": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz",
|
|
"integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/colorette": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz",
|
|
"integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/command-exists": {
|
|
"version": "1.2.9",
|
|
"resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz",
|
|
"integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/commander": {
|
|
"version": "9.5.0",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz",
|
|
"integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || >=14"
|
|
}
|
|
},
|
|
"node_modules/commondir": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
|
|
"integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/compressible": {
|
|
"version": "2.0.18",
|
|
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
|
|
"integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": ">= 1.43.0 < 2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/compression": {
|
|
"version": "1.7.4",
|
|
"resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
|
|
"integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "~1.3.5",
|
|
"bytes": "3.0.0",
|
|
"compressible": "~2.0.16",
|
|
"debug": "2.6.9",
|
|
"on-headers": "~1.0.2",
|
|
"safe-buffer": "5.1.2",
|
|
"vary": "~1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/compression/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/compression/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/connect": {
|
|
"version": "3.7.0",
|
|
"resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
|
|
"integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"finalhandler": "1.1.2",
|
|
"parseurl": "~1.3.3",
|
|
"utils-merge": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/connect/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/connect/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/convert-source-map": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/core-js-compat": {
|
|
"version": "3.38.1",
|
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.1.tgz",
|
|
"integrity": "sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.23.3"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/core-js"
|
|
}
|
|
},
|
|
"node_modules/core-util-is": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cosmiconfig": {
|
|
"version": "5.2.1",
|
|
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
|
|
"integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"import-fresh": "^2.0.0",
|
|
"is-directory": "^0.3.1",
|
|
"js-yaml": "^3.13.1",
|
|
"parse-json": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/cosmiconfig/node_modules/import-fresh": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
|
|
"integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"caller-path": "^2.0.0",
|
|
"resolve-from": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/cosmiconfig/node_modules/parse-json": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
|
|
"integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-better-errors": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/cosmiconfig/node_modules/resolve-from": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
|
|
"integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/create-jest": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz",
|
|
"integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.6.3",
|
|
"chalk": "^4.0.0",
|
|
"exit": "^0.1.2",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-config": "^29.7.0",
|
|
"jest-util": "^29.7.0",
|
|
"prompts": "^2.0.1"
|
|
},
|
|
"bin": {
|
|
"create-jest": "bin/create-jest.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/create-jest/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/create-jest/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/create-jest/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/create-jest/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/create-jest/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/create-jest/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cross-spawn": {
|
|
"version": "7.0.3",
|
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/css-select": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
|
|
"integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0",
|
|
"css-what": "^6.1.0",
|
|
"domhandler": "^5.0.2",
|
|
"domutils": "^3.0.1",
|
|
"nth-check": "^2.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/css-tree": {
|
|
"version": "1.1.3",
|
|
"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
|
|
"integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdn-data": "2.0.14",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/css-what": {
|
|
"version": "6.1.0",
|
|
"resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
|
|
"integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/csstype": {
|
|
"version": "3.1.3",
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/data-view-buffer": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz",
|
|
"integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.6",
|
|
"es-errors": "^1.3.0",
|
|
"is-data-view": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/data-view-byte-length": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz",
|
|
"integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"es-errors": "^1.3.0",
|
|
"is-data-view": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/data-view-byte-offset": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz",
|
|
"integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.6",
|
|
"es-errors": "^1.3.0",
|
|
"is-data-view": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/dayjs": {
|
|
"version": "1.11.13",
|
|
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz",
|
|
"integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/debug": {
|
|
"version": "4.3.7",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/decamelize": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
|
|
"integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/dedent": {
|
|
"version": "1.5.3",
|
|
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz",
|
|
"integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"babel-plugin-macros": "^3.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"babel-plugin-macros": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/deep-is": {
|
|
"version": "0.1.4",
|
|
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
|
|
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/deepmerge": {
|
|
"version": "4.3.1",
|
|
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
|
|
"integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/defaults": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
|
|
"integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clone": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/define-data-property": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
|
|
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-define-property": "^1.0.0",
|
|
"es-errors": "^1.3.0",
|
|
"gopd": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/define-properties": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
|
|
"integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-data-property": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/denodeify": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz",
|
|
"integrity": "sha512-KNTihKNmQENUZeKu5fzfpzRqR5S2VMp4gl9RFHiWzj9DfvYQPMJ6XHKNaQxaGCXwPk6y9yme3aUoaiAe+KX+vg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/depd": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
|
|
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/destroy": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
|
|
"integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8",
|
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
}
|
|
},
|
|
"node_modules/detect-newline": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
|
|
"integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/diff-sequences": {
|
|
"version": "29.6.3",
|
|
"resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz",
|
|
"integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/dir-glob": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-type": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/doctrine": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/dom-serializer": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
|
|
"integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.2",
|
|
"entities": "^4.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/domelementtype": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
|
|
"integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/domhandler": {
|
|
"version": "5.0.3",
|
|
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
|
|
"integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domhandler?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/domutils": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
|
|
"integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dom-serializer": "^2.0.0",
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domutils?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/ee-first": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
|
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/electron-to-chromium": {
|
|
"version": "1.5.30",
|
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.30.tgz",
|
|
"integrity": "sha512-sXI35EBN4lYxzc/pIGorlymYNzDBOqkSlVRe6MkgBsW/hW1tpC/HDJ2fjG7XnjakzfLEuvdmux0Mjs6jHq4UOA==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/emittery": {
|
|
"version": "0.13.1",
|
|
"resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz",
|
|
"integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/emittery?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/encodeurl": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/entities": {
|
|
"version": "4.5.0",
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/env-paths": {
|
|
"version": "2.2.1",
|
|
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
|
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/envinfo": {
|
|
"version": "7.14.0",
|
|
"resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz",
|
|
"integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"envinfo": "dist/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/error-ex": {
|
|
"version": "1.3.2",
|
|
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
|
|
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.2.1"
|
|
}
|
|
},
|
|
"node_modules/error-stack-parser": {
|
|
"version": "2.1.4",
|
|
"resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
|
|
"integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"stackframe": "^1.3.4"
|
|
}
|
|
},
|
|
"node_modules/errorhandler": {
|
|
"version": "1.5.1",
|
|
"resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz",
|
|
"integrity": "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "~1.3.7",
|
|
"escape-html": "~1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/es-abstract": {
|
|
"version": "1.23.3",
|
|
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz",
|
|
"integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-buffer-byte-length": "^1.0.1",
|
|
"arraybuffer.prototype.slice": "^1.0.3",
|
|
"available-typed-arrays": "^1.0.7",
|
|
"call-bind": "^1.0.7",
|
|
"data-view-buffer": "^1.0.1",
|
|
"data-view-byte-length": "^1.0.1",
|
|
"data-view-byte-offset": "^1.0.0",
|
|
"es-define-property": "^1.0.0",
|
|
"es-errors": "^1.3.0",
|
|
"es-object-atoms": "^1.0.0",
|
|
"es-set-tostringtag": "^2.0.3",
|
|
"es-to-primitive": "^1.2.1",
|
|
"function.prototype.name": "^1.1.6",
|
|
"get-intrinsic": "^1.2.4",
|
|
"get-symbol-description": "^1.0.2",
|
|
"globalthis": "^1.0.3",
|
|
"gopd": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.2",
|
|
"has-proto": "^1.0.3",
|
|
"has-symbols": "^1.0.3",
|
|
"hasown": "^2.0.2",
|
|
"internal-slot": "^1.0.7",
|
|
"is-array-buffer": "^3.0.4",
|
|
"is-callable": "^1.2.7",
|
|
"is-data-view": "^1.0.1",
|
|
"is-negative-zero": "^2.0.3",
|
|
"is-regex": "^1.1.4",
|
|
"is-shared-array-buffer": "^1.0.3",
|
|
"is-string": "^1.0.7",
|
|
"is-typed-array": "^1.1.13",
|
|
"is-weakref": "^1.0.2",
|
|
"object-inspect": "^1.13.1",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.5",
|
|
"regexp.prototype.flags": "^1.5.2",
|
|
"safe-array-concat": "^1.1.2",
|
|
"safe-regex-test": "^1.0.3",
|
|
"string.prototype.trim": "^1.2.9",
|
|
"string.prototype.trimend": "^1.0.8",
|
|
"string.prototype.trimstart": "^1.0.8",
|
|
"typed-array-buffer": "^1.0.2",
|
|
"typed-array-byte-length": "^1.0.1",
|
|
"typed-array-byte-offset": "^1.0.2",
|
|
"typed-array-length": "^1.0.6",
|
|
"unbox-primitive": "^1.0.2",
|
|
"which-typed-array": "^1.1.15"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/es-define-property": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
|
|
"integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-errors": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-iterator-helpers": {
|
|
"version": "1.0.19",
|
|
"resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz",
|
|
"integrity": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.3",
|
|
"es-errors": "^1.3.0",
|
|
"es-set-tostringtag": "^2.0.3",
|
|
"function-bind": "^1.1.2",
|
|
"get-intrinsic": "^1.2.4",
|
|
"globalthis": "^1.0.3",
|
|
"has-property-descriptors": "^1.0.2",
|
|
"has-proto": "^1.0.3",
|
|
"has-symbols": "^1.0.3",
|
|
"internal-slot": "^1.0.7",
|
|
"iterator.prototype": "^1.1.2",
|
|
"safe-array-concat": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-object-atoms": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
|
|
"integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-set-tostringtag": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz",
|
|
"integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.2.4",
|
|
"has-tostringtag": "^1.0.2",
|
|
"hasown": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-shim-unscopables": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz",
|
|
"integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hasown": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/es-to-primitive": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
|
|
"integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-callable": "^1.1.4",
|
|
"is-date-object": "^1.0.1",
|
|
"is-symbol": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/escalade": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/escape-html": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
|
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/eslint": {
|
|
"version": "8.57.1",
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
|
|
"integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@eslint-community/regexpp": "^4.6.1",
|
|
"@eslint/eslintrc": "^2.1.4",
|
|
"@eslint/js": "8.57.1",
|
|
"@humanwhocodes/config-array": "^0.13.0",
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
"@nodelib/fs.walk": "^1.2.8",
|
|
"@ungap/structured-clone": "^1.2.0",
|
|
"ajv": "^6.12.4",
|
|
"chalk": "^4.0.0",
|
|
"cross-spawn": "^7.0.2",
|
|
"debug": "^4.3.2",
|
|
"doctrine": "^3.0.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"eslint-scope": "^7.2.2",
|
|
"eslint-visitor-keys": "^3.4.3",
|
|
"espree": "^9.6.1",
|
|
"esquery": "^1.4.2",
|
|
"esutils": "^2.0.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"file-entry-cache": "^6.0.1",
|
|
"find-up": "^5.0.0",
|
|
"glob-parent": "^6.0.2",
|
|
"globals": "^13.19.0",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.2.0",
|
|
"imurmurhash": "^0.1.4",
|
|
"is-glob": "^4.0.0",
|
|
"is-path-inside": "^3.0.3",
|
|
"js-yaml": "^4.1.0",
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
"levn": "^0.4.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"minimatch": "^3.1.2",
|
|
"natural-compare": "^1.4.0",
|
|
"optionator": "^0.9.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"text-table": "^0.2.0"
|
|
},
|
|
"bin": {
|
|
"eslint": "bin/eslint.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-prettier": {
|
|
"version": "8.10.0",
|
|
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
|
|
"integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"eslint-config-prettier": "bin/cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-eslint-comments": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz",
|
|
"integrity": "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5",
|
|
"ignore": "^5.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.5.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/mysticatea"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=4.19.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-ft-flow": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-ft-flow/-/eslint-plugin-ft-flow-2.0.3.tgz",
|
|
"integrity": "sha512-Vbsd/b+LYA99jUbsL6viEUWShFaYQt2YQs3QN3f+aeszOhh2sgdcU0mjzDyD4yyBvMc8qy2uwvBBWfMzEX06tg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"string-natural-compare": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.22.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/eslint-parser": "^7.12.0",
|
|
"eslint": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jest": {
|
|
"version": "27.9.0",
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz",
|
|
"integrity": "sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/utils": "^5.10.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
"eslint": "^7.0.0 || ^8.0.0",
|
|
"jest": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"optional": true
|
|
},
|
|
"jest": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "5.62.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
|
|
"integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/types": {
|
|
"version": "5.62.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz",
|
|
"integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "5.62.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz",
|
|
"integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"semver": "^7.3.7",
|
|
"tsutils": "^3.21.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils": {
|
|
"version": "5.62.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz",
|
|
"integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@types/json-schema": "^7.0.9",
|
|
"@types/semver": "^7.3.12",
|
|
"@typescript-eslint/scope-manager": "5.62.0",
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"eslint-scope": "^5.1.1",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "5.62.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
|
|
"integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jest/node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.3",
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jest/node_modules/semver": {
|
|
"version": "7.6.3",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react": {
|
|
"version": "7.37.1",
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz",
|
|
"integrity": "sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.8",
|
|
"array.prototype.findlast": "^1.2.5",
|
|
"array.prototype.flatmap": "^1.3.2",
|
|
"array.prototype.tosorted": "^1.1.4",
|
|
"doctrine": "^2.1.0",
|
|
"es-iterator-helpers": "^1.0.19",
|
|
"estraverse": "^5.3.0",
|
|
"hasown": "^2.0.2",
|
|
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
|
|
"minimatch": "^3.1.2",
|
|
"object.entries": "^1.1.8",
|
|
"object.fromentries": "^2.0.8",
|
|
"object.values": "^1.2.0",
|
|
"prop-types": "^15.8.1",
|
|
"resolve": "^2.0.0-next.5",
|
|
"semver": "^6.3.1",
|
|
"string.prototype.matchall": "^4.0.11",
|
|
"string.prototype.repeat": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react-hooks": {
|
|
"version": "4.6.2",
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz",
|
|
"integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react-native": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-4.1.0.tgz",
|
|
"integrity": "sha512-QLo7rzTBOl43FvVqDdq5Ql9IoElIuTdjrz9SKAXCvULvBoRZ44JGSkx9z4999ZusCsb4rK3gjS8gOGyeYqZv2Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint-plugin-react-native-globals": "^0.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react-native-globals": {
|
|
"version": "0.1.2",
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz",
|
|
"integrity": "sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/eslint-plugin-react/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react/node_modules/doctrine": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
|
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react/node_modules/resolve": {
|
|
"version": "2.0.0-next.5",
|
|
"resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
|
|
"integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.13.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"resolve": "bin/resolve"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/eslint-scope": {
|
|
"version": "5.1.1",
|
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
|
|
"integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-scope/node_modules/estraverse": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
|
|
"integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-visitor-keys": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
|
|
"integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/argparse": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
"dev": true,
|
|
"license": "Python-2.0"
|
|
},
|
|
"node_modules/eslint/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/eslint/node_modules/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/eslint-scope": {
|
|
"version": "7.2.2",
|
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
|
|
"integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.3",
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/find-up": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/globals": {
|
|
"version": "13.24.0",
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/js-yaml": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^2.0.1"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/locate-path": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/p-locate": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/type-fest": {
|
|
"version": "0.20.2",
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/espree": {
|
|
"version": "9.6.1",
|
|
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
|
|
"integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"acorn": "^8.9.0",
|
|
"acorn-jsx": "^5.3.2",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/espree/node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.3",
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/esprima": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
|
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
|
"license": "BSD-2-Clause",
|
|
"bin": {
|
|
"esparse": "bin/esparse.js",
|
|
"esvalidate": "bin/esvalidate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/esquery": {
|
|
"version": "1.6.0",
|
|
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
|
|
"integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/esrecurse": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
|
|
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
|
|
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/esutils": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
|
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/etag": {
|
|
"version": "1.8.1",
|
|
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
|
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/event-target-shim": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
"integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/execa": {
|
|
"version": "5.1.1",
|
|
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
|
|
"integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^6.0.0",
|
|
"human-signals": "^2.1.0",
|
|
"is-stream": "^2.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^4.0.1",
|
|
"onetime": "^5.1.2",
|
|
"signal-exit": "^3.0.3",
|
|
"strip-final-newline": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/exit": {
|
|
"version": "0.1.2",
|
|
"resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
|
|
"integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/expect": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz",
|
|
"integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/expect-utils": "^29.7.0",
|
|
"jest-get-type": "^29.6.3",
|
|
"jest-matcher-utils": "^29.7.0",
|
|
"jest-message-util": "^29.7.0",
|
|
"jest-util": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/exponential-backoff": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
|
|
"integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/fast-base64-decode": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/fast-base64-decode/-/fast-base64-decode-1.0.0.tgz",
|
|
"integrity": "sha512-qwaScUgUGBYeDNRnbc/KyllVU88Jk1pRHPStuF/lO7B0/RTRLj7U0lkdTAutlBblY08rwZDff6tNU9cjv6j//Q==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-deep-equal": {
|
|
"version": "3.1.3",
|
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-glob": {
|
|
"version": "3.3.2",
|
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "^2.0.2",
|
|
"@nodelib/fs.walk": "^1.2.3",
|
|
"glob-parent": "^5.1.2",
|
|
"merge2": "^1.3.0",
|
|
"micromatch": "^4.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/fast-glob/node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/fast-json-stable-stringify": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-levenshtein": {
|
|
"version": "2.0.6",
|
|
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
|
|
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-xml-parser": {
|
|
"version": "4.5.0",
|
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz",
|
|
"integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
},
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/naturalintelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"strnum": "^1.0.5"
|
|
},
|
|
"bin": {
|
|
"fxparser": "src/cli/cli.js"
|
|
}
|
|
},
|
|
"node_modules/fastq": {
|
|
"version": "1.17.1",
|
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
|
|
"integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"reusify": "^1.0.4"
|
|
}
|
|
},
|
|
"node_modules/fb-watchman": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
|
|
"integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"bser": "2.1.1"
|
|
}
|
|
},
|
|
"node_modules/file-entry-cache": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
|
|
"integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flat-cache": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/fill-range": {
|
|
"version": "7.1.1",
|
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-regex-range": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/finalhandler": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
|
|
"integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"on-finished": "~2.3.0",
|
|
"parseurl": "~1.3.3",
|
|
"statuses": "~1.5.0",
|
|
"unpipe": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/finalhandler/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/finalhandler/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/find-cache-dir": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
|
|
"integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commondir": "^1.0.1",
|
|
"make-dir": "^2.0.0",
|
|
"pkg-dir": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/find-up": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
|
|
"integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/locate-path": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
|
|
"integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^3.0.0",
|
|
"path-exists": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/make-dir": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
|
|
"integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^4.0.1",
|
|
"semver": "^5.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
|
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/p-locate": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
|
|
"integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/path-exists": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
|
"integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/pkg-dir": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
|
|
"integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/semver": {
|
|
"version": "5.7.2",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
|
|
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/find-up": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/find-yarn-workspace-root": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz",
|
|
"integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"micromatch": "^4.0.2"
|
|
}
|
|
},
|
|
"node_modules/flat-cache": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
|
|
"integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flatted": "^3.2.9",
|
|
"keyv": "^4.5.3",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/flatted": {
|
|
"version": "3.3.1",
|
|
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
|
|
"integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/flow-enums-runtime": {
|
|
"version": "0.0.6",
|
|
"resolved": "https://registry.npmjs.org/flow-enums-runtime/-/flow-enums-runtime-0.0.6.tgz",
|
|
"integrity": "sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/flow-parser": {
|
|
"version": "0.247.1",
|
|
"resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.247.1.tgz",
|
|
"integrity": "sha512-DHwcm06fWbn2Z6uFD3NaBZ5lMOoABIQ4asrVA80IWvYjjT5WdbghkUOL1wIcbLcagnFTdCZYOlSNnKNp/xnRZQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/for-each": {
|
|
"version": "0.3.3",
|
|
"resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
|
|
"integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-callable": "^1.1.3"
|
|
}
|
|
},
|
|
"node_modules/fresh": {
|
|
"version": "0.5.2",
|
|
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
|
|
"integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/fs-extra": {
|
|
"version": "8.1.0",
|
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^4.0.0",
|
|
"universalify": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6 <7 || >=8"
|
|
}
|
|
},
|
|
"node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/fsevents": {
|
|
"version": "2.3.3",
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
}
|
|
},
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/function.prototype.name": {
|
|
"version": "1.1.6",
|
|
"resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
|
|
"integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"functions-have-names": "^1.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/functions-have-names": {
|
|
"version": "1.2.3",
|
|
"resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
|
|
"integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/gensync": {
|
|
"version": "1.0.0-beta.2",
|
|
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/get-caller-file": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "6.* || 8.* || >= 10.*"
|
|
}
|
|
},
|
|
"node_modules/get-intrinsic": {
|
|
"version": "1.2.4",
|
|
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
|
|
"integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"function-bind": "^1.1.2",
|
|
"has-proto": "^1.0.1",
|
|
"has-symbols": "^1.0.3",
|
|
"hasown": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-package-type": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
|
|
"integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/get-stream": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/get-symbol-description": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
|
|
"integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.5",
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
"deprecated": "Glob versions prior to v9 are no longer supported",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/glob-parent": {
|
|
"version": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/glob/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/globals": {
|
|
"version": "11.12.0",
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
|
|
"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/globalthis": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
|
|
"integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-properties": "^1.2.1",
|
|
"gopd": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/globby": {
|
|
"version": "11.1.0",
|
|
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.2.9",
|
|
"ignore": "^5.2.0",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/gopd": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
|
|
"integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.1.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/graceful-fs": {
|
|
"version": "4.2.11",
|
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/graphemer": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
|
|
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/has-bigints": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
|
|
"integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/has-property-descriptors": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
|
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-define-property": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-proto": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
|
|
"integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-symbols": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
|
|
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-tostringtag": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-symbols": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/hasown": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/hermes-estree": {
|
|
"version": "0.22.0",
|
|
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.22.0.tgz",
|
|
"integrity": "sha512-FLBt5X9OfA8BERUdc6aZS36Xz3rRuB0Y/mfocSADWEJfomc1xfene33GdyAmtTkKTBXTN/EgAy+rjTKkkZJHlw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hermes-parser": {
|
|
"version": "0.22.0",
|
|
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.22.0.tgz",
|
|
"integrity": "sha512-gn5RfZiEXCsIWsFGsKiykekktUoh0PdFWYocXsUdZIyWSckT6UIyPcyyUIPSR3kpnELWeK3n3ztAse7Mat6PSA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hermes-estree": "0.22.0"
|
|
}
|
|
},
|
|
"node_modules/html-escaper": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
|
|
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/http-errors": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
|
|
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "2.0.0",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"toidentifier": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/http-errors/node_modules/statuses": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
|
|
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/human-signals": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
|
|
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10.17.0"
|
|
}
|
|
},
|
|
"node_modules/ieee754": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/ignore": {
|
|
"version": "5.3.2",
|
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/image-size": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/image-size/-/image-size-1.1.1.tgz",
|
|
"integrity": "sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"queue": "6.0.2"
|
|
},
|
|
"bin": {
|
|
"image-size": "bin/image-size.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.x"
|
|
}
|
|
},
|
|
"node_modules/import-fresh": {
|
|
"version": "3.3.0",
|
|
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
|
|
"integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parent-module": "^1.0.0",
|
|
"resolve-from": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/import-fresh/node_modules/resolve-from": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
|
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/import-local": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
|
|
"integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pkg-dir": "^4.2.0",
|
|
"resolve-cwd": "^3.0.0"
|
|
},
|
|
"bin": {
|
|
"import-local-fixture": "fixtures/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/imurmurhash": {
|
|
"version": "0.1.4",
|
|
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.19"
|
|
}
|
|
},
|
|
"node_modules/inflight": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
"deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/internal-slot": {
|
|
"version": "1.0.7",
|
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
|
|
"integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"hasown": "^2.0.0",
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/invariant": {
|
|
"version": "2.2.4",
|
|
"resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
|
|
"integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/is-array-buffer": {
|
|
"version": "3.0.4",
|
|
"resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
|
|
"integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-arrayish": {
|
|
"version": "0.2.1",
|
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
|
|
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-async-function": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
|
|
"integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-bigint": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
|
|
"integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-bigints": "^1.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-boolean-object": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
|
|
"integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-callable": {
|
|
"version": "1.2.7",
|
|
"resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
|
|
"integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-core-module": {
|
|
"version": "2.15.1",
|
|
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
|
|
"integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hasown": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-data-view": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz",
|
|
"integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-typed-array": "^1.1.13"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-date-object": {
|
|
"version": "1.0.5",
|
|
"resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
|
|
"integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-directory": {
|
|
"version": "0.3.1",
|
|
"resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
|
|
"integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-docker": {
|
|
"version": "2.2.1",
|
|
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
|
|
"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"is-docker": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-extglob": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-finalizationregistry": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
|
|
"integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-fullwidth-code-point": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
|
"integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/is-generator-fn": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
|
|
"integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/is-generator-function": {
|
|
"version": "1.0.10",
|
|
"resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
|
|
"integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-glob": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extglob": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-interactive": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
|
|
"integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-map": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
|
|
"integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-negative-zero": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
|
|
"integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-number": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/is-number-object": {
|
|
"version": "1.0.7",
|
|
"resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
|
|
"integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-path-inside": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
|
|
"integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-plain-obj": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
|
|
"integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-plain-object": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
|
|
"integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isobject": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-regex": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
|
|
"integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-set": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
|
|
"integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-shared-array-buffer": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
|
|
"integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
|
|
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-string": {
|
|
"version": "1.0.7",
|
|
"resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
|
|
"integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-symbol": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
|
|
"integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-symbols": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-typed-array": {
|
|
"version": "1.1.13",
|
|
"resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz",
|
|
"integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"which-typed-array": "^1.1.14"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-unicode-supported": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
|
|
"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-weakmap": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
|
|
"integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-weakref": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
|
|
"integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-weakset": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz",
|
|
"integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"get-intrinsic": "^1.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-wsl": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-docker": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/isarray": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
|
|
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/isexe": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/isobject": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
|
|
"integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-coverage": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
|
|
"integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-instrument": {
|
|
"version": "5.2.1",
|
|
"resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
|
|
"integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/parser": "^7.14.7",
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"istanbul-lib-coverage": "^3.2.0",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-report": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
|
|
"integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"make-dir": "^4.0.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-report/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-report/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-source-maps": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
|
|
"integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/istanbul-reports": {
|
|
"version": "3.1.7",
|
|
"resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
|
|
"integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"html-escaper": "^2.0.0",
|
|
"istanbul-lib-report": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/iterator.prototype": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
|
|
"integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-properties": "^1.2.1",
|
|
"get-intrinsic": "^1.2.1",
|
|
"has-symbols": "^1.0.3",
|
|
"reflect.getprototypeof": "^1.0.4",
|
|
"set-function-name": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/jest": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
|
|
"integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/core": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"import-local": "^3.0.2",
|
|
"jest-cli": "^29.7.0"
|
|
},
|
|
"bin": {
|
|
"jest": "bin/jest.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"node-notifier": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-changed-files": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz",
|
|
"integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^5.0.0",
|
|
"jest-util": "^29.7.0",
|
|
"p-limit": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-circus": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz",
|
|
"integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/environment": "^29.7.0",
|
|
"@jest/expect": "^29.7.0",
|
|
"@jest/test-result": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"co": "^4.6.0",
|
|
"dedent": "^1.0.0",
|
|
"is-generator-fn": "^2.0.0",
|
|
"jest-each": "^29.7.0",
|
|
"jest-matcher-utils": "^29.7.0",
|
|
"jest-message-util": "^29.7.0",
|
|
"jest-runtime": "^29.7.0",
|
|
"jest-snapshot": "^29.7.0",
|
|
"jest-util": "^29.7.0",
|
|
"p-limit": "^3.1.0",
|
|
"pretty-format": "^29.7.0",
|
|
"pure-rand": "^6.0.0",
|
|
"slash": "^3.0.0",
|
|
"stack-utils": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-circus/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-circus/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-circus/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-circus/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-circus/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-circus/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-cli": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz",
|
|
"integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/core": "^29.7.0",
|
|
"@jest/test-result": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"chalk": "^4.0.0",
|
|
"create-jest": "^29.7.0",
|
|
"exit": "^0.1.2",
|
|
"import-local": "^3.0.2",
|
|
"jest-config": "^29.7.0",
|
|
"jest-util": "^29.7.0",
|
|
"jest-validate": "^29.7.0",
|
|
"yargs": "^17.3.1"
|
|
},
|
|
"bin": {
|
|
"jest": "bin/jest.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"node-notifier": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-cli/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-cli/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-cli/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-cli/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-cli/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-cli/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-config": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz",
|
|
"integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@jest/test-sequencer": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"babel-jest": "^29.7.0",
|
|
"chalk": "^4.0.0",
|
|
"ci-info": "^3.2.0",
|
|
"deepmerge": "^4.2.2",
|
|
"glob": "^7.1.3",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-circus": "^29.7.0",
|
|
"jest-environment-node": "^29.7.0",
|
|
"jest-get-type": "^29.6.3",
|
|
"jest-regex-util": "^29.6.3",
|
|
"jest-resolve": "^29.7.0",
|
|
"jest-runner": "^29.7.0",
|
|
"jest-util": "^29.7.0",
|
|
"jest-validate": "^29.7.0",
|
|
"micromatch": "^4.0.4",
|
|
"parse-json": "^5.2.0",
|
|
"pretty-format": "^29.7.0",
|
|
"slash": "^3.0.0",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/node": "*",
|
|
"ts-node": ">=9.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/node": {
|
|
"optional": true
|
|
},
|
|
"ts-node": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-config/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-config/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-config/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-config/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-config/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-config/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-diff": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
|
|
"integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"diff-sequences": "^29.6.3",
|
|
"jest-get-type": "^29.6.3",
|
|
"pretty-format": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-diff/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-docblock": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz",
|
|
"integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"detect-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-each": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz",
|
|
"integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.6.3",
|
|
"chalk": "^4.0.0",
|
|
"jest-get-type": "^29.6.3",
|
|
"jest-util": "^29.7.0",
|
|
"pretty-format": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-each/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-each/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-each/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-each/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-each/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-each/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-node": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz",
|
|
"integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/environment": "^29.7.0",
|
|
"@jest/fake-timers": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"@types/node": "*",
|
|
"jest-mock": "^29.7.0",
|
|
"jest-util": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-get-type": {
|
|
"version": "29.6.3",
|
|
"resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz",
|
|
"integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-haste-map": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz",
|
|
"integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.6.3",
|
|
"@types/graceful-fs": "^4.1.3",
|
|
"@types/node": "*",
|
|
"anymatch": "^3.0.3",
|
|
"fb-watchman": "^2.0.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-regex-util": "^29.6.3",
|
|
"jest-util": "^29.7.0",
|
|
"jest-worker": "^29.7.0",
|
|
"micromatch": "^4.0.4",
|
|
"walker": "^1.0.8"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^2.3.2"
|
|
}
|
|
},
|
|
"node_modules/jest-leak-detector": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz",
|
|
"integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jest-get-type": "^29.6.3",
|
|
"pretty-format": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-matcher-utils": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
|
|
"integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"jest-diff": "^29.7.0",
|
|
"jest-get-type": "^29.6.3",
|
|
"pretty-format": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-matcher-utils/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-matcher-utils/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-matcher-utils/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-matcher-utils/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-matcher-utils/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-matcher-utils/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-message-util": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz",
|
|
"integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.12.13",
|
|
"@jest/types": "^29.6.3",
|
|
"@types/stack-utils": "^2.0.0",
|
|
"chalk": "^4.0.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"micromatch": "^4.0.4",
|
|
"pretty-format": "^29.7.0",
|
|
"slash": "^3.0.0",
|
|
"stack-utils": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-message-util/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-message-util/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-message-util/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-message-util/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-message-util/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-message-util/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-mock": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz",
|
|
"integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.6.3",
|
|
"@types/node": "*",
|
|
"jest-util": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-pnp-resolver": {
|
|
"version": "1.2.3",
|
|
"resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
|
|
"integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"peerDependencies": {
|
|
"jest-resolve": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"jest-resolve": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-regex-util": {
|
|
"version": "29.6.3",
|
|
"resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz",
|
|
"integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-resolve": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz",
|
|
"integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-haste-map": "^29.7.0",
|
|
"jest-pnp-resolver": "^1.2.2",
|
|
"jest-util": "^29.7.0",
|
|
"jest-validate": "^29.7.0",
|
|
"resolve": "^1.20.0",
|
|
"resolve.exports": "^2.0.0",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-resolve-dependencies": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz",
|
|
"integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jest-regex-util": "^29.6.3",
|
|
"jest-snapshot": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-resolve/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-resolve/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-resolve/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-resolve/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-resolve/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-resolve/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-runner": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz",
|
|
"integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/console": "^29.7.0",
|
|
"@jest/environment": "^29.7.0",
|
|
"@jest/test-result": "^29.7.0",
|
|
"@jest/transform": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"emittery": "^0.13.1",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-docblock": "^29.7.0",
|
|
"jest-environment-node": "^29.7.0",
|
|
"jest-haste-map": "^29.7.0",
|
|
"jest-leak-detector": "^29.7.0",
|
|
"jest-message-util": "^29.7.0",
|
|
"jest-resolve": "^29.7.0",
|
|
"jest-runtime": "^29.7.0",
|
|
"jest-util": "^29.7.0",
|
|
"jest-watcher": "^29.7.0",
|
|
"jest-worker": "^29.7.0",
|
|
"p-limit": "^3.1.0",
|
|
"source-map-support": "0.5.13"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-runner/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-runner/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-runner/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-runner/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-runner/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-runner/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-runtime": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz",
|
|
"integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/environment": "^29.7.0",
|
|
"@jest/fake-timers": "^29.7.0",
|
|
"@jest/globals": "^29.7.0",
|
|
"@jest/source-map": "^29.6.3",
|
|
"@jest/test-result": "^29.7.0",
|
|
"@jest/transform": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"cjs-module-lexer": "^1.0.0",
|
|
"collect-v8-coverage": "^1.0.0",
|
|
"glob": "^7.1.3",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-haste-map": "^29.7.0",
|
|
"jest-message-util": "^29.7.0",
|
|
"jest-mock": "^29.7.0",
|
|
"jest-regex-util": "^29.6.3",
|
|
"jest-resolve": "^29.7.0",
|
|
"jest-snapshot": "^29.7.0",
|
|
"jest-util": "^29.7.0",
|
|
"slash": "^3.0.0",
|
|
"strip-bom": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-runtime/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-runtime/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-runtime/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-runtime/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-runtime/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-runtime/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz",
|
|
"integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/generator": "^7.7.2",
|
|
"@babel/plugin-syntax-jsx": "^7.7.2",
|
|
"@babel/plugin-syntax-typescript": "^7.7.2",
|
|
"@babel/types": "^7.3.3",
|
|
"@jest/expect-utils": "^29.7.0",
|
|
"@jest/transform": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"babel-preset-current-node-syntax": "^1.0.0",
|
|
"chalk": "^4.0.0",
|
|
"expect": "^29.7.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-diff": "^29.7.0",
|
|
"jest-get-type": "^29.6.3",
|
|
"jest-matcher-utils": "^29.7.0",
|
|
"jest-message-util": "^29.7.0",
|
|
"jest-util": "^29.7.0",
|
|
"natural-compare": "^1.4.0",
|
|
"pretty-format": "^29.7.0",
|
|
"semver": "^7.5.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-snapshot/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
"version": "7.6.3",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-util": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
|
|
"integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.6.3",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"ci-info": "^3.2.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"picomatch": "^2.2.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-util/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-util/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-util/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-util/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-util/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-util/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-validate": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz",
|
|
"integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.6.3",
|
|
"camelcase": "^6.2.0",
|
|
"chalk": "^4.0.0",
|
|
"jest-get-type": "^29.6.3",
|
|
"leven": "^3.1.0",
|
|
"pretty-format": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-validate/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-validate/node_modules/camelcase": {
|
|
"version": "6.3.0",
|
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
|
|
"integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/jest-validate/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-validate/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-validate/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-validate/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-validate/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-watcher": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz",
|
|
"integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/test-result": "^29.7.0",
|
|
"@jest/types": "^29.6.3",
|
|
"@types/node": "*",
|
|
"ansi-escapes": "^4.2.1",
|
|
"chalk": "^4.0.0",
|
|
"emittery": "^0.13.1",
|
|
"jest-util": "^29.7.0",
|
|
"string-length": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-watcher/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-watcher/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-watcher/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-watcher/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-watcher/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-watcher/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-worker": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz",
|
|
"integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"jest-util": "^29.7.0",
|
|
"merge-stream": "^2.0.0",
|
|
"supports-color": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-worker/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-worker/node_modules/supports-color": {
|
|
"version": "8.1.1",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/joi": {
|
|
"version": "17.13.3",
|
|
"resolved": "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz",
|
|
"integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.3.0",
|
|
"@hapi/topo": "^5.1.0",
|
|
"@sideway/address": "^4.1.5",
|
|
"@sideway/formula": "^3.0.1",
|
|
"@sideway/pinpoint": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/js-tokens": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/js-yaml": {
|
|
"version": "3.14.1",
|
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/jsc-android": {
|
|
"version": "250231.0.0",
|
|
"resolved": "https://registry.npmjs.org/jsc-android/-/jsc-android-250231.0.0.tgz",
|
|
"integrity": "sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/jsc-safe-url": {
|
|
"version": "0.2.4",
|
|
"resolved": "https://registry.npmjs.org/jsc-safe-url/-/jsc-safe-url-0.2.4.tgz",
|
|
"integrity": "sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/jscodeshift": {
|
|
"version": "0.14.0",
|
|
"resolved": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.14.0.tgz",
|
|
"integrity": "sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.13.16",
|
|
"@babel/parser": "^7.13.16",
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
|
|
"@babel/preset-flow": "^7.13.13",
|
|
"@babel/preset-typescript": "^7.13.0",
|
|
"@babel/register": "^7.13.16",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"chalk": "^4.1.2",
|
|
"flow-parser": "0.*",
|
|
"graceful-fs": "^4.2.4",
|
|
"micromatch": "^4.0.4",
|
|
"neo-async": "^2.5.0",
|
|
"node-dir": "^0.1.17",
|
|
"recast": "^0.21.0",
|
|
"temp": "^0.8.4",
|
|
"write-file-atomic": "^2.3.0"
|
|
},
|
|
"bin": {
|
|
"jscodeshift": "bin/jscodeshift.js"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/preset-env": "^7.1.6"
|
|
}
|
|
},
|
|
"node_modules/jscodeshift/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jscodeshift/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jscodeshift/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jscodeshift/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jscodeshift/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jscodeshift/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jscodeshift/node_modules/write-file-atomic": {
|
|
"version": "2.4.3",
|
|
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
|
|
"integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.11",
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/jsesc": {
|
|
"version": "2.5.2",
|
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
|
|
"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jsesc": "bin/jsesc"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/json-buffer": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-parse-better-errors": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
|
|
"integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-stable-stringify": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz",
|
|
"integrity": "sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.5",
|
|
"isarray": "^2.0.5",
|
|
"jsonify": "^0.0.1",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
|
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json5": {
|
|
"version": "2.2.3",
|
|
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
|
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/jsonfile": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/jsonify": {
|
|
"version": "0.0.1",
|
|
"resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
|
|
"integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
|
|
"dev": true,
|
|
"license": "Public Domain",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/jsx-ast-utils": {
|
|
"version": "3.3.5",
|
|
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
|
|
"integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.6",
|
|
"array.prototype.flat": "^1.3.1",
|
|
"object.assign": "^4.1.4",
|
|
"object.values": "^1.1.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/keyv": {
|
|
"version": "4.5.4",
|
|
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-buffer": "3.0.1"
|
|
}
|
|
},
|
|
"node_modules/kind-of": {
|
|
"version": "6.0.3",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
|
|
"integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/klaw-sync": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz",
|
|
"integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.11"
|
|
}
|
|
},
|
|
"node_modules/kleur": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
|
|
"integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/leven": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
|
|
"integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/levn": {
|
|
"version": "0.4.1",
|
|
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
|
|
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "~0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/lighthouse-logger": {
|
|
"version": "1.4.2",
|
|
"resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz",
|
|
"integrity": "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"debug": "^2.6.9",
|
|
"marky": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/lighthouse-logger/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/lighthouse-logger/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lines-and-columns": {
|
|
"version": "1.2.4",
|
|
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
|
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/locate-path": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/lodash": {
|
|
"version": "4.17.21",
|
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.debounce": {
|
|
"version": "4.0.8",
|
|
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
|
"integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.merge": {
|
|
"version": "4.6.2",
|
|
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
|
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.throttle": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
|
|
"integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/log-symbols": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
|
|
"integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/log-symbols/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/log-symbols/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/log-symbols/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/log-symbols/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/log-symbols/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/log-symbols/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/logkitty": {
|
|
"version": "0.7.1",
|
|
"resolved": "https://registry.npmjs.org/logkitty/-/logkitty-0.7.1.tgz",
|
|
"integrity": "sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-fragments": "^0.2.1",
|
|
"dayjs": "^1.8.15",
|
|
"yargs": "^15.1.0"
|
|
},
|
|
"bin": {
|
|
"logkitty": "bin/logkitty.js"
|
|
}
|
|
},
|
|
"node_modules/logkitty/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/logkitty/node_modules/cliui": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
|
"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^6.2.0"
|
|
}
|
|
},
|
|
"node_modules/logkitty/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/logkitty/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/logkitty/node_modules/wrap-ansi": {
|
|
"version": "6.2.0",
|
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/logkitty/node_modules/y18n": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/logkitty/node_modules/yargs": {
|
|
"version": "15.4.1",
|
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
|
|
"integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^6.0.0",
|
|
"decamelize": "^1.2.0",
|
|
"find-up": "^4.1.0",
|
|
"get-caller-file": "^2.0.1",
|
|
"require-directory": "^2.1.1",
|
|
"require-main-filename": "^2.0.0",
|
|
"set-blocking": "^2.0.0",
|
|
"string-width": "^4.2.0",
|
|
"which-module": "^2.0.0",
|
|
"y18n": "^4.0.0",
|
|
"yargs-parser": "^18.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/logkitty/node_modules/yargs-parser": {
|
|
"version": "18.1.3",
|
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
|
|
"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"camelcase": "^5.0.0",
|
|
"decamelize": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/loose-envify": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"bin": {
|
|
"loose-envify": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/lru-cache": {
|
|
"version": "5.1.1",
|
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/make-dir": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
|
|
"integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/make-dir/node_modules/semver": {
|
|
"version": "7.6.3",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/makeerror": {
|
|
"version": "1.0.12",
|
|
"resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
|
|
"integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"tmpl": "1.0.5"
|
|
}
|
|
},
|
|
"node_modules/marky": {
|
|
"version": "1.2.5",
|
|
"resolved": "https://registry.npmjs.org/marky/-/marky-1.2.5.tgz",
|
|
"integrity": "sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/mdn-data": {
|
|
"version": "2.0.14",
|
|
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
|
|
"integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/memoize-one": {
|
|
"version": "5.2.1",
|
|
"resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz",
|
|
"integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/merge-options": {
|
|
"version": "3.0.4",
|
|
"resolved": "https://registry.npmjs.org/merge-options/-/merge-options-3.0.4.tgz",
|
|
"integrity": "sha512-2Sug1+knBjkaMsMgf1ctR1Ujx+Ayku4EdJN4Z+C2+JzoeF7A3OZ9KM2GY0CpQS51NR61LTurMJrRKPhSs3ZRTQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-obj": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/merge-stream": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
|
|
"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/merge2": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
|
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/metro": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro/-/metro-0.80.12.tgz",
|
|
"integrity": "sha512-1UsH5FzJd9quUsD1qY+zUG4JY3jo3YEMxbMYH9jT6NK3j4iORhlwTK8fYTfAUBhDKjgLfKjAh7aoazNE23oIRA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/generator": "^7.20.0",
|
|
"@babel/parser": "^7.20.0",
|
|
"@babel/template": "^7.0.0",
|
|
"@babel/traverse": "^7.20.0",
|
|
"@babel/types": "^7.20.0",
|
|
"accepts": "^1.3.7",
|
|
"chalk": "^4.0.0",
|
|
"ci-info": "^2.0.0",
|
|
"connect": "^3.6.5",
|
|
"debug": "^2.2.0",
|
|
"denodeify": "^1.2.1",
|
|
"error-stack-parser": "^2.0.6",
|
|
"flow-enums-runtime": "^0.0.6",
|
|
"graceful-fs": "^4.2.4",
|
|
"hermes-parser": "0.23.1",
|
|
"image-size": "^1.0.2",
|
|
"invariant": "^2.2.4",
|
|
"jest-worker": "^29.6.3",
|
|
"jsc-safe-url": "^0.2.2",
|
|
"lodash.throttle": "^4.1.1",
|
|
"metro-babel-transformer": "0.80.12",
|
|
"metro-cache": "0.80.12",
|
|
"metro-cache-key": "0.80.12",
|
|
"metro-config": "0.80.12",
|
|
"metro-core": "0.80.12",
|
|
"metro-file-map": "0.80.12",
|
|
"metro-resolver": "0.80.12",
|
|
"metro-runtime": "0.80.12",
|
|
"metro-source-map": "0.80.12",
|
|
"metro-symbolicate": "0.80.12",
|
|
"metro-transform-plugins": "0.80.12",
|
|
"metro-transform-worker": "0.80.12",
|
|
"mime-types": "^2.1.27",
|
|
"nullthrows": "^1.1.1",
|
|
"serialize-error": "^2.1.0",
|
|
"source-map": "^0.5.6",
|
|
"strip-ansi": "^6.0.0",
|
|
"throat": "^5.0.0",
|
|
"ws": "^7.5.10",
|
|
"yargs": "^17.6.2"
|
|
},
|
|
"bin": {
|
|
"metro": "src/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/metro-babel-transformer": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.80.12.tgz",
|
|
"integrity": "sha512-YZziRs0MgA3pzCkkvOoQRXjIoVjvrpi/yRlJnObyIvMP6lFdtyG4nUGIwGY9VXnBvxmXD6mPY2e+NSw6JAyiRg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"flow-enums-runtime": "^0.0.6",
|
|
"hermes-parser": "0.23.1",
|
|
"nullthrows": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/metro-babel-transformer/node_modules/hermes-estree": {
|
|
"version": "0.23.1",
|
|
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.23.1.tgz",
|
|
"integrity": "sha512-eT5MU3f5aVhTqsfIReZ6n41X5sYn4IdQL0nvz6yO+MMlPxw49aSARHLg/MSehQftyjnrE8X6bYregzSumqc6cg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/metro-babel-transformer/node_modules/hermes-parser": {
|
|
"version": "0.23.1",
|
|
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.23.1.tgz",
|
|
"integrity": "sha512-oxl5h2DkFW83hT4DAUJorpah8ou4yvmweUzLJmmr6YV2cezduCdlil1AvU/a/xSsAFo4WUcNA4GoV5Bvq6JffA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hermes-estree": "0.23.1"
|
|
}
|
|
},
|
|
"node_modules/metro-cache": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.80.12.tgz",
|
|
"integrity": "sha512-p5kNHh2KJ0pbQI/H7ZBPCEwkyNcSz7OUkslzsiIWBMPQGFJ/xArMwkV7I+GJcWh+b4m6zbLxE5fk6fqbVK1xGA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"exponential-backoff": "^3.1.1",
|
|
"flow-enums-runtime": "^0.0.6",
|
|
"metro-core": "0.80.12"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/metro-cache-key": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.80.12.tgz",
|
|
"integrity": "sha512-o4BspKnugg/pE45ei0LGHVuBJXwRgruW7oSFAeSZvBKA/sGr0UhOGY3uycOgWInnS3v5yTTfiBA9lHlNRhsvGA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flow-enums-runtime": "^0.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/metro-config": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.80.12.tgz",
|
|
"integrity": "sha512-4rwOWwrhm62LjB12ytiuR5NgK1ZBNr24/He8mqCsC+HXZ+ATbrewLNztzbAZHtFsrxP4D4GLTGgh96pCpYLSAQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"connect": "^3.6.5",
|
|
"cosmiconfig": "^5.0.5",
|
|
"flow-enums-runtime": "^0.0.6",
|
|
"jest-validate": "^29.6.3",
|
|
"metro": "0.80.12",
|
|
"metro-cache": "0.80.12",
|
|
"metro-core": "0.80.12",
|
|
"metro-runtime": "0.80.12"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/metro-core": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.80.12.tgz",
|
|
"integrity": "sha512-QqdJ/yAK+IpPs2HU/h5v2pKEdANBagSsc6DRSjnwSyJsCoHlmyJKCaCJ7KhWGx+N4OHxh37hoA8fc2CuZbx0Fw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flow-enums-runtime": "^0.0.6",
|
|
"lodash.throttle": "^4.1.1",
|
|
"metro-resolver": "0.80.12"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/metro-file-map": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.80.12.tgz",
|
|
"integrity": "sha512-sYdemWSlk66bWzW2wp79kcPMzwuG32x1ZF3otI0QZTmrnTaaTiGyhE66P1z6KR4n2Eu5QXiABa6EWbAQv0r8bw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"anymatch": "^3.0.3",
|
|
"debug": "^2.2.0",
|
|
"fb-watchman": "^2.0.0",
|
|
"flow-enums-runtime": "^0.0.6",
|
|
"graceful-fs": "^4.2.4",
|
|
"invariant": "^2.2.4",
|
|
"jest-worker": "^29.6.3",
|
|
"micromatch": "^4.0.4",
|
|
"node-abort-controller": "^3.1.1",
|
|
"nullthrows": "^1.1.1",
|
|
"walker": "^1.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^2.3.2"
|
|
}
|
|
},
|
|
"node_modules/metro-file-map/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/metro-file-map/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/metro-minify-terser": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.80.12.tgz",
|
|
"integrity": "sha512-muWzUw3y5k+9083ZoX9VaJLWEV2Jcgi+Oan0Mmb/fBNMPqP9xVDuy4pOMn/HOiGndgfh/MK7s4bsjkyLJKMnXQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flow-enums-runtime": "^0.0.6",
|
|
"terser": "^5.15.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/metro-resolver": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.80.12.tgz",
|
|
"integrity": "sha512-PR24gYRZnYHM3xT9pg6BdbrGbM/Cu1TcyIFBVlAk7qDAuHkUNQ1nMzWumWs+kwSvtd9eZGzHoucGJpTUEeLZAw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flow-enums-runtime": "^0.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/metro-runtime": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.80.12.tgz",
|
|
"integrity": "sha512-LIx7+92p5rpI0i6iB4S4GBvvLxStNt6fF0oPMaUd1Weku7jZdfkCZzmrtDD9CSQ6EPb0T9NUZoyXIxlBa3wOCw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.25.0",
|
|
"flow-enums-runtime": "^0.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/metro-source-map": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.80.12.tgz",
|
|
"integrity": "sha512-o+AXmE7hpvM8r8MKsx7TI21/eerYYy2DCDkWfoBkv+jNkl61khvDHlQn0cXZa6lrcNZiZkl9oHSMcwLLIrFmpw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.20.0",
|
|
"@babel/types": "^7.20.0",
|
|
"flow-enums-runtime": "^0.0.6",
|
|
"invariant": "^2.2.4",
|
|
"metro-symbolicate": "0.80.12",
|
|
"nullthrows": "^1.1.1",
|
|
"ob1": "0.80.12",
|
|
"source-map": "^0.5.6",
|
|
"vlq": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/metro-source-map/node_modules/source-map": {
|
|
"version": "0.5.7",
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
|
"integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/metro-symbolicate": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.80.12.tgz",
|
|
"integrity": "sha512-/dIpNdHksXkGHZXARZpL7doUzHqSNxgQ8+kQGxwpJuHnDhGkENxB5PS2QBaTDdEcmyTMjS53CN1rl9n1gR6fmw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flow-enums-runtime": "^0.0.6",
|
|
"invariant": "^2.2.4",
|
|
"metro-source-map": "0.80.12",
|
|
"nullthrows": "^1.1.1",
|
|
"source-map": "^0.5.6",
|
|
"through2": "^2.0.1",
|
|
"vlq": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"metro-symbolicate": "src/index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/metro-symbolicate/node_modules/source-map": {
|
|
"version": "0.5.7",
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
|
"integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/metro-transform-plugins": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.80.12.tgz",
|
|
"integrity": "sha512-WQWp00AcZvXuQdbjQbx1LzFR31IInlkCDYJNRs6gtEtAyhwpMMlL2KcHmdY+wjDO9RPcliZ+Xl1riOuBecVlPA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/generator": "^7.20.0",
|
|
"@babel/template": "^7.0.0",
|
|
"@babel/traverse": "^7.20.0",
|
|
"flow-enums-runtime": "^0.0.6",
|
|
"nullthrows": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/metro-transform-worker": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.80.12.tgz",
|
|
"integrity": "sha512-KAPFN1y3eVqEbKLx1I8WOarHPqDMUa8WelWxaJCNKO/yHCP26zELeqTJvhsQup+8uwB6EYi/sp0b6TGoh6lOEA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/generator": "^7.20.0",
|
|
"@babel/parser": "^7.20.0",
|
|
"@babel/types": "^7.20.0",
|
|
"flow-enums-runtime": "^0.0.6",
|
|
"metro": "0.80.12",
|
|
"metro-babel-transformer": "0.80.12",
|
|
"metro-cache": "0.80.12",
|
|
"metro-cache-key": "0.80.12",
|
|
"metro-minify-terser": "0.80.12",
|
|
"metro-source-map": "0.80.12",
|
|
"metro-transform-plugins": "0.80.12",
|
|
"nullthrows": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/metro/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/metro/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/metro/node_modules/ci-info": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
|
|
"integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/metro/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/metro/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/metro/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/metro/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/metro/node_modules/hermes-estree": {
|
|
"version": "0.23.1",
|
|
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.23.1.tgz",
|
|
"integrity": "sha512-eT5MU3f5aVhTqsfIReZ6n41X5sYn4IdQL0nvz6yO+MMlPxw49aSARHLg/MSehQftyjnrE8X6bYregzSumqc6cg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/metro/node_modules/hermes-parser": {
|
|
"version": "0.23.1",
|
|
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.23.1.tgz",
|
|
"integrity": "sha512-oxl5h2DkFW83hT4DAUJorpah8ou4yvmweUzLJmmr6YV2cezduCdlil1AvU/a/xSsAFo4WUcNA4GoV5Bvq6JffA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hermes-estree": "0.23.1"
|
|
}
|
|
},
|
|
"node_modules/metro/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/metro/node_modules/source-map": {
|
|
"version": "0.5.7",
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
|
"integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/metro/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/micromatch": {
|
|
"version": "4.0.8",
|
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"braces": "^3.0.3",
|
|
"picomatch": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/mime": {
|
|
"version": "2.6.0",
|
|
"resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
|
|
"integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/mime-db": {
|
|
"version": "1.52.0",
|
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mime-types": {
|
|
"version": "2.1.35",
|
|
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "1.52.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/minimatch": {
|
|
"version": "9.0.5",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/minimist": {
|
|
"version": "1.2.8",
|
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/mkdirp": {
|
|
"version": "0.5.6",
|
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
|
|
"integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.6"
|
|
},
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/natural-compare": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/negotiator": {
|
|
"version": "0.6.3",
|
|
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
|
|
"integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/neo-async": {
|
|
"version": "2.6.2",
|
|
"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
|
|
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nocache": {
|
|
"version": "3.0.4",
|
|
"resolved": "https://registry.npmjs.org/nocache/-/nocache-3.0.4.tgz",
|
|
"integrity": "sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/node-abort-controller": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz",
|
|
"integrity": "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/node-dir": {
|
|
"version": "0.1.17",
|
|
"resolved": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz",
|
|
"integrity": "sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimatch": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.5"
|
|
}
|
|
},
|
|
"node_modules/node-dir/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/node-dir/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/node-fetch": {
|
|
"version": "2.7.0",
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
|
|
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/node-forge": {
|
|
"version": "1.3.1",
|
|
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
|
|
"integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
|
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
"engines": {
|
|
"node": ">= 6.13.0"
|
|
}
|
|
},
|
|
"node_modules/node-int64": {
|
|
"version": "0.4.0",
|
|
"resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
|
|
"integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/node-releases": {
|
|
"version": "2.0.18",
|
|
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
|
|
"integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/node-stream-zip": {
|
|
"version": "1.15.0",
|
|
"resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz",
|
|
"integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/antelle"
|
|
}
|
|
},
|
|
"node_modules/normalize-path": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
|
|
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
|
|
"integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nth-check": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
|
|
"integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/nullthrows": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz",
|
|
"integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ob1": {
|
|
"version": "0.80.12",
|
|
"resolved": "https://registry.npmjs.org/ob1/-/ob1-0.80.12.tgz",
|
|
"integrity": "sha512-VMArClVT6LkhUGpnuEoBuyjG9rzUyEzg4PDkav6wK1cLhOK02gPCYFxoiB4mqVnrMhDpIzJcrGNAMVi9P+hXrw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flow-enums-runtime": "^0.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object-inspect": {
|
|
"version": "1.13.2",
|
|
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
|
|
"integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object-keys": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
|
|
"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object.assign": {
|
|
"version": "4.1.5",
|
|
"resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
|
|
"integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.5",
|
|
"define-properties": "^1.2.1",
|
|
"has-symbols": "^1.0.3",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.entries": {
|
|
"version": "1.1.8",
|
|
"resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz",
|
|
"integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object.fromentries": {
|
|
"version": "2.0.8",
|
|
"resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
|
|
"integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.2",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.values": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz",
|
|
"integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/on-finished": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
|
|
"integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ee-first": "1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/on-headers": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
|
|
"integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/once": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/onetime": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/open": {
|
|
"version": "6.4.0",
|
|
"resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz",
|
|
"integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-wsl": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/open/node_modules/is-wsl": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
|
|
"integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/optionator": {
|
|
"version": "0.9.4",
|
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
|
|
"integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"deep-is": "^0.1.3",
|
|
"fast-levenshtein": "^2.0.6",
|
|
"levn": "^0.4.1",
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "^0.4.0",
|
|
"word-wrap": "^1.2.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/ora": {
|
|
"version": "5.4.1",
|
|
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
|
|
"integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^4.1.0",
|
|
"chalk": "^4.1.0",
|
|
"cli-cursor": "^3.1.0",
|
|
"cli-spinners": "^2.5.0",
|
|
"is-interactive": "^1.0.0",
|
|
"is-unicode-supported": "^0.1.0",
|
|
"log-symbols": "^4.1.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wcwidth": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ora/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/ora/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/ora/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/ora/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ora/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ora/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/os-tmpdir": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/p-limit": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
|
|
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-locate/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
|
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-try": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
|
|
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/parent-module": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
|
|
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/parse-json": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"lines-and-columns": "^1.1.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/parseurl": {
|
|
"version": "1.3.3",
|
|
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
|
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/patch-package": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/patch-package/-/patch-package-8.0.0.tgz",
|
|
"integrity": "sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
"chalk": "^4.1.2",
|
|
"ci-info": "^3.7.0",
|
|
"cross-spawn": "^7.0.3",
|
|
"find-yarn-workspace-root": "^2.0.0",
|
|
"fs-extra": "^9.0.0",
|
|
"json-stable-stringify": "^1.0.2",
|
|
"klaw-sync": "^6.0.0",
|
|
"minimist": "^1.2.6",
|
|
"open": "^7.4.2",
|
|
"rimraf": "^2.6.3",
|
|
"semver": "^7.5.3",
|
|
"slash": "^2.0.0",
|
|
"tmp": "^0.0.33",
|
|
"yaml": "^2.2.2"
|
|
},
|
|
"bin": {
|
|
"patch-package": "index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14",
|
|
"npm": ">5"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/patch-package/node_modules/fs-extra": {
|
|
"version": "9.1.0",
|
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
|
|
"integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"at-least-node": "^1.0.0",
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
|
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/open": {
|
|
"version": "7.4.2",
|
|
"resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
|
|
"integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-docker": "^2.0.0",
|
|
"is-wsl": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/rimraf": {
|
|
"version": "2.7.1",
|
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
|
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
|
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/semver": {
|
|
"version": "7.6.3",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/slash": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
|
|
"integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/universalify": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
|
|
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/path-exists": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/path-key": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/path-parse": {
|
|
"version": "1.0.7",
|
|
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
|
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-type": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
|
|
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/picocolors": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
|
|
"integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/pify": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
"integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/pirates": {
|
|
"version": "4.0.6",
|
|
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
|
|
"integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir": {
|
|
"version": "4.2.0",
|
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|
|
"integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/possible-typed-array-names": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
|
|
"integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/prelude-ls": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "2.8.8",
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
|
|
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"prettier": "bin-prettier.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/pretty-format": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
|
|
"integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.6.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/pretty-format/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/process-nextick-args": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/promise": {
|
|
"version": "8.3.0",
|
|
"resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz",
|
|
"integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asap": "~2.0.6"
|
|
}
|
|
},
|
|
"node_modules/prompts": {
|
|
"version": "2.4.2",
|
|
"resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
|
|
"integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kleur": "^3.0.3",
|
|
"sisteransi": "^1.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/prop-types": {
|
|
"version": "15.8.1",
|
|
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
|
|
"integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.4.0",
|
|
"object-assign": "^4.1.1",
|
|
"react-is": "^16.13.1"
|
|
}
|
|
},
|
|
"node_modules/prop-types/node_modules/react-is": {
|
|
"version": "16.13.1",
|
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
|
|
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/pure-rand": {
|
|
"version": "6.1.0",
|
|
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz",
|
|
"integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/dubzzz"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/fast-check"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/qr.js": {
|
|
"version": "0.0.0",
|
|
"resolved": "https://registry.npmjs.org/qr.js/-/qr.js-0.0.0.tgz",
|
|
"integrity": "sha512-c4iYnWb+k2E+vYpRimHqSu575b1/wKl4XFeJGpFmrJQz5I88v9aY2czh7s0w36srfCM1sXgC/xpoJz5dJfq+OQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/queue": {
|
|
"version": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz",
|
|
"integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "~2.0.3"
|
|
}
|
|
},
|
|
"node_modules/queue-microtask": {
|
|
"version": "1.2.3",
|
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/range-parser": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
|
|
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/react": {
|
|
"version": "18.3.1",
|
|
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-devtools-core": {
|
|
"version": "5.3.1",
|
|
"resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-5.3.1.tgz",
|
|
"integrity": "sha512-7FSb9meX0btdBQLwdFOwt6bGqvRPabmVMMslv8fgoSPqXyuGpgQe36kx8gR86XPw7aV1yVouTp6fyZ0EH+NfUw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shell-quote": "^1.6.1",
|
|
"ws": "^7"
|
|
}
|
|
},
|
|
"node_modules/react-is": {
|
|
"version": "18.3.1",
|
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-native": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.75.3.tgz",
|
|
"integrity": "sha512-+Ne6u5H+tPo36sme19SCd1u2UID2uo0J/XzAJarxmrDj4Nsdi44eyUDKtQHmhgxjRGsuVJqAYrMK0abLSq8AHw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/create-cache-key-function": "^29.6.3",
|
|
"@react-native-community/cli": "14.1.0",
|
|
"@react-native-community/cli-platform-android": "14.1.0",
|
|
"@react-native-community/cli-platform-ios": "14.1.0",
|
|
"@react-native/assets-registry": "0.75.3",
|
|
"@react-native/codegen": "0.75.3",
|
|
"@react-native/community-cli-plugin": "0.75.3",
|
|
"@react-native/gradle-plugin": "0.75.3",
|
|
"@react-native/js-polyfills": "0.75.3",
|
|
"@react-native/normalize-colors": "0.75.3",
|
|
"@react-native/virtualized-lists": "0.75.3",
|
|
"abort-controller": "^3.0.0",
|
|
"anser": "^1.4.9",
|
|
"ansi-regex": "^5.0.0",
|
|
"base64-js": "^1.5.1",
|
|
"chalk": "^4.0.0",
|
|
"commander": "^9.4.1",
|
|
"event-target-shim": "^5.0.1",
|
|
"flow-enums-runtime": "^0.0.6",
|
|
"glob": "^7.1.1",
|
|
"invariant": "^2.2.4",
|
|
"jest-environment-node": "^29.6.3",
|
|
"jsc-android": "^250231.0.0",
|
|
"memoize-one": "^5.0.0",
|
|
"metro-runtime": "^0.80.3",
|
|
"metro-source-map": "^0.80.3",
|
|
"mkdirp": "^0.5.1",
|
|
"nullthrows": "^1.1.1",
|
|
"pretty-format": "^26.5.2",
|
|
"promise": "^8.3.0",
|
|
"react-devtools-core": "^5.3.1",
|
|
"react-refresh": "^0.14.0",
|
|
"regenerator-runtime": "^0.13.2",
|
|
"scheduler": "0.24.0-canary-efb381bbf-20230505",
|
|
"semver": "^7.1.3",
|
|
"stacktrace-parser": "^0.1.10",
|
|
"whatwg-fetch": "^3.0.0",
|
|
"ws": "^6.2.2",
|
|
"yargs": "^17.6.2"
|
|
},
|
|
"bin": {
|
|
"react-native": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^18.2.6",
|
|
"react": "^18.2.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/react-native-animatable": {
|
|
"version": "1.3.3",
|
|
"resolved": "https://registry.npmjs.org/react-native-animatable/-/react-native-animatable-1.3.3.tgz",
|
|
"integrity": "sha512-2ckIxZQAsvWn25Ho+DK3d1mXIgj7tITkrS4pYDvx96WyOttSvzzFeQnM2od0+FUMzILbdHDsDEqZvnz1DYNQ1w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prop-types": "^15.7.2"
|
|
}
|
|
},
|
|
"node_modules/react-native-get-random-values": {
|
|
"version": "1.11.0",
|
|
"resolved": "https://registry.npmjs.org/react-native-get-random-values/-/react-native-get-random-values-1.11.0.tgz",
|
|
"integrity": "sha512-4BTbDbRmS7iPdhYLRcz3PGFIpFJBwNZg9g42iwa2P6FOv9vZj/xJc678RZXnLNZzd0qd7Q3CCF6Yd+CU2eoXKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-base64-decode": "^1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": ">=0.56"
|
|
}
|
|
},
|
|
"node_modules/react-native-modal": {
|
|
"version": "13.0.1",
|
|
"resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-13.0.1.tgz",
|
|
"integrity": "sha512-UB+mjmUtf+miaG/sDhOikRfBOv0gJdBU2ZE1HtFWp6UixW9jCk/bhGdHUgmZljbPpp0RaO/6YiMmQSSK3kkMaw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prop-types": "^15.6.2",
|
|
"react-native-animatable": "1.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": ">=0.65.0"
|
|
}
|
|
},
|
|
"node_modules/react-native-status-keycard": {
|
|
"version": "2.6.2",
|
|
"resolved": "git+ssh://git@github.com/status-im/react-native-status-keycard.git#26c476b362e68aa9076412c97de082abaabab4bd",
|
|
"license": "MPL 2.0"
|
|
},
|
|
"node_modules/react-native-svg": {
|
|
"version": "15.7.1",
|
|
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.7.1.tgz",
|
|
"integrity": "sha512-Xc11L4t6/DtmUwrQqHR7S45Qy3cIWpcfGlmEatVeZ9c1N8eAK79heJmGRgCOVrXESrrLEHfP/AYGf0BGyrvV6A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-select": "^5.1.0",
|
|
"css-tree": "^1.1.3",
|
|
"warn-once": "0.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
},
|
|
"node_modules/react-native-vector-icons": {
|
|
"version": "10.2.0",
|
|
"resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-10.2.0.tgz",
|
|
"integrity": "sha512-n5HGcxUuVaTf9QJPs/W22xQpC2Z9u0nb0KgLPnVltP8vdUvOp6+R26gF55kilP/fV4eL4vsAHUqUjewppJMBOQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prop-types": "^15.7.2",
|
|
"yargs": "^16.1.1"
|
|
},
|
|
"bin": {
|
|
"fa-upgrade.sh": "bin/fa-upgrade.sh",
|
|
"fa5-upgrade": "bin/fa5-upgrade.sh",
|
|
"fa6-upgrade": "bin/fa6-upgrade.sh",
|
|
"generate-icon": "bin/generate-icon.js"
|
|
}
|
|
},
|
|
"node_modules/react-native-vector-icons/node_modules/cliui": {
|
|
"version": "7.0.4",
|
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
|
|
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/react-native-vector-icons/node_modules/yargs": {
|
|
"version": "16.2.0",
|
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
|
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^7.0.2",
|
|
"escalade": "^3.1.1",
|
|
"get-caller-file": "^2.0.5",
|
|
"require-directory": "^2.1.1",
|
|
"string-width": "^4.2.0",
|
|
"y18n": "^5.0.5",
|
|
"yargs-parser": "^20.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/react-native-vector-icons/node_modules/yargs-parser": {
|
|
"version": "20.2.9",
|
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
|
|
"integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/react-native-vision-camera": {
|
|
"version": "4.5.3",
|
|
"resolved": "https://registry.npmjs.org/react-native-vision-camera/-/react-native-vision-camera-4.5.3.tgz",
|
|
"integrity": "sha512-wulpS6ZY6SwuYMDD8csIFMFJ6lXeQq4bJvaAhwEnr0R9cZ53jDUs0/SFZva6UFEPIw64h0IdrrzuVTEufhDSgQ==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@shopify/react-native-skia": "*",
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-reanimated": "*",
|
|
"react-native-worklets-core": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@shopify/react-native-skia": {
|
|
"optional": true
|
|
},
|
|
"react-native-reanimated": {
|
|
"optional": true
|
|
},
|
|
"react-native-worklets-core": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/react-native/node_modules/@jest/types": {
|
|
"version": "26.6.2",
|
|
"resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
|
|
"integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
"@types/istanbul-reports": "^3.0.0",
|
|
"@types/node": "*",
|
|
"@types/yargs": "^15.0.0",
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.14.2"
|
|
}
|
|
},
|
|
"node_modules/react-native/node_modules/@react-native/codegen": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.75.3.tgz",
|
|
"integrity": "sha512-I0bz5jwOkiR7vnhYLGoV22RGmesErUg03tjsCiQgmsMpbyCYumudEtLNN5+DplHGK56bu8KyzBqKkWXGSKSCZQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.20.0",
|
|
"glob": "^7.1.1",
|
|
"hermes-parser": "0.22.0",
|
|
"invariant": "^2.2.4",
|
|
"jscodeshift": "^0.14.0",
|
|
"mkdirp": "^0.5.1",
|
|
"nullthrows": "^1.1.1",
|
|
"yargs": "^17.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/preset-env": "^7.1.6"
|
|
}
|
|
},
|
|
"node_modules/react-native/node_modules/@react-native/js-polyfills": {
|
|
"version": "0.75.3",
|
|
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.75.3.tgz",
|
|
"integrity": "sha512-+JVFJ351GSJT3V7LuXscMqfnpR/UxzsAjbBjfAHBR3kqTbVqrAmBccqPCA3NLzgb/RY8khLJklwMUVlWrn8iFg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/react-native/node_modules/@types/yargs": {
|
|
"version": "15.0.19",
|
|
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.19.tgz",
|
|
"integrity": "sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/yargs-parser": "*"
|
|
}
|
|
},
|
|
"node_modules/react-native/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/react-native/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/react-native/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/react-native/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-native/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native/node_modules/pretty-format": {
|
|
"version": "26.6.2",
|
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
|
|
"integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^26.6.2",
|
|
"ansi-regex": "^5.0.0",
|
|
"ansi-styles": "^4.0.0",
|
|
"react-is": "^17.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/react-native/node_modules/react-is": {
|
|
"version": "17.0.2",
|
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-native/node_modules/regenerator-runtime": {
|
|
"version": "0.13.11",
|
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
|
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-native/node_modules/semver": {
|
|
"version": "7.6.3",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/react-native/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native/node_modules/ws": {
|
|
"version": "6.2.3",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz",
|
|
"integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async-limiter": "~1.0.0"
|
|
}
|
|
},
|
|
"node_modules/react-qr-code": {
|
|
"version": "2.0.15",
|
|
"resolved": "https://registry.npmjs.org/react-qr-code/-/react-qr-code-2.0.15.tgz",
|
|
"integrity": "sha512-MkZcjEXqVKqXEIMVE0mbcGgDpkfSdd8zhuzXEl9QzYeNcw8Hq2oVIzDLWuZN2PQBwM5PWjc2S31K8Q1UbcFMfw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prop-types": "^15.8.1",
|
|
"qr.js": "0.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
},
|
|
"node_modules/react-refresh": {
|
|
"version": "0.14.2",
|
|
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz",
|
|
"integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-shallow-renderer": {
|
|
"version": "16.15.0",
|
|
"resolved": "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz",
|
|
"integrity": "sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"object-assign": "^4.1.1",
|
|
"react-is": "^16.12.0 || ^17.0.0 || ^18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/react-test-renderer": {
|
|
"version": "18.3.1",
|
|
"resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-18.3.1.tgz",
|
|
"integrity": "sha512-KkAgygexHUkQqtvvx/otwxtuFu5cVjfzTCtjXLH9boS19/Nbtg84zS7wIQn39G8IlrhThBpQsMKkq5ZHZIYFXA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"react-is": "^18.3.1",
|
|
"react-shallow-renderer": "^16.15.0",
|
|
"scheduler": "^0.23.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.3.1"
|
|
}
|
|
},
|
|
"node_modules/react-test-renderer/node_modules/scheduler": {
|
|
"version": "0.23.2",
|
|
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
|
|
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/readline": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz",
|
|
"integrity": "sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg==",
|
|
"license": "BSD"
|
|
},
|
|
"node_modules/recast": {
|
|
"version": "0.21.5",
|
|
"resolved": "https://registry.npmjs.org/recast/-/recast-0.21.5.tgz",
|
|
"integrity": "sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ast-types": "0.15.2",
|
|
"esprima": "~4.0.0",
|
|
"source-map": "~0.6.1",
|
|
"tslib": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/reflect.getprototypeof": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz",
|
|
"integrity": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.1",
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.4",
|
|
"globalthis": "^1.0.3",
|
|
"which-builtin-type": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/regenerate": {
|
|
"version": "1.4.2",
|
|
"resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
|
|
"integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/regenerate-unicode-properties": {
|
|
"version": "10.2.0",
|
|
"resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
|
|
"integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regenerate": "^1.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/regenerator-runtime": {
|
|
"version": "0.14.1",
|
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
|
|
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/regenerator-transform": {
|
|
"version": "0.15.2",
|
|
"resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
|
|
"integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.8.4"
|
|
}
|
|
},
|
|
"node_modules/regexp.prototype.flags": {
|
|
"version": "1.5.2",
|
|
"resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz",
|
|
"integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.6",
|
|
"define-properties": "^1.2.1",
|
|
"es-errors": "^1.3.0",
|
|
"set-function-name": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/regexpu-core": {
|
|
"version": "5.3.2",
|
|
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
|
|
"integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/regjsgen": "^0.8.0",
|
|
"regenerate": "^1.4.2",
|
|
"regenerate-unicode-properties": "^10.1.0",
|
|
"regjsparser": "^0.9.1",
|
|
"unicode-match-property-ecmascript": "^2.0.0",
|
|
"unicode-match-property-value-ecmascript": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/regjsparser": {
|
|
"version": "0.9.1",
|
|
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
|
|
"integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"jsesc": "~0.5.0"
|
|
},
|
|
"bin": {
|
|
"regjsparser": "bin/parser"
|
|
}
|
|
},
|
|
"node_modules/regjsparser/node_modules/jsesc": {
|
|
"version": "0.5.0",
|
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
|
|
"integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
|
|
"bin": {
|
|
"jsesc": "bin/jsesc"
|
|
}
|
|
},
|
|
"node_modules/require-directory": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-main-filename": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
|
|
"integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/resolve": {
|
|
"version": "1.22.8",
|
|
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
|
|
"integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.13.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"resolve": "bin/resolve"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/resolve-cwd": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
|
|
"integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve-from": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/resolve-from": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
|
|
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/resolve.exports": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz",
|
|
"integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/restore-cursor": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
|
|
"integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/reusify": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
|
|
"integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">=1.0.0",
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
|
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
|
|
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/run-parallel": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/safe-array-concat": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz",
|
|
"integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"get-intrinsic": "^1.2.4",
|
|
"has-symbols": "^1.0.3",
|
|
"isarray": "^2.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/safe-regex-test": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz",
|
|
"integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.6",
|
|
"es-errors": "^1.3.0",
|
|
"is-regex": "^1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/scheduler": {
|
|
"version": "0.24.0-canary-efb381bbf-20230505",
|
|
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.24.0-canary-efb381bbf-20230505.tgz",
|
|
"integrity": "sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/selfsigned": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz",
|
|
"integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node-forge": "^1.3.0",
|
|
"node-forge": "^1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/send": {
|
|
"version": "0.19.0",
|
|
"resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
|
|
"integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"destroy": "1.2.0",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"etag": "~1.8.1",
|
|
"fresh": "0.5.2",
|
|
"http-errors": "2.0.0",
|
|
"mime": "1.6.0",
|
|
"ms": "2.1.3",
|
|
"on-finished": "2.4.1",
|
|
"range-parser": "~1.2.1",
|
|
"statuses": "2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/debug/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/send/node_modules/mime": {
|
|
"version": "1.6.0",
|
|
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
|
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/on-finished": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ee-first": "1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/statuses": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
|
|
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/serialize-error": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz",
|
|
"integrity": "sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/serve-static": {
|
|
"version": "1.16.2",
|
|
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
|
|
"integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"encodeurl": "~2.0.0",
|
|
"escape-html": "~1.0.3",
|
|
"parseurl": "~1.3.3",
|
|
"send": "0.19.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/serve-static/node_modules/encodeurl": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/set-blocking": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
|
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/set-function-length": {
|
|
"version": "1.2.2",
|
|
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
|
|
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-data-property": "^1.1.4",
|
|
"es-errors": "^1.3.0",
|
|
"function-bind": "^1.1.2",
|
|
"get-intrinsic": "^1.2.4",
|
|
"gopd": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/set-function-name": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
|
|
"integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-data-property": "^1.1.4",
|
|
"es-errors": "^1.3.0",
|
|
"functions-have-names": "^1.2.3",
|
|
"has-property-descriptors": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/setprototypeof": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/shallow-clone": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
|
|
"integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^6.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/shebang-command": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/shebang-regex": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/shell-quote": {
|
|
"version": "1.8.1",
|
|
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
|
|
"integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/side-channel": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
|
|
"integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.4",
|
|
"object-inspect": "^1.13.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/signal-exit": {
|
|
"version": "3.0.7",
|
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/sisteransi": {
|
|
"version": "1.0.5",
|
|
"resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
|
|
"integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/slash": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/slice-ansi": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz",
|
|
"integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.0",
|
|
"astral-regex": "^1.0.0",
|
|
"is-fullwidth-code-point": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-support": {
|
|
"version": "0.5.13",
|
|
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
|
|
"integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"node_modules/sprintf-js": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/stack-utils": {
|
|
"version": "2.0.6",
|
|
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
|
"integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/stack-utils/node_modules/escape-string-regexp": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
|
|
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/stackframe": {
|
|
"version": "1.3.4",
|
|
"resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
|
|
"integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/stacktrace-parser": {
|
|
"version": "0.1.10",
|
|
"resolved": "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz",
|
|
"integrity": "sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.7.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/stacktrace-parser/node_modules/type-fest": {
|
|
"version": "0.7.1",
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz",
|
|
"integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/statuses": {
|
|
"version": "1.5.0",
|
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
|
|
"integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/string_decoder/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/string-length": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
|
|
"integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"char-regex": "^1.0.2",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/string-natural-compare": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
|
|
"integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/string-width/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.matchall": {
|
|
"version": "4.0.11",
|
|
"resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz",
|
|
"integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.2",
|
|
"es-errors": "^1.3.0",
|
|
"es-object-atoms": "^1.0.0",
|
|
"get-intrinsic": "^1.2.4",
|
|
"gopd": "^1.0.1",
|
|
"has-symbols": "^1.0.3",
|
|
"internal-slot": "^1.0.7",
|
|
"regexp.prototype.flags": "^1.5.2",
|
|
"set-function-name": "^2.0.2",
|
|
"side-channel": "^1.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.repeat": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
|
|
"integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.17.5"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trim": {
|
|
"version": "1.2.9",
|
|
"resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz",
|
|
"integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.23.0",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimend": {
|
|
"version": "1.0.8",
|
|
"resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz",
|
|
"integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimstart": {
|
|
"version": "1.0.8",
|
|
"resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
|
|
"integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-bom": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
|
|
"integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-final-newline": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
|
|
"integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/strip-json-comments": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
|
|
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/strnum": {
|
|
"version": "1.0.5",
|
|
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
|
|
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/sudo-prompt": {
|
|
"version": "9.2.1",
|
|
"resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz",
|
|
"integrity": "sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/supports-preserve-symlinks-flag": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/temp": {
|
|
"version": "0.8.4",
|
|
"resolved": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz",
|
|
"integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rimraf": "~2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/temp/node_modules/rimraf": {
|
|
"version": "2.6.3",
|
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
|
|
"integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
|
|
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/terser": {
|
|
"version": "5.34.1",
|
|
"resolved": "https://registry.npmjs.org/terser/-/terser-5.34.1.tgz",
|
|
"integrity": "sha512-FsJZ7iZLd/BXkz+4xrRTGJ26o/6VTjQytUk8b8OxkwcD2I+79VPJlz7qss1+zE7h8GNIScFqXcDyJ/KqBYZFVA==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@jridgewell/source-map": "^0.3.3",
|
|
"acorn": "^8.8.2",
|
|
"commander": "^2.20.0",
|
|
"source-map-support": "~0.5.20"
|
|
},
|
|
"bin": {
|
|
"terser": "bin/terser"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/terser/node_modules/commander": {
|
|
"version": "2.20.3",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/terser/node_modules/source-map-support": {
|
|
"version": "0.5.21",
|
|
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|
|
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"node_modules/test-exclude": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
|
|
"integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"glob": "^7.1.4",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/test-exclude/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/text-table": {
|
|
"version": "0.2.0",
|
|
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
|
|
"integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/throat": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz",
|
|
"integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/through2": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
|
|
"integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "~2.3.6",
|
|
"xtend": "~4.0.1"
|
|
}
|
|
},
|
|
"node_modules/through2/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/through2/node_modules/readable-stream": {
|
|
"version": "2.3.8",
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.3",
|
|
"isarray": "~1.0.0",
|
|
"process-nextick-args": "~2.0.0",
|
|
"safe-buffer": "~5.1.1",
|
|
"string_decoder": "~1.1.1",
|
|
"util-deprecate": "~1.0.1"
|
|
}
|
|
},
|
|
"node_modules/through2/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/tmp": {
|
|
"version": "0.0.33",
|
|
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"os-tmpdir": "~1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/tmpl": {
|
|
"version": "1.0.5",
|
|
"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
|
|
"integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/to-fast-properties": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
|
"integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/to-regex-range": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/toidentifier": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/tr46": {
|
|
"version": "0.0.3",
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ts-api-utils": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
|
|
"integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.2.0"
|
|
}
|
|
},
|
|
"node_modules/tslib": {
|
|
"version": "2.7.0",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
|
|
"integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/tsutils": {
|
|
"version": "3.21.0",
|
|
"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
|
|
"integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^1.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
|
|
}
|
|
},
|
|
"node_modules/tsutils/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
"dev": true,
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/type-check": {
|
|
"version": "0.4.0",
|
|
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|
|
"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/type-detect": {
|
|
"version": "4.0.8",
|
|
"resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
|
|
"integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/type-fest": {
|
|
"version": "0.21.3",
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
|
|
"integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/typed-array-buffer": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz",
|
|
"integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"es-errors": "^1.3.0",
|
|
"is-typed-array": "^1.1.13"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/typed-array-byte-length": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz",
|
|
"integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"for-each": "^0.3.3",
|
|
"gopd": "^1.0.1",
|
|
"has-proto": "^1.0.3",
|
|
"is-typed-array": "^1.1.13"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/typed-array-byte-offset": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz",
|
|
"integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.7",
|
|
"call-bind": "^1.0.7",
|
|
"for-each": "^0.3.3",
|
|
"gopd": "^1.0.1",
|
|
"has-proto": "^1.0.3",
|
|
"is-typed-array": "^1.1.13"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/typed-array-length": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz",
|
|
"integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"for-each": "^0.3.3",
|
|
"gopd": "^1.0.1",
|
|
"has-proto": "^1.0.3",
|
|
"is-typed-array": "^1.1.13",
|
|
"possible-typed-array-names": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.0.4",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
|
|
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
|
|
"devOptional": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
}
|
|
},
|
|
"node_modules/unbox-primitive": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
|
|
"integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"has-bigints": "^1.0.2",
|
|
"has-symbols": "^1.0.3",
|
|
"which-boxed-primitive": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "6.19.8",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|
|
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
|
|
"integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-match-property-ecmascript": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
|
|
"integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"unicode-canonical-property-names-ecmascript": "^2.0.0",
|
|
"unicode-property-aliases-ecmascript": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-match-property-value-ecmascript": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
|
|
"integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-property-aliases-ecmascript": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
|
|
"integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/universalify": {
|
|
"version": "0.1.2",
|
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/unpipe": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
|
"integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/update-browserslist-db": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz",
|
|
"integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escalade": "^3.2.0",
|
|
"picocolors": "^1.1.0"
|
|
},
|
|
"bin": {
|
|
"update-browserslist-db": "cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"browserslist": ">= 4.21.0"
|
|
}
|
|
},
|
|
"node_modules/uri-js": {
|
|
"version": "4.4.1",
|
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/utils-merge": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
|
|
"integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/v8-to-istanbul": {
|
|
"version": "9.3.0",
|
|
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz",
|
|
"integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "^0.3.12",
|
|
"@types/istanbul-lib-coverage": "^2.0.1",
|
|
"convert-source-map": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.12.0"
|
|
}
|
|
},
|
|
"node_modules/vary": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
|
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/vlq": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz",
|
|
"integrity": "sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/walker": {
|
|
"version": "1.0.8",
|
|
"resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
|
|
"integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"makeerror": "1.0.12"
|
|
}
|
|
},
|
|
"node_modules/warn-once": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/warn-once/-/warn-once-0.1.1.tgz",
|
|
"integrity": "sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/wcwidth": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
|
|
"integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"defaults": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/webidl-conversions": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/whatwg-fetch": {
|
|
"version": "3.6.20",
|
|
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz",
|
|
"integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/whatwg-url": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "~0.0.3",
|
|
"webidl-conversions": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/which": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/which-boxed-primitive": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
|
|
"integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-bigint": "^1.0.1",
|
|
"is-boolean-object": "^1.1.0",
|
|
"is-number-object": "^1.0.4",
|
|
"is-string": "^1.0.5",
|
|
"is-symbol": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/which-builtin-type": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.4.tgz",
|
|
"integrity": "sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function.prototype.name": "^1.1.6",
|
|
"has-tostringtag": "^1.0.2",
|
|
"is-async-function": "^2.0.0",
|
|
"is-date-object": "^1.0.5",
|
|
"is-finalizationregistry": "^1.0.2",
|
|
"is-generator-function": "^1.0.10",
|
|
"is-regex": "^1.1.4",
|
|
"is-weakref": "^1.0.2",
|
|
"isarray": "^2.0.5",
|
|
"which-boxed-primitive": "^1.0.2",
|
|
"which-collection": "^1.0.2",
|
|
"which-typed-array": "^1.1.15"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/which-collection": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
|
|
"integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-map": "^2.0.3",
|
|
"is-set": "^2.0.3",
|
|
"is-weakmap": "^2.0.2",
|
|
"is-weakset": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/which-module": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
|
|
"integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/which-typed-array": {
|
|
"version": "1.1.15",
|
|
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz",
|
|
"integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.7",
|
|
"call-bind": "^1.0.7",
|
|
"for-each": "^0.3.3",
|
|
"gopd": "^1.0.1",
|
|
"has-tostringtag": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/word-wrap": {
|
|
"version": "1.2.5",
|
|
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
|
|
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/wrappy": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/write-file-atomic": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
|
|
"integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^3.0.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "7.5.10",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": "^5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/xtend": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
|
|
"integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
}
|
|
},
|
|
"node_modules/y18n": {
|
|
"version": "5.0.8",
|
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/yallist": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/yaml": {
|
|
"version": "2.5.1",
|
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.1.tgz",
|
|
"integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"yaml": "bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/yargs": {
|
|
"version": "17.7.2",
|
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^8.0.1",
|
|
"escalade": "^3.1.1",
|
|
"get-caller-file": "^2.0.5",
|
|
"require-directory": "^2.1.1",
|
|
"string-width": "^4.2.3",
|
|
"y18n": "^5.0.5",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yargs-parser": {
|
|
"version": "21.1.1",
|
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yocto-queue": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
}
|
|
}
|