|
@@ -1302,6 +1302,13 @@ cli-width@^2.0.0:
|
|
|
version "2.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.1.0.tgz#b234ca209b29ef66fc518d9b98d5847b00edf00a"
|
|
|
|
|
|
+cli@~1.0.0:
|
|
|
+ version "1.0.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/cli/-/cli-1.0.1.tgz#22817534f24bfa4950c34d532d48ecbc621b8c14"
|
|
|
+ dependencies:
|
|
|
+ exit "0.1.2"
|
|
|
+ glob "^7.1.1"
|
|
|
+
|
|
|
cliui@^2.1.0:
|
|
|
version "2.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1"
|
|
@@ -1366,13 +1373,7 @@ collections@^0.2.0:
|
|
|
dependencies:
|
|
|
weak-map "1.0.0"
|
|
|
|
|
|
-color-convert@^1.3.0:
|
|
|
- version "1.8.2"
|
|
|
- resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.8.2.tgz#be868184d7c8631766d54e7078e2672d7c7e3339"
|
|
|
- dependencies:
|
|
|
- color-name "^1.1.1"
|
|
|
-
|
|
|
-color-convert@^1.9.0:
|
|
|
+color-convert@^1.3.0, color-convert@^1.9.0:
|
|
|
version "1.9.0"
|
|
|
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
|
|
|
dependencies:
|
|
@@ -1505,7 +1506,7 @@ connect@^3.3.5:
|
|
|
parseurl "~1.3.1"
|
|
|
utils-merge "1.0.0"
|
|
|
|
|
|
-console-browserify@^1.1.0:
|
|
|
+console-browserify@1.1.x, console-browserify@^1.1.0:
|
|
|
version "1.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10"
|
|
|
dependencies:
|
|
@@ -2395,6 +2396,12 @@ eslint-plugin-html@*, eslint-plugin-html@^1.5.2:
|
|
|
dependencies:
|
|
|
htmlparser2 "^3.8.2"
|
|
|
|
|
|
+eslint-plugin-json@^1.2.0:
|
|
|
+ version "1.2.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/eslint-plugin-json/-/eslint-plugin-json-1.2.0.tgz#9ba73bb0be99d50093e889f5b968463d2a30efae"
|
|
|
+ dependencies:
|
|
|
+ jshint "^2.8.0"
|
|
|
+
|
|
|
eslint-plugin-react@*, eslint-plugin-react@^6.2.0:
|
|
|
version "6.8.0"
|
|
|
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.8.0.tgz#741ab5438a094532e5ce1bbb935d6832356f492d"
|
|
@@ -2548,6 +2555,10 @@ exit-hook@^1.0.0:
|
|
|
version "1.1.1"
|
|
|
resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8"
|
|
|
|
|
|
+exit@0.1.2, exit@0.1.x:
|
|
|
+ version "0.1.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
|
|
|
+
|
|
|
expand-braces@^0.1.1:
|
|
|
version "0.1.2"
|
|
|
resolved "https://registry.yarnpkg.com/expand-braces/-/expand-braces-0.1.2.tgz#488b1d1d2451cb3d3a6b192cfc030f44c5855fea"
|
|
@@ -3572,7 +3583,7 @@ html-webpack-plugin@^2.30.1:
|
|
|
pretty-error "^2.0.2"
|
|
|
toposort "^1.0.0"
|
|
|
|
|
|
-htmlparser2@^3.8.2, htmlparser2@~3.8.1:
|
|
|
+htmlparser2@3.8.x, htmlparser2@^3.8.2, htmlparser2@~3.8.1:
|
|
|
version "3.8.3"
|
|
|
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.8.3.tgz#996c28b191516a8be86501a7d79757e5c70c1068"
|
|
|
dependencies:
|
|
@@ -4149,6 +4160,19 @@ jsesc@~0.5.0:
|
|
|
version "0.5.0"
|
|
|
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
|
|
|
|
|
+jshint@^2.8.0:
|
|
|
+ version "2.9.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/jshint/-/jshint-2.9.5.tgz#1e7252915ce681b40827ee14248c46d34e9aa62c"
|
|
|
+ dependencies:
|
|
|
+ cli "~1.0.0"
|
|
|
+ console-browserify "1.1.x"
|
|
|
+ exit "0.1.x"
|
|
|
+ htmlparser2 "3.8.x"
|
|
|
+ lodash "3.7.x"
|
|
|
+ minimatch "~3.0.2"
|
|
|
+ shelljs "0.3.x"
|
|
|
+ strip-json-comments "1.0.x"
|
|
|
+
|
|
|
json-loader@^0.5.4, json-loader@^0.5.7:
|
|
|
version "0.5.7"
|
|
|
resolved "https://registry.yarnpkg.com/json-loader/-/json-loader-0.5.7.tgz#dca14a70235ff82f0ac9a3abeb60d337a365185d"
|
|
@@ -4724,6 +4748,10 @@ lodash.values@~2.4.1:
|
|
|
dependencies:
|
|
|
lodash.keys "~2.4.1"
|
|
|
|
|
|
+lodash@3.7.x:
|
|
|
+ version "3.7.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.7.0.tgz#3678bd8ab995057c07ade836ed2ef087da811d45"
|
|
|
+
|
|
|
lodash@^3.8.0:
|
|
|
version "3.10.1"
|
|
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
|
|
@@ -7014,6 +7042,10 @@ shebang-regex@^1.0.0:
|
|
|
version "1.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
|
|
|
|
|
+shelljs@0.3.x:
|
|
|
+ version "0.3.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.3.0.tgz#3596e6307a781544f591f37da618360f31db57b1"
|
|
|
+
|
|
|
shelljs@^0.7.0, shelljs@^0.7.4, shelljs@^0.7.5:
|
|
|
version "0.7.5"
|
|
|
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.5.tgz#2eef7a50a21e1ccf37da00df767ec69e30ad0675"
|
|
@@ -7358,7 +7390,7 @@ strip-indent@^1.0.1:
|
|
|
dependencies:
|
|
|
get-stdin "^4.0.1"
|
|
|
|
|
|
-strip-json-comments@~1.0.1, strip-json-comments@~1.0.4:
|
|
|
+strip-json-comments@1.0.x, strip-json-comments@~1.0.1, strip-json-comments@~1.0.4:
|
|
|
version "1.0.4"
|
|
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91"
|
|
|
|