diff options
| author | Mark Otto <[email protected]> | 2015-01-03 20:08:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-03 20:08:58 -0800 |
| commit | 0e5d17d5f651a7bd3ff7f245d75a2d9fd591c8ce (patch) | |
| tree | 69acdd16736989d5fc2af762b26fa372dcfc3521 /test-infra | |
| parent | 31610258de7a7eeb635103de25f7f339f872d867 (diff) | |
| parent | 57260f16b364e4cb559cd65159197fd1cf5248f7 (diff) | |
| download | bootstrap-0e5d17d5f651a7bd3ff7f245d75a2d9fd591c8ce.tar.xz bootstrap-0e5d17d5f651a7bd3ff7f245d75a2d9fd591c8ce.zip | |
Merge branch 'master' into v4
Conflicts:
Gruntfile.js
dist/css/bootstrap-theme.css
dist/css/bootstrap-theme.css.map
dist/css/bootstrap-theme.min.css
dist/css/bootstrap.css
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
dist/js/bootstrap.min.js
docs/_data/glyphicons.yml
docs/_includes/components/alerts.html
docs/_includes/components/badges.html
docs/_includes/components/breadcrumbs.html
docs/_includes/components/button-dropdowns.html
docs/_includes/components/button-groups.html
docs/_includes/components/dropdowns.html
docs/_includes/components/glyphicons.html
docs/_includes/components/input-groups.html
docs/_includes/components/jumbotron.html
docs/_includes/components/labels.html
docs/_includes/components/list-group.html
docs/_includes/components/media.html
docs/_includes/components/navbar.html
docs/_includes/components/navs.html
docs/_includes/components/page-header.html
docs/_includes/components/pagination.html
docs/_includes/components/panels.html
docs/_includes/components/progress-bars.html
docs/_includes/components/responsive-embed.html
docs/_includes/components/thumbnails.html
docs/_includes/components/wells.html
docs/_includes/css/buttons.html
docs/_includes/css/code.html
docs/_includes/css/forms.html
docs/_includes/css/grid.html
docs/_includes/css/helpers.html
docs/_includes/css/images.html
docs/_includes/css/less.html
docs/_includes/css/tables.html
docs/_includes/css/type.html
docs/_includes/customizer-variables.html
docs/_includes/getting-started/accessibility.html
docs/_includes/getting-started/disabling-responsiveness.html
docs/_includes/getting-started/download.html
docs/_includes/getting-started/whats-included.html
docs/_includes/js/alerts.html
docs/_includes/js/buttons.html
docs/_includes/js/carousel.html
docs/_includes/js/collapse.html
docs/_includes/js/modal.html
docs/_includes/js/overview.html
docs/_includes/js/popovers.html
docs/_includes/js/tabs.html
docs/_includes/js/tooltips.html
docs/_includes/nav/components.html
docs/_includes/nav/javascript.html
docs/_jade/customizer-variables.jade
docs/_layouts/default.html
docs/about.html
docs/assets/css/docs.min.css
docs/assets/css/src/docs.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/assets/js/src/customizer.js
docs/customize.html
docs/dist/css/bootstrap-theme.css.map
docs/dist/css/bootstrap.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
less/glyphicons.less
less/mixins/vendor-prefixes.less
less/navbar.less
less/popovers.less
less/tables.less
less/theme.less
less/tooltip.less
less/variables.less
package.json
scss/_carousel.scss
scss/_close.scss
scss/_forms.scss
test-infra/npm-shrinkwrap.json
Diffstat (limited to 'test-infra')
| -rw-r--r-- | test-infra/npm-shrinkwrap.json | 2010 |
1 files changed, 1209 insertions, 801 deletions
diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json index 90067d3ec..2a487a4e9 100644 --- a/test-infra/npm-shrinkwrap.json +++ b/test-infra/npm-shrinkwrap.json @@ -1,15 +1,15 @@ { "name": "bootstrap", "version": "3.3.1", - "npm-shrinkwrap-version": "5.0.0", + "npm-shrinkwrap-version": "200.0.0", "dependencies": { "btoa": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/btoa/-/btoa-1.1.2.tgz" }, "glob": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/glob/-/glob-4.2.2.tgz", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-4.3.2.tgz", "dependencies": { "inflight": { "version": "1.0.4", @@ -26,16 +26,22 @@ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" }, "minimatch": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz", "dependencies": { - "lru-cache": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" - }, - "sigmund": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" + "brace-expansion": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz", + "dependencies": { + "balanced-match": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz" + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" + } + } } } }, @@ -164,6 +170,10 @@ "underscore.string": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz" + }, + "which": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/which/-/which-1.0.8.tgz" } } }, @@ -236,8 +246,8 @@ "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz" }, "which": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/which/-/which-1.0.7.tgz" + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/which/-/which-1.0.8.tgz" } } }, @@ -246,24 +256,24 @@ "resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-2.0.0.tgz", "dependencies": { "autoprefixer-core": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-4.0.1.tgz", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-4.0.2.tgz", "dependencies": { "caniuse-db": { - "version": "1.0.30000030", - "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000030.tgz" + "version": "1.0.30000040", + "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000040.tgz" }, "postcss": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-3.0.5.tgz", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-3.0.7.tgz", "dependencies": { "js-base64": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.5.tgz" }, "source-map": { - "version": "0.1.40", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.40.tgz", + "version": "0.1.41", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.41.tgz", "dependencies": { "amdefine": { "version": "0.1.0", @@ -333,6 +343,210 @@ } } }, + "grunt-contrib-compress": { + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-compress/-/grunt-contrib-compress-0.13.0.tgz", + "dependencies": { + "archiver": { + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/archiver/-/archiver-0.13.0.tgz", + "dependencies": { + "async": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz" + }, + "buffer-crc32": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.5.tgz" + }, + "glob": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-4.2.2.tgz", + "dependencies": { + "inflight": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz", + "dependencies": { + "wrappy": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz" + } + } + }, + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" + }, + "minimatch": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz", + "dependencies": { + "lru-cache": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" + }, + "sigmund": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" + } + } + }, + "once": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/once/-/once-1.3.1.tgz", + "dependencies": { + "wrappy": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz" + } + } + } + } + }, + "lazystream": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-0.1.0.tgz" + }, + "lodash": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz" + }, + "readable-stream": { + "version": "1.0.33", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz", + "dependencies": { + "core-util-is": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz" + }, + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" + } + } + }, + "tar-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.1.1.tgz", + "dependencies": { + "bl": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/bl/-/bl-0.9.3.tgz" + }, + "end-of-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.1.0.tgz", + "dependencies": { + "once": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/once/-/once-1.3.1.tgz", + "dependencies": { + "wrappy": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz" + } + } + } + } + }, + "readable-stream": { + "version": "1.0.33", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz", + "dependencies": { + "core-util-is": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz" + }, + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" + } + } + }, + "xtend": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz" + } + } + }, + "zip-stream": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-0.4.1.tgz", + "dependencies": { + "compress-commons": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-0.1.6.tgz", + "dependencies": { + "crc32-stream": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-0.3.1.tgz" + } + } + } + } + } + } + }, + "chalk": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz", + "dependencies": { + "ansi-styles": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz" + }, + "escape-string-regexp": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz" + }, + "has-ansi": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz", + "dependencies": { + "ansi-regex": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz" + } + } + }, + "strip-ansi": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz", + "dependencies": { + "ansi-regex": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz" + } + } + }, + "supports-color": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz" + } + } + }, + "prettysize": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/prettysize/-/prettysize-0.0.3.tgz" + } + } + }, "grunt-contrib-concat": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.5.0.tgz", @@ -376,8 +590,8 @@ } }, "source-map": { - "version": "0.1.40", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.40.tgz", + "version": "0.1.41", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.41.tgz", "dependencies": { "amdefine": { "version": "0.1.0", @@ -396,8 +610,8 @@ "resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz" }, "connect": { - "version": "2.27.4", - "resolved": "https://registry.npmjs.org/connect/-/connect-2.27.4.tgz", + "version": "2.27.6", + "resolved": "https://registry.npmjs.org/connect/-/connect-2.27.6.tgz", "dependencies": { "basic-auth-connect": { "version": "1.0.0", @@ -432,20 +646,20 @@ "resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz" }, "compression": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.2.1.tgz", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.2.2.tgz", "dependencies": { "accepts": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.1.3.tgz", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.1.4.tgz", "dependencies": { "mime-types": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.3.tgz", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.4.tgz", "dependencies": { "mime-db": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.2.0.tgz" + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.3.1.tgz" } } }, @@ -460,8 +674,8 @@ "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.1.tgz", "dependencies": { "mime-db": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.2.0.tgz" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.4.0.tgz" } } }, @@ -518,12 +732,20 @@ "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-1.0.1.tgz", "dependencies": { "mz": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/mz/-/mz-1.1.0.tgz", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/mz/-/mz-1.2.1.tgz", "dependencies": { "native-or-bluebird": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.1.2.tgz" + }, + "thenify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.0.0.tgz" + }, + "thenify-all": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.4.0.tgz" } } } @@ -552,16 +774,16 @@ "resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.2.3.tgz", "dependencies": { "accepts": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.1.3.tgz", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.1.4.tgz", "dependencies": { "mime-types": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.3.tgz", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.4.tgz", "dependencies": { "mime-db": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.2.0.tgz" + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.3.1.tgz" } } }, @@ -590,16 +812,24 @@ "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-1.0.1.tgz", "dependencies": { "base64-url": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/base64-url/-/base64-url-1.0.0.tgz" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/base64-url/-/base64-url-1.1.0.tgz" }, "mz": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/mz/-/mz-1.1.0.tgz", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/mz/-/mz-1.2.1.tgz", "dependencies": { "native-or-bluebird": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.1.2.tgz" + }, + "thenify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.0.0.tgz" + }, + "thenify-all": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.4.0.tgz" } } } @@ -632,8 +862,8 @@ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.2.4.tgz" }, "http-errors": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.2.7.tgz", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.2.8.tgz", "dependencies": { "inherits": { "version": "2.0.1", @@ -756,12 +986,12 @@ } }, "serve-index": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.5.2.tgz", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.5.3.tgz", "dependencies": { "accepts": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.1.3.tgz", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.1.4.tgz", "dependencies": { "negotiator": { "version": "0.4.9", @@ -774,12 +1004,12 @@ "resolved": "https://registry.npmjs.org/batch/-/batch-0.5.1.tgz" }, "mime-types": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.3.tgz", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.4.tgz", "dependencies": { "mime-db": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.2.0.tgz" + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.3.1.tgz" } } } @@ -838,16 +1068,16 @@ } }, "type-is": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.5.3.tgz", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.5.4.tgz", "dependencies": { "mime-types": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.3.tgz", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.4.tgz", "dependencies": { "mime-db": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.2.0.tgz" + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.3.1.tgz" } } } @@ -868,8 +1098,8 @@ "resolved": "https://registry.npmjs.org/connect-livereload/-/connect-livereload-0.5.2.tgz" }, "opn": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/opn/-/opn-1.0.0.tgz" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/opn/-/opn-1.0.1.tgz" }, "portscanner": { "version": "1.0.0", @@ -986,86 +1216,78 @@ } }, "grunt-contrib-cssmin": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.10.0.tgz", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.11.0.tgz", "dependencies": { "chalk": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz", "dependencies": { "ansi-styles": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz" }, - "has-color": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz" + "escape-string-regexp": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz" + }, + "has-ansi": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz", + "dependencies": { + "ansi-regex": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz" + } + } }, "strip-ansi": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz" + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz", + "dependencies": { + "ansi-regex": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz" + } + } + }, + "supports-color": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz" } } }, "clean-css": { - "version": "2.2.20", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-2.2.20.tgz", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.0.1.tgz", "dependencies": { "commander": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.2.0.tgz" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.5.1.tgz" + }, + "source-map": { + "version": "0.1.41", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.41.tgz", + "dependencies": { + "amdefine": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-0.1.0.tgz" + } + } } } }, "maxmin": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/maxmin/-/maxmin-0.2.2.tgz", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/maxmin/-/maxmin-1.0.0.tgz", "dependencies": { - "chalk": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz", - "dependencies": { - "ansi-styles": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz" - }, - "escape-string-regexp": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz" - }, - "has-ansi": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz", - "dependencies": { - "ansi-regex": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz" - } - } - }, - "strip-ansi": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz", - "dependencies": { - "ansi-regex": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz" - } - } - }, - "supports-color": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz" - } - } - }, "figures": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/figures/-/figures-1.3.5.tgz" }, "gzip-size": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-0.2.0.tgz", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-1.0.0.tgz", "dependencies": { "browserify-zlib": { "version": "0.1.4", @@ -1112,16 +1334,22 @@ } }, "pretty-bytes": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-0.1.2.tgz" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.2.tgz", + "dependencies": { + "get-stdin": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-1.0.0.tgz" + } + } } } } } }, "grunt-contrib-jade": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-jade/-/grunt-contrib-jade-0.13.0.tgz", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-jade/-/grunt-contrib-jade-0.14.0.tgz", "dependencies": { "chalk": { "version": "0.5.1", @@ -1162,52 +1390,28 @@ } }, "jade": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/jade/-/jade-1.7.0.tgz", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/jade/-/jade-1.8.2.tgz", "dependencies": { "character-parser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-1.2.0.tgz" + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-1.2.1.tgz" }, "commander": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.1.0.tgz" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.5.1.tgz" }, "constantinople": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-2.0.1.tgz", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.0.1.tgz", "dependencies": { - "uglify-js": { - "version": "2.4.15", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.15.tgz", + "acorn-globals": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.1.tgz", "dependencies": { - "async": { - "version": "0.2.10", - "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz" - }, - "optimist": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz", - "dependencies": { - "wordwrap": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz" - } - } - }, - "source-map": { - "version": "0.1.34", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz", - "dependencies": { - "amdefine": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-0.1.0.tgz" - } - } - }, - "uglify-to-browserify": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz" + "acorn": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-0.8.0.tgz" } } } @@ -1223,38 +1427,6 @@ } } }, - "monocle": { - "version": "1.1.51", - "resolved": "https://registry.npmjs.org/monocle/-/monocle-1.1.51.tgz", - "dependencies": { - "readdirp": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-0.2.5.tgz", - "dependencies": { - "minimatch": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz", - "dependencies": { - "brace-expansion": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.0.1.tgz", - "dependencies": { - "balanced-match": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz" - }, - "concat-map": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.0.tgz" - } - } - } - } - } - } - } - } - }, "transformers": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz", @@ -1298,8 +1470,8 @@ } }, "source-map": { - "version": "0.1.40", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.40.tgz", + "version": "0.1.41", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.41.tgz", "dependencies": { "amdefine": { "version": "0.1.0", @@ -1316,40 +1488,20 @@ "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-1.0.0.tgz" }, "with": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/with/-/with-3.0.1.tgz", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/with/-/with-4.0.0.tgz", "dependencies": { - "uglify-js": { - "version": "2.4.15", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.15.tgz", + "acorn": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-0.8.0.tgz" + }, + "acorn-globals": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.1.tgz", "dependencies": { - "async": { - "version": "0.2.10", - "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz" - }, - "optimist": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz", - "dependencies": { - "wordwrap": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz" - } - } - }, - "source-map": { - "version": "0.1.34", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz", - "dependencies": { - "amdefine": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-0.1.0.tgz" - } - } - }, - "uglify-to-browserify": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz" + "acorn": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-0.8.0.tgz" } } } @@ -1368,8 +1520,8 @@ "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" }, "jshint": { - "version": "2.5.10", - "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz", + "version": "2.5.11", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.5.11.tgz", "dependencies": { "cli": { "version": "0.6.5", @@ -1489,10 +1641,480 @@ } } }, + "grunt-contrib-less": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-less/-/grunt-contrib-less-0.12.0.tgz", + "dependencies": { + "async": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz" + }, + "chalk": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz", + "dependencies": { + "ansi-styles": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz" + }, + "escape-string-regexp": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz" + }, + "has-ansi": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz", + "dependencies": { + "ansi-regex": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz" + } + } + }, + "strip-ansi": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz", + "dependencies": { + "ansi-regex": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz" + } + } + }, + "supports-color": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz" + } + } + }, + "less": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/less/-/less-1.7.5.tgz", + "dependencies": { + "clean-css": { + "version": "2.2.22", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-2.2.22.tgz", + "dependencies": { + "commander": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.2.0.tgz" + } + } + }, + "graceful-fs": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.5.tgz" + }, + "mime": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz" + }, + "mkdirp": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz", + "dependencies": { + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz" + } + } + }, + "request": { + "version": "2.40.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.40.0.tgz", + "dependencies": { + "aws-sign2": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz" + }, + "forever-agent": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz" + }, + "form-data": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz", + "dependencies": { + "async": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz" + }, + "combined-stream": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz", + "dependencies": { + "delayed-stream": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz" + } + } + } + } + }, + "hawk": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz", + "dependencies": { + "boom": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/boom/-/boom-0.4.2.tgz" + }, + "cryptiles": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz" + }, + "hoek": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz" + }, + "sntp": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz" + } + } + }, + "http-signature": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.10.0.tgz", + "dependencies": { + "asn1": { + "version": "0.1.11", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz" + }, + "assert-plus": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.2.tgz" + }, + "ctype": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/ctype/-/ctype-0.5.2.tgz" + } + } + }, + "json-stringify-safe": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.0.tgz" + }, + "mime-types": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz" + }, + "node-uuid": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz" + }, + "oauth-sign": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz" + }, + "qs": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-1.0.2.tgz" + }, + "stringstream": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz" + }, + "tough-cookie": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz", + "dependencies": { + "punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz" + } + } + }, + "tunnel-agent": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.0.tgz" + } + } + }, + "source-map": { + "version": "0.1.41", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.41.tgz", + "dependencies": { + "amdefine": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-0.1.0.tgz" + } + } + } + } + }, + "lodash": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz" + }, + "maxmin": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/maxmin/-/maxmin-0.1.0.tgz", + "dependencies": { + "chalk": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz", + "dependencies": { + "ansi-styles": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz" + }, + "has-color": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz" + }, + "strip-ansi": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz" + } + } + }, + "gzip-size": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-0.1.1.tgz", + "dependencies": { + "concat-stream": { + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.4.7.tgz", + "dependencies": { + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" + }, + "readable-stream": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz", + "dependencies": { + "core-util-is": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz" + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" + } + } + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" + } + } + }, + "zlib-browserify": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.3.tgz", + "dependencies": { + "tape": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/tape/-/tape-0.2.2.tgz", + "dependencies": { + "deep-equal": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-0.0.0.tgz" + }, + "defined": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/defined/-/defined-0.0.0.tgz" + }, + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz" + } + } + } + } + } + } + }, + "pretty-bytes": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-0.1.2.tgz" + } + } + } + } + }, "grunt-contrib-qunit": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/grunt-contrib-qunit/-/grunt-contrib-qunit-0.5.2.tgz", "dependencies": { + "grunt": { + "version": "0.4.5", + "resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz", + "dependencies": { + "async": { + "version": "0.1.22", + "resolved": "https://registry.npmjs.org/async/-/async-0.1.22.tgz" + }, + "coffee-script": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz" + }, + "colors": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz" + }, + "dateformat": { + "version": "1.0.2-1.2.3", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz" + }, + "eventemitter2": { + "version": "0.4.14", + "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz" + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" + }, + "findup-sync": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz", + "dependencies": { + "glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz", + "dependencies": { + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" + }, + "minimatch": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz", + "dependencies": { + "lru-cache": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" + }, + "sigmund": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" + } + } + } + } + }, + "lodash": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz" + } + } + }, + "getobject": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz" + }, + "glob": { + "version": "3.1.21", + "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz", + "dependencies": { + "graceful-fs": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz" + }, + "inherits": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.0.tgz" + } + } + }, + "grunt-legacy-log": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz", + "dependencies": { + "lodash": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz" + }, + "underscore.string": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz" + } + } + }, + "grunt-legacy-util": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz" + }, + "hooker": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" + }, + "iconv-lite": { + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz" + }, + "js-yaml": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz", + "dependencies": { + "argparse": { + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz", + "dependencies": { + "underscore": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz" + }, + "underscore.string": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz" + } + } + }, + "esprima": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz" + } + } + }, + "lodash": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz" + }, + "minimatch": { + "version": "0.2.14", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz", + "dependencies": { + "lru-cache": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" + }, + "sigmund": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" + } + } + }, + "nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "dependencies": { + "abbrev": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.5.tgz" + } + } + }, + "rimraf": { + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz" + }, + "underscore.string": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz" + }, + "which": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/which/-/which-1.0.8.tgz" + } + } + }, "grunt-lib-phantomjs": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/grunt-lib-phantomjs/-/grunt-lib-phantomjs-0.6.0.tgz", @@ -1502,8 +2124,8 @@ "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz" }, "phantomjs": { - "version": "1.9.12", - "resolved": "https://registry.npmjs.org/phantomjs/-/phantomjs-1.9.12.tgz", + "version": "1.9.13", + "resolved": "https://registry.npmjs.org/phantomjs/-/phantomjs-1.9.13.tgz", "dependencies": { "adm-zip": { "version": "0.4.4", @@ -1574,8 +2196,8 @@ "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.0.tgz" }, "semver": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-4.1.0.tgz" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-4.2.0.tgz" }, "uid-number": { "version": "0.0.5", @@ -1750,8 +2372,8 @@ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz" }, "which": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/which/-/which-1.0.7.tgz" + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/which/-/which-1.0.8.tgz" } } }, @@ -1774,8 +2396,8 @@ } }, "grunt-contrib-uglify": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.6.0.tgz", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.7.0.tgz", "dependencies": { "chalk": { "version": "0.5.1", @@ -1876,8 +2498,8 @@ } }, "pretty-bytes": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.1.tgz", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.2.tgz", "dependencies": { "get-stdin": { "version": "1.0.0", @@ -1888,8 +2510,8 @@ } }, "uglify-js": { - "version": "2.4.15", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.15.tgz", + "version": "2.4.16", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.16.tgz", "dependencies": { "async": { "version": "0.2.10", @@ -1979,6 +2601,178 @@ } } }, + "grunt": { + "version": "0.4.5", + "resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz", + "dependencies": { + "async": { + "version": "0.1.22", + "resolved": "https://registry.npmjs.org/async/-/async-0.1.22.tgz" + }, + "coffee-script": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz" + }, + "colors": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz" + }, + "dateformat": { + "version": "1.0.2-1.2.3", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz" + }, + "eventemitter2": { + "version": "0.4.14", + "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz" + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" + }, + "findup-sync": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz", + "dependencies": { + "glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz", + "dependencies": { + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" + }, + "minimatch": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz", + "dependencies": { + "lru-cache": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" + }, + "sigmund": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" + } + } + } + } + }, + "lodash": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz" + } + } + }, + "getobject": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz" + }, + "glob": { + "version": "3.1.21", + "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz", + "dependencies": { + "graceful-fs": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz" + }, + "inherits": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.0.tgz" + } + } + }, + "grunt-legacy-log": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz", + "dependencies": { + "lodash": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz" + }, + "underscore.string": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz" + } + } + }, + "grunt-legacy-util": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz" + }, + "hooker": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" + }, + "iconv-lite": { + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz" + }, + "js-yaml": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz", + "dependencies": { + "argparse": { + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz", + "dependencies": { + "underscore": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz" + }, + "underscore.string": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz" + } + } + }, + "esprima": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz" + } + } + }, + "lodash": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz" + }, + "minimatch": { + "version": "0.2.14", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz", + "dependencies": { + "lru-cache": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" + }, + "sigmund": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" + } + } + }, + "nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "dependencies": { + "abbrev": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.5.tgz" + } + } + }, + "rimraf": { + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz" + }, + "underscore.string": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz" + }, + "which": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/which/-/which-1.0.8.tgz" + } + } + }, "lodash": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz" @@ -2374,24 +3168,24 @@ } }, "grunt-jscs": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-1.0.0.tgz", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-1.1.0.tgz", "dependencies": { "hooker": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" }, "jscs": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/jscs/-/jscs-1.8.1.tgz", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/jscs/-/jscs-1.9.0.tgz", "dependencies": { "colors": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz" }, "commander": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.5.0.tgz" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.5.1.tgz" }, "esprima": { "version": "1.2.2", @@ -2401,6 +3195,10 @@ "version": "1.1.0-dev-harmony", "resolved": "https://registry.npmjs.org/esprima-harmony-jscs/-/esprima-harmony-jscs-1.1.0-dev-harmony.tgz" }, + "estraverse": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.8.0.tgz" + }, "exit": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" @@ -2443,6 +3241,10 @@ } } }, + "regenerate": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.0.1.tgz" + }, "strip-json-comments": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.2.tgz" @@ -2451,51 +3253,71 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.2.0.tgz" }, + "unicode-6.3.0": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/unicode-6.3.0/-/unicode-6.3.0-0.1.5.tgz" + }, "vow-fs": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.3.tgz", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.4.tgz", "dependencies": { "glob": { - "version": "3.2.8", - "resolved": "https://registry.npmjs.org/glob/-/glob-3.2.8.tgz", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-4.3.2.tgz", "dependencies": { + "inflight": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz", + "dependencies": { + "wrappy": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz" + } + } + }, "inherits": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" }, "minimatch": { - "version": "0.2.14", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz", "dependencies": { - "lru-cache": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" - }, - "sigmund": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" + "brace-expansion": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz", + "dependencies": { + "balanced-match": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz" + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" + } + } + } + } + }, + "once": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/once/-/once-1.3.1.tgz", + "dependencies": { + "wrappy": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz" } } } } }, "node-uuid": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.0.tgz" - }, - "vow": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/vow/-/vow-0.4.4.tgz" + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz" }, "vow-queue": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.4.1.tgz", - "dependencies": { - "vow": { - "version": "0.4.7", - "resolved": "https://registry.npmjs.org/vow/-/vow-0.4.7.tgz" - } - } + "resolved": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.4.1.tgz" } } }, @@ -2521,427 +3343,9 @@ } } }, - "grunt-sass": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-0.17.0.tgz", - "dependencies": { - "chalk": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz", - "dependencies": { - "ansi-styles": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz" - }, - "escape-string-regexp": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz" - }, - "has-ansi": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz", - "dependencies": { - "ansi-regex": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz" - } - } - }, - "strip-ansi": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz", - "dependencies": { - "ansi-regex": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz" - } - } - }, - "supports-color": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz" - } - } - }, - "each-async": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/each-async/-/each-async-1.1.0.tgz", - "dependencies": { - "onetime": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.0.0.tgz" - }, - "setimmediate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.2.tgz" - } - } - }, - "node-sass": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-1.2.3.tgz", - "dependencies": { - "cross-spawn": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-0.2.3.tgz", - "dependencies": { - "lru-cache": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" - } - } - }, - "gaze": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.1.tgz", - "dependencies": { - "globule": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz", - "dependencies": { - "glob": { - "version": "3.1.21", - "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz", - "dependencies": { - "graceful-fs": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz" - }, - "inherits": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.0.tgz" - } - } - }, - "lodash": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.0.1.tgz" - }, - "minimatch": { - "version": "0.2.14", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz", - "dependencies": { - "lru-cache": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" - }, - "sigmund": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" - } - } - } - } - } - } - }, - "get-stdin": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-3.0.2.tgz" - }, - "meow": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-2.0.0.tgz", - "dependencies": { - "camelcase-keys": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz", - "dependencies": { - "camelcase": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.0.2.tgz" - }, - "map-obj": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.0.tgz" - } - } - }, - "indent-string": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-1.2.0.tgz", - "dependencies": { - "repeating": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.0.tgz", - "dependencies": { - "is-finite": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.0.tgz" - }, - "meow": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-1.0.0.tgz" - } - } - } - } - }, - "minimist": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.0.tgz" - } - } - }, - "mkdirp": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz", - "dependencies": { - "minimist": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz" - } - } - }, - "mocha": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-2.0.1.tgz", - "dependencies": { - "commander": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.3.0.tgz" - }, - "debug": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.0.0.tgz", - "dependencies": { - "ms": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.6.2.tgz" - } - } - }, - "diff": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/diff/-/diff-1.0.8.tgz" - }, - "escape-string-regexp": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz" - }, - "glob": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-3.2.3.tgz", - "dependencies": { - "graceful-fs": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz" - }, - "inherits": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" - }, - "minimatch": { - "version": "0.2.14", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz", - "dependencies": { - "lru-cache": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" - }, - "sigmund": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" - } - } - } - } - }, - "growl": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/growl/-/growl-1.8.1.tgz" - }, - "jade": { - "version": "0.26.3", - "resolved": "https://registry.npmjs.org/jade/-/jade-0.26.3.tgz", - "dependencies": { - "commander": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-0.6.1.tgz" - }, - "mkdirp": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz" - } - } - } - } - }, - "nan": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/nan/-/nan-1.4.1.tgz" - }, - "object-assign": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz" - }, - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz" - }, - "request": { - "version": "2.49.0", - "resolved": "https://registry.npmjs.org/request/-/request-2.49.0.tgz", - "dependencies": { - "aws-sign2": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz" - }, - "bl": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/bl/-/bl-0.9.3.tgz", - "dependencies": { - "readable-stream": { - "version": "1.0.33", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz", - "dependencies": { - "core-util-is": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz" - }, - "inherits": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" - } - } - } - } - }, - "caseless": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz" - }, - "combined-stream": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz", - "dependencies": { - "delayed-stream": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz" - } - } - }, - "forever-agent": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz" - }, - "form-data": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz", - "dependencies": { - "async": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz" - }, - "mime": { - "version": "1.2.11", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz" - } - } - }, - "hawk": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz", - "dependencies": { - "boom": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/boom/-/boom-0.4.2.tgz" - }, - "cryptiles": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz" - }, - "hoek": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz" - }, - "sntp": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz" - } - } - }, - "http-signature": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.10.0.tgz", - "dependencies": { - "asn1": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz" - }, - "assert-plus": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.2.tgz" - }, - "ctype": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/ctype/-/ctype-0.5.2.tgz" - } - } - }, - "json-stringify-safe": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.0.tgz" - }, - "mime-types": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz" - }, - "node-uuid": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz" - }, - "oauth-sign": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz" - }, - "qs": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-2.3.3.tgz" - }, - "stringstream": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz" - }, - "tough-cookie": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz", - "dependencies": { - "punycode": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz" - } - } - }, - "tunnel-agent": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.0.tgz" - } - } - }, - "shelljs": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz" - } - } - }, - "object-assign": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.0.0.tgz" - } - } - }, "grunt-saucelabs": { - "version": "8.3.3", - "resolved": "https://registry.npmjs.org/grunt-saucelabs/-/grunt-saucelabs-8.3.3.tgz", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/grunt-saucelabs/-/grunt-saucelabs-8.4.1.tgz", "dependencies": { "colors": { "version": "0.6.2", @@ -3272,8 +3676,8 @@ } }, "sauce-tunnel": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/sauce-tunnel/-/sauce-tunnel-2.1.0.tgz", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/sauce-tunnel/-/sauce-tunnel-2.1.1.tgz", "dependencies": { "chalk": { "version": "0.4.0", @@ -3456,46 +3860,16 @@ } }, "load-grunt-tasks": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-1.0.0.tgz", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-2.0.0.tgz", "dependencies": { "findup-sync": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz", - "dependencies": { - "glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz", - "dependencies": { - "inherits": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" - }, - "minimatch": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz", - "dependencies": { - "lru-cache": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" - }, - "sigmund": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" - } - } - } - } - }, - "lodash": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz" - } - } + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz" }, "multimatch": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-1.0.1.tgz", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-2.0.0.tgz", "dependencies": { "array-differ": { "version": "1.0.0", @@ -3506,22 +3880,28 @@ "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.1.tgz", "dependencies": { "array-uniq": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.1.tgz" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.2.tgz" } } }, "minimatch": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz", "dependencies": { - "lru-cache": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" - }, - "sigmund": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" + "brace-expansion": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz", + "dependencies": { + "balanced-match": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz" + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" + } + } } } } @@ -3530,16 +3910,16 @@ } }, "npm-shrinkwrap": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/npm-shrinkwrap/-/npm-shrinkwrap-5.0.0.tgz", + "version": "200.0.0", + "resolved": "https://registry.npmjs.org/npm-shrinkwrap/-/npm-shrinkwrap-200.0.0.tgz", "dependencies": { "array-find": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/array-find/-/array-find-0.1.1.tgz" }, "error": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/error/-/error-4.3.0.tgz", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/error/-/error-4.4.0.tgz", "dependencies": { "camelize": { "version": "1.0.0", @@ -3660,8 +4040,8 @@ } }, "npm": { - "version": "2.1.11", - "resolved": "https://registry.npmjs.org/npm/-/npm-2.1.11.tgz", + "version": "2.1.16", + "resolved": "https://registry.npmjs.org/npm/-/npm-2.1.16.tgz", "dependencies": { "abbrev": { "version": "1.0.5", @@ -3712,16 +4092,16 @@ "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-2.0.1.tgz" }, "columnify": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.2.1.tgz", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.3.2.tgz", "dependencies": { "strip-ansi": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-1.0.0.tgz", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.0.tgz", "dependencies": { "ansi-regex": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.0.tgz" } } }, @@ -3734,8 +4114,8 @@ "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.0.tgz", "dependencies": { "clone": { - "version": "0.1.18", - "resolved": "https://registry.npmjs.org/clone/-/clone-0.1.18.tgz" + "version": "0.1.19", + "resolved": "https://registry.npmjs.org/clone/-/clone-0.1.19.tgz" } } } @@ -3768,8 +4148,8 @@ "resolved": "https://registry.npmjs.org/editor/-/editor-0.1.0.tgz" }, "fs-vacuum": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.2.tgz" + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.5.tgz" }, "fs-write-stream-atomic": { "version": "1.0.2", @@ -3784,8 +4164,8 @@ "resolved": "https://registry.npmjs.org/fstream-npm/-/fstream-npm-1.0.1.tgz", "dependencies": { "fstream-ignore": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.1.tgz" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.2.tgz" } } }, @@ -3798,12 +4178,12 @@ "resolved": "https://registry.npmjs.org/github-url-from-username-repo/-/github-url-from-username-repo-1.0.2.tgz" }, "glob": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-4.2.1.tgz" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/glob/-/glob-4.3.1.tgz" }, "graceful-fs": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.4.tgz" + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.5.tgz" }, "inflight": { "version": "1.0.4", @@ -3818,8 +4198,8 @@ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.2.tgz" }, "init-package-json": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-1.1.2.tgz", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-1.1.3.tgz", "dependencies": { "promzard": { "version": "0.2.2", @@ -3836,12 +4216,22 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" }, "minimatch": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz", "dependencies": { - "sigmund": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" + "brace-expansion": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.0.1.tgz", + "dependencies": { + "balanced-match": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz" + }, + "concat-map": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.0.tgz" + } + } } } }, @@ -3857,7 +4247,19 @@ }, "node-gyp": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-1.0.2.tgz" + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-1.0.2.tgz", + "dependencies": { + "minimatch": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz", + "dependencies": { + "sigmund": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" + } + } + } + } }, "nopt": { "version": "3.0.1", @@ -3880,12 +4282,12 @@ "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-2.1.3.tgz" }, "npm-registry-client": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-4.0.4.tgz", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-4.0.5.tgz", "dependencies": { "concat-stream": { - "version": "1.4.6", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.4.6.tgz", + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.4.7.tgz", "dependencies": { "readable-stream": { "version": "1.1.13", @@ -3948,8 +4350,8 @@ } }, "read-installed": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/read-installed/-/read-installed-3.1.3.tgz", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/read-installed/-/read-installed-3.1.5.tgz", "dependencies": { "debuglog": { "version": "1.0.1", @@ -3992,8 +4394,8 @@ "resolved": "https://registry.npmjs.org/realize-package-specifier/-/realize-package-specifier-1.3.0.tgz" }, "request": { - "version": "2.48.0", - "resolved": "https://registry.npmjs.org/request/-/request-2.48.0.tgz", + "version": "2.51.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.51.0.tgz", "dependencies": { "aws-sign2": { "version": "0.5.0", @@ -4004,8 +4406,8 @@ "resolved": "https://registry.npmjs.org/bl/-/bl-0.9.3.tgz" }, "caseless": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.7.0.tgz" + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz" }, "combined-stream": { "version": "0.0.7", @@ -4022,16 +4424,22 @@ "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz" }, "form-data": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz", "dependencies": { "async": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz" }, - "mime": { - "version": "1.2.11", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz" + "mime-types": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.4.tgz", + "dependencies": { + "mime-db": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.3.0.tgz" + } + } } } }, @@ -4084,8 +4492,8 @@ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz" }, "node-uuid": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.1.tgz" + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz" }, "oauth-sign": { "version": "0.5.0", @@ -4124,8 +4532,8 @@ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz" }, "semver": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-4.1.0.tgz" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-4.1.1.tgz" }, "sha": { "version": "1.3.0", @@ -4172,8 +4580,8 @@ "resolved": "https://registry.npmjs.org/uid-number/-/uid-number-0.0.6.tgz" }, "which": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/which/-/which-1.0.7.tgz" + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/which/-/which-1.0.8.tgz" }, "wrappy": { "version": "1.0.1", @@ -4206,8 +4614,8 @@ "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-2.0.0.tgz" }, "semver": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-4.1.0.tgz" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-4.2.0.tgz" }, "sorted-object": { "version": "1.0.0", @@ -4226,8 +4634,8 @@ } }, "remarkable": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/remarkable/-/remarkable-1.4.2.tgz", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/remarkable/-/remarkable-1.6.0.tgz", "dependencies": { "argparse": { "version": "0.1.16", |
