0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 18:54:30 +01:00

Merge pull request #20199 from twbs/master-deps

Update dependencies
This commit is contained in:
Chris Rebert 2016-06-28 13:16:32 -07:00 committed by GitHub
commit daad359f01
14 changed files with 108 additions and 611 deletions

View File

@ -26,7 +26,7 @@ GEM
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.11.1)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.4.22) sass (3.4.22)

View File

@ -352,7 +352,7 @@ module.exports = function (grunt) {
options: { options: {
ignore: [ ignore: [
'Attribute "autocomplete" not allowed on element "button" at this point.', 'Attribute "autocomplete" not allowed on element "button" at this point.',
'Attribute "autocomplete" is only allowed when the input type is "color", "date", "datetime", "datetime-local", "email", "month", "number", "password", "range", "search", "tel", "text", "time", "url", or "week".', 'Attribute "autocomplete" is only allowed when the input type is "color", "date", "datetime", "datetime-local", "email", "hidden", "month", "number", "password", "range", "search", "tel", "text", "time", "url", or "week".',
'Element "img" is missing required attribute "src".' 'Element "img" is missing required attribute "src".'
] ]
}, },

File diff suppressed because one or more lines are too long

View File

@ -1573,9 +1573,11 @@ if (typeof jQuery === 'undefined') {
function complete() { function complete() {
if (that.hoverState != 'in') $tip.detach() if (that.hoverState != 'in') $tip.detach()
that.$element if (that.$element) { // TODO: Check whether guarding this code with this `if` is really necessary.
.removeAttr('aria-describedby') that.$element
.trigger('hidden.bs.' + that.type) .removeAttr('aria-describedby')
.trigger('hidden.bs.' + that.type)
}
callback && callback() callback && callback()
} }
@ -1734,6 +1736,7 @@ if (typeof jQuery === 'undefined') {
that.$tip = null that.$tip = null
that.$arrow = null that.$arrow = null
that.$viewport = null that.$viewport = null
that.$element = null
}) })
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1573,9 +1573,11 @@ if (typeof jQuery === 'undefined') {
function complete() { function complete() {
if (that.hoverState != 'in') $tip.detach() if (that.hoverState != 'in') $tip.detach()
that.$element if (that.$element) { // TODO: Check whether guarding this code with this `if` is really necessary.
.removeAttr('aria-describedby') that.$element
.trigger('hidden.bs.' + that.type) .removeAttr('aria-describedby')
.trigger('hidden.bs.' + that.type)
}
callback && callback() callback && callback()
} }
@ -1734,6 +1736,7 @@ if (typeof jQuery === 'undefined') {
that.$tip = null that.$tip = null
that.$arrow = null that.$arrow = null
that.$viewport = null that.$viewport = null
that.$element = null
}) })
} }

File diff suppressed because one or more lines are too long

View File

