|
|
|
@ -460,45 +460,54 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/eslint-plugin": {
|
|
|
|
|
"version": "2.33.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.33.0.tgz",
|
|
|
|
|
"integrity": "sha512-QV6P32Btu1sCI/kTqjTNI/8OpCYyvlGjW5vD8MpTIg+HGE5S88HtT1G+880M4bXlvXj/NjsJJG0aGcVh0DdbeQ==",
|
|
|
|
|
"version": "3.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-ER3bSS/A/pKQT/hjMGCK8UQzlL0yLjuCZ/G8CDFJFVTfl3X65fvq2lNYqOG8JPTfrPa2RULCdwfOyFjZEMNExQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@typescript-eslint/experimental-utils": "2.33.0",
|
|
|
|
|
"@typescript-eslint/experimental-utils": "3.0.2",
|
|
|
|
|
"functional-red-black-tree": "^1.0.1",
|
|
|
|
|
"regexpp": "^3.0.0",
|
|
|
|
|
"semver": "^7.3.2",
|
|
|
|
|
"tsutils": "^3.17.1"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"semver": {
|
|
|
|
|
"version": "7.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
|
|
|
|
|
"integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/experimental-utils": {
|
|
|
|
|
"version": "2.33.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.33.0.tgz",
|
|
|
|
|
"integrity": "sha512-qzPM2AuxtMrRq78LwyZa8Qn6gcY8obkIrBs1ehqmQADwkYzTE1Pb4y2W+U3rE/iFkSWcWHG2LS6MJfj6SmHApg==",
|
|
|
|
|
"version": "3.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-4Wc4EczvoY183SSEnKgqAfkj1eLtRgBQ04AAeG+m4RhTVyaazxc1uI8IHf0qLmu7xXe9j1nn+UoDJjbmGmuqXQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/json-schema": "^7.0.3",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "2.33.0",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "3.0.2",
|
|
|
|
|
"eslint-scope": "^5.0.0",
|
|
|
|
|
"eslint-utils": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/parser": {
|
|
|
|
|
"version": "2.33.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.33.0.tgz",
|
|
|
|
|
"integrity": "sha512-AUtmwUUhJoH6yrtxZMHbRUEMsC2G6z5NSxg9KsROOGqNXasM71I8P2NihtumlWTUCRld70vqIZ6Pm4E5PAziEA==",
|
|
|
|
|
"version": "3.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-3.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-80Z7s83e8QXHNUspqVlWwb4t5gdz/1bBBmafElbK1wwAwiD/yvJsFyHRxlEpNrt4rdK6eB3p+2WEFkEDHAKk9w==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/eslint-visitor-keys": "^1.0.0",
|
|
|
|
|
"@typescript-eslint/experimental-utils": "2.33.0",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "2.33.0",
|
|
|
|
|
"@typescript-eslint/experimental-utils": "3.0.2",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "3.0.2",
|
|
|
|
|
"eslint-visitor-keys": "^1.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/typescript-estree": {
|
|
|
|
|
"version": "2.33.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.33.0.tgz",
|
|
|
|
|
"integrity": "sha512-d8rY6/yUxb0+mEwTShCQF2zYQdLlqihukNfG9IUlLYz5y1CH6G/9XYbrxQLq3Z14RNvkCC6oe+OcFlyUpwUbkg==",
|
|
|
|
|
"version": "3.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-cs84mxgC9zQ6viV8MEcigfIKQmKtBkZNDYf8Gru2M+MhnA6z9q0NFMZm2IEzKqAwN8lY5mFVd1Z8DiHj6zQ3Tw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"debug": "^4.1.1",
|
|
|
|
@ -3589,12 +3598,12 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"eslint-config-standard-with-typescript": {
|
|
|
|
|
"version": "17.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-17.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-uRGDeel3o5qc7f9dY56h3RGmnpTpYNenqVGwd/r3vrNAP4p4N0mcN5HpoD9FfM1BpJeLi+85lCeRBlqEtqdHcg==",
|
|
|
|
|
"version": "18.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-18.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-6D++u/gifJgj2hQ13e+YRyNs+1v3oihkfsL36P6HjeQjiOBdhRC/0wq3PRqfOwFA0hMCkcWBvhfO0GXWtGW9bg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@typescript-eslint/parser": "^2.33.0",
|
|
|
|
|
"@typescript-eslint/parser": "^3.0.1",
|
|
|
|
|
"eslint-config-standard": "^14.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|