mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
This commit is contained in:
commit
8feae9075a
@ -10,7 +10,7 @@ javascript:
|
|||||||
|
|
||||||
eslint:
|
eslint:
|
||||||
enabled: true
|
enabled: true
|
||||||
config_file: js/.eslintrc
|
config_file: js/.eslintrc.json
|
||||||
|
|
||||||
jscs:
|
jscs:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -5,7 +5,7 @@ git:
|
|||||||
depth: 10
|
depth: 10
|
||||||
node_js:
|
node_js:
|
||||||
- "4"
|
- "4"
|
||||||
- "5"
|
- "6"
|
||||||
before_install:
|
before_install:
|
||||||
# Remove ./node_modules/.bin from PATH so node-which doesn't replace Unix which and cause RVM to barf. See https://github.com/travis-ci/travis-ci/issues/5092
|
# Remove ./node_modules/.bin from PATH so node-which doesn't replace Unix which and cause RVM to barf. See https://github.com/travis-ci/travis-ci/issues/5092
|
||||||
- export PATH=$(python -c 'from sys import argv;from collections import OrderedDict as od;print(":".join(od((p,None) for p in argv[1].split(":") if p.startswith("/")).keys()))' "$PATH")
|
- export PATH=$(python -c 'from sys import argv;from collections import OrderedDict as od;print(":".join(od((p,None) for p in argv[1].split(":") if p.startswith("/")).keys()))' "$PATH")
|
||||||
|
20
Gemfile.lock
20
Gemfile.lock
@ -4,7 +4,7 @@ GEM
|
|||||||
colorator (0.1)
|
colorator (0.1)
|
||||||
ffi (1.9.10)
|
ffi (1.9.10)
|
||||||
ffi (1.9.10-x64-mingw32)
|
ffi (1.9.10-x64-mingw32)
|
||||||
jekyll (3.1.2)
|
jekyll (3.1.6)
|
||||||
colorator (~> 0.1)
|
colorator (~> 0.1)
|
||||||
jekyll-sass-converter (~> 1.0)
|
jekyll-sass-converter (~> 1.0)
|
||||||
jekyll-watch (~> 1.1)
|
jekyll-watch (~> 1.1)
|
||||||
@ -18,21 +18,21 @@ GEM
|
|||||||
jekyll-sass-converter (1.4.0)
|
jekyll-sass-converter (1.4.0)
|
||||||
sass (~> 3.4)
|
sass (~> 3.4)
|
||||||
jekyll-sitemap (0.10.0)
|
jekyll-sitemap (0.10.0)
|
||||||
jekyll-watch (1.3.1)
|
jekyll-watch (1.4.0)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0, < 3.1)
|
||||||
kramdown (1.10.0)
|
kramdown (1.11.1)
|
||||||
liquid (3.0.6)
|
liquid (3.0.6)
|
||||||
listen (3.0.6)
|
listen (3.0.8)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
rb-inotify (>= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
mercenary (0.3.5)
|
mercenary (0.3.6)
|
||||||
rake (10.5.0)
|
rake (10.5.0)
|
||||||
rb-fsevent (0.9.7)
|
rb-fsevent (0.9.7)
|
||||||
rb-inotify (0.9.7)
|
rb-inotify (0.9.7)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rouge (1.10.1)
|
rouge (1.10.1)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sass (3.4.21)
|
sass (3.4.22)
|
||||||
scss_lint (0.47.1)
|
scss_lint (0.47.1)
|
||||||
rake (>= 0.9, < 11)
|
rake (>= 0.9, < 11)
|
||||||
sass (~> 3.4.15)
|
sass (~> 3.4.15)
|
||||||
@ -48,4 +48,4 @@ DEPENDENCIES
|
|||||||
scss_lint (~> 0.47.1)
|
scss_lint (~> 0.47.1)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.11.2
|
1.12.5
|
||||||
|
10
Gruntfile.js
10
Gruntfile.js
@ -1,6 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* Bootstrap's Gruntfile
|
* Bootstrap's Gruntfile
|
||||||
* http://getbootstrap.com
|
* http://getbootstrap.com
|
||||||
|
* Copyright 2013-2016 The Bootstrap Authors
|
||||||
* Copyright 2013-2016 Twitter, Inc.
|
* Copyright 2013-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
@ -106,13 +107,6 @@ module.exports = function (grunt) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
eslint: {
|
|
||||||
options: {
|
|
||||||
configFile: 'js/.eslintrc'
|
|
||||||
},
|
|
||||||
target: 'js/src/*.js'
|
|
||||||
},
|
|
||||||
|
|
||||||
jscs: {
|
jscs: {
|
||||||
options: {
|
options: {
|
||||||
config: 'js/.jscsrc'
|
config: 'js/.jscsrc'
|
||||||
@ -437,7 +431,7 @@ module.exports = function (grunt) {
|
|||||||
testSubtasks.push('saucelabs-qunit');
|
testSubtasks.push('saucelabs-qunit');
|
||||||
}
|
}
|
||||||
grunt.registerTask('test', testSubtasks);
|
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.
|
// JS distribution task.
|
||||||
grunt.registerTask('dist-js', ['babel:dev', 'concat', 'babel:dist', 'stamp', 'uglify:core', 'commonjs']);
|
grunt.registerTask('dist-js', ['babel:dev', 'concat', 'babel:dist', 'stamp', 'uglify:core', 'commonjs']);
|
||||||
|
1
LICENSE
1
LICENSE
@ -1,6 +1,7 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2011-2016 Twitter, Inc.
|
Copyright (c) 2011-2016 Twitter, Inc.
|
||||||
|
Copyright (c) 2011-2016 The Bootstrap Authors
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -131,4 +131,4 @@ See [the Releases section of our GitHub project](https://github.com/twbs/bootstr
|
|||||||
|
|
||||||
## Copyright and license
|
## Copyright and license
|
||||||
|
|
||||||
Code and documentation copyright 2011-2016 Twitter, Inc. Code released under [the MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).
|
Code and documentation copyright 2011-2016 the Bootstrap Authors and Twitter, Inc. Code released under [the MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).
|
||||||
|
@ -41,7 +41,7 @@ cdn:
|
|||||||
css_hash: "sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd"
|
css_hash: "sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd"
|
||||||
js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js
|
js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js
|
||||||
js_hash: "sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7"
|
js_hash: "sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7"
|
||||||
jquery: https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js
|
jquery: https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js
|
||||||
jquery_hash: "sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+"
|
jquery_hash: "sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB"
|
||||||
tether: https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js
|
tether: https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js
|
||||||
tether_hash: "sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB"
|
tether_hash: "sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB"
|
||||||
|
@ -114,7 +114,7 @@
|
|||||||
summary: >
|
summary: >
|
||||||
Right border of `<select>` menu is sometimes missing when screen is set to uncommon resolution
|
Right border of `<select>` menu is sometimes missing when screen is set to uncommon resolution
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
Mozilla#924068
|
Mozilla#545685
|
||||||
origin: >
|
origin: >
|
||||||
Bootstrap#15990
|
Bootstrap#15990
|
||||||
|
|
||||||
@ -158,16 +158,6 @@
|
|||||||
origin: >
|
origin: >
|
||||||
Bootstrap#15832
|
Bootstrap#15832
|
||||||
|
|
||||||
-
|
|
||||||
browser: >
|
|
||||||
Chrome
|
|
||||||
summary: >
|
|
||||||
Focus ring of image map within a modal is displayed in the wrong location.
|
|
||||||
upstream_bug: >
|
|
||||||
Chromium#475128
|
|
||||||
origin: >
|
|
||||||
Bootstrap#16180
|
|
||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Chrome
|
Chrome
|
||||||
@ -188,16 +178,6 @@
|
|||||||
origin: >
|
origin: >
|
||||||
Bootstrap#16022
|
Bootstrap#16022
|
||||||
|
|
||||||
-
|
|
||||||
browser: >
|
|
||||||
Chrome
|
|
||||||
summary: >
|
|
||||||
`width: 1%` on nested table cell causes its table to hog horizontal space.
|
|
||||||
upstream_bug: >
|
|
||||||
Chromium#427994
|
|
||||||
origin: >
|
|
||||||
Bootstrap#16372
|
|
||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Chrome
|
Chrome
|
||||||
@ -208,6 +188,16 @@
|
|||||||
origin: >
|
origin: >
|
||||||
Bootstrap#17438, Bootstrap#14237
|
Bootstrap#17438, Bootstrap#14237
|
||||||
|
|
||||||
|
-
|
||||||
|
browser: >
|
||||||
|
Chrome
|
||||||
|
summary: >
|
||||||
|
Clicking scrollbar in `<select multiple>` with overflowed options will select nearby `<option>`
|
||||||
|
upstream_bug: >
|
||||||
|
Chromium#597642
|
||||||
|
origin: >
|
||||||
|
Bootstrap#19810
|
||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Chrome (Windows & Linux)
|
Chrome (Windows & Linux)
|
||||||
@ -218,16 +208,6 @@
|
|||||||
origin: >
|
origin: >
|
||||||
Bootstrap#15298
|
Bootstrap#15298
|
||||||
|
|
||||||
-
|
|
||||||
browser: >
|
|
||||||
Safari
|
|
||||||
summary: >
|
|
||||||
`width: 1%` on nested table cell causes its table to hog horizontal space.
|
|
||||||
upstream_bug: >
|
|
||||||
WebKit#144696, Safari#20839572
|
|
||||||
origin: >
|
|
||||||
Bootstrap#16372
|
|
||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Safari
|
Safari
|
||||||
@ -370,6 +350,16 @@
|
|||||||
origin: >
|
origin: >
|
||||||
Bootstrap#14839
|
Bootstrap#14839
|
||||||
|
|
||||||
|
-
|
||||||
|
browser: >
|
||||||
|
Safari (iOS)
|
||||||
|
summary: >
|
||||||
|
Tapping from one `<input>` to another in an overlay can cause shaking/jiggling effect
|
||||||
|
upstream_bug: >
|
||||||
|
WebKit#158276
|
||||||
|
origin: >
|
||||||
|
Bootstrap#19927
|
||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Safari (iPad Pro)
|
Safari (iPad Pro)
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// IT'S JUST JUNK FOR OUR DOCS!
|
// IT'S JUST JUNK FOR OUR DOCS!
|
||||||
// ++++++++++++++++++++++++++++++++++++++++++
|
// ++++++++++++++++++++++++++++++++++++++++++
|
||||||
/*!
|
/*!
|
||||||
|
* Copyright 2014-2015 The Bootstrap Authors
|
||||||
* Copyright 2014-2015 Twitter, Inc.
|
* Copyright 2014-2015 Twitter, Inc.
|
||||||
*
|
*
|
||||||
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
|
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* IE10 viewport hack for Surface/desktop Windows 8 bug
|
* IE10 viewport hack for Surface/desktop Windows 8 bug
|
||||||
|
* Copyright 2014-2015 The Bootstrap Authors
|
||||||
* Copyright 2014-2015 Twitter, Inc.
|
* Copyright 2014-2015 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
* JavaScript for Bootstrap's docs (http://getbootstrap.com)
|
* JavaScript for Bootstrap's docs (http://getbootstrap.com)
|
||||||
|
* Copyright 2011-2016 The Bootstrap Authors
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
|
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
|
||||||
* details, see https://creativecommons.org/licenses/by/3.0/.
|
* details, see https://creativecommons.org/licenses/by/3.0/.
|
||||||
@ -32,7 +33,7 @@
|
|||||||
$('.bd-example-indeterminate [type="checkbox"]').prop('indeterminate', true)
|
$('.bd-example-indeterminate [type="checkbox"]').prop('indeterminate', true)
|
||||||
|
|
||||||
// Disable empty links in docs examples
|
// Disable empty links in docs examples
|
||||||
$('.bd-example [href=#]').click(function (e) {
|
$('.bd-example [href="#"]').click(function (e) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
8
docs/assets/js/vendor/jquery.min.js
vendored
8
docs/assets/js/vendor/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* Bootstrap Docs (http://getbootstrap.com)
|
* Bootstrap Docs (http://getbootstrap.com)
|
||||||
|
* Copyright 2011-2016 The Bootstrap Authors
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
|
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
|
||||||
* details, see https://creativecommons.org/licenses/by/3.0/.
|
* details, see https://creativecommons.org/licenses/by/3.0/.
|
||||||
|
@ -480,10 +480,6 @@ Bootstrap's modal class exposes a few events for hooking into modal functionalit
|
|||||||
<td>hidden.bs.modal</td>
|
<td>hidden.bs.modal</td>
|
||||||
<td>This event is fired when the modal has finished being hidden from the user (will wait for CSS transitions to complete).</td>
|
<td>This event is fired when the modal has finished being hidden from the user (will wait for CSS transitions to complete).</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>loaded.bs.modal</td>
|
|
||||||
<td>This event is fired when the modal has loaded content using the <code>remote</code> option.</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
@ -28,7 +28,7 @@ Here are our guidelines and reasons for choosing what to override in Reboot:
|
|||||||
The `<html>` and `<body>` elements are updated to provide better page-wide defaults. More specifically:
|
The `<html>` and `<body>` elements are updated to provide better page-wide defaults. More specifically:
|
||||||
|
|
||||||
- The `box-sizing` is globally set on every element—including `*:before` and `*:after`, to `border-box`. This ensures that the declared width of element is never exceeded due to padding or border.
|
- The `box-sizing` is globally set on every element—including `*:before` and `*:after`, to `border-box`. This ensures that the declared width of element is never exceeded due to padding or border.
|
||||||
- A base `font-size: 16px` is declared on the `<html>` and `font-size: 1rem` on the `<body>` for easy responsive type-scaling via media queryies.
|
- A base `font-size: 16px` is declared on the `<html>` and `font-size: 1rem` on the `<body>` for easy responsive type-scaling via media queries.
|
||||||
- The `<body>` also sets a global `font-family` and `line-height`. This is inherited later by some form elements to prevent font inconsistencies.
|
- The `<body>` also sets a global `font-family` and `line-height`. This is inherited later by some form elements to prevent font inconsistencies.
|
||||||
- For safety, the `<body>` has a declared `background-color`, defaulting to `#fff`.
|
- For safety, the `<body>` has a declared `background-color`, defaulting to `#fff`.
|
||||||
|
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js" integrity="sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+" crossorigin="anonymous"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
||||||
<script src="../../assets/js/vendor/holder.min.js"></script>
|
<script src="../../assets/js/vendor/holder.min.js"></script>
|
||||||
|
@ -158,7 +158,7 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js" integrity="sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+" crossorigin="anonymous"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
||||||
<script src="../../dist/js/bootstrap.min.js"></script>
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
||||||
|
@ -174,7 +174,7 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js" integrity="sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+" crossorigin="anonymous"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
||||||
<script src="../../dist/js/bootstrap.min.js"></script>
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js" integrity="sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+" crossorigin="anonymous"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
||||||
<script src="../../dist/js/bootstrap.min.js"></script>
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
||||||
|
@ -224,7 +224,7 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js" integrity="sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+" crossorigin="anonymous"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
||||||
<script src="../../dist/js/bootstrap.min.js"></script>
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js" integrity="sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+" crossorigin="anonymous"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
||||||
<script src="../../dist/js/bootstrap.min.js"></script>
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js" integrity="sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+" crossorigin="anonymous"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
||||||
<script src="../../dist/js/bootstrap.min.js"></script>
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js" integrity="sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+" crossorigin="anonymous"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
||||||
<script src="../../dist/js/bootstrap.min.js"></script>
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js" integrity="sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+" crossorigin="anonymous"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
||||||
<script src="../../dist/js/bootstrap.min.js"></script>
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
||||||
|
@ -104,7 +104,7 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js" integrity="sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+" crossorigin="anonymous"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
||||||
<script src="../../dist/js/bootstrap.min.js"></script>
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js" integrity="sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+" crossorigin="anonymous"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
||||||
<script src="../../dist/js/bootstrap.min.js"></script>
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js" integrity="sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+" crossorigin="anonymous"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
||||||
<script src="../../dist/js/bootstrap.min.js"></script>
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js" integrity="sha384-mXQoED/lFIuocc//nss8aJOIrz7X7XruhR6bO+sGceiSyMELoVdZkN7F0oYwcFH+" crossorigin="anonymous"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
|
||||||
<script src="../../dist/js/bootstrap.min.js"></script>
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
||||||
|
@ -174,6 +174,7 @@ See [this StackOverflow question](https://stackoverflow.com/questions/6771258/wh
|
|||||||
Internet Explorer 10 in Windows Phone 8 versions older than [Update 3 (a.k.a. GDR3)](http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/10/14/introducing-windows-phone-preview-for-developers.aspx) doesn't differentiate **device width** from **viewport width** in `@-ms-viewport` at-rules, and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, you'll need to **include the following JavaScript to work around the bug**.
|
Internet Explorer 10 in Windows Phone 8 versions older than [Update 3 (a.k.a. GDR3)](http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/10/14/introducing-windows-phone-preview-for-developers.aspx) doesn't differentiate **device width** from **viewport width** in `@-ms-viewport` at-rules, and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, you'll need to **include the following JavaScript to work around the bug**.
|
||||||
|
|
||||||
{% highlight js %}
|
{% highlight js %}
|
||||||
|
// Copyright 2014-2015 The Bootstrap Authors
|
||||||
// Copyright 2014-2015 Twitter, Inc.
|
// Copyright 2014-2015 Twitter, Inc.
|
||||||
// Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
// Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
|
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
|
||||||
|
@ -123,7 +123,10 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
|
|||||||
### List groups
|
### List groups
|
||||||
|
|
||||||
- Replaced `a.list-group-item` with an explicit class, `.list-group-item-action`, for styling link and button versions of list group items.
|
- Replaced `a.list-group-item` with an explicit class, `.list-group-item-action`, for styling link and button versions of list group items.
|
||||||
-
|
|
||||||
|
### Modal
|
||||||
|
|
||||||
|
- The `remote` option (which could be used to automatically load and inject external content into a modal) and the correspending `loaded.bs.modal` event were removed. We recommend instead using client-side templating or a data binding framework, or calling [jQuery.load](http://api.jquery.com/load/) yourself.
|
||||||
|
|
||||||
### Navs
|
### Navs
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* Bootstrap Grunt task for the CommonJS module generation
|
* Bootstrap Grunt task for the CommonJS module generation
|
||||||
* http://getbootstrap.com
|
* http://getbootstrap.com
|
||||||
|
* Copyright 2014-2015 The Bootstrap Authors
|
||||||
* Copyright 2014-2015 Twitter, Inc.
|
* Copyright 2014-2015 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Script to update version number references in the project.
|
* Script to update version number references in the project.
|
||||||
|
* Copyright 2015 The Bootstrap Authors
|
||||||
* Copyright 2015 Twitter, Inc.
|
* Copyright 2015 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
1036
grunt/npm-shrinkwrap.json
generated
1036
grunt/npm-shrinkwrap.json
generated
@ -17,10 +17,17 @@
|
|||||||
"from": "acorn@>=1.0.3 <2.0.0",
|
"from": "acorn@>=1.0.3 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz"
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz"
|
||||||
},
|
},
|
||||||
"acorn-to-esprima": {
|
"acorn-jsx": {
|
||||||
"version": "1.0.7",
|
"version": "3.0.1",
|
||||||
"from": "acorn-to-esprima@>=1.0.5 <2.0.0",
|
"from": "acorn-jsx@>=3.0.0 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/acorn-to-esprima/-/acorn-to-esprima-1.0.7.tgz"
|
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz",
|
||||||
|
"dependencies": {
|
||||||
|
"acorn": {
|
||||||
|
"version": "3.1.0",
|
||||||
|
"from": "acorn@^3.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-3.1.0.tgz"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"align-text": {
|
"align-text": {
|
||||||
"version": "0.1.4",
|
"version": "0.1.4",
|
||||||
@ -43,9 +50,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/ansi/-/ansi-0.3.1.tgz"
|
"resolved": "https://registry.npmjs.org/ansi/-/ansi-0.3.1.tgz"
|
||||||
},
|
},
|
||||||
"ansi-escapes": {
|
"ansi-escapes": {
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"from": "ansi-escapes@>=1.1.0 <2.0.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": {
|
"ansi-regex": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
@ -58,31 +65,41 @@
|
|||||||
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz"
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz"
|
||||||
},
|
},
|
||||||
"archiver": {
|
"archiver": {
|
||||||
"version": "0.21.0",
|
"version": "1.0.0",
|
||||||
"from": "archiver@>=0.21.0 <0.22.0",
|
"from": "archiver@>=1.0.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/archiver/-/archiver-0.21.0.tgz",
|
"resolved": "https://registry.npmjs.org/archiver/-/archiver-1.0.0.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": {
|
"async": {
|
||||||
"version": "1.5.2",
|
"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"
|
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
|
||||||
},
|
},
|
||||||
"glob": {
|
"glob": {
|
||||||
"version": "6.0.4",
|
"version": "7.0.3",
|
||||||
"from": "glob@>=6.0.0 <6.1.0",
|
"from": "glob@>=7.0.0 <8.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz"
|
"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": {
|
"archiver-utils": {
|
||||||
"version": "0.3.0",
|
"version": "1.2.0",
|
||||||
"from": "archiver-utils@>=0.3.0 <0.4.0",
|
"from": "archiver-utils@>=1.0.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-0.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.2.0.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glob": {
|
"glob": {
|
||||||
"version": "6.0.4",
|
"version": "7.0.3",
|
||||||
"from": "glob@>=6.0.0 <6.1.0",
|
"from": "glob@>=7.0.0 <8.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -178,21 +195,55 @@
|
|||||||
"from": "aws-sign2@>=0.6.0 <0.7.0",
|
"from": "aws-sign2@>=0.6.0 <0.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz"
|
"resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz"
|
||||||
},
|
},
|
||||||
|
"babel-code-frame": {
|
||||||
|
"version": "6.8.0",
|
||||||
|
"from": "babel-code-frame@>=6.8.0 <7.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.8.0.tgz",
|
||||||
|
"dependencies": {
|
||||||
|
"js-tokens": {
|
||||||
|
"version": "1.0.3",
|
||||||
|
"from": "js-tokens@>=1.0.2 <2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.3.tgz"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"babel-core": {
|
"babel-core": {
|
||||||
"version": "5.8.38",
|
"version": "5.8.38",
|
||||||
"from": "babel-core@>=5.8.33 <6.0.0",
|
"from": "babel-core@>=5.8.33 <6.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz"
|
"resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz"
|
||||||
},
|
},
|
||||||
"babel-eslint": {
|
"babel-eslint": {
|
||||||
"version": "4.1.8",
|
"version": "6.0.4",
|
||||||
"from": "babel-eslint@>=4.1.3 <5.0.0",
|
"from": "babel-eslint@6.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-4.1.8.tgz"
|
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-6.0.4.tgz",
|
||||||
|
"dependencies": {
|
||||||
|
"babylon": {
|
||||||
|
"version": "6.8.0",
|
||||||
|
"from": "babylon@>=6.0.18 <7.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/babylon/-/babylon-6.8.0.tgz"
|
||||||
|
},
|
||||||
|
"lodash.assign": {
|
||||||
|
"version": "4.0.9",
|
||||||
|
"from": "lodash.assign@>=4.0.0 <5.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.0.9.tgz"
|
||||||
|
},
|
||||||
|
"lodash.keys": {
|
||||||
|
"version": "4.0.7",
|
||||||
|
"from": "lodash.keys@>=4.0.0 <5.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-4.0.7.tgz"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"babel-jscs": {
|
"babel-jscs": {
|
||||||
"version": "2.0.5",
|
"version": "2.0.5",
|
||||||
"from": "babel-jscs@>=2.0.0 <3.0.0",
|
"from": "babel-jscs@>=2.0.0 <3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/babel-jscs/-/babel-jscs-2.0.5.tgz"
|
"resolved": "https://registry.npmjs.org/babel-jscs/-/babel-jscs-2.0.5.tgz"
|
||||||
},
|
},
|
||||||
|
"babel-messages": {
|
||||||
|
"version": "6.8.0",
|
||||||
|
"from": "babel-messages@>=6.8.0 <7.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.8.0.tgz"
|
||||||
|
},
|
||||||
"babel-plugin-constant-folding": {
|
"babel-plugin-constant-folding": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"from": "babel-plugin-constant-folding@>=1.0.1 <2.0.0",
|
"from": "babel-plugin-constant-folding@>=1.0.1 <2.0.0",
|
||||||
@ -268,20 +319,66 @@
|
|||||||
"from": "babel-plugin-undefined-to-void@>=1.1.6 <2.0.0",
|
"from": "babel-plugin-undefined-to-void@>=1.1.6 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz"
|
"resolved": "https://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz"
|
||||||
},
|
},
|
||||||
|
"babel-runtime": {
|
||||||
|
"version": "6.9.2",
|
||||||
|
"from": "babel-runtime@>=6.9.0 <7.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.9.2.tgz",
|
||||||
|
"dependencies": {
|
||||||
|
"core-js": {
|
||||||
|
"version": "2.4.0",
|
||||||
|
"from": "core-js@>=2.4.0 <3.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.4.0.tgz"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"babel-traverse": {
|
||||||
|
"version": "6.9.0",
|
||||||
|
"from": "babel-traverse@>=6.0.20 <7.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.9.0.tgz",
|
||||||
|
"dependencies": {
|
||||||
|
"babylon": {
|
||||||
|
"version": "6.8.0",
|
||||||
|
"from": "babylon@^6.7.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/babylon/-/babylon-6.8.0.tgz"
|
||||||
|
},
|
||||||
|
"globals": {
|
||||||
|
"version": "8.18.0",
|
||||||
|
"from": "globals@>=8.3.0 <9.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/globals/-/globals-8.18.0.tgz"
|
||||||
|
},
|
||||||
|
"lodash": {
|
||||||
|
"version": "4.13.1",
|
||||||
|
"from": "lodash@>=4.2.0 <5.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"babel-types": {
|
||||||
|
"version": "6.9.1",
|
||||||
|
"from": "babel-types@>=6.0.19 <7.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.9.1.tgz",
|
||||||
|
"dependencies": {
|
||||||
|
"lodash": {
|
||||||
|
"version": "4.13.1",
|
||||||
|
"from": "lodash@^4.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"babylon": {
|
"babylon": {
|
||||||
"version": "5.8.38",
|
"version": "5.8.38",
|
||||||
"from": "babylon@>=5.8.38 <6.0.0",
|
"from": "babylon@>=5.8.38 <6.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz"
|
"resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz"
|
||||||
},
|
},
|
||||||
"balanced-match": {
|
"balanced-match": {
|
||||||
"version": "0.3.0",
|
"version": "0.4.1",
|
||||||
"from": "balanced-match@>=0.3.0 <0.4.0",
|
"from": "balanced-match@>=0.4.1 <0.5.0",
|
||||||
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz"
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.1.tgz"
|
||||||
},
|
},
|
||||||
"basic-auth": {
|
"basic-auth": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"from": "basic-auth@>=1.0.3 <1.1.0",
|
"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": {
|
"batch": {
|
||||||
"version": "0.5.3",
|
"version": "0.5.3",
|
||||||
@ -291,12 +388,19 @@
|
|||||||
"bl": {
|
"bl": {
|
||||||
"version": "1.1.2",
|
"version": "1.1.2",
|
||||||
"from": "bl@>=1.0.0 <2.0.0",
|
"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": {
|
"block-stream": {
|
||||||
"version": "0.0.8",
|
"version": "0.0.9",
|
||||||
"from": "block-stream@*",
|
"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": {
|
"bluebird": {
|
||||||
"version": "2.10.2",
|
"version": "2.10.2",
|
||||||
@ -314,9 +418,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz"
|
"resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz"
|
||||||
},
|
},
|
||||||
"brace-expansion": {
|
"brace-expansion": {
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"from": "brace-expansion@>=1.0.0 <2.0.0",
|
"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": {
|
"breakable": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
@ -338,6 +442,11 @@
|
|||||||
"from": "buffer-crc32@>=0.2.1 <0.3.0",
|
"from": "buffer-crc32@>=0.2.1 <0.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.5.tgz"
|
"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": {
|
"builtin-modules": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"from": "builtin-modules@>=1.0.0 <2.0.0",
|
"from": "builtin-modules@>=1.0.0 <2.0.0",
|
||||||
@ -348,6 +457,16 @@
|
|||||||
"from": "bytes@2.2.0",
|
"from": "bytes@2.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz"
|
"resolved": "https://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz"
|
||||||
},
|
},
|
||||||
|
"caller-path": {
|
||||||
|
"version": "0.1.0",
|
||||||
|
"from": "caller-path@>=0.1.0 <0.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz"
|
||||||
|
},
|
||||||
|
"callsites": {
|
||||||
|
"version": "0.2.0",
|
||||||
|
"from": "callsites@>=0.2.0 <0.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz"
|
||||||
|
},
|
||||||
"camelcase": {
|
"camelcase": {
|
||||||
"version": "1.2.1",
|
"version": "1.2.1",
|
||||||
"from": "camelcase@>=1.2.1 <2.0.0",
|
"from": "camelcase@>=1.2.1 <2.0.0",
|
||||||
@ -366,9 +485,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"caniuse-db": {
|
"caniuse-db": {
|
||||||
"version": "1.0.30000449",
|
"version": "1.0.30000471",
|
||||||
"from": "caniuse-db@>=1.0.30000444 <2.0.0",
|
"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": {
|
"caseless": {
|
||||||
"version": "0.11.0",
|
"version": "0.11.0",
|
||||||
@ -393,9 +512,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"clean-css": {
|
"clean-css": {
|
||||||
"version": "3.4.12",
|
"version": "3.4.13",
|
||||||
"from": "clean-css@>=3.4.2 <3.5.0",
|
"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": {
|
"dependencies": {
|
||||||
"commander": {
|
"commander": {
|
||||||
"version": "2.8.1",
|
"version": "2.8.1",
|
||||||
@ -427,9 +546,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cli-width": {
|
"cli-width": {
|
||||||
"version": "1.1.1",
|
"version": "2.1.0",
|
||||||
"from": "cli-width@>=1.0.1 <2.0.0",
|
"from": "cli-width@>=2.0.0 <3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-1.1.1.tgz"
|
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.1.0.tgz"
|
||||||
},
|
},
|
||||||
"cliui": {
|
"cliui": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
@ -472,9 +591,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/commoner/-/commoner-0.10.4.tgz"
|
"resolved": "https://registry.npmjs.org/commoner/-/commoner-0.10.4.tgz"
|
||||||
},
|
},
|
||||||
"compress-commons": {
|
"compress-commons": {
|
||||||
"version": "0.4.2",
|
"version": "1.0.0",
|
||||||
"from": "compress-commons@>=0.4.0 <0.5.0",
|
"from": "compress-commons@>=1.0.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-0.4.2.tgz"
|
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.0.0.tgz"
|
||||||
},
|
},
|
||||||
"concat-map": {
|
"concat-map": {
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
@ -484,12 +603,14 @@
|
|||||||
"concat-stream": {
|
"concat-stream": {
|
||||||
"version": "1.5.1",
|
"version": "1.5.1",
|
||||||
"from": "concat-stream@>=1.4.1 <2.0.0",
|
"from": "concat-stream@>=1.4.1 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz"
|
"resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz",
|
||||||
},
|
"dependencies": {
|
||||||
"config-chain": {
|
"readable-stream": {
|
||||||
"version": "1.1.10",
|
"version": "2.0.6",
|
||||||
"from": "config-chain@>=1.1.8 <1.2.0",
|
"from": "readable-stream@>=2.0.0 <2.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.10.tgz"
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"connect": {
|
"connect": {
|
||||||
"version": "3.4.1",
|
"version": "3.4.1",
|
||||||
@ -502,9 +623,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/connect-livereload/-/connect-livereload-0.5.4.tgz"
|
"resolved": "https://registry.npmjs.org/connect-livereload/-/connect-livereload-0.5.4.tgz"
|
||||||
},
|
},
|
||||||
"content-type": {
|
"content-type": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"from": "content-type@>=1.0.1 <1.1.0",
|
"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": {
|
"convert-source-map": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
@ -527,9 +648,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
|
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
|
||||||
},
|
},
|
||||||
"crc32-stream": {
|
"crc32-stream": {
|
||||||
"version": "0.4.0",
|
"version": "1.0.0",
|
||||||
"from": "crc32-stream@>=0.4.0 <0.5.0",
|
"from": "crc32-stream@>=1.0.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-0.4.0.tgz"
|
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-1.0.0.tgz"
|
||||||
},
|
},
|
||||||
"cross-spawn": {
|
"cross-spawn": {
|
||||||
"version": "0.2.9",
|
"version": "0.2.9",
|
||||||
@ -537,9 +658,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-0.2.9.tgz"
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-0.2.9.tgz"
|
||||||
},
|
},
|
||||||
"cross-spawn-async": {
|
"cross-spawn-async": {
|
||||||
"version": "2.2.1",
|
"version": "2.2.4",
|
||||||
"from": "cross-spawn-async@>=2.2.0 <3.0.0",
|
"from": "cross-spawn-async@>=2.1.9 <3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.2.4.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lru-cache": {
|
"lru-cache": {
|
||||||
"version": "4.0.1",
|
"version": "4.0.1",
|
||||||
@ -547,9 +668,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.1.tgz"
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.1.tgz"
|
||||||
},
|
},
|
||||||
"which": {
|
"which": {
|
||||||
"version": "1.2.4",
|
"version": "1.2.9",
|
||||||
"from": "which@>=1.2.4 <2.0.0",
|
"from": "which@>=1.2.8 <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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -584,9 +705,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz"
|
"resolved": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz"
|
||||||
},
|
},
|
||||||
"dashdash": {
|
"dashdash": {
|
||||||
"version": "1.13.0",
|
"version": "1.13.1",
|
||||||
"from": "dashdash@>=1.10.1 <2.0.0",
|
"from": "dashdash@>=1.12.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.13.0.tgz",
|
"resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.13.1.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"assert-plus": {
|
"assert-plus": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
@ -676,9 +797,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/diff/-/diff-2.2.2.tgz"
|
"resolved": "https://registry.npmjs.org/diff/-/diff-2.2.2.tgz"
|
||||||
},
|
},
|
||||||
"doctrine": {
|
"doctrine": {
|
||||||
"version": "0.7.2",
|
"version": "1.2.2",
|
||||||
"from": "doctrine@>=0.7.1 <0.8.0",
|
"from": "doctrine@>=1.1.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-0.7.2.tgz",
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.2.2.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"esutils": {
|
"esutils": {
|
||||||
"version": "1.1.6",
|
"version": "1.1.6",
|
||||||
@ -726,7 +847,7 @@
|
|||||||
},
|
},
|
||||||
"ecc-jsbn": {
|
"ecc-jsbn": {
|
||||||
"version": "0.1.1",
|
"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"
|
"resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz"
|
||||||
},
|
},
|
||||||
"ee-first": {
|
"ee-first": {
|
||||||
@ -795,19 +916,24 @@
|
|||||||
"resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz"
|
"resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz"
|
||||||
},
|
},
|
||||||
"eslint": {
|
"eslint": {
|
||||||
"version": "1.10.3",
|
"version": "2.2.0",
|
||||||
"from": "eslint@>=1.5.1 <2.0.0",
|
"from": "eslint@2.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-1.10.3.tgz",
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-2.2.0.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"argparse": {
|
"argparse": {
|
||||||
"version": "1.0.7",
|
"version": "1.0.7",
|
||||||
"from": "argparse@>=1.0.2 <2.0.0",
|
"from": "argparse@>=1.0.2 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.7.tgz"
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.7.tgz"
|
||||||
},
|
},
|
||||||
"espree": {
|
"esprima": {
|
||||||
"version": "2.2.5",
|
"version": "2.7.2",
|
||||||
"from": "espree@>=2.2.4 <3.0.0",
|
"from": "esprima@>=2.6.0 <3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/espree/-/espree-2.2.5.tgz"
|
"resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.2.tgz"
|
||||||
|
},
|
||||||
|
"glob": {
|
||||||
|
"version": "6.0.4",
|
||||||
|
"from": "glob@>=6.0.4 <7.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz"
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"version": "8.18.0",
|
"version": "8.18.0",
|
||||||
@ -815,20 +941,14 @@
|
|||||||
"resolved": "https://registry.npmjs.org/globals/-/globals-8.18.0.tgz"
|
"resolved": "https://registry.npmjs.org/globals/-/globals-8.18.0.tgz"
|
||||||
},
|
},
|
||||||
"js-yaml": {
|
"js-yaml": {
|
||||||
"version": "3.4.5",
|
"version": "3.6.1",
|
||||||
"from": "js-yaml@3.4.5",
|
"from": "js-yaml@>=3.5.1 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.4.5.tgz",
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz"
|
||||||
"dependencies": {
|
|
||||||
"esprima": {
|
|
||||||
"version": "2.7.2",
|
|
||||||
"from": "esprima@>=2.6.0 <3.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"minimatch": {
|
"lodash": {
|
||||||
"version": "3.0.0",
|
"version": "4.13.1",
|
||||||
"from": "minimatch@>=3.0.0 <4.0.0",
|
"from": "lodash@>=4.0.0 <5.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz"
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz"
|
||||||
},
|
},
|
||||||
"shelljs": {
|
"shelljs": {
|
||||||
"version": "0.5.3",
|
"version": "0.5.3",
|
||||||
@ -842,6 +962,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"espree": {
|
||||||
|
"version": "3.1.5",
|
||||||
|
"from": "espree@>=3.0.0 <4.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/espree/-/espree-3.1.5.tgz",
|
||||||
|
"dependencies": {
|
||||||
|
"acorn": {
|
||||||
|
"version": "3.1.0",
|
||||||
|
"from": "acorn@>=3.1.0 <4.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-3.1.0.tgz"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"esprima-fb": {
|
"esprima-fb": {
|
||||||
"version": "15001.1001.0-dev-harmony-fb",
|
"version": "15001.1001.0-dev-harmony-fb",
|
||||||
"from": "esprima-fb@>=15001.1001.0-dev-harmony-fb <15001.1002.0",
|
"from": "esprima-fb@>=15001.1001.0-dev-harmony-fb <15001.1002.0",
|
||||||
@ -928,6 +1060,11 @@
|
|||||||
"version": "0.5.0",
|
"version": "0.5.0",
|
||||||
"from": "mkdirp@0.5.0",
|
"from": "mkdirp@0.5.0",
|
||||||
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -942,9 +1079,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz"
|
"resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz"
|
||||||
},
|
},
|
||||||
"fast-levenshtein": {
|
"fast-levenshtein": {
|
||||||
"version": "1.0.7",
|
"version": "1.1.3",
|
||||||
"from": "fast-levenshtein@>=1.0.6 <1.1.0",
|
"from": "fast-levenshtein@>=1.1.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.7.tgz"
|
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.3.tgz"
|
||||||
},
|
},
|
||||||
"faye-websocket": {
|
"faye-websocket": {
|
||||||
"version": "0.10.0",
|
"version": "0.10.0",
|
||||||
@ -974,9 +1111,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"figures": {
|
"figures": {
|
||||||
"version": "1.5.0",
|
"version": "1.7.0",
|
||||||
"from": "figures@>=1.0.1 <2.0.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": {
|
"file-entry-cache": {
|
||||||
"version": "1.2.4",
|
"version": "1.2.4",
|
||||||
@ -1065,9 +1202,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz"
|
"resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz"
|
||||||
},
|
},
|
||||||
"fstream": {
|
"fstream": {
|
||||||
"version": "1.0.8",
|
"version": "1.0.9",
|
||||||
"from": "fstream@>=1.0.0 <2.0.0",
|
"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": {
|
"gauge": {
|
||||||
"version": "1.2.7",
|
"version": "1.2.7",
|
||||||
@ -1099,6 +1236,18 @@
|
|||||||
"from": "getobject@>=0.1.0 <0.2.0",
|
"from": "getobject@>=0.1.0 <0.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz"
|
"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": {
|
"glob": {
|
||||||
"version": "5.0.15",
|
"version": "5.0.15",
|
||||||
"from": "glob@>=5.0.15 <6.0.0",
|
"from": "glob@>=5.0.15 <6.0.0",
|
||||||
@ -1110,9 +1259,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz"
|
"resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz"
|
||||||
},
|
},
|
||||||
"globby": {
|
"globby": {
|
||||||
"version": "4.0.0",
|
"version": "4.1.0",
|
||||||
"from": "globby@>=4.0.0 <5.0.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": {
|
"dependencies": {
|
||||||
"glob": {
|
"glob": {
|
||||||
"version": "6.0.4",
|
"version": "6.0.4",
|
||||||
@ -1151,9 +1300,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"graceful-fs": {
|
"graceful-fs": {
|
||||||
"version": "4.1.3",
|
"version": "4.1.4",
|
||||||
"from": "graceful-fs@>=4.1.2 <5.0.0",
|
"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": {
|
"graceful-readlink": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
@ -1208,9 +1357,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/grunt-build-control/-/grunt-build-control-0.6.3.tgz",
|
"resolved": "https://registry.npmjs.org/grunt-build-control/-/grunt-build-control-0.6.3.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bluebird": {
|
"bluebird": {
|
||||||
"version": "3.3.4",
|
"version": "3.4.0",
|
||||||
"from": "bluebird@>=3.0.6 <4.0.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": {
|
"shelljs": {
|
||||||
"version": "0.2.6",
|
"version": "0.2.6",
|
||||||
@ -1242,26 +1391,26 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"grunt-contrib-compress": {
|
"grunt-contrib-compress": {
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"from": "grunt-contrib-compress@>=1.1.0 <2.0.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": {
|
"dependencies": {
|
||||||
"lodash": {
|
"lodash": {
|
||||||
"version": "4.10.0",
|
"version": "4.13.1",
|
||||||
"from": "lodash@>=4.7.0 <5.0.0",
|
"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": {
|
"grunt-contrib-concat": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"from": "grunt-contrib-concat@>=1.0.0 <2.0.0",
|
"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": {
|
"grunt-contrib-connect": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"from": "grunt-contrib-connect@>=1.0.0 <2.0.0",
|
"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": {
|
"dependencies": {
|
||||||
"async": {
|
"async": {
|
||||||
"version": "1.5.2",
|
"version": "1.5.2",
|
||||||
@ -1281,9 +1430,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-1.0.1.tgz"
|
"resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-1.0.1.tgz"
|
||||||
},
|
},
|
||||||
"grunt-contrib-qunit": {
|
"grunt-contrib-qunit": {
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"from": "grunt-contrib-qunit@>=1.0.1 <2.0.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": {
|
"grunt-contrib-sass": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
@ -1303,9 +1452,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-1.0.1.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": {
|
"lodash": {
|
||||||
"version": "4.10.0",
|
"version": "4.13.1",
|
||||||
"from": "lodash@>=4.0.1 <5.0.0",
|
"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 +1470,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": {
|
"grunt-exec": {
|
||||||
"version": "0.4.6",
|
"version": "0.4.7",
|
||||||
"from": "grunt-exec@>=0.4.6 <0.5.0",
|
"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": {
|
"grunt-html": {
|
||||||
"version": "7.0.0",
|
"version": "7.0.0",
|
||||||
@ -1417,9 +1561,26 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"grunt-lib-phantomjs": {
|
"grunt-lib-phantomjs": {
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"from": "grunt-lib-phantomjs@>=1.0.0 <2.0.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": {
|
"grunt-postcss": {
|
||||||
"version": "0.8.0",
|
"version": "0.8.0",
|
||||||
@ -1427,9 +1588,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/grunt-postcss/-/grunt-postcss-0.8.0.tgz"
|
"resolved": "https://registry.npmjs.org/grunt-postcss/-/grunt-postcss-0.8.0.tgz"
|
||||||
},
|
},
|
||||||
"grunt-sass": {
|
"grunt-sass": {
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"from": "grunt-sass@>=1.0.0 <2.0.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": {
|
"grunt-saucelabs": {
|
||||||
"version": "8.6.2",
|
"version": "8.6.2",
|
||||||
@ -1459,9 +1620,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/grunt-scss-lint/-/grunt-scss-lint-0.3.8.tgz",
|
"resolved": "https://registry.npmjs.org/grunt-scss-lint/-/grunt-scss-lint-0.3.8.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"which": {
|
"which": {
|
||||||
"version": "1.2.4",
|
"version": "1.2.9",
|
||||||
"from": "which@>=1.1.1 <2.0.0",
|
"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": {
|
"xmlbuilder": {
|
||||||
"version": "2.6.5",
|
"version": "2.6.5",
|
||||||
@ -1480,23 +1641,6 @@
|
|||||||
"from": "gzip-size@>=1.0.0 <2.0.0",
|
"from": "gzip-size@>=1.0.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-1.0.0.tgz"
|
"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-1.0.0.tgz"
|
||||||
},
|
},
|
||||||
"handlebars": {
|
|
||||||
"version": "4.0.5",
|
|
||||||
"from": "handlebars@>=4.0.0 <5.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz",
|
|
||||||
"dependencies": {
|
|
||||||
"async": {
|
|
||||||
"version": "1.5.2",
|
|
||||||
"from": "async@>=1.4.0 <2.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
|
|
||||||
},
|
|
||||||
"source-map": {
|
|
||||||
"version": "0.4.4",
|
|
||||||
"from": "source-map@>=0.4.4 <0.5.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"har-validator": {
|
"har-validator": {
|
||||||
"version": "2.0.6",
|
"version": "2.0.6",
|
||||||
"from": "har-validator@>=2.0.2 <2.1.0",
|
"from": "har-validator@>=2.0.2 <2.1.0",
|
||||||
@ -1548,19 +1692,24 @@
|
|||||||
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
|
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
|
||||||
},
|
},
|
||||||
"hosted-git-info": {
|
"hosted-git-info": {
|
||||||
"version": "2.1.4",
|
"version": "2.1.5",
|
||||||
"from": "hosted-git-info@>=2.1.4 <3.0.0",
|
"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": {
|
"htmlparser2": {
|
||||||
"version": "3.8.3",
|
"version": "3.8.3",
|
||||||
"from": "htmlparser2@3.8.3",
|
"from": "htmlparser2@3.8.3",
|
||||||
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
|
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"isarray": {
|
||||||
|
"version": "0.0.1",
|
||||||
|
"from": "isarray@0.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
|
||||||
|
},
|
||||||
"readable-stream": {
|
"readable-stream": {
|
||||||
"version": "1.1.13",
|
"version": "1.1.14",
|
||||||
"from": "readable-stream@>=1.1.0 <1.2.0",
|
"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 +1724,30 @@
|
|||||||
"resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz"
|
"resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz"
|
||||||
},
|
},
|
||||||
"http2": {
|
"http2": {
|
||||||
"version": "3.3.2",
|
"version": "3.3.4",
|
||||||
"from": "git+https://github.com/gruntjs/node-http2.git#fix-return-value",
|
"from": "http2@>=3.3.4 <4.0.0",
|
||||||
"resolved": "git+https://github.com/gruntjs/node-http2.git#f1fc002c1aef9b4e871c808fc5ddacdeb1a5cd94"
|
"resolved": "https://registry.npmjs.org/http2/-/http2-3.3.4.tgz"
|
||||||
},
|
},
|
||||||
"i": {
|
"i": {
|
||||||
"version": "0.3.4",
|
"version": "0.3.5",
|
||||||
"from": "i@>=0.3.0 <0.4.0",
|
"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": {
|
"iconv-lite": {
|
||||||
"version": "0.4.13",
|
"version": "0.4.13",
|
||||||
"from": "iconv-lite@>=0.4.5 <0.5.0",
|
"from": "iconv-lite@>=0.4.5 <0.5.0",
|
||||||
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz"
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz"
|
||||||
},
|
},
|
||||||
|
"ignore": {
|
||||||
|
"version": "2.2.19",
|
||||||
|
"from": "ignore@>=2.2.19 <3.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-2.2.19.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": {
|
"indent-string": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"from": "indent-string@>=2.1.0 <3.0.0",
|
"from": "indent-string@>=2.1.0 <3.0.0",
|
||||||
@ -1602,9 +1761,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"inflight": {
|
"inflight": {
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"from": "inflight@>=1.0.4 <2.0.0",
|
"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": {
|
"inherit": {
|
||||||
"version": "2.2.3",
|
"version": "2.2.3",
|
||||||
@ -1616,26 +1775,28 @@
|
|||||||
"from": "inherits@>=2.0.0 <3.0.0",
|
"from": "inherits@>=2.0.0 <3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
|
"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": {
|
"inquirer": {
|
||||||
"version": "0.11.4",
|
"version": "0.12.0",
|
||||||
"from": "inquirer@>=0.11.0 <0.12.0",
|
"from": "inquirer@>=0.12.0 <0.13.0",
|
||||||
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.11.4.tgz"
|
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz",
|
||||||
|
"dependencies": {
|
||||||
|
"lodash": {
|
||||||
|
"version": "4.13.1",
|
||||||
|
"from": "lodash@^4.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"invariant": {
|
||||||
|
"version": "2.2.1",
|
||||||
|
"from": "invariant@>=2.2.0 <3.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.1.tgz"
|
||||||
},
|
},
|
||||||
"invert-kv": {
|
"invert-kv": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"from": "invert-kv@>=1.0.0 <2.0.0",
|
"from": "invert-kv@>=1.0.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz"
|
"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": {
|
"is-arrayish": {
|
||||||
"version": "0.2.1",
|
"version": "0.2.1",
|
||||||
"from": "is-arrayish@>=0.2.1 <0.3.0",
|
"from": "is-arrayish@>=0.2.1 <0.3.0",
|
||||||
@ -1691,20 +1852,15 @@
|
|||||||
"from": "is-property@>=1.0.0 <2.0.0",
|
"from": "is-property@>=1.0.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz"
|
"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": {
|
"is-resolvable": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"from": "is-resolvable@>=1.0.0 <2.0.0",
|
"from": "is-resolvable@>=1.0.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz"
|
"resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz"
|
||||||
},
|
},
|
||||||
"is-stream": {
|
"is-stream": {
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"from": "is-stream@>=1.0.1 <2.0.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": {
|
"is-travis": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
@ -1722,9 +1878,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz"
|
"resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz"
|
||||||
},
|
},
|
||||||
"isarray": {
|
"isarray": {
|
||||||
"version": "0.0.1",
|
"version": "1.0.0",
|
||||||
"from": "isarray@0.0.1",
|
"from": "isarray@>=1.0.0 <1.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
|
||||||
},
|
},
|
||||||
"isexe": {
|
"isexe": {
|
||||||
"version": "1.1.2",
|
"version": "1.1.2",
|
||||||
@ -1742,9 +1898,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz"
|
"resolved": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz"
|
||||||
},
|
},
|
||||||
"jquery": {
|
"jquery": {
|
||||||
"version": "2.2.3",
|
"version": "2.2.4",
|
||||||
"from": "jquery@>=1.9.1 <3.0.0",
|
"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": {
|
"js-base64": {
|
||||||
"version": "2.1.9",
|
"version": "2.1.9",
|
||||||
@ -1785,7 +1941,8 @@
|
|||||||
},
|
},
|
||||||
"esprima": {
|
"esprima": {
|
||||||
"version": "2.7.2",
|
"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": {
|
"js-yaml": {
|
||||||
"version": "3.4.6",
|
"version": "3.4.6",
|
||||||
@ -1840,9 +1997,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz"
|
"resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz"
|
||||||
},
|
},
|
||||||
"jsonfile": {
|
"jsonfile": {
|
||||||
"version": "2.2.3",
|
"version": "2.3.1",
|
||||||
"from": "jsonfile@>=2.1.0 <3.0.0",
|
"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": {
|
"jsonify": {
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
@ -1875,31 +2032,24 @@
|
|||||||
"resolved": "https://registry.npmjs.org/kew/-/kew-0.7.0.tgz"
|
"resolved": "https://registry.npmjs.org/kew/-/kew-0.7.0.tgz"
|
||||||
},
|
},
|
||||||
"kind-of": {
|
"kind-of": {
|
||||||
"version": "3.0.2",
|
"version": "3.0.3",
|
||||||
"from": "kind-of@>=3.0.2 <4.0.0",
|
"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": {
|
"klaw": {
|
||||||
"version": "1.1.3",
|
"version": "1.2.0",
|
||||||
"from": "klaw@>=1.0.0 <2.0.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": {
|
"lazy-cache": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"from": "lazy-cache@>=1.0.3 <2.0.0",
|
"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": {
|
"lazystream": {
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
"from": "lazystream@>=0.1.0 <0.2.0",
|
"from": "lazystream@>=1.0.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lazystream/-/lazystream-0.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"lcid": {
|
"lcid": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
@ -1912,9 +2062,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/leven/-/leven-1.0.2.tgz"
|
"resolved": "https://registry.npmjs.org/leven/-/leven-1.0.2.tgz"
|
||||||
},
|
},
|
||||||
"levn": {
|
"levn": {
|
||||||
"version": "0.2.5",
|
"version": "0.3.0",
|
||||||
"from": "levn@>=0.2.5 <0.3.0",
|
"from": "levn@>=0.3.0 <0.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/levn/-/levn-0.2.5.tgz"
|
"resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz"
|
||||||
},
|
},
|
||||||
"livereload-js": {
|
"livereload-js": {
|
||||||
"version": "2.2.2",
|
"version": "2.2.2",
|
||||||
@ -1936,81 +2086,41 @@
|
|||||||
"from": "lodash@>=3.10.0 <4.0.0",
|
"from": "lodash@>=3.10.0 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz"
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz"
|
||||||
},
|
},
|
||||||
"lodash._arraycopy": {
|
|
||||||
"version": "3.0.0",
|
|
||||||
"from": "lodash._arraycopy@>=3.0.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz"
|
|
||||||
},
|
|
||||||
"lodash._arrayeach": {
|
|
||||||
"version": "3.0.0",
|
|
||||||
"from": "lodash._arrayeach@>=3.0.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz"
|
|
||||||
},
|
|
||||||
"lodash._arraymap": {
|
|
||||||
"version": "3.0.0",
|
|
||||||
"from": "lodash._arraymap@>=3.0.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash._arraymap/-/lodash._arraymap-3.0.0.tgz"
|
|
||||||
},
|
|
||||||
"lodash._baseassign": {
|
"lodash._baseassign": {
|
||||||
"version": "3.2.0",
|
"version": "3.2.0",
|
||||||
"from": "lodash._baseassign@>=3.0.0 <4.0.0",
|
"from": "lodash._baseassign@>=3.0.0 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz"
|
"resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz"
|
||||||
},
|
},
|
||||||
"lodash._baseclone": {
|
|
||||||
"version": "3.3.0",
|
|
||||||
"from": "lodash._baseclone@>=3.0.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash._baseclone/-/lodash._baseclone-3.3.0.tgz"
|
|
||||||
},
|
|
||||||
"lodash._basecopy": {
|
"lodash._basecopy": {
|
||||||
"version": "3.0.1",
|
"version": "3.0.1",
|
||||||
"from": "lodash._basecopy@>=3.0.0 <4.0.0",
|
"from": "lodash._basecopy@>=3.0.0 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz"
|
"resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz"
|
||||||
},
|
},
|
||||||
"lodash._basedifference": {
|
"lodash._baseiteratee": {
|
||||||
"version": "3.0.3",
|
"version": "4.7.0",
|
||||||
"from": "lodash._basedifference@>=3.0.0 <4.0.0",
|
"from": "lodash._baseiteratee@>=4.7.0 <4.8.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash._basedifference/-/lodash._basedifference-3.0.3.tgz"
|
"resolved": "https://registry.npmjs.org/lodash._baseiteratee/-/lodash._baseiteratee-4.7.0.tgz"
|
||||||
},
|
|
||||||
"lodash._baseflatten": {
|
|
||||||
"version": "3.1.4",
|
|
||||||
"from": "lodash._baseflatten@>=3.0.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash._baseflatten/-/lodash._baseflatten-3.1.4.tgz"
|
|
||||||
},
|
|
||||||
"lodash._basefor": {
|
|
||||||
"version": "3.0.3",
|
|
||||||
"from": "lodash._basefor@>=3.0.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.3.tgz"
|
|
||||||
},
|
|
||||||
"lodash._baseindexof": {
|
|
||||||
"version": "3.1.0",
|
|
||||||
"from": "lodash._baseindexof@>=3.0.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz"
|
|
||||||
},
|
},
|
||||||
"lodash._baseslice": {
|
"lodash._baseslice": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
"from": "lodash._baseslice@>=4.0.0 <4.1.0",
|
"from": "lodash._baseslice@>=4.0.0 <4.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash._baseslice/-/lodash._baseslice-4.0.0.tgz"
|
"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": {
|
"lodash._bindcallback": {
|
||||||
"version": "3.0.1",
|
"version": "3.0.1",
|
||||||
"from": "lodash._bindcallback@>=3.0.0 <4.0.0",
|
"from": "lodash._bindcallback@>=3.0.0 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz"
|
"resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz"
|
||||||
},
|
},
|
||||||
"lodash._cacheindexof": {
|
|
||||||
"version": "3.0.2",
|
|
||||||
"from": "lodash._cacheindexof@>=3.0.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz"
|
|
||||||
},
|
|
||||||
"lodash._createassigner": {
|
"lodash._createassigner": {
|
||||||
"version": "3.1.1",
|
"version": "3.1.1",
|
||||||
"from": "lodash._createassigner@>=3.0.0 <4.0.0",
|
"from": "lodash._createassigner@>=3.0.0 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz"
|
"resolved": "https://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz"
|
||||||
},
|
},
|
||||||
"lodash._createcache": {
|
|
||||||
"version": "3.1.2",
|
|
||||||
"from": "lodash._createcache@>=3.0.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz"
|
|
||||||
},
|
|
||||||
"lodash._getnative": {
|
"lodash._getnative": {
|
||||||
"version": "3.9.1",
|
"version": "3.9.1",
|
||||||
"from": "lodash._getnative@>=3.0.0 <4.0.0",
|
"from": "lodash._getnative@>=3.0.0 <4.0.0",
|
||||||
@ -2021,26 +2131,16 @@
|
|||||||
"from": "lodash._isiterateecall@>=3.0.0 <4.0.0",
|
"from": "lodash._isiterateecall@>=3.0.0 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz"
|
"resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz"
|
||||||
},
|
},
|
||||||
"lodash._pickbyarray": {
|
"lodash._stringtopath": {
|
||||||
"version": "3.0.2",
|
"version": "4.8.0",
|
||||||
"from": "lodash._pickbyarray@>=3.0.0 <4.0.0",
|
"from": "lodash._stringtopath@>=4.8.0 <4.9.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash._pickbyarray/-/lodash._pickbyarray-3.0.2.tgz"
|
"resolved": "https://registry.npmjs.org/lodash._stringtopath/-/lodash._stringtopath-4.8.0.tgz"
|
||||||
},
|
|
||||||
"lodash._pickbycallback": {
|
|
||||||
"version": "3.0.0",
|
|
||||||
"from": "lodash._pickbycallback@>=3.0.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash._pickbycallback/-/lodash._pickbycallback-3.0.0.tgz"
|
|
||||||
},
|
},
|
||||||
"lodash.assign": {
|
"lodash.assign": {
|
||||||
"version": "3.2.0",
|
"version": "3.2.0",
|
||||||
"from": "lodash.assign@>=3.2.0 <4.0.0",
|
"from": "lodash.assign@>=3.2.0 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz"
|
"resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz"
|
||||||
},
|
},
|
||||||
"lodash.clonedeep": {
|
|
||||||
"version": "3.0.2",
|
|
||||||
"from": "lodash.clonedeep@>=3.0.1 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-3.0.2.tgz"
|
|
||||||
},
|
|
||||||
"lodash.isarguments": {
|
"lodash.isarguments": {
|
||||||
"version": "3.0.8",
|
"version": "3.0.8",
|
||||||
"from": "lodash.isarguments@>=3.0.0 <4.0.0",
|
"from": "lodash.isarguments@>=3.0.0 <4.0.0",
|
||||||
@ -2051,76 +2151,61 @@
|
|||||||
"from": "lodash.isarray@>=3.0.0 <4.0.0",
|
"from": "lodash.isarray@>=3.0.0 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz"
|
"resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz"
|
||||||
},
|
},
|
||||||
"lodash.isplainobject": {
|
|
||||||
"version": "3.2.0",
|
|
||||||
"from": "lodash.isplainobject@>=3.0.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz"
|
|
||||||
},
|
|
||||||
"lodash.istypedarray": {
|
|
||||||
"version": "3.0.6",
|
|
||||||
"from": "lodash.istypedarray@>=3.0.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.6.tgz"
|
|
||||||
},
|
|
||||||
"lodash.keys": {
|
"lodash.keys": {
|
||||||
"version": "3.1.2",
|
"version": "3.1.2",
|
||||||
"from": "lodash.keys@>=3.0.0 <4.0.0",
|
"from": "lodash.keys@>=3.0.0 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz"
|
"resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz"
|
||||||
},
|
},
|
||||||
"lodash.keysin": {
|
"lodash.keysin": {
|
||||||
"version": "3.0.8",
|
"version": "4.1.4",
|
||||||
"from": "lodash.keysin@>=3.0.0 <4.0.0",
|
"from": "lodash.keysin@>=4.0.0 <5.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz"
|
"resolved": "https://registry.npmjs.org/lodash.keysin/-/lodash.keysin-4.1.4.tgz"
|
||||||
},
|
|
||||||
"lodash.merge": {
|
|
||||||
"version": "3.3.2",
|
|
||||||
"from": "lodash.merge@>=3.3.2 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-3.3.2.tgz"
|
|
||||||
},
|
|
||||||
"lodash.omit": {
|
|
||||||
"version": "3.1.0",
|
|
||||||
"from": "lodash.omit@>=3.1.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-3.1.0.tgz"
|
|
||||||
},
|
},
|
||||||
"lodash.pad": {
|
"lodash.pad": {
|
||||||
"version": "4.3.0",
|
"version": "4.4.0",
|
||||||
"from": "lodash.pad@>=4.1.0 <5.0.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": {
|
"lodash.padend": {
|
||||||
"version": "4.4.0",
|
"version": "4.5.0",
|
||||||
"from": "lodash.padend@>=4.1.0 <5.0.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": {
|
"lodash.padstart": {
|
||||||
"version": "4.4.0",
|
"version": "4.5.0",
|
||||||
"from": "lodash.padstart@>=4.1.0 <5.0.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": {
|
"lodash.pickby": {
|
||||||
"version": "3.1.0",
|
"version": "4.4.0",
|
||||||
"from": "lodash.pick@>=3.1.0 <4.0.0",
|
"from": "lodash.pickby@>=4.0.0 <5.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-3.1.0.tgz"
|
"resolved": "https://registry.npmjs.org/lodash.pickby/-/lodash.pickby-4.4.0.tgz"
|
||||||
|
},
|
||||||
|
"lodash.rest": {
|
||||||
|
"version": "4.0.3",
|
||||||
|
"from": "lodash.rest@>=4.0.0 <5.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash.rest/-/lodash.rest-4.0.3.tgz"
|
||||||
},
|
},
|
||||||
"lodash.restparam": {
|
"lodash.restparam": {
|
||||||
"version": "3.6.1",
|
"version": "3.6.1",
|
||||||
"from": "lodash.restparam@>=3.0.0 <4.0.0",
|
"from": "lodash.restparam@>=3.0.0 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz"
|
"resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz"
|
||||||
},
|
},
|
||||||
"lodash.toplainobject": {
|
|
||||||
"version": "3.0.0",
|
|
||||||
"from": "lodash.toplainobject@>=3.0.0 <4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz"
|
|
||||||
},
|
|
||||||
"lodash.tostring": {
|
"lodash.tostring": {
|
||||||
"version": "4.1.2",
|
"version": "4.1.3",
|
||||||
"from": "lodash.tostring@>=4.0.0 <5.0.0",
|
"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": {
|
"longest": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"from": "longest@>=1.0.1 <2.0.0",
|
"from": "longest@>=1.0.1 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz"
|
"resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz"
|
||||||
},
|
},
|
||||||
|
"loose-envify": {
|
||||||
|
"version": "1.2.0",
|
||||||
|
"from": "loose-envify@>=1.0.0 <2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.2.0.tgz"
|
||||||
|
},
|
||||||
"loud-rejection": {
|
"loud-rejection": {
|
||||||
"version": "1.3.0",
|
"version": "1.3.0",
|
||||||
"from": "loud-rejection@>=1.0.0 <2.0.0",
|
"from": "loud-rejection@>=1.0.0 <2.0.0",
|
||||||
@ -2164,14 +2249,14 @@
|
|||||||
"resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz"
|
"resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz"
|
||||||
},
|
},
|
||||||
"mime-db": {
|
"mime-db": {
|
||||||
"version": "1.22.0",
|
"version": "1.23.0",
|
||||||
"from": "mime-db@>=1.22.0 <1.23.0",
|
"from": "mime-db@>=1.23.0 <1.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.22.0.tgz"
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.23.0.tgz"
|
||||||
},
|
},
|
||||||
"mime-types": {
|
"mime-types": {
|
||||||
"version": "2.1.10",
|
"version": "2.1.11",
|
||||||
"from": "mime-types@>=2.1.9 <2.2.0",
|
"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": {
|
"minimatch": {
|
||||||
"version": "2.0.10",
|
"version": "2.0.10",
|
||||||
@ -2228,9 +2313,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz"
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz"
|
||||||
},
|
},
|
||||||
"nan": {
|
"nan": {
|
||||||
"version": "2.2.1",
|
"version": "2.3.4",
|
||||||
"from": "nan@>=2.0.8 <3.0.0",
|
"from": "nan@>=2.3.2 <3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/nan/-/nan-2.2.1.tgz"
|
"resolved": "https://registry.npmjs.org/nan/-/nan-2.3.4.tgz"
|
||||||
},
|
},
|
||||||
"natural-compare": {
|
"natural-compare": {
|
||||||
"version": "1.2.2",
|
"version": "1.2.2",
|
||||||
@ -2249,7 +2334,7 @@
|
|||||||
},
|
},
|
||||||
"node-gyp": {
|
"node-gyp": {
|
||||||
"version": "3.3.1",
|
"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",
|
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.3.1.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glob": {
|
"glob": {
|
||||||
@ -2259,7 +2344,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"minimatch": {
|
"minimatch": {
|
||||||
"version": "2.0.10",
|
"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 +2367,14 @@
|
|||||||
"resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz"
|
"resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz"
|
||||||
},
|
},
|
||||||
"node-sass": {
|
"node-sass": {
|
||||||
"version": "3.4.2",
|
"version": "3.7.0",
|
||||||
"from": "node-sass@>=3.4.0 <4.0.0",
|
"from": "node-sass@>=3.7.0 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-3.4.2.tgz",
|
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-3.7.0.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cross-spawn": {
|
"glob": {
|
||||||
"version": "2.2.2",
|
"version": "7.0.3",
|
||||||
"from": "cross-spawn@>=2.0.0 <3.0.0",
|
"from": "glob@>=7.0.3 <8.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-2.2.2.tgz"
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.0.3.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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -2373,7 +2422,7 @@
|
|||||||
},
|
},
|
||||||
"normalize-path": {
|
"normalize-path": {
|
||||||
"version": "2.0.1",
|
"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"
|
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz"
|
||||||
},
|
},
|
||||||
"normalize-range": {
|
"normalize-range": {
|
||||||
@ -2381,22 +2430,10 @@
|
|||||||
"from": "normalize-range@>=0.1.2 <0.2.0",
|
"from": "normalize-range@>=0.1.2 <0.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz"
|
"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": {
|
"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",
|
"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": {
|
"num2fraction": {
|
||||||
"version": "1.2.2",
|
"version": "1.2.2",
|
||||||
@ -2409,14 +2446,14 @@
|
|||||||
"resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz"
|
"resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz"
|
||||||
},
|
},
|
||||||
"oauth-sign": {
|
"oauth-sign": {
|
||||||
"version": "0.8.1",
|
"version": "0.8.2",
|
||||||
"from": "oauth-sign@>=0.8.0 <0.9.0",
|
"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": {
|
"object-assign": {
|
||||||
"version": "4.0.1",
|
"version": "4.1.0",
|
||||||
"from": "object-assign@>=4.0.1 <5.0.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": {
|
"on-finished": {
|
||||||
"version": "2.3.0",
|
"version": "2.3.0",
|
||||||
@ -2439,26 +2476,21 @@
|
|||||||
"resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz"
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz"
|
||||||
},
|
},
|
||||||
"opn": {
|
"opn": {
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"from": "opn@>=4.0.0 <5.0.0",
|
"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",
|
|
||||||
"from": "optimist@>=0.6.1 <0.7.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
|
|
||||||
"dependencies": {
|
|
||||||
"minimist": {
|
|
||||||
"version": "0.0.10",
|
|
||||||
"from": "minimist@>=0.0.1 <0.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"optionator": {
|
"optionator": {
|
||||||
"version": "0.6.0",
|
"version": "0.8.1",
|
||||||
"from": "optionator@>=0.6.0 <0.7.0",
|
"from": "optionator@>=0.8.1 <0.9.0",
|
||||||
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.6.0.tgz"
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.1.tgz",
|
||||||
|
"dependencies": {
|
||||||
|
"wordwrap": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"from": "wordwrap@>=1.0.0 <1.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"os-homedir": {
|
"os-homedir": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
@ -2470,11 +2502,6 @@
|
|||||||
"from": "os-locale@>=1.4.0 <2.0.0",
|
"from": "os-locale@>=1.4.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz"
|
"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": {
|
"os-tmpdir": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"from": "os-tmpdir@>=1.0.1 <2.0.0",
|
"from": "os-tmpdir@>=1.0.1 <2.0.0",
|
||||||
@ -2556,9 +2583,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/phantomjs-prebuilt/-/phantomjs-prebuilt-2.1.7.tgz",
|
"resolved": "https://registry.npmjs.org/phantomjs-prebuilt/-/phantomjs-prebuilt-2.1.7.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"which": {
|
"which": {
|
||||||
"version": "1.2.4",
|
"version": "1.2.9",
|
||||||
"from": "which@>=1.2.2 <1.3.0",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -2592,6 +2619,11 @@
|
|||||||
"from": "plur@>=1.0.0 <2.0.0",
|
"from": "plur@>=1.0.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/plur/-/plur-1.0.0.tgz"
|
"resolved": "https://registry.npmjs.org/plur/-/plur-1.0.0.tgz"
|
||||||
},
|
},
|
||||||
|
"pluralize": {
|
||||||
|
"version": "1.2.1",
|
||||||
|
"from": "pluralize@>=1.2.1 <2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz"
|
||||||
|
},
|
||||||
"portscanner": {
|
"portscanner": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"from": "portscanner@>=1.0.0 <2.0.0",
|
"from": "portscanner@>=1.0.0 <2.0.0",
|
||||||
@ -2605,9 +2637,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"postcss": {
|
"postcss": {
|
||||||
"version": "5.0.19",
|
"version": "5.0.21",
|
||||||
"from": "postcss@>=5.0.19 <6.0.0",
|
"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": {
|
"postcss-value-parser": {
|
||||||
"version": "3.3.0",
|
"version": "3.3.0",
|
||||||
@ -2635,9 +2667,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/private/-/private-0.1.6.tgz"
|
"resolved": "https://registry.npmjs.org/private/-/private-0.1.6.tgz"
|
||||||
},
|
},
|
||||||
"process-nextick-args": {
|
"process-nextick-args": {
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"from": "process-nextick-args@>=1.0.6 <1.1.0",
|
"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": {
|
"progress": {
|
||||||
"version": "1.1.8",
|
"version": "1.1.8",
|
||||||
@ -2649,11 +2681,6 @@
|
|||||||
"from": "prompt@>=0.2.14 <0.3.0",
|
"from": "prompt@>=0.2.14 <0.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz"
|
"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": {
|
"pseudomap": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"from": "pseudomap@>=1.0.1 <2.0.0",
|
"from": "pseudomap@>=1.0.1 <2.0.0",
|
||||||
@ -2707,16 +2734,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz"
|
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz"
|
||||||
},
|
},
|
||||||
"readable-stream": {
|
"readable-stream": {
|
||||||
"version": "2.0.6",
|
"version": "2.1.4",
|
||||||
"from": "readable-stream@>=2.0.0 <2.1.0",
|
"from": "readable-stream@>=2.0.0 <3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.4.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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"readline2": {
|
"readline2": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
@ -2734,15 +2754,20 @@
|
|||||||
"resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz"
|
"resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz"
|
||||||
},
|
},
|
||||||
"regenerate": {
|
"regenerate": {
|
||||||
"version": "1.2.1",
|
"version": "1.3.0",
|
||||||
"from": "regenerate@>=1.2.1 <2.0.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": {
|
"regenerator": {
|
||||||
"version": "0.8.40",
|
"version": "0.8.40",
|
||||||
"from": "regenerator@0.8.40",
|
"from": "regenerator@0.8.40",
|
||||||
"resolved": "https://registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz"
|
"resolved": "https://registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz"
|
||||||
},
|
},
|
||||||
|
"regenerator-runtime": {
|
||||||
|
"version": "0.9.5",
|
||||||
|
"from": "regenerator-runtime@>=0.9.5 <0.10.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.9.5.tgz"
|
||||||
|
},
|
||||||
"regexpu": {
|
"regexpu": {
|
||||||
"version": "1.3.0",
|
"version": "1.3.0",
|
||||||
"from": "regexpu@>=1.3.0 <2.0.0",
|
"from": "regexpu@>=1.3.0 <2.0.0",
|
||||||
@ -2784,6 +2809,11 @@
|
|||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
"from": "bl@>=1.0.0 <1.1.0",
|
"from": "bl@>=1.0.0 <1.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/bl/-/bl-1.0.3.tgz"
|
"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 +2909,11 @@
|
|||||||
"from": "http-signature@>=0.10.0 <0.11.0",
|
"from": "http-signature@>=0.10.0 <0.11.0",
|
||||||
"resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz"
|
"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": {
|
"mime-db": {
|
||||||
"version": "1.12.0",
|
"version": "1.12.0",
|
||||||
"from": "mime-db@>=1.12.0 <1.13.0",
|
"from": "mime-db@>=1.12.0 <1.13.0",
|
||||||
@ -2900,9 +2935,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/qs/-/qs-2.3.3.tgz"
|
"resolved": "https://registry.npmjs.org/qs/-/qs-2.3.3.tgz"
|
||||||
},
|
},
|
||||||
"readable-stream": {
|
"readable-stream": {
|
||||||
"version": "1.0.33",
|
"version": "1.0.34",
|
||||||
"from": "readable-stream@>=1.0.26 <1.1.0",
|
"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": {
|
"request": {
|
||||||
"version": "2.51.0",
|
"version": "2.51.0",
|
||||||
@ -2916,6 +2951,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"require-uncached": {
|
||||||
|
"version": "1.0.2",
|
||||||
|
"from": "require-uncached@>=1.0.2 <2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.2.tgz",
|
||||||
|
"dependencies": {
|
||||||
|
"resolve-from": {
|
||||||
|
"version": "1.0.1",
|
||||||
|
"from": "resolve-from@>=1.0.0 <2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"reserved-words": {
|
"reserved-words": {
|
||||||
"version": "0.1.1",
|
"version": "0.1.1",
|
||||||
"from": "reserved-words@>=0.1.1 <0.2.0",
|
"from": "reserved-words@>=0.1.1 <0.2.0",
|
||||||
@ -2968,7 +3015,7 @@
|
|||||||
},
|
},
|
||||||
"sass-graph": {
|
"sass-graph": {
|
||||||
"version": "2.1.1",
|
"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",
|
"resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.1.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glob": {
|
"glob": {
|
||||||
@ -2977,9 +3024,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz"
|
"resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz"
|
||||||
},
|
},
|
||||||
"lodash": {
|
"lodash": {
|
||||||
"version": "4.10.0",
|
"version": "4.13.1",
|
||||||
"from": "lodash@>=4.0.0 <5.0.0",
|
"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 +3187,16 @@
|
|||||||
"resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz"
|
"resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz"
|
||||||
},
|
},
|
||||||
"send": {
|
"send": {
|
||||||
"version": "0.13.1",
|
"version": "0.13.2",
|
||||||
"from": "send@0.13.1",
|
"from": "send@0.13.2",
|
||||||
"resolved": "https://registry.npmjs.org/send/-/send-0.13.1.tgz"
|
"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": {
|
"serve-index": {
|
||||||
"version": "1.7.3",
|
"version": "1.7.3",
|
||||||
@ -3150,9 +3204,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.7.3.tgz"
|
"resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.7.3.tgz"
|
||||||
},
|
},
|
||||||
"serve-static": {
|
"serve-static": {
|
||||||
"version": "1.10.2",
|
"version": "1.10.3",
|
||||||
"from": "serve-static@>=1.10.0 <2.0.0",
|
"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": {
|
"set-immediate-shim": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
@ -3194,15 +3248,20 @@
|
|||||||
"from": "slash@>=1.0.0 <2.0.0",
|
"from": "slash@>=1.0.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz"
|
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz"
|
||||||
},
|
},
|
||||||
|
"slice-ansi": {
|
||||||
|
"version": "0.0.4",
|
||||||
|
"from": "slice-ansi@0.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz"
|
||||||
|
},
|
||||||
"sntp": {
|
"sntp": {
|
||||||
"version": "1.0.9",
|
"version": "1.0.9",
|
||||||
"from": "sntp@>=1.0.0 <2.0.0",
|
"from": "sntp@>=1.0.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz"
|
"resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz"
|
||||||
},
|
},
|
||||||
"source-map": {
|
"source-map": {
|
||||||
"version": "0.5.3",
|
"version": "0.5.6",
|
||||||
"from": "source-map@>=0.5.1 <0.6.0",
|
"from": "source-map@>=0.5.5 <0.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz"
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"
|
||||||
},
|
},
|
||||||
"source-map-support": {
|
"source-map-support": {
|
||||||
"version": "0.2.10",
|
"version": "0.2.10",
|
||||||
@ -3216,11 +3275,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": {
|
"spdx-correct": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"from": "spdx-correct@>=1.0.0 <1.1.0",
|
"from": "spdx-correct@>=1.0.0 <1.1.0",
|
||||||
@ -3252,9 +3306,16 @@
|
|||||||
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz"
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz"
|
||||||
},
|
},
|
||||||
"sshpk": {
|
"sshpk": {
|
||||||
"version": "1.7.4",
|
"version": "1.8.3",
|
||||||
"from": "sshpk@>=1.7.0 <2.0.0",
|
"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": {
|
"stable": {
|
||||||
"version": "0.1.5",
|
"version": "0.1.5",
|
||||||
@ -3267,9 +3328,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz"
|
"resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz"
|
||||||
},
|
},
|
||||||
"statuses": {
|
"statuses": {
|
||||||
"version": "1.2.1",
|
"version": "1.3.0",
|
||||||
"from": "statuses@>=1.0.0 <2.0.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": {
|
"stream-buffers": {
|
||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
@ -3326,15 +3387,32 @@
|
|||||||
"from": "supports-color@>=3.1.2 <4.0.0",
|
"from": "supports-color@>=3.1.2 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz"
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz"
|
||||||
},
|
},
|
||||||
|
"table": {
|
||||||
|
"version": "3.7.8",
|
||||||
|
"from": "table@>=3.7.8 <4.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/table/-/table-3.7.8.tgz",
|
||||||
|
"dependencies": {
|
||||||
|
"bluebird": {
|
||||||
|
"version": "3.4.0",
|
||||||
|
"from": "bluebird@>=3.1.1 <4.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.0.tgz"
|
||||||
|
},
|
||||||
|
"lodash": {
|
||||||
|
"version": "4.13.1",
|
||||||
|
"from": "lodash@^4.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"tar": {
|
"tar": {
|
||||||
"version": "2.2.1",
|
"version": "2.2.1",
|
||||||
"from": "tar@>=2.0.0 <3.0.0",
|
"from": "tar@>=2.0.0 <3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz"
|
"resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz"
|
||||||
},
|
},
|
||||||
"tar-stream": {
|
"tar-stream": {
|
||||||
"version": "1.3.2",
|
"version": "1.5.2",
|
||||||
"from": "tar-stream@>=1.3.1 <1.4.0",
|
"from": "tar-stream@>=1.5.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.3.2.tgz"
|
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz"
|
||||||
},
|
},
|
||||||
"temporary": {
|
"temporary": {
|
||||||
"version": "0.0.8",
|
"version": "0.0.8",
|
||||||
@ -3342,9 +3420,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/temporary/-/temporary-0.0.8.tgz"
|
"resolved": "https://registry.npmjs.org/temporary/-/temporary-0.0.8.tgz"
|
||||||
},
|
},
|
||||||
"tether": {
|
"tether": {
|
||||||
"version": "1.2.0",
|
"version": "1.3.2",
|
||||||
"from": "tether@>=1.1.1 <2.0.0",
|
"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": {
|
"text-table": {
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
@ -3429,14 +3507,19 @@
|
|||||||
"resolved": "https://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz"
|
"resolved": "https://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz"
|
||||||
},
|
},
|
||||||
"tunnel-agent": {
|
"tunnel-agent": {
|
||||||
"version": "0.4.2",
|
"version": "0.4.3",
|
||||||
"from": "tunnel-agent@>=0.4.1 <0.5.0",
|
"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"
|
||||||
|
},
|
||||||
|
"tv4": {
|
||||||
|
"version": "1.2.7",
|
||||||
|
"from": "tv4@>=1.2.7 <2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/tv4/-/tv4-1.2.7.tgz"
|
||||||
},
|
},
|
||||||
"tweetnacl": {
|
"tweetnacl": {
|
||||||
"version": "0.14.3",
|
"version": "0.13.3",
|
||||||
"from": "tweetnacl@>=0.13.0 <1.0.0",
|
"from": "tweetnacl@>=0.13.0 <0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.3.tgz"
|
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.3.tgz"
|
||||||
},
|
},
|
||||||
"type-check": {
|
"type-check": {
|
||||||
"version": "0.3.2",
|
"version": "0.3.2",
|
||||||
@ -3444,9 +3527,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz"
|
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz"
|
||||||
},
|
},
|
||||||
"type-is": {
|
"type-is": {
|
||||||
"version": "1.6.12",
|
"version": "1.6.13",
|
||||||
"from": "type-is@>=1.6.10 <1.7.0",
|
"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": {
|
"typedarray": {
|
||||||
"version": "0.0.6",
|
"version": "0.0.6",
|
||||||
@ -3480,11 +3563,6 @@
|
|||||||
"from": "uglify-to-browserify@>=1.0.0 <1.1.0",
|
"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"
|
"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": {
|
"underscore": {
|
||||||
"version": "1.7.0",
|
"version": "1.7.0",
|
||||||
"from": "underscore@>=1.7.0 <1.8.0",
|
"from": "underscore@>=1.7.0 <1.8.0",
|
||||||
@ -3532,6 +3610,11 @@
|
|||||||
"from": "utils-merge@1.0.0",
|
"from": "utils-merge@1.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz"
|
"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": {
|
"validate-npm-package-license": {
|
||||||
"version": "3.0.1",
|
"version": "3.0.1",
|
||||||
"from": "validate-npm-package-license@>=3.0.1 <4.0.0",
|
"from": "validate-npm-package-license@>=3.0.1 <4.0.0",
|
||||||
@ -3548,9 +3631,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/vow/-/vow-0.4.12.tgz"
|
"resolved": "https://registry.npmjs.org/vow/-/vow-0.4.12.tgz"
|
||||||
},
|
},
|
||||||
"vow-fs": {
|
"vow-fs": {
|
||||||
"version": "0.3.4",
|
"version": "0.3.5",
|
||||||
"from": "vow-fs@>=0.3.4 <0.4.0",
|
"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": {
|
"dependencies": {
|
||||||
"glob": {
|
"glob": {
|
||||||
"version": "4.5.3",
|
"version": "4.5.3",
|
||||||
@ -3565,9 +3648,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.4.2.tgz"
|
"resolved": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.4.2.tgz"
|
||||||
},
|
},
|
||||||
"websocket-driver": {
|
"websocket-driver": {
|
||||||
"version": "0.6.4",
|
"version": "0.6.5",
|
||||||
"from": "websocket-driver@>=0.5.1",
|
"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": {
|
"websocket-extensions": {
|
||||||
"version": "0.1.1",
|
"version": "0.1.1",
|
||||||
@ -3607,25 +3690,25 @@
|
|||||||
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
|
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
|
||||||
},
|
},
|
||||||
"wrappy": {
|
"wrappy": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"from": "wrappy@>=1.0.0 <2.0.0",
|
"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": {
|
"write": {
|
||||||
"version": "0.2.1",
|
"version": "0.2.1",
|
||||||
"from": "write@>=0.2.1 <0.3.0",
|
"from": "write@>=0.2.1 <0.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz"
|
"resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz"
|
||||||
},
|
},
|
||||||
"xml-escape": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"from": "xml-escape@>=1.0.0 <1.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/xml-escape/-/xml-escape-1.0.0.tgz"
|
|
||||||
},
|
|
||||||
"xmlbuilder": {
|
"xmlbuilder": {
|
||||||
"version": "3.1.0",
|
"version": "3.1.0",
|
||||||
"from": "xmlbuilder@>=3.1.0 <4.0.0",
|
"from": "xmlbuilder@>=3.1.0 <4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-3.1.0.tgz"
|
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-3.1.0.tgz"
|
||||||
},
|
},
|
||||||
|
"xregexp": {
|
||||||
|
"version": "3.1.1",
|
||||||
|
"from": "xregexp@>=3.0.0 <4.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/xregexp/-/xregexp-3.1.1.tgz"
|
||||||
|
},
|
||||||
"xtend": {
|
"xtend": {
|
||||||
"version": "4.0.1",
|
"version": "4.0.1",
|
||||||
"from": "xtend@>=4.0.0 <5.0.0",
|
"from": "xtend@>=4.0.0 <5.0.0",
|
||||||
@ -3652,9 +3735,16 @@
|
|||||||
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz"
|
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz"
|
||||||
},
|
},
|
||||||
"zip-stream": {
|
"zip-stream": {
|
||||||
"version": "0.8.0",
|
"version": "1.0.0",
|
||||||
"from": "zip-stream@>=0.8.0 <0.9.0",
|
"from": "zip-stream@>=1.0.0 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-0.8.0.tgz"
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
{
|
{
|
||||||
"root": true,
|
"root": true,
|
||||||
"parser": "babel-eslint",
|
"parser": "babel-eslint",
|
||||||
|
"parserOptions": {
|
||||||
|
"ecmaVersion": 6,
|
||||||
|
"sourceType": "module"
|
||||||
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true,
|
"browser": true,
|
||||||
|
"es6": true,
|
||||||
"jquery": true
|
"jquery": true
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
@ -21,6 +26,7 @@
|
|||||||
"no-duplicate-case": 2,
|
"no-duplicate-case": 2,
|
||||||
"no-empty": 2,
|
"no-empty": 2,
|
||||||
"no-empty-character-class": 2,
|
"no-empty-character-class": 2,
|
||||||
|
"no-empty-pattern": 2,
|
||||||
"no-ex-assign": 2,
|
"no-ex-assign": 2,
|
||||||
"no-extra-boolean-cast": 2,
|
"no-extra-boolean-cast": 2,
|
||||||
"no-extra-parens": 0,
|
"no-extra-parens": 0,
|
||||||
@ -32,6 +38,7 @@
|
|||||||
"no-negated-in-lhs": 2,
|
"no-negated-in-lhs": 2,
|
||||||
"no-obj-calls": 2,
|
"no-obj-calls": 2,
|
||||||
"no-regex-spaces": 2,
|
"no-regex-spaces": 2,
|
||||||
|
"no-self-assign": 2,
|
||||||
"no-sparse-arrays": 2,
|
"no-sparse-arrays": 2,
|
||||||
"no-unexpected-multiline": 2,
|
"no-unexpected-multiline": 2,
|
||||||
"no-unreachable": 2,
|
"no-unreachable": 2,
|
||||||
@ -51,9 +58,9 @@
|
|||||||
"guard-for-in": 2,
|
"guard-for-in": 2,
|
||||||
"no-alert": 2,
|
"no-alert": 2,
|
||||||
"no-caller": 2,
|
"no-caller": 2,
|
||||||
|
"no-case-declarations": 2,
|
||||||
"no-div-regex": 2,
|
"no-div-regex": 2,
|
||||||
"no-else-return": 2,
|
"no-else-return": 2,
|
||||||
"no-empty-label": 2,
|
|
||||||
"no-eq-null": 2,
|
"no-eq-null": 2,
|
||||||
"no-eval": 2,
|
"no-eval": 2,
|
||||||
"no-extend-native": 2,
|
"no-extend-native": 2,
|
||||||
@ -67,6 +74,7 @@
|
|||||||
"no-labels": 2,
|
"no-labels": 2,
|
||||||
"no-lone-blocks": 2,
|
"no-lone-blocks": 2,
|
||||||
"no-loop-func": 2,
|
"no-loop-func": 2,
|
||||||
|
"no-magic-numbers": [2, {"ignore": [-1, 0, 1]}],
|
||||||
"no-multi-spaces": 0,
|
"no-multi-spaces": 0,
|
||||||
"no-multi-str": 2,
|
"no-multi-str": 2,
|
||||||
"no-native-reassign": 2,
|
"no-native-reassign": 2,
|
||||||
@ -122,6 +130,7 @@
|
|||||||
"func-style": 0,
|
"func-style": 0,
|
||||||
"indent": [2, 2, {"SwitchCase": 1}],
|
"indent": [2, 2, {"SwitchCase": 1}],
|
||||||
"key-spacing": 0,
|
"key-spacing": 0,
|
||||||
|
"keyword-spacing": 2,
|
||||||
"linebreak-style": 2,
|
"linebreak-style": 2,
|
||||||
"lines-around-comment": 0,
|
"lines-around-comment": 0,
|
||||||
"new-cap": 0,
|
"new-cap": 0,
|
||||||
@ -150,13 +159,11 @@
|
|||||||
"semi": [2, "never"],
|
"semi": [2, "never"],
|
||||||
"semi-spacing": 2,
|
"semi-spacing": 2,
|
||||||
"sort-vars": 2,
|
"sort-vars": 2,
|
||||||
"space-after-keywords": 2,
|
|
||||||
"space-before-blocks": 2,
|
"space-before-blocks": 2,
|
||||||
"space-before-function-paren": 0,
|
"space-before-function-paren": 0,
|
||||||
"spaced-comment": 2,
|
"spaced-comment": 2,
|
||||||
"space-infix-ops": 2,
|
"space-infix-ops": 2,
|
||||||
"space-in-parens": 2,
|
"space-in-parens": 2,
|
||||||
"space-return-throw-case": 2,
|
|
||||||
"space-unary-ops": 2,
|
"space-unary-ops": 2,
|
||||||
|
|
||||||
// es6
|
// es6
|
||||||
@ -167,6 +174,7 @@
|
|||||||
"no-class-assign": 2,
|
"no-class-assign": 2,
|
||||||
"no-const-assign": 2,
|
"no-const-assign": 2,
|
||||||
"no-dupe-class-members": 2,
|
"no-dupe-class-members": 2,
|
||||||
|
"no-new-symbol": 2,
|
||||||
"no-this-before-super": 2,
|
"no-this-before-super": 2,
|
||||||
"no-var": 2,
|
"no-var": 2,
|
||||||
"object-shorthand": 2,
|
"object-shorthand": 2,
|
@ -24,6 +24,8 @@ const Carousel = (($) => {
|
|||||||
const DATA_API_KEY = '.data-api'
|
const DATA_API_KEY = '.data-api'
|
||||||
const JQUERY_NO_CONFLICT = $.fn[NAME]
|
const JQUERY_NO_CONFLICT = $.fn[NAME]
|
||||||
const TRANSITION_DURATION = 600
|
const TRANSITION_DURATION = 600
|
||||||
|
const ARROW_LEFT_KEYCODE = 37 // KeyboardEvent.which value for left arrow key
|
||||||
|
const ARROW_RIGHT_KEYCODE = 39 // KeyboardEvent.which value for right arrow key
|
||||||
|
|
||||||
const Default = {
|
const Default = {
|
||||||
interval : 5000,
|
interval : 5000,
|
||||||
@ -236,8 +238,8 @@ const Carousel = (($) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch (event.which) {
|
switch (event.which) {
|
||||||
case 37: this.prev(); break
|
case ARROW_LEFT_KEYCODE: this.prev(); break
|
||||||
case 39: this.next(); break
|
case ARROW_RIGHT_KEYCODE: this.next(); break
|
||||||
default: return
|
default: return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,12 +17,16 @@ const Dropdown = (($) => {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const NAME = 'dropdown'
|
const NAME = 'dropdown'
|
||||||
const VERSION = '4.0.0-alpha.2'
|
const VERSION = '4.0.0-alpha.2'
|
||||||
const DATA_KEY = 'bs.dropdown'
|
const DATA_KEY = 'bs.dropdown'
|
||||||
const EVENT_KEY = `.${DATA_KEY}`
|
const EVENT_KEY = `.${DATA_KEY}`
|
||||||
const DATA_API_KEY = '.data-api'
|
const DATA_API_KEY = '.data-api'
|
||||||
const JQUERY_NO_CONFLICT = $.fn[NAME]
|
const JQUERY_NO_CONFLICT = $.fn[NAME]
|
||||||
|
const ESCAPE_KEYCODE = 27 // KeyboardEvent.which value for Escape (Esc) key
|
||||||
|
const ARROW_UP_KEYCODE = 38 // KeyboardEvent.which value for up arrow key
|
||||||
|
const ARROW_DOWN_KEYCODE = 40 // KeyboardEvent.which value for down arrow key
|
||||||
|
const RIGHT_MOUSE_BUTTON_WHICH = 3 // MouseEvent.which value for the right button (assuming a right-handed mouse)
|
||||||
|
|
||||||
const Event = {
|
const Event = {
|
||||||
HIDE : `hide${EVENT_KEY}`,
|
HIDE : `hide${EVENT_KEY}`,
|
||||||
@ -152,7 +156,7 @@ const Dropdown = (($) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static _clearMenus(event) {
|
static _clearMenus(event) {
|
||||||
if (event && event.which === 3) {
|
if (event && event.which === RIGHT_MOUSE_BUTTON_WHICH) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -218,10 +222,10 @@ const Dropdown = (($) => {
|
|||||||
let parent = Dropdown._getParentFromElement(this)
|
let parent = Dropdown._getParentFromElement(this)
|
||||||
let isActive = $(parent).hasClass(ClassName.OPEN)
|
let isActive = $(parent).hasClass(ClassName.OPEN)
|
||||||
|
|
||||||
if ((!isActive && event.which !== 27) ||
|
if ((!isActive && event.which !== ESCAPE_KEYCODE) ||
|
||||||
(isActive && event.which === 27)) {
|
(isActive && event.which === ESCAPE_KEYCODE)) {
|
||||||
|
|
||||||
if (event.which === 27) {
|
if (event.which === ESCAPE_KEYCODE) {
|
||||||
let toggle = $(parent).find(Selector.DATA_TOGGLE)[0]
|
let toggle = $(parent).find(Selector.DATA_TOGGLE)[0]
|
||||||
$(toggle).trigger('focus')
|
$(toggle).trigger('focus')
|
||||||
}
|
}
|
||||||
@ -242,11 +246,11 @@ const Dropdown = (($) => {
|
|||||||
|
|
||||||
let index = items.indexOf(event.target)
|
let index = items.indexOf(event.target)
|
||||||
|
|
||||||
if (event.which === 38 && index > 0) { // up
|
if (event.which === ARROW_UP_KEYCODE && index > 0) { // up
|
||||||
index--
|
index--
|
||||||
}
|
}
|
||||||
|
|
||||||
if (event.which === 40 && index < items.length - 1) { // down
|
if (event.which === ARROW_DOWN_KEYCODE && index < items.length - 1) { // down
|
||||||
index++
|
index++
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ const Modal = (($) => {
|
|||||||
const JQUERY_NO_CONFLICT = $.fn[NAME]
|
const JQUERY_NO_CONFLICT = $.fn[NAME]
|
||||||
const TRANSITION_DURATION = 300
|
const TRANSITION_DURATION = 300
|
||||||
const BACKDROP_TRANSITION_DURATION = 150
|
const BACKDROP_TRANSITION_DURATION = 150
|
||||||
|
const ESCAPE_KEYCODE = 27 // KeyboardEvent.which value for Escape (Esc) key
|
||||||
|
|
||||||
const Default = {
|
const Default = {
|
||||||
backdrop : true,
|
backdrop : true,
|
||||||
@ -271,7 +272,7 @@ const Modal = (($) => {
|
|||||||
_setEscapeEvent() {
|
_setEscapeEvent() {
|
||||||
if (this._isShown && this._config.keyboard) {
|
if (this._isShown && this._config.keyboard) {
|
||||||
$(this._element).on(Event.KEYDOWN_DISMISS, (event) => {
|
$(this._element).on(Event.KEYDOWN_DISMISS, (event) => {
|
||||||
if (event.which === 27) {
|
if (event.which === ESCAPE_KEYCODE) {
|
||||||
this.hide()
|
this.hide()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@ -400,7 +401,7 @@ const Modal = (($) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (this._isBodyOverflowing && !isModalOverflowing) {
|
if (this._isBodyOverflowing && !isModalOverflowing) {
|
||||||
this._element.style.paddingRight = `${this._scrollbarWidth}px~`
|
this._element.style.paddingRight = `${this._scrollbarWidth}px`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -140,6 +140,7 @@ const ScrollSpy = (($) => {
|
|||||||
targetSelector
|
targetSelector
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
return null
|
||||||
})
|
})
|
||||||
.filter((item) => item)
|
.filter((item) => item)
|
||||||
.sort((a, b) => a[0] - b[0])
|
.sort((a, b) => a[0] - b[0])
|
||||||
|
@ -16,6 +16,8 @@ const Util = (($) => {
|
|||||||
|
|
||||||
let transition = false
|
let transition = false
|
||||||
|
|
||||||
|
const MAX_UID = 1000000
|
||||||
|
|
||||||
const TransitionEndEvent = {
|
const TransitionEndEvent = {
|
||||||
WebkitTransition : 'webkitTransitionEnd',
|
WebkitTransition : 'webkitTransitionEnd',
|
||||||
MozTransition : 'transitionend',
|
MozTransition : 'transitionend',
|
||||||
@ -40,6 +42,7 @@ const Util = (($) => {
|
|||||||
if ($(event.target).is(this)) {
|
if ($(event.target).is(this)) {
|
||||||
return event.handleObj.handler.apply(this, arguments)
|
return event.handleObj.handler.apply(this, arguments)
|
||||||
}
|
}
|
||||||
|
return undefined
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -100,7 +103,7 @@ const Util = (($) => {
|
|||||||
getUID(prefix) {
|
getUID(prefix) {
|
||||||
do {
|
do {
|
||||||
/* eslint-disable no-bitwise */
|
/* eslint-disable no-bitwise */
|
||||||
prefix += ~~(Math.random() * 1000000) // "~~" acts like a faster Math.floor() here
|
prefix += ~~(Math.random() * MAX_UID) // "~~" acts like a faster Math.floor() here
|
||||||
/* eslint-enable no-bitwise */
|
/* eslint-enable no-bitwise */
|
||||||
} while (document.getElementById(prefix))
|
} while (document.getElementById(prefix))
|
||||||
return prefix
|
return prefix
|
||||||
|
@ -81,7 +81,7 @@ $(function () {
|
|||||||
.find('#scrollspy-example')
|
.find('#scrollspy-example')
|
||||||
.bootstrapScrollspy({ target: '#ss-target' })
|
.bootstrapScrollspy({ target: '#ss-target' })
|
||||||
|
|
||||||
$scrollspy.on('scroll.bs.scrollspy', function () {
|
$scrollspy.one('scroll', function () {
|
||||||
assert.ok($section.hasClass('active'), '"active" class still on root node')
|
assert.ok($section.hasClass('active'), '"active" class still on root node')
|
||||||
done()
|
done()
|
||||||
})
|
})
|
||||||
@ -126,7 +126,7 @@ $(function () {
|
|||||||
.find('#scrollspy-example')
|
.find('#scrollspy-example')
|
||||||
.bootstrapScrollspy({ target: document.getElementById('#ss-target') })
|
.bootstrapScrollspy({ target: document.getElementById('#ss-target') })
|
||||||
|
|
||||||
$scrollspy.on('scroll.bs.scrollspy', function () {
|
$scrollspy.one('scroll', function () {
|
||||||
assert.ok($section.hasClass('active'), '"active" class still on root node')
|
assert.ok($section.hasClass('active'), '"active" class still on root node')
|
||||||
done()
|
done()
|
||||||
})
|
})
|
||||||
@ -158,7 +158,7 @@ $(function () {
|
|||||||
|
|
||||||
$scrollspy.bootstrapScrollspy({ target: '#navigation', offset: $scrollspy.position().top })
|
$scrollspy.bootstrapScrollspy({ target: '#navigation', offset: $scrollspy.position().top })
|
||||||
|
|
||||||
$scrollspy.on('scroll.bs.scrollspy', function () {
|
$scrollspy.one('scroll', function () {
|
||||||
assert.ok(!$section.find('#one-link').hasClass('active'), '"active" class removed from first section')
|
assert.ok(!$section.find('#one-link').hasClass('active'), '"active" class removed from first section')
|
||||||
assert.ok($section.find('#two-link').hasClass('active'), '"active" class on middle section')
|
assert.ok($section.find('#two-link').hasClass('active'), '"active" class on middle section')
|
||||||
assert.ok(!$section.find('#three-link').hasClass('active'), '"active" class not on last section')
|
assert.ok(!$section.find('#three-link').hasClass('active'), '"active" class not on last section')
|
||||||
@ -272,11 +272,11 @@ $(function () {
|
|||||||
target: '#navigation',
|
target: '#navigation',
|
||||||
offset: $scrollspy.position().top
|
offset: $scrollspy.position().top
|
||||||
})
|
})
|
||||||
.one('scroll.bs.scrollspy', function () {
|
.one('scroll', function () {
|
||||||
assert.strictEqual($('.active').length, 1, '"active" class on only one element present')
|
assert.strictEqual($('.active').length, 1, '"active" class on only one element present')
|
||||||
assert.strictEqual($('.active').is('#two-link'), true, '"active" class on second section')
|
assert.strictEqual($('.active').is('#two-link'), true, '"active" class on second section')
|
||||||
$scrollspy
|
$scrollspy
|
||||||
.one('scroll.bs.scrollspy', function () {
|
.one('scroll', function () {
|
||||||
assert.strictEqual($('.active').length, 0, 'selection cleared')
|
assert.strictEqual($('.active').length, 0, 'selection cleared')
|
||||||
done()
|
done()
|
||||||
})
|
})
|
||||||
@ -357,12 +357,12 @@ $(function () {
|
|||||||
.appendTo('#qunit-fixture')
|
.appendTo('#qunit-fixture')
|
||||||
|
|
||||||
if (type === 'js') $content.bootstrapScrollspy({ target: '.navbar', offset: 0, method: 'offset' })
|
if (type === 'js') $content.bootstrapScrollspy({ target: '.navbar', offset: 0, method: 'offset' })
|
||||||
else if (type === 'data') $(window).trigger('load.bs.scrollspy.data-api')
|
else if (type === 'data') $(window).trigger('load')
|
||||||
|
|
||||||
var $target = $('#div-' + type + 'm-2')
|
var $target = $('#div-' + type + 'm-2')
|
||||||
var scrollspy = $content.data('bs.scrollspy')
|
var scrollspy = $content.data('bs.scrollspy')
|
||||||
|
|
||||||
assert.ok(scrollspy._offsets[1] === $target.offset().top, 'offsed method with ' + type + ' option')
|
assert.ok(scrollspy._offsets[1] === $target.offset().top, 'offset method with ' + type + ' option')
|
||||||
assert.ok(scrollspy._offsets[1] !== $target.position().top, 'position method with ' + type + ' option')
|
assert.ok(scrollspy._offsets[1] !== $target.position().top, 'position method with ' + type + ' option')
|
||||||
|
|
||||||
deferred.resolve()
|
deferred.resolve()
|
||||||
@ -400,12 +400,12 @@ $(function () {
|
|||||||
.appendTo('#qunit-fixture')
|
.appendTo('#qunit-fixture')
|
||||||
|
|
||||||
if (type === 'js') $content.bootstrapScrollspy({ target: '.navbar', offset: 0, method: 'position' })
|
if (type === 'js') $content.bootstrapScrollspy({ target: '.navbar', offset: 0, method: 'position' })
|
||||||
else if (type === 'data') $(window).trigger('load.bs.scrollspy.data-api')
|
else if (type === 'data') $(window).trigger('load')
|
||||||
|
|
||||||
var $target = $('#div-' + type + 'm-2')
|
var $target = $('#div-' + type + 'm-2')
|
||||||
var scrollspy = $content.data('bs.scrollspy')
|
var scrollspy = $content.data('bs.scrollspy')
|
||||||
|
|
||||||
assert.ok(scrollspy._offsets[1] !== $target.offset().top, 'offsed method with ' + type + ' option')
|
assert.ok(scrollspy._offsets[1] !== $target.offset().top, 'offset method with ' + type + ' option')
|
||||||
assert.ok(scrollspy._offsets[1] === $target.position().top, 'position method with ' + type + ' option')
|
assert.ok(scrollspy._offsets[1] === $target.position().top, 'position method with ' + type + ' option')
|
||||||
|
|
||||||
deferred.resolve()
|
deferred.resolve()
|
||||||
|
8
js/tests/vendor/jquery.min.js
vendored
8
js/tests/vendor/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
<id>bootstrap</id>
|
<id>bootstrap</id>
|
||||||
<version>4.0.0-alpha</version>
|
<version>4.0.0-alpha</version>
|
||||||
<title>Bootstrap CSS</title>
|
<title>Bootstrap CSS</title>
|
||||||
<authors>Twitter, Inc.</authors>
|
<authors>The Bootstrap Authors, Twitter Inc.</authors>
|
||||||
<owners>bootstrap</owners>
|
<owners>bootstrap</owners>
|
||||||
<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
|
<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
|
||||||
<releaseNotes>http://blog.getbootstrap.com</releaseNotes>
|
<releaseNotes>http://blog.getbootstrap.com</releaseNotes>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<id>bootstrap.sass</id>
|
<id>bootstrap.sass</id>
|
||||||
<version>4.0.0-alpha</version>
|
<version>4.0.0-alpha</version>
|
||||||
<title>Bootstrap Sass</title>
|
<title>Bootstrap Sass</title>
|
||||||
<authors>Twitter, Inc.</authors>
|
<authors>The Bootstrap Authors, Twitter Inc.</authors>
|
||||||
<owners>bootstrap</owners>
|
<owners>bootstrap</owners>
|
||||||
<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
|
<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
|
||||||
<releaseNotes>http://blog.getbootstrap.com</releaseNotes>
|
<releaseNotes>http://blog.getbootstrap.com</releaseNotes>
|
||||||
|
10
package.json
10
package.json
@ -12,11 +12,13 @@
|
|||||||
"web"
|
"web"
|
||||||
],
|
],
|
||||||
"homepage": "http://getbootstrap.com",
|
"homepage": "http://getbootstrap.com",
|
||||||
"author": "Twitter, Inc.",
|
"author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)",
|
||||||
|
"contributors": ["Twitter, Inc."],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"change-version": "node grunt/change-version.js",
|
"change-version": "node grunt/change-version.js",
|
||||||
"shrinkwrap": "npm shrinkwrap --dev && mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
|
"shrinkwrap": "npm shrinkwrap --dev && mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
|
||||||
"test": "grunt test"
|
"eslint": "eslint --config js/.eslintrc.json js/src",
|
||||||
|
"test": "npm run eslint && grunt test"
|
||||||
},
|
},
|
||||||
"style": "dist/css/bootstrap.css",
|
"style": "dist/css/bootstrap.css",
|
||||||
"sass": "scss/bootstrap.scss",
|
"sass": "scss/bootstrap.scss",
|
||||||
@ -35,7 +37,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^6.0.3",
|
"autoprefixer": "^6.0.3",
|
||||||
"babel-eslint": "^4.1.3",
|
"babel-eslint": "^6.0.4",
|
||||||
|
"eslint": "^2.2.0",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-babel": "^5.0.3",
|
"grunt-babel": "^5.0.3",
|
||||||
"grunt-build-control": "^0.6.0",
|
"grunt-build-control": "^0.6.0",
|
||||||
@ -49,7 +52,6 @@
|
|||||||
"grunt-contrib-sass": "^1.0.0",
|
"grunt-contrib-sass": "^1.0.0",
|
||||||
"grunt-contrib-uglify": "^1.0.0",
|
"grunt-contrib-uglify": "^1.0.0",
|
||||||
"grunt-contrib-watch": "^1.0.0",
|
"grunt-contrib-watch": "^1.0.0",
|
||||||
"grunt-eslint": "^17.1.0",
|
|
||||||
"grunt-exec": "^0.4.6",
|
"grunt-exec": "^0.4.6",
|
||||||
"grunt-html": "^7.0.0",
|
"grunt-html": "^7.0.0",
|
||||||
"grunt-jekyll": "^0.4.2",
|
"grunt-jekyll": "^0.4.2",
|
||||||
|
1
scss/bootstrap.scss
vendored
1
scss/bootstrap.scss
vendored
@ -1,5 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
|
* Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
|
||||||
|
* Copyright 2011-2016 The Bootstrap Authors
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user