@ -34,11 +34,6 @@
"from": "align-text@>=0.1.3 <0.2.0", "from": "align-text@>=0.1.3 <0.2.0",
"resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz" "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz"
}, },
"alter": {
"version": "0.2.0",
"from": "alter@>=0.2.0 <0.3.0",
"resolved": "https://registry.npmjs.org/alter/-/alter-0.2.0.tgz"
},
"amdefine": { "amdefine": {
"version": "1.0.0", "version": "1.0.0",
"from": "amdefine@>=0.0.4", "from": "amdefine@>=0.0.4",
@ -145,16 +140,6 @@
"from": "assert-plus@>=0.2.0 <0.3.0", "from": "assert-plus@>=0.2.0 <0.3.0",
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz" "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz"
}, },
"ast-traverse": {
"version": "0.1.1",
"from": "ast-traverse@>=0.1.1 <0.2.0",
"resolved": "https://registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz"
},
"ast-types": {
"version": "0.8.12",
"from": "ast-types@0.8.12",
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz"
},
"async": { "async": {
"version": "0.1.22", "version": "0.1.22",
"from": "async@>=0.1.22 <0.2.0", "from": "async@>=0.1.22 <0.2.0",
@ -180,134 +165,15 @@
"from": "aws4@>=1.2.1 <2.0.0", "from": "aws4@>=1.2.1 <2.0.0",
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.4.1.tgz" "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.4.1.tgz"
}, },
"babel-core": { "babel-runtime": {
"version": "5.8.38", "version": "6.9.2",
"from": "babel-core@>=5.8.3 <5.9.0", "from": "babel-runtime@>=6.9.2 <7.0.0",
"resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz", "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.9.2.tgz"
"dependencies": {
"esutils": {
"version": "2.0.2",
"from": "esutils@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz"
},
"lodash": {
"version": "3.10.1",
"from": "lodash@>=3.10.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz"
},
"minimatch": {
"version": "2.0.10",
"from": "minimatch@>=2.0.3 <3.0.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz"
},
"path-exists": {
"version": "1.0.0",
"from": "path-exists@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz"
},
"repeating": {
"version": "1.1.3",
"from": "repeating@>=1.1.2 <2.0.0",
"resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz"
},
"source-map": {
"version": "0.5.6",
"from": "source-map@>=0.5.0 <0.6.0",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"
}
}
},
"babel-jscs": {
"version": "2.0.5",
"from": "babel-jscs@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/babel-jscs/-/babel-jscs-2.0.5.tgz"
},
"babel-plugin-constant-folding": {
"version": "1.0.1",
"from": "babel-plugin-constant-folding@>=1.0.1 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz"
},
"babel-plugin-dead-code-elimination": {
"version": "1.0.2",
"from": "babel-plugin-dead-code-elimination@>=1.0.2 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz"
},
"babel-plugin-eval": {
"version": "1.0.1",
"from": "babel-plugin-eval@>=1.0.1 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz"
},
"babel-plugin-inline-environment-variables": {
"version": "1.0.1",
"from": "babel-plugin-inline-environment-variables@>=1.0.1 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz"
},
"babel-plugin-jscript": {
"version": "1.0.4",
"from": "babel-plugin-jscript@>=1.0.4 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz"
},
"babel-plugin-member-expression-literals": {
"version": "1.0.1",
"from": "babel-plugin-member-expression-literals@>=1.0.1 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz"
},
"babel-plugin-property-literals": {
"version": "1.0.1",
"from": "babel-plugin-property-literals@>=1.0.1 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz"
},
"babel-plugin-proto-to-assign": {
"version": "1.0.4",
"from": "babel-plugin-proto-to-assign@>=1.0.3 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz",
"dependencies": {
"lodash": {
"version": "3.10.1",
"from": "lodash@>=3.9.3 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz"
}
}
},
"babel-plugin-react-constant-elements": {
"version": "1.0.3",
"from": "babel-plugin-react-constant-elements@>=1.0.3 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz"
},
"babel-plugin-react-display-name": {
"version": "1.0.3",
"from": "babel-plugin-react-display-name@>=1.0.3 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz"
},
"babel-plugin-remove-console": {
"version": "1.0.1",
"from": "babel-plugin-remove-console@>=1.0.1 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz"
},
"babel-plugin-remove-debugger": {
"version": "1.0.1",
"from": "babel-plugin-remove-debugger@>=1.0.1 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz"
},
"babel-plugin-runtime": {
"version": "1.0.7",
"from": "babel-plugin-runtime@>=1.0.7 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz"
},
"babel-plugin-undeclared-variables-check": {
"version": "1.0.2",
"from": "babel-plugin-undeclared-variables-check@>=1.0.2 <2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz"
},
"babel-plugin-undefined-to-void": {
"version": "1.1.6",
"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"
}, },
"babylon": { "babylon": {
"version": "5.8.38", "version": "6.8.2",
"from": "babylon@>=5.8.38 <6.0.0", "from": "babylon@>=6.8.1 <7.0.0",
"resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz" "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.8.2.tgz"
}, },
"balanced-match": { "balanced-match": {
"version": "0.4.1", "version": "0.4.1",
@ -336,11 +202,6 @@
} }
} }
}, },
"bluebird": {
"version": "2.10.2",
"from": "bluebird@>=2.9.33 <3.0.0",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz"
},
"body-parser": { "body-parser": {
"version": "1.14.2", "version": "1.14.2",
"from": "body-parser@>=1.14.0 <1.15.0", "from": "body-parser@>=1.14.0 <1.15.0",
@ -373,11 +234,6 @@
"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.5.tgz" "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.5.tgz"
}, },
"breakable": {
"version": "1.0.0",
"from": "breakable@>=1.0.0 <1.1.0",
"resolved": "https://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz"
},
"brfs": { "brfs": {
"version": "1.4.3", "version": "1.4.3",
"from": "brfs@>=1.4.0 <2.0.0", "from": "brfs@>=1.4.0 <2.0.0",
@ -579,28 +435,6 @@
"from": "comment-parser@>=0.3.1 <0.4.0", "from": "comment-parser@>=0.3.1 <0.4.0",
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-0.3.1.tgz" "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-0.3.1.tgz"
}, },
"commoner": {
"version": "0.10.4",
"from": "commoner@>=0.10.3 <0.11.0",
"resolved": "https://registry.npmjs.org/commoner/-/commoner-0.10.4.tgz",
"dependencies": {
"glob": {
"version": "5.0.15",
"from": "glob@>=5.0.15 <6.0.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz"
},
"graceful-fs": {
"version": "4.1.4",
"from": "graceful-fs@>=4.1.2 <5.0.0",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.4.tgz"
},
"iconv-lite": {
"version": "0.4.13",
"from": "iconv-lite@>=0.4.5 <0.5.0",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz"
}
}
},
"compress-commons": { "compress-commons": {
"version": "1.0.0", "version": "1.0.0",
"from": "compress-commons@>=1.0.0 <2.0.0", "from": "compress-commons@>=1.0.0 <2.0.0",
@ -660,20 +494,15 @@
"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.2.tgz" "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz"
}, },
"convert-source-map": {
"version": "1.2.0",
"from": "convert-source-map@>=1.1.0 <2.0.0",
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.2.0.tgz"
},
"cookie-jar": { "cookie-jar": {
"version": "0.3.0", "version": "0.3.0",
"from": "cookie-jar@>=0.3.0 <0.4.0", "from": "cookie-jar@>=0.3.0 <0.4.0",
"resolved": "https://registry.npmjs.org/cookie-jar/-/cookie-jar-0.3.0.tgz" "resolved": "https://registry.npmjs.org/cookie-jar/-/cookie-jar-0.3.0.tgz"
}, },
"core-js": { "core-js": {
"version": "1.2.6", "version": "2.4.0",
"from": "core-js@>=1.0.0 <2.0.0", "from": "core-js@>=2.4.0 <3.0.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.6.tgz" "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.4.0.tgz"
}, },
"core-util-is": { "core-util-is": {
"version": "1.0.2", "version": "1.0.2",
@ -719,6 +548,11 @@
"from": "csslint@>=0.10.0 <0.11.0", "from": "csslint@>=0.10.0 <0.11.0",
"resolved": "https://registry.npmjs.org/csslint/-/csslint-0.10.0.tgz" "resolved": "https://registry.npmjs.org/csslint/-/csslint-0.10.0.tgz"
}, },
"cst": {
"version": "0.4.3",
"from": "cst@>=0.4.0 <0.5.0",
"resolved": "https://registry.npmjs.org/cst/-/cst-0.4.3.tgz"
},
"ctype": { "ctype": {
"version": "0.5.3", "version": "0.5.3",
"from": "ctype@0.5.3", "from": "ctype@0.5.3",
@ -781,38 +615,6 @@
"from": "deep-equal@*", "from": "deep-equal@*",
"resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz" "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz"
}, },
"defined": {
"version": "1.0.0",
"from": "defined@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz"
},
"defs": {
"version": "1.1.1",
"from": "defs@>=1.1.0 <1.2.0",
"resolved": "https://registry.npmjs.org/defs/-/defs-1.1.1.tgz",
"dependencies": {
"camelcase": {
"version": "1.2.1",
"from": "camelcase@>=1.2.1 <2.0.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz"
},
"esprima-fb": {
"version": "15001.1001.0-dev-harmony-fb",
"from": "esprima-fb@~15001.1001.0-dev-harmony-fb",
"resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz"
},
"window-size": {
"version": "0.1.4",
"from": "window-size@>=0.1.2 <0.2.0",
"resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz"
},
"yargs": {
"version": "3.27.0",
"from": "yargs@>=3.27.0 <3.28.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz"
}
}
},
"delayed-stream": { "delayed-stream": {
"version": "1.0.0", "version": "1.0.0",
"from": "delayed-stream@>=1.0.0 <1.1.0", "from": "delayed-stream@>=1.0.0 <1.1.0",
@ -828,23 +630,6 @@
"from": "destroy@>=1.0.4 <1.1.0", "from": "destroy@>=1.0.4 <1.1.0",
"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz" "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz"
}, },
"detect-indent": {
"version": "3.0.1",
"from": "detect-indent@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
"dependencies": {
"repeating": {
"version": "1.1.3",
"from": "repeating@>=1.1.0 <2.0.0",
"resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz"
}
}
},
"detective": {
"version": "4.3.1",
"from": "detective@>=4.3.1 <5.0.0",
"resolved": "https://registry.npmjs.org/detective/-/detective-4.3.1.tgz"
},
"diagnostics": { "diagnostics": {
"version": "1.0.1", "version": "1.0.1",
"from": "diagnostics@>=1.0.1 <1.1.0", "from": "diagnostics@>=1.0.1 <1.1.0",
@ -969,28 +754,11 @@
"from": "es6-iterator@>=2.0.0 <3.0.0", "from": "es6-iterator@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz" "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz"
}, },
"es6-map": {
"version": "0.1.4",
"from": "es6-map@>=0.1.3 <0.2.0",
"resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.4.tgz",
"dependencies": {
"es6-symbol": {
"version": "3.1.0",
"from": "es6-symbol@>=3.1.0 <3.2.0",
"resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.0.tgz"
}
}
},
"es6-promise": { "es6-promise": {
"version": "2.3.0", "version": "2.3.0",
"from": "es6-promise@>=2.3.0 <2.4.0", "from": "es6-promise@>=2.3.0 <2.4.0",
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz" "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz"
}, },
"es6-set": {
"version": "0.1.4",
"from": "es6-set@>=0.1.3 <0.2.0",
"resolved": "https://registry.npmjs.org/es6-set/-/es6-set-0.1.4.tgz"
},
"es6-symbol": { "es6-symbol": {
"version": "3.0.2", "version": "3.0.2",
"from": "es6-symbol@>=3.0.2 <3.1.0", "from": "es6-symbol@>=3.0.2 <3.1.0",
@ -1040,40 +808,11 @@
} }
} }
}, },
"escope": {
"version": "3.6.0",
"from": "escope@>=3.2.0 <4.0.0",
"resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz",
"dependencies": {
"es6-weak-map": {
"version": "2.0.1",
"from": "es6-weak-map@>=2.0.1 <3.0.0",
"resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.1.tgz"
},
"estraverse": {
"version": "4.2.0",
"from": "estraverse@>=4.1.1 <5.0.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz"
}
}
},
"esprima": { "esprima": {
"version": "1.0.4", "version": "1.0.4",
"from": "esprima@>=1.0.2 <1.1.0", "from": "esprima@>=1.0.2 <1.1.0",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz" "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz"
}, },
"esrecurse": {
"version": "4.1.0",
"from": "esrecurse@>=4.1.0 <5.0.0",
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.1.0.tgz",
"dependencies": {
"estraverse": {
"version": "4.1.1",
"from": "estraverse@>=4.1.0 <4.2.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.1.1.tgz"
}
}
},
"estraverse": { "estraverse": {
"version": "1.5.1", "version": "1.5.1",
"from": "estraverse@>=1.5.0 <1.6.0", "from": "estraverse@>=1.5.0 <1.6.0",
@ -1271,11 +1010,6 @@
} }
} }
}, },
"fs-readdir-recursive": {
"version": "0.1.2",
"from": "fs-readdir-recursive@>=0.1.0 <0.2.0",
"resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz"
},
"fs.realpath": { "fs.realpath": {
"version": "1.0.0", "version": "1.0.0",
"from": "fs.realpath@>=1.0.0 <2.0.0", "from": "fs.realpath@>=1.0.0 <2.0.0",
@ -1325,14 +1059,9 @@
}, },
"glob": { "glob": {
"version": "7.0.5", "version": "7.0.5",
"from": "glob@>=7.0.0 <8.0.0", "from": "glob@>=7.0.3 <7.1.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.0.5.tgz" "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.5.tgz"
}, },
"globals": {
"version": "6.4.1",
"from": "globals@>=6.4.0 <7.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz"
},
"globule": { "globule": {
"version": "1.0.0", "version": "1.0.0",
"from": "globule@>=1.0.0 <2.0.0", "from": "globule@>=1.0.0 <2.0.0",
@ -1613,14 +1342,14 @@
"resolved": "https://registry.npmjs.org/grunt-csscomb/-/grunt-csscomb-3.1.0.tgz" "resolved": "https://registry.npmjs.org/grunt-csscomb/-/grunt-csscomb-3.1.0.tgz"
}, },
"grunt-exec": { "grunt-exec": {
"version": "0.4.7", "version": "1.0.0",
"from": "grunt-exec@>=0.4.6 <0.5.0", "from": "grunt-exec@>=1.0.0 <1.1.0",
"resolved": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-0.4.7.tgz" "resolved": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-1.0.0.tgz"
}, },
"grunt-html": { "grunt-html": {
"version": "7.0.0", "version": "8.0.1",
"from": "grunt-html@>=7.0.0 <7.1.0", "from": "grunt-html@>=8.0.1 <8.1.0",
"resolved": "https://registry.npmjs.org/grunt-html/-/grunt-html-7.0.0.tgz", "resolved": "https://registry.npmjs.org/grunt-html/-/grunt-html-8.0.1.tgz",
"dependencies": { "dependencies": {
"ansi-regex": { "ansi-regex": {
"version": "2.0.0", "version": "2.0.0",
@ -1633,9 +1362,9 @@
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz" "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
}, },
"chalk": { "chalk": {
"version": "1.1.1", "version": "1.1.3",
"from": "chalk@1.1.1", "from": "chalk@1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz" "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
}, },
"has-ansi": { "has-ansi": {
"version": "2.0.0", "version": "2.0.0",
@ -1660,9 +1389,9 @@
"resolved": "https://registry.npmjs.org/grunt-jekyll/-/grunt-jekyll-0.4.4.tgz" "resolved": "https://registry.npmjs.org/grunt-jekyll/-/grunt-jekyll-0.4.4.tgz"
}, },
"grunt-jscs": { "grunt-jscs": {
"version": "2.8.0", "version": "3.0.1",
"from": "grunt-jscs@>=2.8.0 <2.9.0", "from": "grunt-jscs@>=3.0.1 <3.1.0",
"resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-2.8.0.tgz", "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-3.0.1.tgz",
"dependencies": { "dependencies": {
"lodash": { "lodash": {
"version": "4.6.1", "version": "4.6.1",
@ -1736,11 +1465,6 @@
"version": "3.7.0", "version": "3.7.0",
"from": "lodash@>=3.7.0 <3.8.0", "from": "lodash@>=3.7.0 <3.8.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz" "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz"
},
"q": {
"version": "1.3.0",
"from": "q@>=1.3.0 <1.4.0",
"resolved": "https://registry.npmjs.org/q/-/q-1.3.0.tgz"
} }
} }
}, },
@ -1821,11 +1545,6 @@
"from": "hoek@>=2.0.0 <3.0.0", "from": "hoek@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz" "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz"
}, },
"home-or-tmp": {
"version": "1.0.0",
"from": "home-or-tmp@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz"
},
"hooker": { "hooker": {
"version": "0.2.3", "version": "0.2.3",
"from": "hooker@>=0.2.3 <0.3.0", "from": "hooker@>=0.2.3 <0.3.0",
@ -1933,11 +1652,6 @@
"from": "interpret@>=1.0.0 <2.0.0", "from": "interpret@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz" "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz"
}, },
"invert-kv": {
"version": "1.0.0",
"from": "invert-kv@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.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",
@ -1970,11 +1684,6 @@
"from": "is-finite@>=1.0.0 <2.0.0", "from": "is-finite@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz" "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz"
}, },
"is-integer": {
"version": "1.0.6",
"from": "is-integer@>=1.0.4 <2.0.0",
"resolved": "https://registry.npmjs.org/is-integer/-/is-integer-1.0.6.tgz"
},
"is-lower-case": { "is-lower-case": {
"version": "1.1.3", "version": "1.1.3",
"from": "is-lower-case@>=1.1.0 <2.0.0", "from": "is-lower-case@>=1.1.0 <2.0.0",
@ -2050,11 +1759,6 @@
"from": "js-stringify@>=1.0.1 <2.0.0", "from": "js-stringify@>=1.0.1 <2.0.0",
"resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz" "resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz"
}, },
"js-tokens": {
"version": "1.0.1",
"from": "js-tokens@1.0.1",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz"
},
"js-yaml": { "js-yaml": {
"version": "2.0.5", "version": "2.0.5",
"from": "js-yaml@>=2.0.5 <2.1.0", "from": "js-yaml@>=2.0.5 <2.1.0",
@ -2066,9 +1770,9 @@
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz" "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz"
}, },
"jscs": { "jscs": {
"version": "2.11.0", "version": "3.0.5",
"from": "jscs@>=2.11.0 <2.12.0", "from": "jscs@>=3.0.5 <3.1.0",
"resolved": "https://registry.npmjs.org/jscs/-/jscs-2.11.0.tgz", "resolved": "https://registry.npmjs.org/jscs/-/jscs-3.0.5.tgz",
"dependencies": { "dependencies": {
"ansi-regex": { "ansi-regex": {
"version": "2.0.0", "version": "2.0.0",
@ -2097,7 +1801,7 @@
}, },
"esprima": { "esprima": {
"version": "2.7.2", "version": "2.7.2",
"from": "esprima@>=2.7.0 <2.8.0", "from": "esprima@>=2.6.0 <3.0.0",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.2.tgz" "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.2.tgz"
}, },
"estraverse": { "estraverse": {
@ -2180,9 +1884,9 @@
} }
}, },
"jscs-jsdoc": { "jscs-jsdoc": {
"version": "1.3.2", "version": "2.0.0",
"from": "jscs-jsdoc@>=1.3.1 <2.0.0", "from": "jscs-jsdoc@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.3.2.tgz" "resolved": "https://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-2.0.0.tgz"
}, },
"jscs-preset-wikimedia": { "jscs-preset-wikimedia": {
"version": "1.0.0", "version": "1.0.0",
@ -2201,11 +1905,6 @@
} }
} }
}, },
"jsesc": {
"version": "0.5.0",
"from": "jsesc@>=0.5.0 <0.6.0",
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz"
},
"jshint": { "jshint": {
"version": "2.9.2", "version": "2.9.2",
"from": "jshint@>=2.9.1 <2.10.0", "from": "jshint@>=2.9.1 <2.10.0",
@ -2258,11 +1957,6 @@
"from": "json-stringify-safe@>=5.0.1 <5.1.0", "from": "json-stringify-safe@>=5.0.1 <5.1.0",
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz" "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
}, },
"json5": {
"version": "0.4.0",
"from": "json5@>=0.4.0 <0.5.0",
"resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz"
},
"jsonfile": { "jsonfile": {
"version": "2.3.1", "version": "2.3.1",
"from": "jsonfile@>=2.1.0 <3.0.0", "from": "jsonfile@>=2.1.0 <3.0.0",
@ -2323,11 +2017,6 @@
"from": "lazystream@>=1.0.0 <2.0.0", "from": "lazystream@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz" "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz"
}, },
"lcid": {
"version": "1.0.0",
"from": "lcid@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz"
},
"less": { "less": {
"version": "2.6.1", "version": "2.6.1",
"from": "less@>=2.6.0 <2.7.0", "from": "less@>=2.6.0 <2.7.0",
@ -2345,15 +2034,10 @@
} }
} }
}, },
"leven": {
"version": "1.0.2",
"from": "leven@>=1.0.2 <2.0.0",
"resolved": "https://registry.npmjs.org/leven/-/leven-1.0.2.tgz"
},
"linkify-it": { "linkify-it": {
"version": "1.2.4", "version": "2.0.0",
"from": "linkify-it@>=1.2.2 <1.3.0", "from": "linkify-it@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-1.2.4.tgz" "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.0.0.tgz"
}, },
"livereload-js": { "livereload-js": {
"version": "2.2.2", "version": "2.2.2",
@ -2382,61 +2066,6 @@
"from": "lodash@>=0.9.2 <0.10.0", "from": "lodash@>=0.9.2 <0.10.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz" "resolved": "https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz"
}, },
"lodash._baseassign": {
"version": "3.2.0",
"from": "lodash._baseassign@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz"
},
"lodash._basecopy": {
"version": "3.0.1",
"from": "lodash._basecopy@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz"
},
"lodash._bindcallback": {
"version": "3.0.1",
"from": "lodash._bindcallback@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz"
},
"lodash._createassigner": {
"version": "3.1.1",
"from": "lodash._createassigner@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz"
},
"lodash._getnative": {
"version": "3.9.1",
"from": "lodash._getnative@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz"
},
"lodash._isiterateecall": {
"version": "3.0.9",
"from": "lodash._isiterateecall@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz"
},
"lodash.assign": {
"version": "3.2.0",
"from": "lodash.assign@>=3.2.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz"
},
"lodash.isarguments": {
"version": "3.0.8",
"from": "lodash.isarguments@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.8.tgz"
},
"lodash.isarray": {
"version": "3.0.4",
"from": "lodash.isarray@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz"
},
"lodash.keys": {
"version": "3.1.2",
"from": "lodash.keys@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz"
},
"lodash.restparam": {
"version": "3.6.1",
"from": "lodash.restparam@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.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",
@ -2478,9 +2107,9 @@
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz" "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz"
}, },
"markdown-it": { "markdown-it": {
"version": "6.1.1", "version": "7.0.0",
"from": "markdown-it@>=6.0.0 <7.0.0", "from": "markdown-it@>=7.0.0 <8.0.0",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-6.1.1.tgz", "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-7.0.0.tgz",
"dependencies": { "dependencies": {
"argparse": { "argparse": {
"version": "1.0.7", "version": "1.0.7",
@ -2503,7 +2132,7 @@
}, },
"mdurl": { "mdurl": {
"version": "1.0.1", "version": "1.0.1",
"from": "mdurl@>=1.0.1 <1.1.0", "from": "mdurl@>=1.0.1 <2.0.0",
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz" "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz"
}, },
"media-typer": { "media-typer": {
@ -2717,28 +2346,11 @@
"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.2.tgz" "resolved": "https://registry.npmjs.org/opn/-/opn-4.0.2.tgz"
}, },
"os-locale": {
"version": "1.4.0",
"from": "os-locale@>=1.4.0 <2.0.0",
"resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz"
},
"os-tmpdir": { "os-tmpdir": {
"version": "1.0.1", "version": "1.0.1",
"from": "os-tmpdir@>=1.0.1 <1.1.0", "from": "os-tmpdir@>=1.0.1 <1.1.0",
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz" "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz"
}, },
"output-file-sync": {
"version": "1.1.2",
"from": "output-file-sync@>=1.1.0 <2.0.0",
"resolved": "https://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.2.tgz",
"dependencies": {
"graceful-fs": {
"version": "4.1.4",
"from": "graceful-fs@>=4.1.4 <5.0.0",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.4.tgz"
}
}
},
"package": { "package": {
"version": "1.0.1", "version": "1.0.1",
"from": "package@>=1.0.0 <1.2.0", "from": "package@>=1.0.0 <1.2.0",
@ -2905,11 +2517,6 @@
"from": "pretty-ms@>=2.1.0 <3.0.0", "from": "pretty-ms@>=2.1.0 <3.0.0",
"resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-2.1.0.tgz" "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-2.1.0.tgz"
}, },
"private": {
"version": "0.1.6",
"from": "private@>=0.1.6 <0.2.0",
"resolved": "https://registry.npmjs.org/private/-/private-0.1.6.tgz"
},
"process-nextick-args": { "process-nextick-args": {
"version": "1.0.7", "version": "1.0.7",
"from": "process-nextick-args@>=1.0.6 <1.1.0", "from": "process-nextick-args@>=1.0.6 <1.1.0",
@ -3003,9 +2610,9 @@
"resolved": "https://registry.npmjs.org/pug-walk/-/pug-walk-0.0.3.tgz" "resolved": "https://registry.npmjs.org/pug-walk/-/pug-walk-0.0.3.tgz"
}, },
"q": { "q": {
"version": "1.4.1", "version": "1.3.0",
"from": "q@>=1.1.2 <2.0.0", "from": "q@>=1.3.0 <1.4.0",
"resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz" "resolved": "https://registry.npmjs.org/q/-/q-1.3.0.tgz"
}, },
"qs": { "qs": {
"version": "6.1.0", "version": "6.1.0",
@ -3059,23 +2666,6 @@
"from": "readable-stream@>=2.0.0 <3.0.0", "from": "readable-stream@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.4.tgz" "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.4.tgz"
}, },
"recast": {
"version": "0.10.33",
"from": "recast@0.10.33",
"resolved": "https://registry.npmjs.org/recast/-/recast-0.10.33.tgz",
"dependencies": {
"esprima-fb": {
"version": "15001.1001.0-dev-harmony-fb",
"from": "esprima-fb@~15001.1001.0-dev-harmony-fb",
"resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz"
},
"source-map": {
"version": "0.5.6",
"from": "source-map@>=0.5.0 <0.6.0",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"
}
}
},
"rechoir": { "rechoir": {
"version": "0.6.2", "version": "0.6.2",
"from": "rechoir@>=0.6.2 <0.7.0", "from": "rechoir@>=0.6.2 <0.7.0",
@ -3086,44 +2676,10 @@
"from": "redent@>=1.0.0 <2.0.0", "from": "redent@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz" "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz"
}, },
"regenerate": { "regenerator-runtime": {
"version": "1.3.1", "version": "0.9.5",
"from": "regenerate@>=1.2.1 <2.0.0", "from": "regenerator-runtime@>=0.9.5 <0.10.0",
"resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.1.tgz" "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.9.5.tgz"
},
"regenerator": {
"version": "0.8.40",
"from": "regenerator@0.8.40",
"resolved": "https://registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz",
"dependencies": {
"esprima-fb": {
"version": "15001.1001.0-dev-harmony-fb",
"from": "esprima-fb@>=15001.1001.0-dev-harmony-fb <15001.1002.0",
"resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz"
}
}
},
"regexpu": {
"version": "1.3.0",
"from": "regexpu@>=1.3.0 <2.0.0",
"resolved": "https://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz",
"dependencies": {
"esprima": {
"version": "2.7.2",
"from": "esprima@>=2.6.0 <3.0.0",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.2.tgz"
}
}
},
"regjsgen": {
"version": "0.2.0",
"from": "regjsgen@>=0.2.0 <0.3.0",
"resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz"
},
"regjsparser": {
"version": "0.1.5",
"from": "regjsparser@>=0.1.4 <0.2.0",
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz"
}, },
"relateurl": { "relateurl": {
"version": "0.2.6", "version": "0.2.6",
@ -3286,7 +2842,7 @@
}, },
"resolve": { "resolve": {
"version": "1.1.7", "version": "1.1.7",
"from": "resolve@>=1.1.6 <2.0.0", "from": "resolve@>=1.1.5 <2.0.0",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz" "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz"
}, },
"resolve-from": { "resolve-from": {
@ -3475,11 +3031,6 @@
"from": "shallow-copy@>=0.0.1 <0.1.0", "from": "shallow-copy@>=0.0.1 <0.1.0",
"resolved": "https://registry.npmjs.org/shallow-copy/-/shallow-copy-0.0.1.tgz" "resolved": "https://registry.npmjs.org/shallow-copy/-/shallow-copy-0.0.1.tgz"
}, },
"shebang-regex": {
"version": "1.0.0",
"from": "shebang-regex@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz"
},
"shelljs": { "shelljs": {
"version": "0.7.0", "version": "0.7.0",
"from": "shelljs@>=0.7.0 <0.8.0", "from": "shelljs@>=0.7.0 <0.8.0",
@ -3487,7 +3038,7 @@
}, },
"shx": { "shx": {
"version": "0.1.2", "version": "0.1.2",
"from": "shx@latest", "from": "shx@>=0.1.2 <0.2.0",
"resolved": "https://registry.npmjs.org/shx/-/shx-0.1.2.tgz" "resolved": "https://registry.npmjs.org/shx/-/shx-0.1.2.tgz"
}, },
"sigmund": { "sigmund": {
@ -3500,21 +3051,6 @@
"from": "signal-exit@>=3.0.0 <4.0.0", "from": "signal-exit@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.0.tgz" "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.0.tgz"
}, },
"simple-fmt": {
"version": "0.1.0",
"from": "simple-fmt@>=0.1.0 <0.2.0",
"resolved": "https://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz"
},
"simple-is": {
"version": "0.2.0",
"from": "simple-is@>=0.2.0 <0.3.0",
"resolved": "https://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz"
},
"slash": {
"version": "1.0.0",
"from": "slash@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz"
},
"snake-case": { "snake-case": {
"version": "1.1.2", "version": "1.1.2",
"from": "snake-case@>=1.1.0 <2.0.0", "from": "snake-case@>=1.1.0 <2.0.0",
@ -3531,9 +3067,9 @@
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz" "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
}, },
"source-map-support": { "source-map-support": {
"version": "0.2.10", "version": "0.4.0",
"from": "source-map-support@>=0.2.10 <0.3.0", "from": "source-map-support@>=0.4.0 <0.5.0",
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.0.tgz",
"dependencies": { "dependencies": {
"source-map": { "source-map": {
"version": "0.1.32", "version": "0.1.32",
@ -3584,11 +3120,6 @@
} }
} }
}, },
"stable": {
"version": "0.1.5",
"from": "stable@>=0.1.3 <0.2.0",
"resolved": "https://registry.npmjs.org/stable/-/stable-0.1.5.tgz"
},
"stack-trace": { "stack-trace": {
"version": "0.0.9", "version": "0.0.9",
"from": "stack-trace@>=0.0.0 <0.1.0", "from": "stack-trace@>=0.0.0 <0.1.0",
@ -3680,16 +3211,6 @@
"from": "string_decoder@>=0.10.0 <0.11.0", "from": "string_decoder@>=0.10.0 <0.11.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
}, },
"stringmap": {
"version": "0.2.2",
"from": "stringmap@>=0.2.2 <0.3.0",
"resolved": "https://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz"
},
"stringset": {
"version": "0.2.1",
"from": "stringset@>=0.2.1 <0.3.0",
"resolved": "https://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz"
},
"stringstream": { "stringstream": {
"version": "0.0.5", "version": "0.0.5",
"from": "stringstream@>=0.0.4 <0.1.0", "from": "stringstream@>=0.0.4 <0.1.0",
@ -3804,11 +3325,6 @@
"from": "to-double-quotes@>=2.0.0 <3.0.0", "from": "to-double-quotes@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/to-double-quotes/-/to-double-quotes-2.0.0.tgz" "resolved": "https://registry.npmjs.org/to-double-quotes/-/to-double-quotes-2.0.0.tgz"
}, },
"to-fast-properties": {
"version": "1.0.2",
"from": "to-fast-properties@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz"
},
"to-single-quotes": { "to-single-quotes": {
"version": "2.0.0", "version": "2.0.0",
"from": "to-single-quotes@>=2.0.0 <3.0.0", "from": "to-single-quotes@>=2.0.0 <3.0.0",
@ -3829,21 +3345,6 @@
"from": "trim-newlines@>=1.0.0 <2.0.0", "from": "trim-newlines@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz" "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz"
}, },
"trim-right": {
"version": "1.0.1",
"from": "trim-right@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz"
},
"try-resolve": {
"version": "1.0.1",
"from": "try-resolve@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz"
},
"tryor": {
"version": "0.1.2",
"from": "tryor@>=0.1.2 <0.2.0",
"resolved": "https://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz"
},
"tunnel-agent": { "tunnel-agent": {
"version": "0.4.3", "version": "0.4.3",
"from": "tunnel-agent@>=0.4.1 <0.5.0", "from": "tunnel-agent@>=0.4.1 <0.5.0",
@ -3921,11 +3422,6 @@
"from": "uri-path@>=1.0.0 <2.0.0", "from": "uri-path@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/uri-path/-/uri-path-1.0.0.tgz" "resolved": "https://registry.npmjs.org/uri-path/-/uri-path-1.0.0.tgz"
}, },
"user-home": {
"version": "1.1.1",
"from": "user-home@>=1.1.1 <2.0.0",
"resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz"
},
"util-deprecate": { "util-deprecate": {
"version": "1.0.2", "version": "1.0.2",
"from": "util-deprecate@>=1.0.1 <1.1.0", "from": "util-deprecate@>=1.0.1 <1.1.0",
@ -3985,7 +3481,7 @@
}, },
"minimatch": { "minimatch": {
"version": "0.2.14", "version": "0.2.14",
"from": "minimatch@~0.2.11", "from": "minimatch@>=0.2.11 <0.3.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz" "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz"
}, },
"node-uuid": { "node-uuid": {
@ -4081,11 +3577,6 @@
"from": "xtend@>=4.0.0 <5.0.0", "from": "xtend@>=4.0.0 <5.0.0",
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz" "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
}, },
"y18n": {
"version": "3.2.1",
"from": "y18n@>=3.2.0 <4.0.0",
"resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz"
},
"yargs": { "yargs": {
"version": "3.10.0", "version": "3.10.0",
"from": "yargs@>=3.10.0 <3.11.0", "from": "yargs@>=3.10.0 <3.11.0",

View File

@ -49,13 +49,13 @@
"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-csscomb": "~3.1.0", "grunt-csscomb": "~3.1.0",
"grunt-exec": "~0.4.6", "grunt-exec": "~1.0.0",
"grunt-html": "~7.0.0", "grunt-html": "~8.0.1",
"grunt-jekyll": "~0.4.4", "grunt-jekyll": "~0.4.4",
"grunt-jscs": "~2.8.0", "grunt-jscs": "~3.0.1",
"grunt-saucelabs": "~8.6.2", "grunt-saucelabs": "~8.6.2",
"load-grunt-tasks": "~3.5.0", "load-grunt-tasks": "~3.5.0",
"markdown-it": "^6.0.0", "markdown-it": "^7.0.0",
"shelljs": "^0.7.0", "shelljs": "^0.7.0",
"shx": "^0.1.2", "shx": "^0.1.2",
"time-grunt": "^1.3.0" "time-grunt": "^1.3.0"