diff --git a/Gruntfile.js b/Gruntfile.js index 4b350e264e..b2f702e4e5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -107,13 +107,6 @@ module.exports = function (grunt) { } }, - eslint: { - options: { - configFile: 'js/.eslintrc' - }, - target: 'js/src/*.js' - }, - jscs: { options: { config: 'js/.jscsrc' @@ -438,7 +431,7 @@ module.exports = function (grunt) { testSubtasks.push('saucelabs-qunit'); } grunt.registerTask('test', testSubtasks); - grunt.registerTask('test-js', ['eslint', 'jscs:core', 'jscs:test', 'jscs:grunt', 'qunit']); + grunt.registerTask('test-js', ['jscs:core', 'jscs:test', 'jscs:grunt', 'qunit']); // JS distribution task. grunt.registerTask('dist-js', ['babel:dev', 'concat', 'babel:dist', 'stamp', 'uglify:core', 'commonjs']); diff --git a/grunt/npm-shrinkwrap.json b/grunt/npm-shrinkwrap.json index cf8e7fa7c7..c5c212f107 100644 --- a/grunt/npm-shrinkwrap.json +++ b/grunt/npm-shrinkwrap.json @@ -43,9 +43,9 @@ "resolved": "https://registry.npmjs.org/ansi/-/ansi-0.3.1.tgz" }, "ansi-escapes": { - "version": "1.3.0", + "version": "1.4.0", "from": "ansi-escapes@>=1.1.0 <2.0.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.3.0.tgz" + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz" }, "ansi-regex": { "version": "2.0.0", @@ -58,31 +58,41 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz" }, "archiver": { - "version": "0.21.0", - "from": "archiver@>=0.21.0 <0.22.0", - "resolved": "https://registry.npmjs.org/archiver/-/archiver-0.21.0.tgz", + "version": "1.0.0", + "from": "archiver@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/archiver/-/archiver-1.0.0.tgz", "dependencies": { "async": { "version": "1.5.2", - "from": "async@>=1.5.0 <1.6.0", + "from": "async@>=1.5.0 <2.0.0", "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz" }, "glob": { - "version": "6.0.4", - "from": "glob@>=6.0.0 <6.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz" + "version": "7.0.3", + "from": "glob@>=7.0.0 <8.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.3.tgz" + }, + "lodash": { + "version": "4.13.1", + "from": "lodash@>=4.8.0 <5.0.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz" } } }, "archiver-utils": { - "version": "0.3.0", - "from": "archiver-utils@>=0.3.0 <0.4.0", - "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-0.3.0.tgz", + "version": "1.2.0", + "from": "archiver-utils@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.2.0.tgz", "dependencies": { "glob": { - "version": "6.0.4", - "from": "glob@>=6.0.0 <6.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz" + "version": "7.0.3", + "from": "glob@>=7.0.0 <8.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.3.tgz" + }, + "lodash": { + "version": "4.13.1", + "from": "lodash@>=4.8.0 <5.0.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz" } } }, @@ -274,14 +284,14 @@ "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz" }, "balanced-match": { - "version": "0.3.0", - "from": "balanced-match@>=0.3.0 <0.4.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz" + "version": "0.4.1", + "from": "balanced-match@>=0.4.1 <0.5.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.1.tgz" }, "basic-auth": { - "version": "1.0.3", + "version": "1.0.4", "from": "basic-auth@>=1.0.3 <1.1.0", - "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz" + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.4.tgz" }, "batch": { "version": "0.5.3", @@ -291,12 +301,19 @@ "bl": { "version": "1.1.2", "from": "bl@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-1.1.2.tgz" + "resolved": "https://registry.npmjs.org/bl/-/bl-1.1.2.tgz", + "dependencies": { + "readable-stream": { + "version": "2.0.6", + "from": "readable-stream@>=2.0.5 <2.1.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz" + } + } }, "block-stream": { - "version": "0.0.8", + "version": "0.0.9", "from": "block-stream@*", - "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz" + "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz" }, "bluebird": { "version": "2.10.2", @@ -314,9 +331,9 @@ "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz" }, "brace-expansion": { - "version": "1.1.3", + "version": "1.1.4", "from": "brace-expansion@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.3.tgz" + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.4.tgz" }, "breakable": { "version": "1.0.0", @@ -338,6 +355,11 @@ "from": "buffer-crc32@>=0.2.1 <0.3.0", "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.5.tgz" }, + "buffer-shims": { + "version": "1.0.0", + "from": "buffer-shims@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz" + }, "builtin-modules": { "version": "1.1.1", "from": "builtin-modules@>=1.0.0 <2.0.0", @@ -366,9 +388,9 @@ } }, "caniuse-db": { - "version": "1.0.30000449", + "version": "1.0.30000471", "from": "caniuse-db@>=1.0.30000444 <2.0.0", - "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000449.tgz" + "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000471.tgz" }, "caseless": { "version": "0.11.0", @@ -393,9 +415,9 @@ } }, "clean-css": { - "version": "3.4.12", + "version": "3.4.13", "from": "clean-css@>=3.4.2 <3.5.0", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.12.tgz", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.13.tgz", "dependencies": { "commander": { "version": "2.8.1", @@ -472,9 +494,9 @@ "resolved": "https://registry.npmjs.org/commoner/-/commoner-0.10.4.tgz" }, "compress-commons": { - "version": "0.4.2", - "from": "compress-commons@>=0.4.0 <0.5.0", - "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-0.4.2.tgz" + "version": "1.0.0", + "from": "compress-commons@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.0.0.tgz" }, "concat-map": { "version": "0.0.1", @@ -484,12 +506,14 @@ "concat-stream": { "version": "1.5.1", "from": "concat-stream@>=1.4.1 <2.0.0", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz" - }, - "config-chain": { - "version": "1.1.10", - "from": "config-chain@>=1.1.8 <1.2.0", - "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.10.tgz" + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz", + "dependencies": { + "readable-stream": { + "version": "2.0.6", + "from": "readable-stream@>=2.0.0 <2.1.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz" + } + } }, "connect": { "version": "3.4.1", @@ -502,9 +526,9 @@ "resolved": "https://registry.npmjs.org/connect-livereload/-/connect-livereload-0.5.4.tgz" }, "content-type": { - "version": "1.0.1", + "version": "1.0.2", "from": "content-type@>=1.0.1 <1.1.0", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz" + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz" }, "convert-source-map": { "version": "1.2.0", @@ -527,9 +551,9 @@ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz" }, "crc32-stream": { - "version": "0.4.0", - "from": "crc32-stream@>=0.4.0 <0.5.0", - "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-0.4.0.tgz" + "version": "1.0.0", + "from": "crc32-stream@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-1.0.0.tgz" }, "cross-spawn": { "version": "0.2.9", @@ -537,9 +561,9 @@ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-0.2.9.tgz" }, "cross-spawn-async": { - "version": "2.2.1", - "from": "cross-spawn-async@>=2.2.0 <3.0.0", - "resolved": "https://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.2.1.tgz", + "version": "2.2.4", + "from": "cross-spawn-async@>=2.1.9 <3.0.0", + "resolved": "https://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.2.4.tgz", "dependencies": { "lru-cache": { "version": "4.0.1", @@ -547,9 +571,9 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.1.tgz" }, "which": { - "version": "1.2.4", - "from": "which@>=1.2.4 <2.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-1.2.4.tgz" + "version": "1.2.9", + "from": "which@>=1.2.8 <2.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-1.2.9.tgz" } } }, @@ -584,9 +608,9 @@ "resolved": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz" }, "dashdash": { - "version": "1.13.0", - "from": "dashdash@>=1.10.1 <2.0.0", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.13.0.tgz", + "version": "1.13.1", + "from": "dashdash@>=1.12.0 <2.0.0", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.13.1.tgz", "dependencies": { "assert-plus": { "version": "1.0.0", @@ -684,6 +708,11 @@ "version": "1.1.6", "from": "esutils@>=1.1.6 <2.0.0", "resolved": "https://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz" + }, + "isarray": { + "version": "0.0.1", + "from": "isarray@0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" } } }, @@ -726,7 +755,7 @@ }, "ecc-jsbn": { "version": "0.1.1", - "from": "ecc-jsbn@>=0.0.1 <1.0.0", + "from": "ecc-jsbn@>=0.1.1 <0.2.0", "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz" }, "ee-first": { @@ -821,7 +850,8 @@ "dependencies": { "esprima": { "version": "2.7.2", - "from": "esprima@>=2.6.0 <3.0.0" + "from": "esprima@>=2.6.0 <3.0.0", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.2.tgz" } } }, @@ -928,6 +958,11 @@ "version": "0.5.0", "from": "mkdirp@0.5.0", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz" + }, + "readable-stream": { + "version": "2.0.6", + "from": "readable-stream@>=2.0.0 <2.1.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz" } } }, @@ -974,9 +1009,9 @@ } }, "figures": { - "version": "1.5.0", + "version": "1.7.0", "from": "figures@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-1.5.0.tgz" + "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz" }, "file-entry-cache": { "version": "1.2.4", @@ -1065,9 +1100,9 @@ "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz" }, "fstream": { - "version": "1.0.8", + "version": "1.0.9", "from": "fstream@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz" + "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.9.tgz" }, "gauge": { "version": "1.2.7", @@ -1099,6 +1134,18 @@ "from": "getobject@>=0.1.0 <0.2.0", "resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz" }, + "getpass": { + "version": "0.1.6", + "from": "getpass@>=0.1.1 <0.2.0", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.6.tgz", + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "from": "assert-plus@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz" + } + } + }, "glob": { "version": "5.0.15", "from": "glob@>=5.0.15 <6.0.0", @@ -1110,9 +1157,9 @@ "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz" }, "globby": { - "version": "4.0.0", + "version": "4.1.0", "from": "globby@>=4.0.0 <5.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/globby/-/globby-4.1.0.tgz", "dependencies": { "glob": { "version": "6.0.4", @@ -1151,9 +1198,9 @@ } }, "graceful-fs": { - "version": "4.1.3", + "version": "4.1.4", "from": "graceful-fs@>=4.1.2 <5.0.0", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.3.tgz" + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.4.tgz" }, "graceful-readlink": { "version": "1.0.1", @@ -1208,9 +1255,9 @@ "resolved": "https://registry.npmjs.org/grunt-build-control/-/grunt-build-control-0.6.3.tgz", "dependencies": { "bluebird": { - "version": "3.3.4", + "version": "3.4.0", "from": "bluebird@>=3.0.6 <4.0.0", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.3.4.tgz" + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.0.tgz" }, "shelljs": { "version": "0.2.6", @@ -1242,26 +1289,26 @@ } }, "grunt-contrib-compress": { - "version": "1.2.0", + "version": "1.3.0", "from": "grunt-contrib-compress@>=1.1.0 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-compress/-/grunt-contrib-compress-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/grunt-contrib-compress/-/grunt-contrib-compress-1.3.0.tgz", "dependencies": { "lodash": { - "version": "4.10.0", + "version": "4.13.1", "from": "lodash@>=4.7.0 <5.0.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.10.0.tgz" + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz" } } }, "grunt-contrib-concat": { - "version": "1.0.0", + "version": "1.0.1", "from": "grunt-contrib-concat@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-1.0.0.tgz" + "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-1.0.1.tgz" }, "grunt-contrib-connect": { - "version": "1.0.1", + "version": "1.0.2", "from": "grunt-contrib-connect@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-connect/-/grunt-contrib-connect-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/grunt-contrib-connect/-/grunt-contrib-connect-1.0.2.tgz", "dependencies": { "async": { "version": "1.5.2", @@ -1281,9 +1328,9 @@ "resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-1.0.1.tgz" }, "grunt-contrib-qunit": { - "version": "1.1.0", + "version": "1.2.0", "from": "grunt-contrib-qunit@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-qunit/-/grunt-contrib-qunit-1.1.0.tgz" + "resolved": "https://registry.npmjs.org/grunt-contrib-qunit/-/grunt-contrib-qunit-1.2.0.tgz" }, "grunt-contrib-sass": { "version": "1.0.0", @@ -1303,9 +1350,9 @@ "resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-1.0.1.tgz", "dependencies": { "lodash": { - "version": "4.10.0", + "version": "4.13.1", "from": "lodash@>=4.0.1 <5.0.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.10.0.tgz" + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz" } } }, @@ -1321,15 +1368,10 @@ } } }, - "grunt-eslint": { - "version": "17.3.2", - "from": "grunt-eslint@>=17.1.0 <18.0.0", - "resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-17.3.2.tgz" - }, "grunt-exec": { - "version": "0.4.6", + "version": "0.4.7", "from": "grunt-exec@>=0.4.6 <0.5.0", - "resolved": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-0.4.6.tgz" + "resolved": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-0.4.7.tgz" }, "grunt-html": { "version": "7.0.0", @@ -1417,9 +1459,26 @@ } }, "grunt-lib-phantomjs": { - "version": "1.0.1", + "version": "1.1.0", "from": "grunt-lib-phantomjs@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-lib-phantomjs/-/grunt-lib-phantomjs-1.0.1.tgz" + "resolved": "https://registry.npmjs.org/grunt-lib-phantomjs/-/grunt-lib-phantomjs-1.1.0.tgz", + "dependencies": { + "glob": { + "version": "7.0.3", + "from": "glob@>=7.0.0 <8.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.3.tgz" + }, + "rimraf": { + "version": "2.5.2", + "from": "rimraf@>=2.5.2 <3.0.0", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.2.tgz" + }, + "semver": { + "version": "5.1.0", + "from": "semver@>=5.1.0 <6.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.1.0.tgz" + } + } }, "grunt-postcss": { "version": "0.8.0", @@ -1427,9 +1486,9 @@ "resolved": "https://registry.npmjs.org/grunt-postcss/-/grunt-postcss-0.8.0.tgz" }, "grunt-sass": { - "version": "1.1.0", + "version": "1.2.0", "from": "grunt-sass@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-1.1.0.tgz" + "resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-1.2.0.tgz" }, "grunt-saucelabs": { "version": "8.6.2", @@ -1459,9 +1518,9 @@ "resolved": "https://registry.npmjs.org/grunt-scss-lint/-/grunt-scss-lint-0.3.8.tgz", "dependencies": { "which": { - "version": "1.2.4", + "version": "1.2.9", "from": "which@>=1.1.1 <2.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-1.2.4.tgz" + "resolved": "https://registry.npmjs.org/which/-/which-1.2.9.tgz" }, "xmlbuilder": { "version": "2.6.5", @@ -1548,19 +1607,24 @@ "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" }, "hosted-git-info": { - "version": "2.1.4", + "version": "2.1.5", "from": "hosted-git-info@>=2.1.4 <3.0.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz" + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz" }, "htmlparser2": { "version": "3.8.3", "from": "htmlparser2@3.8.3", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz", "dependencies": { + "isarray": { + "version": "0.0.1", + "from": "isarray@0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" + }, "readable-stream": { - "version": "1.1.13", + "version": "1.1.14", "from": "readable-stream@>=1.1.0 <1.2.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz" + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz" } } }, @@ -1575,20 +1639,25 @@ "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz" }, "http2": { - "version": "3.3.2", - "from": "git+https://github.com/gruntjs/node-http2.git#fix-return-value", - "resolved": "git+https://github.com/gruntjs/node-http2.git#f1fc002c1aef9b4e871c808fc5ddacdeb1a5cd94" + "version": "3.3.4", + "from": "http2@>=3.3.4 <4.0.0", + "resolved": "https://registry.npmjs.org/http2/-/http2-3.3.4.tgz" }, "i": { - "version": "0.3.4", + "version": "0.3.5", "from": "i@>=0.3.0 <0.4.0", - "resolved": "https://registry.npmjs.org/i/-/i-0.3.4.tgz" + "resolved": "https://registry.npmjs.org/i/-/i-0.3.5.tgz" }, "iconv-lite": { "version": "0.4.13", "from": "iconv-lite@>=0.4.5 <0.5.0", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz" }, + "in-publish": { + "version": "2.0.0", + "from": "in-publish@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz" + }, "indent-string": { "version": "2.1.0", "from": "indent-string@>=2.1.0 <3.0.0", @@ -1602,9 +1671,9 @@ } }, "inflight": { - "version": "1.0.4", + "version": "1.0.5", "from": "inflight@>=1.0.4 <2.0.0", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz" + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.5.tgz" }, "inherit": { "version": "2.2.3", @@ -1616,11 +1685,6 @@ "from": "inherits@>=2.0.0 <3.0.0", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" }, - "ini": { - "version": "1.3.4", - "from": "ini@>=1.2.0 <2.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz" - }, "inquirer": { "version": "0.11.4", "from": "inquirer@>=0.11.0 <0.12.0", @@ -1631,11 +1695,6 @@ "from": "invert-kv@>=1.0.0 <2.0.0", "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz" }, - "is-absolute": { - "version": "0.1.7", - "from": "is-absolute@>=0.1.7 <0.2.0", - "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz" - }, "is-arrayish": { "version": "0.2.1", "from": "is-arrayish@>=0.2.1 <0.3.0", @@ -1691,20 +1750,15 @@ "from": "is-property@>=1.0.0 <2.0.0", "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz" }, - "is-relative": { - "version": "0.1.3", - "from": "is-relative@>=0.1.0 <0.2.0", - "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz" - }, "is-resolvable": { "version": "1.0.0", "from": "is-resolvable@>=1.0.0 <2.0.0", "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz" }, "is-stream": { - "version": "1.0.1", + "version": "1.1.0", "from": "is-stream@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.0.1.tgz" + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz" }, "is-travis": { "version": "1.0.0", @@ -1722,9 +1776,9 @@ "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz" }, "isarray": { - "version": "0.0.1", - "from": "isarray@0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" + "version": "1.0.0", + "from": "isarray@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" }, "isexe": { "version": "1.1.2", @@ -1742,9 +1796,9 @@ "resolved": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz" }, "jquery": { - "version": "2.2.3", + "version": "2.2.4", "from": "jquery@>=1.9.1 <3.0.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.3.tgz" + "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz" }, "js-base64": { "version": "2.1.9", @@ -1785,7 +1839,8 @@ }, "esprima": { "version": "2.7.2", - "from": "esprima@>=2.7.0 <2.8.0" + "from": "esprima@~2.7.0", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.2.tgz" }, "js-yaml": { "version": "3.4.6", @@ -1840,9 +1895,9 @@ "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz" }, "jsonfile": { - "version": "2.2.3", + "version": "2.3.1", "from": "jsonfile@>=2.1.0 <3.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz" + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.3.1.tgz" }, "jsonify": { "version": "0.0.0", @@ -1875,31 +1930,24 @@ "resolved": "https://registry.npmjs.org/kew/-/kew-0.7.0.tgz" }, "kind-of": { - "version": "3.0.2", + "version": "3.0.3", "from": "kind-of@>=3.0.2 <4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz" + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.3.tgz" }, "klaw": { - "version": "1.1.3", + "version": "1.2.0", "from": "klaw@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.1.3.tgz" + "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.2.0.tgz" }, "lazy-cache": { - "version": "1.0.3", + "version": "1.0.4", "from": "lazy-cache@>=1.0.3 <2.0.0", - "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.3.tgz" + "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz" }, "lazystream": { - "version": "0.1.0", - "from": "lazystream@>=0.1.0 <0.2.0", - "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-0.1.0.tgz", - "dependencies": { - "readable-stream": { - "version": "1.0.33", - "from": "readable-stream@>=1.0.2 <1.1.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz" - } - } + "version": "1.0.0", + "from": "lazystream@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz" }, "lcid": { "version": "1.0.0", @@ -1991,6 +2039,11 @@ "from": "lodash._baseslice@>=4.0.0 <4.1.0", "resolved": "https://registry.npmjs.org/lodash._baseslice/-/lodash._baseslice-4.0.0.tgz" }, + "lodash._basetostring": { + "version": "4.12.0", + "from": "lodash._basetostring@>=4.12.0 <4.13.0", + "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-4.12.0.tgz" + }, "lodash._bindcallback": { "version": "3.0.1", "from": "lodash._bindcallback@>=3.0.0 <4.0.0", @@ -2082,19 +2135,19 @@ "resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-3.1.0.tgz" }, "lodash.pad": { - "version": "4.3.0", + "version": "4.4.0", "from": "lodash.pad@>=4.1.0 <5.0.0", - "resolved": "https://registry.npmjs.org/lodash.pad/-/lodash.pad-4.3.0.tgz" + "resolved": "https://registry.npmjs.org/lodash.pad/-/lodash.pad-4.4.0.tgz" }, "lodash.padend": { - "version": "4.4.0", + "version": "4.5.0", "from": "lodash.padend@>=4.1.0 <5.0.0", - "resolved": "https://registry.npmjs.org/lodash.padend/-/lodash.padend-4.4.0.tgz" + "resolved": "https://registry.npmjs.org/lodash.padend/-/lodash.padend-4.5.0.tgz" }, "lodash.padstart": { - "version": "4.4.0", + "version": "4.5.0", "from": "lodash.padstart@>=4.1.0 <5.0.0", - "resolved": "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.4.0.tgz" + "resolved": "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.5.0.tgz" }, "lodash.pick": { "version": "3.1.0", @@ -2112,9 +2165,9 @@ "resolved": "https://registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz" }, "lodash.tostring": { - "version": "4.1.2", + "version": "4.1.3", "from": "lodash.tostring@>=4.0.0 <5.0.0", - "resolved": "https://registry.npmjs.org/lodash.tostring/-/lodash.tostring-4.1.2.tgz" + "resolved": "https://registry.npmjs.org/lodash.tostring/-/lodash.tostring-4.1.3.tgz" }, "longest": { "version": "1.0.1", @@ -2164,14 +2217,14 @@ "resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz" }, "mime-db": { - "version": "1.22.0", - "from": "mime-db@>=1.22.0 <1.23.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.22.0.tgz" + "version": "1.23.0", + "from": "mime-db@>=1.23.0 <1.24.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.23.0.tgz" }, "mime-types": { - "version": "2.1.10", + "version": "2.1.11", "from": "mime-types@>=2.1.9 <2.2.0", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.10.tgz" + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.11.tgz" }, "minimatch": { "version": "2.0.10", @@ -2228,9 +2281,9 @@ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz" }, "nan": { - "version": "2.2.1", - "from": "nan@>=2.0.8 <3.0.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.2.1.tgz" + "version": "2.3.4", + "from": "nan@>=2.3.2 <3.0.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.3.4.tgz" }, "natural-compare": { "version": "1.2.2", @@ -2249,7 +2302,7 @@ }, "node-gyp": { "version": "3.3.1", - "from": "node-gyp@>=3.0.1 <4.0.0", + "from": "node-gyp@>=3.3.1 <4.0.0", "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.3.1.tgz", "dependencies": { "glob": { @@ -2259,7 +2312,8 @@ "dependencies": { "minimatch": { "version": "2.0.10", - "from": "minimatch@>=2.0.1 <3.0.0" + "from": "minimatch@^2.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz" } } }, @@ -2281,51 +2335,14 @@ "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz" }, "node-sass": { - "version": "3.4.2", - "from": "node-sass@>=3.4.0 <4.0.0", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-3.4.2.tgz", + "version": "3.7.0", + "from": "node-sass@>=3.7.0 <4.0.0", + "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-3.7.0.tgz", "dependencies": { - "cross-spawn": { - "version": "2.2.2", - "from": "cross-spawn@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-2.2.2.tgz" - }, - "gaze": { - "version": "0.5.2", - "from": "gaze@>=0.5.1 <0.6.0", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz" - }, - "globule": { - "version": "0.1.0", - "from": "globule@>=0.1.0 <0.2.0", - "resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz", - "dependencies": { - "glob": { - "version": "3.1.21", - "from": "glob@>=3.1.21 <3.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz" - } - } - }, - "graceful-fs": { - "version": "1.2.3", - "from": "graceful-fs@>=1.2.0 <1.3.0", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz" - }, - "inherits": { - "version": "1.0.2", - "from": "inherits@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz" - }, - "lodash": { - "version": "1.0.2", - "from": "lodash@>=1.0.1 <1.1.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz" - }, - "minimatch": { - "version": "0.2.14", - "from": "minimatch@>=0.2.11 <0.3.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz" + "glob": { + "version": "7.0.3", + "from": "glob@>=7.0.3 <8.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.3.tgz" } } }, @@ -2373,7 +2390,7 @@ }, "normalize-path": { "version": "2.0.1", - "from": "normalize-path@>=2.0.0 <2.1.0", + "from": "normalize-path@>=2.0.0 <3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz" }, "normalize-range": { @@ -2381,22 +2398,10 @@ "from": "normalize-range@>=0.1.2 <0.2.0", "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz" }, - "npmconf": { - "version": "2.1.2", - "from": "npmconf@>=2.1.2 <3.0.0", - "resolved": "https://registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz", - "dependencies": { - "nopt": { - "version": "3.0.6", - "from": "nopt@>=3.0.1 <3.1.0", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz" - } - } - }, "npmlog": { - "version": "2.0.3", + "version": "2.0.4", "from": "npmlog@>=0.0.0 <1.0.0||>=1.0.0 <2.0.0||>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-2.0.3.tgz" + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-2.0.4.tgz" }, "num2fraction": { "version": "1.2.2", @@ -2409,14 +2414,14 @@ "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz" }, "oauth-sign": { - "version": "0.8.1", + "version": "0.8.2", "from": "oauth-sign@>=0.8.0 <0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.1.tgz" + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz" }, "object-assign": { - "version": "4.0.1", + "version": "4.1.0", "from": "object-assign@>=4.0.1 <5.0.0", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz" + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz" }, "on-finished": { "version": "2.3.0", @@ -2439,9 +2444,9 @@ "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz" }, "opn": { - "version": "4.0.1", + "version": "4.0.2", "from": "opn@>=4.0.0 <5.0.0", - "resolved": "https://registry.npmjs.org/opn/-/opn-4.0.1.tgz" + "resolved": "https://registry.npmjs.org/opn/-/opn-4.0.2.tgz" }, "optimist": { "version": "0.6.1", @@ -2470,11 +2475,6 @@ "from": "os-locale@>=1.4.0 <2.0.0", "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz" }, - "os-shim": { - "version": "0.1.3", - "from": "os-shim@>=0.1.2 <0.2.0", - "resolved": "https://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz" - }, "os-tmpdir": { "version": "1.0.1", "from": "os-tmpdir@>=1.0.1 <2.0.0", @@ -2556,9 +2556,9 @@ "resolved": "https://registry.npmjs.org/phantomjs-prebuilt/-/phantomjs-prebuilt-2.1.7.tgz", "dependencies": { "which": { - "version": "1.2.4", + "version": "1.2.9", "from": "which@>=1.2.2 <1.3.0", - "resolved": "https://registry.npmjs.org/which/-/which-1.2.4.tgz" + "resolved": "https://registry.npmjs.org/which/-/which-1.2.9.tgz" } } }, @@ -2605,9 +2605,9 @@ } }, "postcss": { - "version": "5.0.19", + "version": "5.0.21", "from": "postcss@>=5.0.19 <6.0.0", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.0.19.tgz" + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.0.21.tgz" }, "postcss-value-parser": { "version": "3.3.0", @@ -2635,9 +2635,9 @@ "resolved": "https://registry.npmjs.org/private/-/private-0.1.6.tgz" }, "process-nextick-args": { - "version": "1.0.6", + "version": "1.0.7", "from": "process-nextick-args@>=1.0.6 <1.1.0", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz" + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz" }, "progress": { "version": "1.1.8", @@ -2649,11 +2649,6 @@ "from": "prompt@>=0.2.14 <0.3.0", "resolved": "https://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz" }, - "proto-list": { - "version": "1.2.4", - "from": "proto-list@>=1.2.1 <1.3.0", - "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz" - }, "pseudomap": { "version": "1.0.2", "from": "pseudomap@>=1.0.1 <2.0.0", @@ -2707,16 +2702,9 @@ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz" }, "readable-stream": { - "version": "2.0.6", - "from": "readable-stream@>=2.0.0 <2.1.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", - "dependencies": { - "isarray": { - "version": "1.0.0", - "from": "isarray@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" - } - } + "version": "2.1.4", + "from": "readable-stream@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.4.tgz" }, "readline2": { "version": "1.0.1", @@ -2734,9 +2722,9 @@ "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz" }, "regenerate": { - "version": "1.2.1", + "version": "1.3.0", "from": "regenerate@>=1.2.1 <2.0.0", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.2.1.tgz" + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.0.tgz" }, "regenerator": { "version": "0.8.40", @@ -2784,6 +2772,11 @@ "version": "1.0.3", "from": "bl@>=1.0.0 <1.1.0", "resolved": "https://registry.npmjs.org/bl/-/bl-1.0.3.tgz" + }, + "readable-stream": { + "version": "2.0.6", + "from": "readable-stream@>=2.0.5 <2.1.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz" } } }, @@ -2879,6 +2872,11 @@ "from": "http-signature@>=0.10.0 <0.11.0", "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz" }, + "isarray": { + "version": "0.0.1", + "from": "isarray@0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" + }, "mime-db": { "version": "1.12.0", "from": "mime-db@>=1.12.0 <1.13.0", @@ -2900,9 +2898,9 @@ "resolved": "https://registry.npmjs.org/qs/-/qs-2.3.3.tgz" }, "readable-stream": { - "version": "1.0.33", + "version": "1.0.34", "from": "readable-stream@>=1.0.26 <1.1.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz" + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz" }, "request": { "version": "2.51.0", @@ -2968,7 +2966,7 @@ }, "sass-graph": { "version": "2.1.1", - "from": "sass-graph@>=2.0.1 <3.0.0", + "from": "sass-graph@>=2.1.1 <3.0.0", "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.1.tgz", "dependencies": { "glob": { @@ -2977,9 +2975,9 @@ "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz" }, "lodash": { - "version": "4.10.0", + "version": "4.13.1", "from": "lodash@>=4.0.0 <5.0.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.10.0.tgz" + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz" } } }, @@ -3140,9 +3138,16 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz" }, "send": { - "version": "0.13.1", - "from": "send@0.13.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.13.1.tgz" + "version": "0.13.2", + "from": "send@0.13.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.13.2.tgz", + "dependencies": { + "statuses": { + "version": "1.2.1", + "from": "statuses@>=1.2.1 <1.3.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz" + } + } }, "serve-index": { "version": "1.7.3", @@ -3150,9 +3155,9 @@ "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.7.3.tgz" }, "serve-static": { - "version": "1.10.2", + "version": "1.10.3", "from": "serve-static@>=1.10.0 <2.0.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.10.2.tgz" + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.10.3.tgz" }, "set-immediate-shim": { "version": "1.0.1", @@ -3200,9 +3205,9 @@ "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz" }, "source-map": { - "version": "0.5.3", - "from": "source-map@>=0.5.1 <0.6.0", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz" + "version": "0.5.6", + "from": "source-map@>=0.5.5 <0.6.0", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz" }, "source-map-support": { "version": "0.2.10", @@ -3216,11 +3221,6 @@ } } }, - "spawn-sync": { - "version": "1.0.15", - "from": "spawn-sync@>=1.0.15 <2.0.0", - "resolved": "https://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.15.tgz" - }, "spdx-correct": { "version": "1.0.2", "from": "spdx-correct@>=1.0.0 <1.1.0", @@ -3252,9 +3252,16 @@ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" }, "sshpk": { - "version": "1.7.4", + "version": "1.8.3", "from": "sshpk@>=1.7.0 <2.0.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.7.4.tgz" + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.8.3.tgz", + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "from": "assert-plus@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz" + } + } }, "stable": { "version": "0.1.5", @@ -3267,9 +3274,9 @@ "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz" }, "statuses": { - "version": "1.2.1", + "version": "1.3.0", "from": "statuses@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz" + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.0.tgz" }, "stream-buffers": { "version": "2.2.0", @@ -3332,9 +3339,9 @@ "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz" }, "tar-stream": { - "version": "1.3.2", - "from": "tar-stream@>=1.3.1 <1.4.0", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.3.2.tgz" + "version": "1.5.2", + "from": "tar-stream@>=1.5.0 <2.0.0", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz" }, "temporary": { "version": "0.0.8", @@ -3342,9 +3349,9 @@ "resolved": "https://registry.npmjs.org/temporary/-/temporary-0.0.8.tgz" }, "tether": { - "version": "1.2.0", + "version": "1.3.2", "from": "tether@>=1.1.1 <2.0.0", - "resolved": "https://registry.npmjs.org/tether/-/tether-1.2.0.tgz" + "resolved": "https://registry.npmjs.org/tether/-/tether-1.3.2.tgz" }, "text-table": { "version": "0.2.0", @@ -3429,14 +3436,14 @@ "resolved": "https://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz" }, "tunnel-agent": { - "version": "0.4.2", + "version": "0.4.3", "from": "tunnel-agent@>=0.4.1 <0.5.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz" + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz" }, "tweetnacl": { - "version": "0.14.3", - "from": "tweetnacl@>=0.13.0 <1.0.0", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.3.tgz" + "version": "0.13.3", + "from": "tweetnacl@>=0.13.0 <0.14.0", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.3.tgz" }, "type-check": { "version": "0.3.2", @@ -3444,9 +3451,9 @@ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz" }, "type-is": { - "version": "1.6.12", + "version": "1.6.13", "from": "type-is@>=1.6.10 <1.7.0", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.12.tgz" + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.13.tgz" }, "typedarray": { "version": "0.0.6", @@ -3480,11 +3487,6 @@ "from": "uglify-to-browserify@>=1.0.0 <1.1.0", "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz" }, - "uid-number": { - "version": "0.0.5", - "from": "uid-number@0.0.5", - "resolved": "https://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz" - }, "underscore": { "version": "1.7.0", "from": "underscore@>=1.7.0 <1.8.0", @@ -3532,6 +3534,11 @@ "from": "utils-merge@1.0.0", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz" }, + "uuid": { + "version": "2.0.2", + "from": "uuid@>=2.0.2 <3.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.2.tgz" + }, "validate-npm-package-license": { "version": "3.0.1", "from": "validate-npm-package-license@>=3.0.1 <4.0.0", @@ -3548,9 +3555,9 @@ "resolved": "https://registry.npmjs.org/vow/-/vow-0.4.12.tgz" }, "vow-fs": { - "version": "0.3.4", + "version": "0.3.5", "from": "vow-fs@>=0.3.4 <0.4.0", - "resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.4.tgz", + "resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.5.tgz", "dependencies": { "glob": { "version": "4.5.3", @@ -3565,9 +3572,9 @@ "resolved": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.4.2.tgz" }, "websocket-driver": { - "version": "0.6.4", + "version": "0.6.5", "from": "websocket-driver@>=0.5.1", - "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.4.tgz" + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz" }, "websocket-extensions": { "version": "0.1.1", @@ -3607,9 +3614,9 @@ "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz" }, "wrappy": { - "version": "1.0.1", + "version": "1.0.2", "from": "wrappy@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz" + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" }, "write": { "version": "0.2.1", @@ -3652,9 +3659,16 @@ "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz" }, "zip-stream": { - "version": "0.8.0", - "from": "zip-stream@>=0.8.0 <0.9.0", - "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-0.8.0.tgz" + "version": "1.0.0", + "from": "zip-stream@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.0.0.tgz", + "dependencies": { + "lodash": { + "version": "4.13.1", + "from": "lodash@>=4.8.0 <5.0.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz" + } + } } } } diff --git a/package.json b/package.json index 7b655df8bf..f4c96bb7bf 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "scripts": { "change-version": "node grunt/change-version.js", "shrinkwrap": "npm shrinkwrap --dev && mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json", - "test": "grunt test" + "eslint": "eslint --config js/.eslintrc js/src", + "test": "npm run eslint && grunt test" }, "style": "dist/css/bootstrap.css", "sass": "scss/bootstrap.scss", @@ -37,6 +38,7 @@ "devDependencies": { "autoprefixer": "^6.0.3", "babel-eslint": "^4.1.3", + "eslint": "^1.5.1", "grunt": "^0.4.5", "grunt-babel": "^5.0.3", "grunt-build-control": "^0.6.0", @@ -50,7 +52,6 @@ "grunt-contrib-sass": "^1.0.0", "grunt-contrib-uglify": "^1.0.0", "grunt-contrib-watch": "^1.0.0", - "grunt-eslint": "^17.1.0", "grunt-exec": "^0.4.6", "grunt-html": "^7.0.0", "grunt-jekyll": "^0.4.2",