|
2009 | 2009 | "@types/yargs-parser" "*"
|
2010 | 2010 |
|
2011 | 2011 | "@typescript-eslint/eslint-plugin@^2.19.0":
|
2012 |
| - version "2.19.0" |
2013 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.19.0.tgz#bf743448a4633e4b52bee0c40148ba072ab3adbd" |
2014 |
| - integrity sha512-u7IcQ9qwsB6U806LupZmINRnQjC+RJyv36sV/ugaFWMHTbFm/hlLTRx3gGYJgHisxcGSTnf+I/fPDieRMhPSQQ== |
| 2012 | + version "2.20.0" |
| 2013 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.20.0.tgz#a522d0e1e4898f7c9c6a8e1ed3579b60867693fa" |
| 2014 | + integrity sha512-cimIdVDV3MakiGJqMXw51Xci6oEDEoPkvh8ggJe2IIzcc0fYqAxOXN6Vbeanahz6dLZq64W+40iUEc9g32FLDQ== |
2015 | 2015 | dependencies:
|
2016 |
| - "@typescript-eslint/experimental-utils" "2.19.0" |
| 2016 | + "@typescript-eslint/experimental-utils" "2.20.0" |
2017 | 2017 | eslint-utils "^1.4.3"
|
2018 | 2018 | functional-red-black-tree "^1.0.1"
|
2019 | 2019 | regexpp "^3.0.0"
|
2020 | 2020 | tsutils "^3.17.1"
|
2021 | 2021 |
|
2022 |
| -"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^2.5.0": |
| 2022 | +"@typescript-eslint/[email protected]": |
| 2023 | + version "2.20.0" |
| 2024 | + resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.20.0.tgz#3b6fa5a6b8885f126d5a4280e0d44f0f41e73e32" |
| 2025 | + integrity sha512-fEBy9xYrwG9hfBLFEwGW2lKwDRTmYzH3DwTmYbT+SMycmxAoPl0eGretnBFj/s+NfYBG63w/5c3lsvqqz5mYag== |
| 2026 | + dependencies: |
| 2027 | + "@types/json-schema" "^7.0.3" |
| 2028 | + "@typescript-eslint/typescript-estree" "2.20.0" |
| 2029 | + eslint-scope "^5.0.0" |
| 2030 | + |
| 2031 | +"@typescript-eslint/experimental-utils@^2.5.0": |
2023 | 2032 | version "2.19.0"
|
2024 | 2033 | resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.19.0.tgz#d5ca732f22c009e515ba09fcceb5f2127d841568"
|
2025 | 2034 | integrity sha512-zwpg6zEOPbhB3+GaQfufzlMUOO6GXCNZq6skk+b2ZkZAIoBhVoanWK255BS1g5x9bMwHpLhX0Rpn5Fc3NdCZdg==
|
|
2029 | 2038 | eslint-scope "^5.0.0"
|
2030 | 2039 |
|
2031 | 2040 | "@typescript-eslint/parser@^2.19.0":
|
2032 |
| - version "2.19.0" |
2033 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.19.0.tgz#912160d9425395d09857dcd5382352bc98be11ae" |
2034 |
| - integrity sha512-s0jZoxAWjHnuidbbN7aA+BFVXn4TCcxEVGPV8lWMxZglSs3NRnFFAlL+aIENNmzB2/1jUJuySi6GiM6uACPmpg== |
| 2041 | + version "2.20.0" |
| 2042 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.20.0.tgz#608e5bb06ba98a415b64ace994c79ab20f9772a9" |
| 2043 | + integrity sha512-o8qsKaosLh2qhMZiHNtaHKTHyCHc3Triq6aMnwnWj7budm3xAY9owSZzV1uon5T9cWmJRJGzTFa90aex4m77Lw== |
2035 | 2044 | dependencies:
|
2036 | 2045 | "@types/eslint-visitor-keys" "^1.0.0"
|
2037 |
| - "@typescript-eslint/experimental-utils" "2.19.0" |
2038 |
| - "@typescript-eslint/typescript-estree" "2.19.0" |
| 2046 | + "@typescript-eslint/experimental-utils" "2.20.0" |
| 2047 | + "@typescript-eslint/typescript-estree" "2.20.0" |
2039 | 2048 | eslint-visitor-keys "^1.1.0"
|
2040 | 2049 |
|
2041 | 2050 | "@typescript-eslint/[email protected]":
|
|
2051 | 2060 | semver "^6.3.0"
|
2052 | 2061 | tsutils "^3.17.1"
|
2053 | 2062 |
|
| 2063 | +"@typescript-eslint/[email protected]": |
| 2064 | + version "2.20.0" |
| 2065 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.20.0.tgz#90a0f5598826b35b966ca83483b1a621b1a4d0c9" |
| 2066 | + integrity sha512-WlFk8QtI8pPaE7JGQGxU7nGcnk1ccKAJkhbVookv94ZcAef3m6oCE/jEDL6dGte3JcD7reKrA0o55XhBRiVT3A== |
| 2067 | + dependencies: |
| 2068 | + debug "^4.1.1" |
| 2069 | + eslint-visitor-keys "^1.1.0" |
| 2070 | + glob "^7.1.6" |
| 2071 | + is-glob "^4.0.1" |
| 2072 | + lodash "^4.17.15" |
| 2073 | + semver "^6.3.0" |
| 2074 | + tsutils "^3.17.1" |
| 2075 | + |
2054 | 2076 | "@zkochan/cmd-shim@^3.1.0":
|
2055 | 2077 | version "3.1.0"
|
2056 | 2078 | resolved "https://registry.npmjs.org/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"
|
|
0 commit comments