|
|
@ -189,38 +189,39 @@ |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"node_modules/@types/semver": { |
|
|
|
"version": "7.5.5", |
|
|
|
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.5.tgz", |
|
|
|
"integrity": "sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==", |
|
|
|
"version": "7.5.6", |
|
|
|
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz", |
|
|
|
"integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"node_modules/@typescript-eslint/eslint-plugin": { |
|
|
|
"version": "5.62.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", |
|
|
|
"integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", |
|
|
|
"version": "6.13.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.1.tgz", |
|
|
|
"integrity": "sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==", |
|
|
|
"dev": true, |
|
|
|
"dependencies": { |
|
|
|
"@eslint-community/regexpp": "^4.4.0", |
|
|
|
"@typescript-eslint/scope-manager": "5.62.0", |
|
|
|
"@typescript-eslint/type-utils": "5.62.0", |
|
|
|
"@typescript-eslint/utils": "5.62.0", |
|
|
|
"@eslint-community/regexpp": "^4.5.1", |
|
|
|
"@typescript-eslint/scope-manager": "6.13.1", |
|
|
|
"@typescript-eslint/type-utils": "6.13.1", |
|
|
|
"@typescript-eslint/utils": "6.13.1", |
|
|
|
"@typescript-eslint/visitor-keys": "6.13.1", |
|
|
|
"debug": "^4.3.4", |
|
|
|
"graphemer": "^1.4.0", |
|
|
|
"ignore": "^5.2.0", |
|
|
|
"natural-compare-lite": "^1.4.0", |
|
|
|
"semver": "^7.3.7", |
|
|
|
"tsutils": "^3.21.0" |
|
|
|
"ignore": "^5.2.4", |
|
|
|
"natural-compare": "^1.4.0", |
|
|
|
"semver": "^7.5.4", |
|
|
|
"ts-api-utils": "^1.0.1" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
"node": "^16.0.0 || >=18.0.0" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"type": "opencollective", |
|
|
|
"url": "https://opencollective.com/typescript-eslint" |
|
|
|
}, |
|
|
|
"peerDependencies": { |
|
|
|
"@typescript-eslint/parser": "^5.0.0", |
|
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" |
|
|
|
"@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha", |
|
|
|
"eslint": "^7.0.0 || ^8.0.0" |
|
|
|
}, |
|
|
|
"peerDependenciesMeta": { |
|
|
|
"typescript": { |
|
|
@ -229,25 +230,26 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@typescript-eslint/parser": { |
|
|
|
"version": "5.62.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", |
|
|
|
"integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", |
|
|
|
"version": "6.13.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.13.1.tgz", |
|
|
|
"integrity": "sha512-fs2XOhWCzRhqMmQf0eicLa/CWSaYss2feXsy7xBD/pLyWke/jCIVc2s1ikEAtSW7ina1HNhv7kONoEfVNEcdDQ==", |
|
|
|
"dev": true, |
|
|
|
"dependencies": { |
|
|
|
"@typescript-eslint/scope-manager": "5.62.0", |
|
|
|
"@typescript-eslint/types": "5.62.0", |
|
|
|
"@typescript-eslint/typescript-estree": "5.62.0", |
|
|
|
"@typescript-eslint/scope-manager": "6.13.1", |
|
|
|
"@typescript-eslint/types": "6.13.1", |
|
|
|
"@typescript-eslint/typescript-estree": "6.13.1", |
|
|
|
"@typescript-eslint/visitor-keys": "6.13.1", |
|
|
|
"debug": "^4.3.4" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
"node": "^16.0.0 || >=18.0.0" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"type": "opencollective", |
|
|
|
"url": "https://opencollective.com/typescript-eslint" |
|
|
|
}, |
|
|
|
"peerDependencies": { |
|
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" |
|
|
|
"eslint": "^7.0.0 || ^8.0.0" |
|
|
|
}, |
|
|
|
"peerDependenciesMeta": { |
|
|
|
"typescript": { |
|
|
@ -256,16 +258,16 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"version": "6.13.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.13.1.tgz", |
|
|
|
"integrity": "sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==", |
|
|
|
"dev": true, |
|
|
|
"dependencies": { |
|
|
|
"@typescript-eslint/types": "5.62.0", |
|
|
|
"@typescript-eslint/visitor-keys": "5.62.0" |
|
|
|
"@typescript-eslint/types": "6.13.1", |
|
|
|
"@typescript-eslint/visitor-keys": "6.13.1" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
"node": "^16.0.0 || >=18.0.0" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"type": "opencollective", |
|
|
@ -273,25 +275,25 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@typescript-eslint/type-utils": { |
|
|
|
"version": "5.62.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", |
|
|
|
"integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", |
|
|
|
"version": "6.13.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.13.1.tgz", |
|
|
|
"integrity": "sha512-A2qPlgpxx2v//3meMqQyB1qqTg1h1dJvzca7TugM3Yc2USDY+fsRBiojAEo92HO7f5hW5mjAUF6qobOPzlBCBQ==", |
|
|
|
"dev": true, |
|
|
|
"dependencies": { |
|
|
|
"@typescript-eslint/typescript-estree": "5.62.0", |
|
|
|
"@typescript-eslint/utils": "5.62.0", |
|
|
|
"@typescript-eslint/typescript-estree": "6.13.1", |
|
|
|
"@typescript-eslint/utils": "6.13.1", |
|
|
|
"debug": "^4.3.4", |
|
|
|
"tsutils": "^3.21.0" |
|
|
|
"ts-api-utils": "^1.0.1" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
"node": "^16.0.0 || >=18.0.0" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"type": "opencollective", |
|
|
|
"url": "https://opencollective.com/typescript-eslint" |
|
|
|
}, |
|
|
|
"peerDependencies": { |
|
|
|
"eslint": "*" |
|
|
|
"eslint": "^7.0.0 || ^8.0.0" |
|
|
|
}, |
|
|
|
"peerDependenciesMeta": { |
|
|
|
"typescript": { |
|
|
@ -300,12 +302,12 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"version": "6.13.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.13.1.tgz", |
|
|
|
"integrity": "sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==", |
|
|
|
"dev": true, |
|
|
|
"engines": { |
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
"node": "^16.0.0 || >=18.0.0" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"type": "opencollective", |
|
|
@ -313,21 +315,21 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"version": "6.13.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.1.tgz", |
|
|
|
"integrity": "sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==", |
|
|
|
"dev": true, |
|
|
|
"dependencies": { |
|
|
|
"@typescript-eslint/types": "5.62.0", |
|
|
|
"@typescript-eslint/visitor-keys": "5.62.0", |
|
|
|
"@typescript-eslint/types": "6.13.1", |
|
|
|
"@typescript-eslint/visitor-keys": "6.13.1", |
|
|
|
"debug": "^4.3.4", |
|
|
|
"globby": "^11.1.0", |
|
|
|
"is-glob": "^4.0.3", |
|
|
|
"semver": "^7.3.7", |
|
|
|
"tsutils": "^3.21.0" |
|
|
|
"semver": "^7.5.4", |
|
|
|
"ts-api-utils": "^1.0.1" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
"node": "^16.0.0 || >=18.0.0" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"type": "opencollective", |
|
|
@ -340,64 +342,41 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"version": "6.13.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.13.1.tgz", |
|
|
|
"integrity": "sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==", |
|
|
|
"dev": true, |
|
|
|
"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" |
|
|
|
"@eslint-community/eslint-utils": "^4.4.0", |
|
|
|
"@types/json-schema": "^7.0.12", |
|
|
|
"@types/semver": "^7.5.0", |
|
|
|
"@typescript-eslint/scope-manager": "6.13.1", |
|
|
|
"@typescript-eslint/types": "6.13.1", |
|
|
|
"@typescript-eslint/typescript-estree": "6.13.1", |
|
|
|
"semver": "^7.5.4" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
"node": "^16.0.0 || >=18.0.0" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"type": "opencollective", |
|
|
|
"url": "https://opencollective.com/typescript-eslint" |
|
|
|
}, |
|
|
|
"peerDependencies": { |
|
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@typescript-eslint/utils/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, |
|
|
|
"dependencies": { |
|
|
|
"esrecurse": "^4.3.0", |
|
|
|
"estraverse": "^4.1.1" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=8.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@typescript-eslint/utils/node_modules/estraverse": { |
|
|
|
"version": "4.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", |
|
|
|
"integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", |
|
|
|
"dev": true, |
|
|
|
"engines": { |
|
|
|
"node": ">=4.0" |
|
|
|
"eslint": "^7.0.0 || ^8.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"version": "6.13.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.1.tgz", |
|
|
|
"integrity": "sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==", |
|
|
|
"dev": true, |
|
|
|
"dependencies": { |
|
|
|
"@typescript-eslint/types": "5.62.0", |
|
|
|
"eslint-visitor-keys": "^3.3.0" |
|
|
|
"@typescript-eslint/types": "6.13.1", |
|
|
|
"eslint-visitor-keys": "^3.4.1" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
"node": "^16.0.0 || >=18.0.0" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"type": "opencollective", |
|
|
@ -1195,13 +1174,13 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/eslint-config-athom": { |
|
|
|
"version": "3.1.1", |
|
|
|
"resolved": "https://registry.npmjs.org/eslint-config-athom/-/eslint-config-athom-3.1.1.tgz", |
|
|
|
"integrity": "sha512-GtnARfOvuW/vJIvtfmZHwXXQimkuzR3+dNeGD95ASEr7DjjbF+26pWz6EBeFFSL3FnzF9oJr+jsxqTxlaK21nQ==", |
|
|
|
"version": "3.1.3", |
|
|
|
"resolved": "https://registry.npmjs.org/eslint-config-athom/-/eslint-config-athom-3.1.3.tgz", |
|
|
|
"integrity": "sha512-EWh7SaDTN2NNTcrFBGLnuxHWS+PXyom/bLX+bpdq4jvvC3D5/DVCmuQhAO+r8bi4Qurc5MrGo74xkrTYUqJyZg==", |
|
|
|
"dev": true, |
|
|
|
"dependencies": { |
|
|
|
"@typescript-eslint/eslint-plugin": "^5.30.7", |
|
|
|
"@typescript-eslint/parser": "^5.30.7", |
|
|
|
"@typescript-eslint/eslint-plugin": "^6.13.1", |
|
|
|
"@typescript-eslint/parser": "^6.13.1", |
|
|
|
"eslint-config-airbnb-base": "^14.2.1", |
|
|
|
"eslint-plugin-homey-app": "^1.0.2", |
|
|
|
"eslint-plugin-import": "^2.24.2", |
|
|
@ -2722,12 +2701,6 @@ |
|
|
|
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"node_modules/natural-compare-lite": { |
|
|
|
"version": "1.4.0", |
|
|
|
"resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", |
|
|
|
"integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"node_modules/negotiator": { |
|
|
|
"version": "0.6.3", |
|
|
|
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", |
|
|
@ -2811,13 +2784,13 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/object.assign": { |
|
|
|
"version": "4.1.4", |
|
|
|
"resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", |
|
|
|
"integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", |
|
|
|
"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, |
|
|
|
"dependencies": { |
|
|
|
"call-bind": "^1.0.2", |
|
|
|
"define-properties": "^1.1.4", |
|
|
|
"call-bind": "^1.0.5", |
|
|
|
"define-properties": "^1.2.1", |
|
|
|
"has-symbols": "^1.0.3", |
|
|
|
"object-keys": "^1.1.1" |
|
|
|
}, |
|
|
@ -3688,6 +3661,18 @@ |
|
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", |
|
|
|
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" |
|
|
|
}, |
|
|
|
"node_modules/ts-api-utils": { |
|
|
|
"version": "1.0.3", |
|
|
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz", |
|
|
|
"integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==", |
|
|
|
"dev": true, |
|
|
|
"engines": { |
|
|
|
"node": ">=16.13.0" |
|
|
|
}, |
|
|
|
"peerDependencies": { |
|
|
|
"typescript": ">=4.2.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/tsconfig-paths": { |
|
|
|
"version": "3.14.2", |
|
|
|
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", |
|
|
@ -3700,27 +3685,6 @@ |
|
|
|
"strip-bom": "^3.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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 |
|
|
|
}, |
|
|
|
"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, |
|
|
|
"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/type-check": { |
|
|
|
"version": "0.4.0", |
|
|
|
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", |
|
|
|