mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Merge pull request #19990 from twbs/bypass-grunt-eslint
Just use ESLint directly instead of going thru grunt-eslint [skip sauce] [skip validator]
This commit is contained in:
commit
301dc70e1b
@ -107,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'
|
||||||
@ -438,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']);
|
||||||
|
614
grunt/npm-shrinkwrap.json
generated
614
grunt/npm-shrinkwrap.json
generated
@ -43,9 +43,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 +58,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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -274,14 +284,14 @@
|
|||||||
"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 +301,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 +331,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 +355,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",
|
||||||
@ -366,9 +388,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 +415,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",
|
||||||
@ -472,9 +494,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 +506,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 +526,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 +551,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 +561,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 +571,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 +608,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",
|
||||||
@ -684,6 +708,11 @@
|
|||||||
"version": "1.1.6",
|
"version": "1.1.6",
|
||||||
"from": "esutils@>=1.1.6 <2.0.0",
|
"from": "esutils@>=1.1.6 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz"
|
"resolved": "https://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz"
|
||||||
|
},
|
||||||
|
"isarray": {
|
||||||
|
"version": "0.0.1",
|
||||||
|
"from": "isarray@0.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -726,7 +755,7 @@
|
|||||||
},
|
},
|
||||||
"ecc-jsbn": {
|
"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": {
|
||||||
@ -821,7 +850,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"esprima": {
|
"esprima": {
|
||||||
"version": "2.7.2",
|
"version": "2.7.2",
|
||||||
"from": "esprima@>=2.6.0 <3.0.0"
|
"from": "esprima@>=2.6.0 <3.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.2.tgz"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -928,6 +958,11 @@
|
|||||||
"version": "0.5.0",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -974,9 +1009,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 +1100,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 +1134,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 +1157,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 +1198,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 +1255,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 +1289,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 +1328,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 +1350,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 +1368,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"grunt-eslint": {
|
|
||||||
"version": "17.3.2",
|
|
||||||
"from": "grunt-eslint@>=17.1.0 <18.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-17.3.2.tgz"
|
|
||||||
},
|
|
||||||
"grunt-exec": {
|
"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 +1459,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 +1486,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 +1518,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",
|
||||||
@ -1548,19 +1607,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 +1639,25 @@
|
|||||||
"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"
|
||||||
},
|
},
|
||||||
|
"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 +1671,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,11 +1685,6 @@
|
|||||||
"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.11.4",
|
||||||
"from": "inquirer@>=0.11.0 <0.12.0",
|
"from": "inquirer@>=0.11.0 <0.12.0",
|
||||||
@ -1631,11 +1695,6 @@
|
|||||||
"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 +1750,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 +1776,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 +1796,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 +1839,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 +1895,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 +1930,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",
|
||||||
@ -1991,6 +2039,11 @@
|
|||||||
"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",
|
||||||
@ -2082,19 +2135,19 @@
|
|||||||
"resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-3.1.0.tgz"
|
"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.pick": {
|
||||||
"version": "3.1.0",
|
"version": "3.1.0",
|
||||||
@ -2112,9 +2165,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz"
|
"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",
|
||||||
@ -2164,14 +2217,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 +2281,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 +2302,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 +2312,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 +2335,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 +2390,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 +2398,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 +2414,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,9 +2444,9 @@
|
|||||||
"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": {
|
"optimist": {
|
||||||
"version": "0.6.1",
|
"version": "0.6.1",
|
||||||
@ -2470,11 +2475,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 +2556,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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -2605,9 +2605,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 +2635,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 +2649,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 +2702,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,9 +2722,9 @@
|
|||||||
"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",
|
||||||
@ -2784,6 +2772,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 +2872,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 +2898,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",
|
||||||
@ -2968,7 +2966,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 +2975,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 +3138,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 +3155,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",
|
||||||
@ -3200,9 +3205,9 @@
|
|||||||
"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 +3221,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spawn-sync": {
|
|
||||||
"version": "1.0.15",
|
|
||||||
"from": "spawn-sync@>=1.0.15 <2.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.15.tgz"
|
|
||||||
},
|
|
||||||
"spdx-correct": {
|
"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 +3252,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 +3274,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",
|
||||||
@ -3332,9 +3339,9 @@
|
|||||||
"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 +3349,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 +3436,14 @@
|
|||||||
"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"
|
||||||
},
|
},
|
||||||
"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 +3451,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 +3487,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 +3534,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 +3555,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 +3572,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,9 +3614,9 @@
|
|||||||
"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",
|
||||||
@ -3652,9 +3659,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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,8 @@
|
|||||||
"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 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",
|
||||||
@ -37,6 +38,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^6.0.3",
|
"autoprefixer": "^6.0.3",
|
||||||
"babel-eslint": "^4.1.3",
|
"babel-eslint": "^4.1.3",
|
||||||
|
"eslint": "^1.5.1",
|
||||||
"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",
|
||||||
@ -50,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",
|
||||||
|
Loading…
Reference in New Issue
Block a user