Commit 11321d8c authored by Vadim Makeev's avatar Vadim Makeev

Remove fs from deps, fixes #312

parent 57125388
const del = require('del');
const fs = require('fs');
const gulp = require('gulp');
const merge = require('merge-stream');
const rename = require('gulp-rename');
......
......@@ -16,7 +16,7 @@
"integrity": "sha1-w8p0NJOGSMPg2cHjKN1otiLChMo=",
"dev": true,
"requires": {
"mime-types": "2.1.15",
"mime-types": "~2.1.11",
"negotiator": "0.6.1"
}
},
......@@ -44,8 +44,8 @@
"integrity": "sha1-o+Uvo5FoyCX/V7AkgSbOWo/5VQc=",
"dev": true,
"requires": {
"arrify": "1.0.1",
"micromatch": "2.3.11"
"arrify": "^1.0.0",
"micromatch": "^2.1.5"
}
},
"archy": {
......@@ -60,7 +60,7 @@
"integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
"dev": true,
"requires": {
"arr-flatten": "1.1.0"
"arr-flatten": "^1.0.1"
}
},
"arr-flatten": {
......@@ -99,7 +99,7 @@
"integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
"dev": true,
"requires": {
"array-uniq": "1.0.3"
"array-uniq": "^1.0.1"
}
},
"array-uniq": {
......@@ -211,7 +211,7 @@
"dev": true,
"optional": true,
"requires": {
"tweetnacl": "0.14.5"
"tweetnacl": "^0.14.3"
}
},
"beeper": {
......@@ -253,7 +253,7 @@
"integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
"dev": true,
"requires": {
"hoek": "2.16.3"
"hoek": "2.x.x"
}
},
"brace-expansion": {
......@@ -262,7 +262,7 @@
"integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
"dev": true,
"requires": {
"balanced-match": "1.0.0",
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
......@@ -272,9 +272,9 @@
"integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
"dev": true,
"requires": {
"expand-range": "1.8.2",
"preserve": "0.2.0",
"repeat-element": "1.1.2"
"expand-range": "^1.8.1",
"preserve": "^0.2.0",
"repeat-element": "^1.1.2"
}
},
"browser-sync": {
......@@ -288,10 +288,10 @@
"bs-recipes": "1.3.4",
"chokidar": "1.7.0",
"connect": "3.5.0",
"dev-ip": "1.0.1",
"dev-ip": "^1.0.1",
"easy-extender": "2.3.2",
"eazy-logger": "3.0.2",
"emitter-steward": "1.0.0",
"emitter-steward": "^1.0.0",
"fs-extra": "3.0.1",
"http-proxy": "1.15.2",
"immutable": "3.8.1",
......@@ -317,8 +317,8 @@
"integrity": "sha1-7BrWmknC4tS2RbGLHAbCmz2a+Os=",
"dev": true,
"requires": {
"etag": "1.8.0",
"fresh": "0.3.0"
"etag": "^1.7.0",
"fresh": "^0.3.0"
}
},
"browser-sync-ui": {
......@@ -328,11 +328,11 @@
"dev": true,
"requires": {
"async-each-series": "0.1.1",
"connect-history-api-fallback": "1.3.0",
"immutable": "3.8.1",
"connect-history-api-fallback": "^1.1.0",
"immutable": "^3.7.6",
"server-destroy": "1.0.1",
"stream-throttle": "0.1.3",
"weinre": "2.0.0-pre-I0Z7U9OV"
"stream-throttle": "^0.1.3",
"weinre": "^2.0.0-pre-I0Z7U9OV"
}
},
"bs-recipes": {
......@@ -371,8 +371,8 @@
"integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
"dev": true,
"requires": {
"camelcase": "2.1.1",
"map-obj": "1.0.1"
"camelcase": "^2.0.0",
"map-obj": "^1.0.0"
},
"dependencies": {
"camelcase": {
......@@ -395,11 +395,11 @@
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "2.2.1",
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"strip-ansi": "3.0.1",
"supports-color": "2.0.0"
"ansi-styles": "^2.2.1",
"escape-string-regexp": "^1.0.2",
"has-ansi": "^2.0.0",
"strip-ansi": "^3.0.0",
"supports-color": "^2.0.0"
}
},
"chokidar": {
......@@ -408,15 +408,15 @@
"integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=",
"dev": true,
"requires": {
"anymatch": "1.3.0",
"async-each": "1.0.1",
"fsevents": "1.1.2",
"glob-parent": "2.0.0",
"inherits": "2.0.3",
"is-binary-path": "1.0.1",
"is-glob": "2.0.1",
"path-is-absolute": "1.0.1",
"readdirp": "2.1.0"
"anymatch": "^1.3.0",
"async-each": "^1.0.0",
"fsevents": "^1.0.0",
"glob-parent": "^2.0.0",
"inherits": "^2.0.1",
"is-binary-path": "^1.0.0",
"is-glob": "^2.0.0",
"path-is-absolute": "^1.0.0",
"readdirp": "^2.0.0"
}
},
"cliui": {
......@@ -425,9 +425,9 @@
"integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
"dev": true,
"requires": {
"string-width": "1.0.2",
"strip-ansi": "3.0.1",
"wrap-ansi": "2.1.0"
"string-width": "^1.0.1",
"strip-ansi": "^3.0.1",
"wrap-ansi": "^2.0.0"
}
},
"clone": {
......@@ -454,7 +454,7 @@
"integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=",
"dev": true,
"requires": {
"delayed-stream": "1.0.0"
"delayed-stream": "~1.0.0"
}
},
"commander": {
......@@ -493,9 +493,9 @@
"integrity": "sha1-s1dSWgtMH1BZnNmD4dnv7qlncZg=",
"dev": true,
"requires": {
"debug": "2.2.0",
"debug": "~2.2.0",
"finalhandler": "0.5.0",
"parseurl": "1.3.1",
"parseurl": "~1.3.1",
"utils-merge": "1.0.0"
}
},
......@@ -529,7 +529,7 @@
"integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
"dev": true,
"requires": {
"boom": "2.10.1"
"boom": "2.x.x"
}
},
"currently-unhandled": {
......@@ -538,7 +538,7 @@
"integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
"dev": true,
"requires": {
"array-find-index": "1.0.2"
"array-find-index": "^1.0.1"
}
},
"dashdash": {
......@@ -547,7 +547,7 @@
"integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
"dev": true,
"requires": {
"assert-plus": "1.0.0"
"assert-plus": "^1.0.0"
},
"dependencies": {
"assert-plus": {
......@@ -585,7 +585,7 @@
"integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=",
"dev": true,
"requires": {
"clone": "1.0.2"
"clone": "^1.0.2"
}
},
"del": {
......@@ -594,12 +594,12 @@
"integrity": "sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=",
"dev": true,
"requires": {
"globby": "6.1.0",
"is-path-cwd": "1.0.0",
"is-path-in-cwd": "1.0.0",
"p-map": "1.1.1",
"pify": "3.0.0",
"rimraf": "2.6.1"
"globby": "^6.1.0",
"is-path-cwd": "^1.0.0",
"is-path-in-cwd": "^1.0.0",
"p-map": "^1.1.1",
"pify": "^3.0.0",
"rimraf": "^2.2.8"
},
"dependencies": {
"pify": {
......@@ -640,7 +640,7 @@
"integrity": "sha1-STXe39lIhkjgBrASlWbpOGcR6mM=",
"dev": true,
"requires": {
"fs-exists-sync": "0.1.0"
"fs-exists-sync": "^0.1.0"
}
},
"dev-ip": {
......@@ -655,7 +655,7 @@
"integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=",
"dev": true,
"requires": {
"readable-stream": "1.1.14"
"readable-stream": "~1.1.9"
},
"dependencies": {
"isarray": {
......@@ -670,10 +670,10 @@
"integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
"dev": true,
"requires": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "0.0.1",
"string_decoder": "0.10.31"
"string_decoder": "~0.10.x"
}
},
"string_decoder": {
......@@ -691,9 +691,9 @@
"dev": true,
"requires": {
"end-of-stream": "1.0.0",
"inherits": "2.0.3",
"readable-stream": "2.3.3",
"stream-shift": "1.0.0"
"inherits": "^2.0.1",
"readable-stream": "^2.0.0",
"stream-shift": "^1.0.0"
},
"dependencies": {
"end-of-stream": {
......@@ -702,7 +702,7 @@
"integrity": "sha1-1FlucCc0qT5A6a+GQxnqvZn/Lw4=",
"dev": true,
"requires": {
"once": "1.3.3"
"once": "~1.3.0"
}
},
"once": {
......@@ -711,7 +711,7 @@
"integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=",
"dev": true,
"requires": {
"wrappy": "1.0.2"
"wrappy": "1"
}
}
}
......@@ -722,7 +722,7 @@
"integrity": "sha1-PTJI/r4rFZYHMW2PnPSRwWZIIh0=",
"dev": true,
"requires": {
"lodash": "3.10.1"
"lodash": "^3.10.1"
}
},
"eazy-logger": {
......@@ -731,7 +731,7 @@
"integrity": "sha1-oyWqXlPROiIliJsqxBE7K5Y29Pw=",
"dev": true,
"requires": {
"tfunk": "3.1.0"
"tfunk": "^3.0.1"
}
},
"ecc-jsbn": {
......@@ -741,7 +741,7 @@
"dev": true,
"optional": true,
"requires": {
"jsbn": "0.1.1"
"jsbn": "~0.1.0"
}
},
"ee-first": {
......@@ -768,7 +768,7 @@
"integrity": "sha1-jhdyBsPICDfYVjLouTWd/osvbq8=",
"dev": true,
"requires": {
"once": "1.3.3"
"once": "~1.3.0"
},
"dependencies": {
"once": {
......@@ -777,7 +777,7 @@
"integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=",
"dev": true,
"requires": {
"wrappy": "1.0.2"
"wrappy": "1"
}
}
}
......@@ -893,7 +893,7 @@
"integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=",
"dev": true,
"requires": {
"is-arrayish": "0.2.1"
"is-arrayish": "^0.2.1"
}
},
"es6-promise": {
......@@ -932,7 +932,7 @@
"integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
"dev": true,
"requires": {
"is-posix-bracket": "0.1.1"
"is-posix-bracket": "^0.1.0"
}
},
"expand-range": {
......@@ -941,7 +941,7 @@
"integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
"dev": true,
"requires": {
"fill-range": "2.2.3"
"fill-range": "^2.1.0"
}
},
"expand-tilde": {
......@@ -950,7 +950,7 @@
"integrity": "sha1-C4HrqJflo9MdHD0QL48BRB5VlEk=",
"dev": true,
"requires": {
"os-homedir": "1.0.2"
"os-homedir": "^1.0.1"
}
},
"express": {
......@@ -959,10 +959,10 @@
"integrity": "sha1-TOjqHzY15p5J8Ou0l7aksKUc5vA=",
"dev": true,
"requires": {
"connect": "1.9.2",
"connect": "1.x",
"mime": "1.2.4",
"mkdirp": "0.3.0",
"qs": "0.4.2"
"qs": "0.4.x"
},
"dependencies": {
"connect": {
......@@ -971,9 +971,9 @@
"integrity": "sha1-QogKIulDiuWait105Df1iujlKAc=",
"dev": true,
"requires": {
"formidable": "1.0.17",
"mime": "1.2.4",
"qs": "0.4.2"
"formidable": "1.0.x",
"mime": ">= 0.0.1",
"qs": ">= 0.4.0"
}
},
"qs": {
......@@ -996,7 +996,7 @@
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
"dev": true,
"requires": {
"is-extendable": "0.1.1"
"is-extendable": "^0.1.0"
}
},
"extglob": {
......@@ -1005,7 +1005,7 @@
"integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
"dev": true,
"requires": {
"is-extglob": "1.0.0"
"is-extglob": "^1.0.0"
}
},
"extsprintf": {
......@@ -1020,8 +1020,8 @@
"integrity": "sha1-Rb4X0Cu5kX1gzP/UmVyZnmyMmUg=",
"dev": true,
"requires": {
"chalk": "1.1.3",
"time-stamp": "1.1.0"
"chalk": "^1.1.1",
"time-stamp": "^1.0.0"
}
},
"filename-regex": {
......@@ -1036,11 +1036,11 @@
"integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
"dev": true,
"requires": {
"is-number": "2.1.0",
"isobject": "2.1.0",
"randomatic": "1.1.7",
"repeat-element": "1.1.2",
"repeat-string": "1.6.1"
"is-number": "^2.1.0",
"isobject": "^2.0.0",
"randomatic": "^1.1.3",
"repeat-element": "^1.1.2",
"repeat-string": "^1.5.2"
}
},
"finalhandler": {
......@@ -1049,11 +1049,11 @@
"integrity": "sha1-6VCKvs6bbbqHGmlCodeRG5GRGsc=",
"dev": true,
"requires": {
"debug": "2.2.0",
"escape-html": "1.0.3",
"on-finished": "2.3.0",
"statuses": "1.3.1",
"unpipe": "1.0.0"
"debug": "~2.2.0",
"escape-html": "~1.0.3",
"on-finished": "~2.3.0",
"statuses": "~1.3.0",
"unpipe": "~1.0.0"
}
},
"find-index": {
......@@ -1068,8 +1068,8 @@
"integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
"dev": true,
"requires": {
"path-exists": "2.1.0",
"pinkie-promise": "2.0.1"
"path-exists": "^2.0.0",
"pinkie-promise": "^2.0.0"
}
},
"findup-sync": {
......@@ -1078,10 +1078,10 @@
"integrity": "sha1-QAQ5Kee8YK3wt/SCfExudaDeyhI=",
"dev": true,
"requires": {
"detect-file": "0.1.0",
"is-glob": "2.0.1",
"micromatch": "2.3.11",
"resolve-dir": "0.1.1"
"detect-file": "^0.1.0",
"is-glob": "^2.0.1",
"micromatch": "^2.3.7",
"resolve-dir": "^0.1.0"
}
},
"fined": {
......@@ -1090,11 +1090,11 @@
"integrity": "sha1-s33IRLdqL15wgeiE98CuNE8VNHY=",
"dev": true,
"requires": {
"expand-tilde": "2.0.2",
"is-plain-object": "2.0.4",
"object.defaults": "1.1.0",
"object.pick": "1.2.0",
"parse-filepath": "1.0.1"
"expand-tilde": "^2.0.2",
"is-plain-object": "^2.0.3",
"object.defaults": "^1.1.0",
"object.pick": "^1.2.0",
"parse-filepath": "^1.0.1"
},
"dependencies": {
"expand-tilde": {
......@@ -1103,7 +1103,7 @@
"integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=",
"dev": true,
"requires": {
"homedir-polyfill": "1.0.1"
"homedir-polyfill": "^1.0.1"
}
}
}
......@@ -1132,7 +1132,7 @@
"integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
"dev": true,
"requires": {
"for-in": "1.0.2"
"for-in": "^1.0.1"
}
},
"forever-agent": {
......@@ -1147,9 +1147,9 @@
"integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=",
"dev": true,
"requires": {
"asynckit": "0.4.0",
"combined-stream": "1.0.5",
"mime-types": "2.1.15"
"asynckit": "^0.4.0",
"combined-stream": "^1.0.5",
"mime-types": "^2.1.12"
}
},
"formidable": {
......@@ -1164,12 +1164,6 @@
"integrity": "sha1-ZR+DjiJCTnVm3hYdg1jKoZn4PU8=",
"dev": true
},
"fs": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.2.tgz",
"integrity": "sha1-4fJE7zkzwbKmS9R5kTYGDQ9ZFPg=",
"dev": true
},
"fs-exists-sync": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz",
......@@ -1182,9 +1176,9 @@
"integrity": "sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE=",
"dev": true,
"requires": {
"graceful-fs": "4.1.11",
"jsonfile": "3.0.1",
"universalify": "0.1.0"
"graceful-fs": "^4.1.2",
"jsonfile": "^3.0.0",
"universalify": "^0.1.0"
}
},
"fs.realpath": {
......@@ -1200,8 +1194,8 @@
"dev": true,
"optional": true,
"requires": {
"nan": "2.6.2",
"node-pre-gyp": "0.6.36"
"nan": "^2.3.0",
"node-pre-gyp": "^0.6.36"
},
"dependencies": {
"abbrev": {
......@@ -1216,8 +1210,8 @@
"dev": true,
"optional": true,
"requires": {
"co": "4.6.0",
"json-stable-stringify": "1.0.1"
"co": "^4.6.0",
"json-stable-stringify": "^1.0.1"
}
},
"ansi-regex": {
......@@ -1237,8 +1231,8 @@
"dev": true,
"optional": true,
"requires": {
"delegates": "1.0.0",
"readable-stream": "2.2.9"
"delegates": "^1.0.0",
"readable-stream": "^2.0.6"
}
},
"asn1": {
......@@ -1282,7 +1276,7 @@
"dev": true,
"optional": true,
"requires": {
"tweetnacl": "0.14.5"
"tweetnacl": "^0.14.3"
}
},
"block-stream": {
......@@ -1290,7 +1284,7 @@
"bundled": true,
"dev": true,
"requires": {
"inherits": "2.0.3"
"inherits": "~2.0.0"
}
},
"boom": {
......@@ -1298,7 +1292,7 @@
"bundled": true,
"dev": true,
"requires": {
"hoek": "2.16.3"
"hoek": "2.x.x"
}
},
"brace-expansion": {
......@@ -1306,7 +1300,7 @@
"bundled": true,
"dev": true,
"requires": {
"balanced-match": "0.4.2",
"balanced-match": "^0.4.1",
"concat-map": "0.0.1"
}
},
......@@ -1337,7 +1331,7 @@
"bundled": true,
"dev": true,
"requires": {
"delayed-stream": "1.0.0"
"delayed-stream": "~1.0.0"
}
},
"concat-map": {
......@@ -1361,7 +1355,7 @@
"dev": true,
"optional": true,
"requires": {
"boom": "2.10.1"
"boom": "2.x.x"
}
},
"dashdash": {
......@@ -1370,7 +1364,7 @@
"dev": true,
"optional": true,
"requires": {
"assert-plus": "1.0.0"
"assert-plus": "^1.0.0"
},
"dependencies": {
"assert-plus": {
......@@ -1413,7 +1407,7 @@
"dev": true,
"optional": true,
"requires": {
"jsbn": "0.1.1"
"jsbn": "~0.1.0"
}
},
"extend": {
......@@ -1439,9 +1433,9 @@
"dev": true,
"optional": true,
"requires": {
"asynckit": "0.4.0",
"combined-stream": "1.0.5",
"mime-types": "2.1.15"
"asynckit": "^0.4.0",
"combined-stream": "^1.0.5",
"mime-types": "^2.1.12"
}
},
"fs.realpath": {
......@@ -1454,10 +1448,10 @@
"bundled": true,
"dev": true,
"requires": {
"graceful-fs": "4.1.11",
"inherits": "2.0.3",
"mkdirp": "0.5.1",
"rimraf": "2.6.1"
"graceful-fs": "^4.1.2",
"inherits": "~2.0.0",
"mkdirp": ">=0.5 0",
"rimraf": "2"
}
},
"fstream-ignore": {
......@@ -1466,9 +1460,9 @@
"dev": true,
"optional": true,
"requires": {
"fstream": "1.0.11",
"inherits": "2.0.3",
"minimatch": "3.0.4"
"fstream": "^1.0.0",
"inherits": "2",
"minimatch": "^3.0.0"
}
},
"gauge": {
......@@ -1477,14 +1471,14 @@
"dev": true,
"optional": true,
"requires": {
"aproba": "1.1.1",
"console-control-strings": "1.1.0",
"has-unicode": "2.0.1",
"object-assign": "4.1.1",
"signal-exit": "3.0.2",
"string-width": "1.0.2",
"strip-ansi": "3.0.1",
"wide-align": "1.1.2"
"aproba": "^1.0.3",
"console-control-strings": "^1.0.0",
"has-unicode": "^2.0.0",
"object-assign": "^4.1.0",
"signal-exit": "^3.0.0",
"string-width": "^1.0.1",
"strip-ansi": "^3.0.1",
"wide-align": "^1.1.0"
}
},
"getpass": {
......@@ -1493,7 +1487,7 @@
"dev": true,
"optional": true,
"requires": {
"assert-plus": "1.0.0"
"assert-plus": "^1.0.0"
},
"dependencies": {
"assert-plus": {
......@@ -1509,12 +1503,12 @@
"bundled": true,
"dev": true,
"requires": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
},
"graceful-fs": {
......@@ -1534,8 +1528,8 @@
"dev": true,
"optional": true,
"requires": {
"ajv": "4.11.8",
"har-schema": "1.0.5"
"ajv": "^4.9.1",
"har-schema": "^1.0.5"
}
},
"has-unicode": {
......@@ -1550,10 +1544,10 @@
"dev": true,
"optional": true,
"requires": {
"boom": "2.10.1",
"cryptiles": "2.0.5",
"hoek": "2.16.3",
"sntp": "1.0.9"
"boom": "2.x.x",
"cryptiles": "2.x.x",
"hoek": "2.x.x",
"sntp": "1.x.x"
}
},
"hoek": {
......@@ -1567,9 +1561,9 @@
"dev": true,
"optional": true,
"requires": {
"assert-plus": "0.2.0",
"jsprim": "1.4.0",
"sshpk": "1.13.0"
"assert-plus": "^0.2.0",
"jsprim": "^1.2.2",
"sshpk": "^1.7.0"
}
},
"inflight": {
......@@ -1577,8 +1571,8 @@
"bundled": true,
"dev": true,
"requires": {
"once": "1.4.0",
"wrappy": "1.0.2"
"once": "^1.3.0",
"wrappy": "1"
}
},
"inherits": {
......@@ -1597,7 +1591,7 @@
"bundled": true,
"dev": true,
"requires": {
"number-is-nan": "1.0.1"
"number-is-nan": "^1.0.0"
}
},
"is-typedarray": {
......@@ -1623,7 +1617,7 @@
"dev": true,
"optional": true,
"requires": {
"jsbn": "0.1.1"
"jsbn": "~0.1.0"
}
},
"jsbn": {
......@@ -1644,7 +1638,7 @@
"dev": true,
"optional": true,
"requires": {
"jsonify": "0.0.0"
"jsonify": "~0.0.0"
}
},
"json-stringify-safe": {
......@@ -1689,7 +1683,7 @@
"bundled": true,
"dev": true,
"requires": {
"mime-db": "1.27.0"
"mime-db": "~1.27.0"
}
},
"minimatch": {
......@@ -1697,7 +1691,7 @@
"bundled": true,
"dev": true,
"requires": {
"brace-expansion": "1.1.7"
"brace-expansion": "^1.1.7"
}
},
"minimist": {
......@@ -1725,15 +1719,15 @@
"dev": true,
"optional": true,
"requires": {
"mkdirp": "0.5.1",
"nopt": "4.0.1",
"npmlog": "4.1.0",
"rc": "1.2.1",
"request": "2.81.0",
"rimraf": "2.6.1",
"semver": "5.3.0",
"tar": "2.2.1",
"tar-pack": "3.4.0"
"mkdirp": "^0.5.1",
"nopt": "^4.0.1",
"npmlog": "^4.0.2",
"rc": "^1.1.7",
"request": "^2.81.0",
"rimraf": "^2.6.1",
"semver": "^5.3.0",
"tar": "^2.2.1",
"tar-pack": "^3.4.0"
}
},
"nopt": {
......@@ -1742,8 +1736,8 @@
"dev": true,
"optional": true,
"requires": {
"abbrev": "1.1.0",
"osenv": "0.1.4"
"abbrev": "1",
"osenv": "^0.1.4"
}
},
"npmlog": {
......@@ -1752,10 +1746,10 @@
"dev": true,
"optional": true,
"requires": {
"are-we-there-yet": "1.1.4",
"console-control-strings": "1.1.0",
"gauge": "2.7.4",
"set-blocking": "2.0.0"
"are-we-there-yet": "~1.1.2",
"console-control-strings": "~1.1.0",
"gauge": "~2.7.3",
"set-blocking": "~2.0.0"
}
},
"number-is-nan": {
......@@ -1780,7 +1774,7 @@
"bundled": true,
"dev": true,
"requires": {
"wrappy": "1.0.2"
"wrappy": "1"
}
},
"os-homedir": {
......@@ -1801,8 +1795,8 @@
"dev": true,
"optional": true,
"requires": {
"os-homedir": "1.0.2",
"os-tmpdir": "1.0.2"
"os-homedir": "^1.0.0",
"os-tmpdir": "^1.0.0"
}
},
"path-is-absolute": {
......@@ -1839,10 +1833,10 @@
"dev": true,
"optional": true,
"requires": {
"deep-extend": "0.4.2",
"ini": "1.3.4",
"minimist": "1.2.0",
"strip-json-comments": "2.0.1"
"deep-extend": "~0.4.0",
"ini": "~1.3.0",
"minimist": "^1.2.0",
"strip-json-comments": "~2.0.1"
},
"dependencies": {
"minimist": {
......@@ -1858,13 +1852,13 @@
"bundled": true,
"dev": true,
"requires": {
"buffer-shims": "1.0.0",
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "1.0.0",
"process-nextick-args": "1.0.7",
"string_decoder": "1.0.1",
"util-deprecate": "1.0.2"
"buffer-shims": "~1.0.0",
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "~1.0.0",
"process-nextick-args": "~1.0.6",
"string_decoder": "~1.0.0",
"util-deprecate": "~1.0.1"
}
},
"request": {
......@@ -1873,28 +1867,28 @@
"dev": true,
"optional": true,
"requires": {
"aws-sign2": "0.6.0",
"aws4": "1.6.0",
"caseless": "0.12.0",
"combined-stream": "1.0.5",
"extend": "3.0.1",
"forever-agent": "0.6.1",
"form-data": "2.1.4",
"har-validator": "4.2.1",
"hawk": "3.1.3",
"http-signature": "1.1.1",
"is-typedarray": "1.0.0",
"isstream": "0.1.2",
"json-stringify-safe": "5.0.1",
"mime-types": "2.1.15",
"oauth-sign": "0.8.2",
"performance-now": "0.2.0",
"qs": "6.4.0",
"safe-buffer": "5.0.1",
"stringstream": "0.0.5",
"tough-cookie": "2.3.2",
"tunnel-agent": "0.6.0",
"uuid": "3.0.1"
"aws-sign2": "~0.6.0",
"aws4": "^1.2.1",
"caseless": "~0.12.0",
"combined-stream": "~1.0.5",
"extend": "~3.0.0",
"forever-agent": "~0.6.1",
"form-data": "~2.1.1",
"har-validator": "~4.2.1",
"hawk": "~3.1.3",
"http-signature": "~1.1.0",
"is-typedarray": "~1.0.0",
"isstream": "~0.1.2",
"json-stringify-safe": "~5.0.1",
"mime-types": "~2.1.7",
"oauth-sign": "~0.8.1",
"performance-now": "^0.2.0",
"qs": "~6.4.0",
"safe-buffer": "^5.0.1",
"stringstream": "~0.0.4",
"tough-cookie": "~2.3.0",
"tunnel-agent": "^0.6.0",
"uuid": "^3.0.0"
}
},
"rimraf": {
......@@ -1902,7 +1896,7 @@
"bundled": true,
"dev": true,
"requires": {
"glob": "7.1.2"
"glob": "^7.0.5"
}
},
"safe-buffer": {
......@@ -1934,7 +1928,7 @@
"dev": true,
"optional": true,
"requires": {
"hoek": "2.16.3"
"hoek": "2.x.x"
}
},
"sshpk": {
......@@ -1943,15 +1937,15 @@
"dev": true,
"optional": true,
"requires": {
"asn1": "0.2.3",
"assert-plus": "1.0.0",
"bcrypt-pbkdf": "1.0.1",
"dashdash": "1.14.1",
"ecc-jsbn": "0.1.1",
"getpass": "0.1.7",
"jodid25519": "1.0.2",
"jsbn": "0.1.1",
"tweetnacl": "0.14.5"
"asn1": "~0.2.3",
"assert-plus": "^1.0.0",
"bcrypt-pbkdf": "^1.0.0",
"dashdash": "^1.12.0",
"ecc-jsbn": "~0.1.1",
"getpass": "^0.1.1",
"jodid25519": "^1.0.0",
"jsbn": "~0.1.0",
"tweetnacl": "~0.14.0"
},
"dependencies": {
"assert-plus": {
......@@ -1962,22 +1956,22 @@
}
}
},
"string_decoder": {
"version": "1.0.1",
"string-width": {
"version": "1.0.2",
"bundled": true,
"dev": true,
"requires": {
"safe-buffer": "5.0.1"
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
"strip-ansi": "^3.0.0"
}
},
"string-width": {
"version": "1.0.2",
"string_decoder": {
"version": "1.0.1",
"bundled": true,
"dev": true,
"requires": {
"code-point-at": "1.1.0",
"is-fullwidth-code-point": "1.0.0",
"strip-ansi": "3.0.1"
"safe-buffer": "^5.0.1"
}
},
"stringstream": {
......@@ -1991,7 +1985,7 @@
"bundled": true,
"dev": true,
"requires": {
"ansi-regex": "2.1.1"
"ansi-regex": "^2.0.0"
}
},
"strip-json-comments": {
......@@ -2005,9 +1999,9 @@
"bundled": true,
"dev": true,
"requires": {
"block-stream": "0.0.9",
"fstream": "1.0.11",
"inherits": "2.0.3"
"block-stream": "*",
"fstream": "^1.0.2",
"inherits": "2"
}
},
"tar-pack": {
......@@ -2016,14 +2010,14 @@
"dev": true,
"optional": true,
"requires": {
"debug": "2.6.8",
"fstream": "1.0.11",
"fstream-ignore": "1.0.5",
"once": "1.4.0",
"readable-stream": "2.2.9",
"rimraf": "2.6.1",
"tar": "2.2.1",
"uid-number": "0.0.6"
"debug": "^2.2.0",
"fstream": "^1.0.10",
"fstream-ignore": "^1.0.5",
"once": "^1.3.3",
"readable-stream": "^2.1.4",
"rimraf": "^2.5.1",
"tar": "^2.2.1",
"uid-number": "^0.0.6"
}
},
"tough-cookie": {
......@@ -2032,7 +2026,7 @@
"dev": true,
"optional": true,
"requires": {
"punycode": "1.4.1"
"punycode": "^1.4.1"
}
},
"tunnel-agent": {
......@@ -2041,7 +2035,7 @@
"dev": true,
"optional": true,
"requires": {
"safe-buffer": "5.0.1"
"safe-buffer": "^5.0.1"
}
},
"tweetnacl": {
......@@ -2082,7 +2076,7 @@
"dev": true,
"optional": true,
"requires": {
"string-width": "1.0.2"
"string-width": "^1.0.2"
}
},
"wrappy": {
......@@ -2098,7 +2092,7 @@
"integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=",
"dev": true,
"requires": {
"globule": "0.1.0"
"globule": "~0.1.0"
}
},
"generate-function": {
......@@ -2113,7 +2107,7 @@
"integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=",
"dev": true,
"requires": {
"is-property": "1.0.2"
"is-property": "^1.0.0"
}
},
"get-caller-file": {
......@@ -2140,7 +2134,7 @@
"integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
"dev": true,
"requires": {
"assert-plus": "1.0.0"
"assert-plus": "^1.0.0"
},
"dependencies": {
"assert-plus": {
......@@ -2157,7 +2151,7 @@
"integrity": "sha1-wWmOa2iHFk7ZeKAQlUI8/2W4558=",
"dev": true,
"requires": {
"underscore": "1.7.0"
"underscore": "1.x.x"
}
},
"glob": {
......@@ -2166,12 +2160,12 @@
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
"dev": true,
"requires": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
},
"glob-base": {
......@@ -2180,8 +2174,8 @@
"integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
"dev": true,
"requires": {
"glob-parent": "2.0.0",
"is-glob": "2.0.1"
"glob-parent": "^2.0.0",
"is-glob": "^2.0.0"
}
},
"glob-parent": {
......@@ -2190,7 +2184,7 @@
"integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
"dev": true,
"requires": {
"is-glob": "2.0.1"
"is-glob": "^2.0.0"
}
},
"glob-stream": {
......@@ -2199,12 +2193,12 @@
"integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=",
"dev": true,
"requires": {
"glob": "4.5.3",
"glob2base": "0.0.12",
"minimatch": "2.0.10",
"ordered-read-streams": "0.1.0",
"through2": "0.6.5",
"unique-stream": "1.0.0"
"glob": "^4.3.1",
"glob2base": "^0.0.12",
"minimatch": "^2.0.1",
"ordered-read-streams": "^0.1.0",
"through2": "^0.6.1",
"unique-stream": "^1.0.0"
},
"dependencies": {
"glob": {
......@@ -2213,10 +2207,10 @@
"integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=",
"dev": true,
"requires": {
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "2.0.10",
"once": "1.4.0"
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^2.0.1",
"once": "^1.3.0"
}
},
"isarray": {
......@@ -2231,7 +2225,7 @@
"integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
"dev": true,
"requires": {
"brace-expansion": "1.1.8"
"brace-expansion": "^1.0.0"
}
},
"readable-stream": {
......@@ -2240,10 +2234,10 @@
"integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
"dev": true,
"requires": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "0.0.1",
"string_decoder": "0.10.31"
"string_decoder": "~0.10.x"
}
},
"string_decoder": {
......@@ -2258,8 +2252,8 @@
"integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
"dev": true,
"requires": {
"readable-stream": "1.0.34",
"xtend": "4.0.1"
"readable-stream": ">=1.0.33-1 <1.1.0-0",
"xtend": ">=4.0.0 <4.1.0-0"
}
}
}
......@@ -2270,7 +2264,7 @@
"integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=",
"dev": true,
"requires": {
"gaze": "0.5.2"
"gaze": "^0.5.1"
}
},
"glob2base": {
......@@ -2279,7 +2273,7 @@
"integrity": "sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=",
"dev": true,
"requires": {
"find-index": "0.1.1"
"find-index": "^0.1.1"
}
},
"global-modules": {
......@@ -2288,8 +2282,8 @@
"integrity": "sha1-6lo77ULG1s6ZWk+KEmm12uIjgo0=",
"dev": true,
"requires": {
"global-prefix": "0.1.5",
"is-windows": "0.2.0"
"global-prefix": "^0.1.4",
"is-windows": "^0.2.0"
}
},
"global-prefix": {
......@@ -2298,10 +2292,10 @@
"integrity": "sha1-jTvGuNo8qBEqFg2NSW/wRiv+948=",
"dev": true,
"requires": {
"homedir-polyfill": "1.0.1",
"ini": "1.3.4",
"is-windows": "0.2.0",
"which": "1.2.14"
"homedir-polyfill": "^1.0.0",
"ini": "^1.3.4",
"is-windows": "^0.2.0",
"which": "^1.2.12"
}
},
"globby": {
......@@ -2310,11 +2304,11 @@
"integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
"dev": true,
"requires": {
"array-union": "1.0.2",
"glob": "7.1.2",
"object-assign": "4.1.1",
"pify": "2.3.0",
"pinkie-promise": "2.0.1"
"array-union": "^1.0.1",
"glob": "^7.0.3",
"object-assign": "^4.0.1",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0"
}
},
"globule": {
......@@ -2323,9 +2317,9 @@
"integrity": "sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU=",
"dev": true,
"requires": {
"glob": "3.1.21",
"lodash": "1.0.2",
"minimatch": "0.2.14"
"glob": "~3.1.21",
"lodash": "~1.0.1",
"minimatch": "~0.2.11"
},
"dependencies": {
"glob": {
......@@ -2334,9 +2328,9 @@
"integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=",
"dev": true,
"requires": {
"graceful-fs": "1.2.3",
"inherits": "1.0.2",
"minimatch": "0.2.14"
"graceful-fs": "~1.2.0",
"inherits": "1",
"minimatch": "~0.2.11"
}
},
"graceful-fs": {
......@@ -2363,8 +2357,8 @@
"integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=",
"dev": true,
"requires": {
"lru-cache": "2.7.3",
"sigmund": "1.0.1"
"lru-cache": "2",
"sigmund": "~1.0.0"
}
}
}
......@@ -2375,7 +2369,7 @@
"integrity": "sha1-f+DxmfV6yQbPUS/urY+Q7kooT8U=",
"dev": true,
"requires": {
"sparkles": "1.0.0"
"sparkles": "^1.0.0"
}
},
"graceful-fs": {
......@@ -2390,19 +2384,19 @@
"integrity": "sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ=",
"dev": true,
"requires": {
"archy": "1.0.0",
"chalk": "1.1.3",
"deprecated": "0.0.1",
"gulp-util": "3.0.8",
"interpret": "1.0.3",
"liftoff": "2.3.0",
"minimist": "1.2.0",
"orchestrator": "0.3.8",
"pretty-hrtime": "1.0.3",
"semver": "4.3.6",
"tildify": "1.2.0",
"v8flags": "2.1.1",
"vinyl-fs": "0.3.14"
"archy": "^1.0.0",
"chalk": "^1.0.0",
"deprecated": "^0.0.1",
"gulp-util": "^3.0.0",
"interpret": "^1.0.0",
"liftoff": "^2.1.0",
"minimist": "^1.1.0",
"orchestrator": "^0.3.0",
"pretty-hrtime": "^1.0.0",
"semver": "^4.1.0",
"tildify": "^1.0.0",
"v8flags": "^2.0.2",
"vinyl-fs": "^0.3.0"
},
"dependencies": {
"semver": {
......@@ -2419,12 +2413,12 @@
"integrity": "sha1-pnMspHWrm1pTJTwcJHNMQMIbZUY=",
"dev": true,
"requires": {
"gift": "0.6.1",
"gulp-util": "3.0.8",
"readable-stream": "2.3.3",
"rimraf": "2.6.1",
"vinyl-fs": "2.4.4",
"wrap-promise": "1.0.1"
"gift": "^0.6.1",
"gulp-util": "^3.0.7",
"readable-stream": "^2.0.2",
"rimraf": "^2.4.3",
"vinyl-fs": "^2.2.1",
"wrap-promise": "^1.0.1"
},
"dependencies": {
"glob": {
......@@ -2433,11 +2427,11 @@
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
"dev": true,
"requires": {
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "2 || 3",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
},
"glob-parent": {
......@@ -2446,8 +2440,8 @@
"integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
"dev": true,
"requires": {
"is-glob": "3.1.0",
"path-dirname": "1.0.2"
"is-glob": "^3.1.0",
"path-dirname": "^1.0.0"
}
},
"glob-stream": {
......@@ -2456,14 +2450,14 @@
"integrity": "sha1-pVZlqajM3EGRWofHAeMtTgFvrSI=",
"dev": true,
"requires": {
"extend": "3.0.1",
"glob": "5.0.15",
"glob-parent": "3.1.0",
"micromatch": "2.3.11",
"ordered-read-streams": "0.3.0",
"through2": "0.6.5",
"to-absolute-glob": "0.1.1",
"unique-stream": "2.2.1"
"extend": "^3.0.0",
"glob": "^5.0.3",
"glob-parent": "^3.0.0",
"micromatch": "^2.3.7",
"ordered-read-streams": "^0.3.0",
"through2": "^0.6.0",
"to-absolute-glob": "^0.1.1",
"unique-stream": "^2.0.2"
},
"dependencies": {
"readable-stream": {
......@@ -2472,10 +2466,10 @@
"integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
"dev": true,
"requires": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "0.0.1",
"string_decoder": "0.10.31"
"string_decoder": "~0.10.x"
}
},
"through2": {
......@@ -2484,8 +2478,8 @@
"integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
"dev": true,
"requires": {
"readable-stream": "1.0.34",
"xtend": "4.0.1"
"readable-stream": ">=1.0.33-1 <1.1.0-0",
"xtend": ">=4.0.0 <4.1.0-0"
}
}
}
......@@ -2502,7 +2496,7 @@
"integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
"dev": true,
"requires": {
"is-extglob": "2.1.1"
"is-extglob": "^2.1.0"
}
},
"isarray": {
......@@ -2532,8 +2526,8 @@
"integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=",
"dev": true,
"requires": {
"is-stream": "1.1.0",
"readable-stream": "2.3.3"
"is-stream": "^1.0.1",
"readable-stream": "^2.0.1"
}
},
"string_decoder": {
......@@ -2548,8 +2542,8 @@
"integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=",
"dev": true,
"requires": {
"json-stable-stringify": "1.0.1",
"through2-filter": "2.0.0"
"json-stable-stringify": "^1.0.0",
"through2-filter": "^2.0.0"
}
},
"vinyl": {
......@@ -2558,8 +2552,8 @@
"integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=",
"dev": true,
"requires": {
"clone": "1.0.2",
"clone-stats": "0.0.1",
"clone": "^1.0.0",
"clone-stats": "^0.0.1",
"replace-ext": "0.0.1"
}
},
......@@ -2569,23 +2563,23 @@
"integrity": "sha1-vm/zJwy1Xf19MGNkDegfJddTIjk=",
"dev": true,
"requires": {
"duplexify": "3.5.0",
"glob-stream": "5.3.5",
"graceful-fs": "4.1.11",
"duplexify": "^3.2.0",
"glob-stream": "^5.3.2",
"graceful-fs": "^4.0.0",
"gulp-sourcemaps": "1.6.0",
"is-valid-glob": "0.3.0",
"lazystream": "1.0.0",
"lodash.isequal": "4.5.0",
"merge-stream": "1.0.1",
"mkdirp": "0.5.1",
"object-assign": "4.1.1",
"readable-stream": "2.3.3",
"strip-bom": "2.0.0",
"strip-bom-stream": "1.0.0",
"through2": "2.0.3",
"through2-filter": "2.0.0",
"vali-date": "1.0.0",
"vinyl": "1.2.0"
"is-valid-glob": "^0.3.0",
"lazystream": "^1.0.0",
"lodash.isequal": "^4.0.0",
"merge-stream": "^1.0.0",
"mkdirp": "^0.5.0",
"object-assign": "^4.0.0",
"readable-stream": "^2.0.4",
"strip-bom": "^2.0.0",
"strip-bom-stream": "^1.0.0",
"through2": "^2.0.0",
"through2-filter": "^2.0.0",
"vali-date": "^1.0.0",
"vinyl": "^1.0.0"
}
}
}
......@@ -2603,8 +2597,8 @@
"dev": true,
"requires": {
"istextorbinary": "1.0.2",
"readable-stream": "2.3.3",
"replacestream": "4.0.2"
"readable-stream": "^2.0.1",
"replacestream": "^4.0.0"
}
},
"gulp-rsync": {
......@@ -2613,11 +2607,11 @@
"integrity": "sha1-s+ZINc1gWaTrEhrVj/cXRrTYmMw=",
"dev": true,
"requires": {
"better-assert": "1.0.2",
"gulp-util": "3.0.8",
"lodash.every": "2.4.1",
"lodash.isstring": "2.4.1",
"through2": "0.6.5"
"better-assert": "^1.0.1",
"gulp-util": "^3.0.0",
"lodash.every": "^2.4.1",
"lodash.isstring": "^2.4.1",
"through2": "^0.6.1"
},
"dependencies": {
"isarray": {
......@@ -2638,10 +2632,10 @@
"integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
"dev": true,
"requires": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "0.0.1",
"string_decoder": "0.10.31"
"string_decoder": "~0.10.x"
}
},
"string_decoder": {
......@@ -2656,8 +2650,8 @@
"integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
"dev": true,
"requires": {
"readable-stream": "1.0.34",
"xtend": "4.0.1"
"readable-stream": ">=1.0.33-1 <1.1.0-0",
"xtend": ">=4.0.0 <4.1.0-0"
}
}
}
......@@ -2668,11 +2662,11 @@
"integrity": "sha1-uG/zSdgBzrVuHZ59x7vLS33uYAw=",
"dev": true,
"requires": {
"convert-source-map": "1.5.0",
"graceful-fs": "4.1.11",
"strip-bom": "2.0.0",
"through2": "2.0.3",
"vinyl": "1.2.0"
"convert-source-map": "^1.1.1",
"graceful-fs": "^4.1.2",
"strip-bom": "^2.0.0",
"through2": "^2.0.0",
"vinyl": "^1.0.0"
},
"dependencies": {
"vinyl": {
......@@ -2681,8 +2675,8 @@
"integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=",
"dev": true,
"requires": {
"clone": "1.0.2",
"clone-stats": "0.0.1",
"clone": "^1.0.0",
"clone-stats": "^0.0.1",
"replace-ext": "0.0.1"
}
}
......@@ -2694,24 +2688,24 @@
"integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=",
"dev": true,
"requires": {
"array-differ": "1.0.0",
"array-uniq": "1.0.3",
"beeper": "1.1.1",
"chalk": "1.1.3",
"dateformat": "2.0.0",
"fancy-log": "1.3.0",
"gulplog": "1.0.0",
"has-gulplog": "0.1.0",
"lodash._reescape": "3.0.0",
"lodash._reevaluate": "3.0.0",
"lodash._reinterpolate": "3.0.0",
"lodash.template": "3.6.2",
"minimist": "1.2.0",
"multipipe": "0.1.2",
"object-assign": "3.0.0",
"array-differ": "^1.0.0",
"array-uniq": "^1.0.2",
"beeper": "^1.0.0",
"chalk": "^1.0.0",
"dateformat": "^2.0.0",
"fancy-log": "^1.1.0",
"gulplog": "^1.0.0",
"has-gulplog": "^0.1.0",
"lodash._reescape": "^3.0.0",
"lodash._reevaluate": "^3.0.0",
"lodash._reinterpolate": "^3.0.0",
"lodash.template": "^3.0.0",
"minimist": "^1.1.0",
"multipipe": "^0.1.2",
"object-assign": "^3.0.0",
"replace-ext": "0.0.1",
"through2": "2.0.3",
"vinyl": "0.5.3"
"through2": "^2.0.0",
"vinyl": "^0.5.0"
},
"dependencies": {
"object-assign": {
......@@ -2728,10 +2722,10 @@
"integrity": "sha1-HO/Ai0vzbfS1sefGs27lXrvkqIE=",
"dev": true,
"requires": {
"get-stream": "3.0.0",
"gulp-util": "3.0.8",
"through2": "2.0.3",
"yazl": "2.4.2"
"get-stream": "^3.0.0",
"gulp-util": "^3.0.0",
"through2": "^2.0.1",
"yazl": "^2.1.0"
}
},
"gulplog": {
......@@ -2740,7 +2734,7 @@
"integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=",
"dev": true,
"requires": {
"glogg": "1.0.0"
"glogg": "^1.0.0"
}
},
"har-validator": {
......@@ -2749,10 +2743,10 @@
"integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=",
"dev": true,
"requires": {
"chalk": "1.1.3",
"commander": "2.11.0",
"is-my-json-valid": "2.16.0",
"pinkie-promise": "2.0.1"
"chalk": "^1.1.1",
"commander": "^2.9.0",
"is-my-json-valid": "^2.12.4",
"pinkie-promise": "^2.0.0"
}
},
"has-ansi": {
......@@ -2761,7 +2755,7 @@
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
"dev": true,
"requires": {
"ansi-regex": "2.1.1"
"ansi-regex": "^2.0.0"
}
},
"has-binary": {
......@@ -2793,7 +2787,7 @@
"integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=",
"dev": true,
"requires": {
"sparkles": "1.0.0"
"sparkles": "^1.0.0"
}
},
"hawk": {
......@@ -2802,10 +2796,10 @@
"integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
"dev": true,
"requires": {
"boom": "2.10.1",
"cryptiles": "2.0.5",
"hoek": "2.16.3",
"sntp": "1.0.9"
"boom": "2.x.x",
"cryptiles": "2.x.x",
"hoek": "2.x.x",
"sntp": "1.x.x"
}
},
"hoek": {
......@@ -2820,7 +2814,7 @@
"integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=",
"dev": true,
"requires": {
"parse-passwd": "1.0.0"
"parse-passwd": "^1.0.0"
}
},
"hosted-git-info": {
......@@ -2837,7 +2831,7 @@
"requires": {
"inherits": "2.0.3",
"setprototypeof": "1.0.2",
"statuses": "1.3.1"
"statuses": ">= 1.3.1 < 2"
}
},
"http-proxy": {
......@@ -2846,8 +2840,8 @@
"integrity": "sha1-ZC/cr/5S00SNK9o7AHnpQJBk2jE=",
"dev": true,
"requires": {
"eventemitter3": "1.2.0",
"requires-port": "1.0.0"
"eventemitter3": "1.x.x",
"requires-port": "1.x.x"
}
},
"http-signature": {
......@@ -2856,9 +2850,9 @@
"integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=",
"dev": true,
"requires": {
"assert-plus": "0.2.0",
"jsprim": "1.4.0",
"sshpk": "1.13.1"
"assert-plus": "^0.2.0",
"jsprim": "^1.2.2",
"sshpk": "^1.7.0"
}
},
"immutable": {
......@@ -2873,7 +2867,7 @@
"integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
"dev": true,
"requires": {
"repeating": "2.0.1"
"repeating": "^2.0.0"
}
},
"indexof": {
......@@ -2888,8 +2882,8 @@
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"dev": true,
"requires": {
"once": "1.4.0",
"wrappy": "1.0.2"
"once": "^1.3.0",
"wrappy": "1"
}
},
"inherits": {
......@@ -2922,8 +2916,8 @@
"integrity": "sha1-IN5p89uULvLYe5wto28XIjWxtes=",
"dev": true,
"requires": {
"is-relative": "0.2.1",
"is-windows": "0.2.0"
"is-relative": "^0.2.1",
"is-windows": "^0.2.0"
}
},
"is-arrayish": {
......@@ -2938,7 +2932,7 @@
"integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
"dev": true,
"requires": {
"binary-extensions": "1.8.0"
"binary-extensions": "^1.0.0"
}
},
"is-buffer": {
......@@ -2953,7 +2947,7 @@
"integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
"dev": true,
"requires": {
"builtin-modules": "1.1.1"
"builtin-modules": "^1.0.0"
}
},
"is-dotfile": {
......@@ -2968,7 +2962,7 @@
"integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
"dev": true,
"requires": {
"is-primitive": "2.0.0"
"is-primitive": "^2.0.0"
}
},
"is-extendable": {
......@@ -2989,7 +2983,7 @@
"integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
"dev": true,
"requires": {
"number-is-nan": "1.0.1"
"number-is-nan": "^1.0.0"
}
},
"is-fullwidth-code-point": {
......@@ -2998,7 +2992,7 @@
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
"dev": true,
"requires": {
"number-is-nan": "1.0.1"
"number-is-nan": "^1.0.0"
}
},
"is-glob": {
......@@ -3007,7 +3001,7 @@
"integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
"dev": true,
"requires": {
"is-extglob": "1.0.0"
"is-extglob": "^1.0.0"
}
},
"is-my-json-valid": {
......@@ -3016,10 +3010,10 @@
"integrity": "sha1-8Hndm/2uZe4gOKrorLyGqxCeNpM=",
"dev": true,
"requires": {
"generate-function": "2.0.0",
"generate-object-property": "1.2.0",
"jsonpointer": "4.0.1",
"xtend": "4.0.1"
"generate-function": "^2.0.0",
"generate-object-property": "^1.1.0",
"jsonpointer": "^4.0.0",
"xtend": "^4.0.0"
}
},
"is-number": {
......@@ -3028,7 +3022,7 @@
"integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
"dev": true,
"requires": {
"kind-of": "3.2.2"
"kind-of": "^3.0.2"
}
},
"is-number-like": {
......@@ -3037,7 +3031,7 @@
"integrity": "sha512-6rZi3ezCyFcn5L71ywzz2bS5b2Igl1En3eTlZlvKjpz1n3IZLAYMbKYAIQgFmEu0GENg92ziU/faEOA/aixjbA==",
"dev": true,
"requires": {
"lodash.isfinite": "3.3.2"
"lodash.isfinite": "^3.3.2"
}
},
"is-path-cwd": {
......@@ -3052,7 +3046,7 @@
"integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
"dev": true,
"requires": {
"is-path-inside": "1.0.0"
"is-path-inside": "^1.0.0"
}
},
"is-path-inside": {
......@@ -3061,7 +3055,7 @@
"integrity": "sha1-/AbloWg/vaE95mev9xe7wQpI838=",
"dev": true,
"requires": {
"path-is-inside": "1.0.2"
"path-is-inside": "^1.0.1"
}
},
"is-plain-object": {
......@@ -3070,7 +3064,7 @@
"integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
"dev": true,
"requires": {
"isobject": "3.0.1"
"isobject": "^3.0.1"
},
"dependencies": {
"isobject": {
......@@ -3105,7 +3099,7 @@
"integrity": "sha1-0n9MfVFtF1+2ENuEu+7yPDvJeqU=",
"dev": true,
"requires": {
"is-unc-path": "0.1.2"
"is-unc-path": "^0.1.1"
}
},
"is-stream": {
......@@ -3126,7 +3120,7 @@
"integrity": "sha1-arBTpyVzwQJQ/0FqOBTDUXivObk=",
"dev": true,
"requires": {
"unc-path-regex": "0.1.2"
"unc-path-regex": "^0.1.0"
}
},
"is-utf8": {
......@@ -3180,8 +3174,8 @@
"integrity": "sha1-rOGTVNGpoBc+/rEITOD4ewrX3s8=",
"dev": true,
"requires": {
"binaryextensions": "1.0.1",
"textextensions": "1.0.2"
"binaryextensions": "~1.0.0",
"textextensions": "~1.0.0"
}
},
"jsbn": {
......@@ -3203,7 +3197,7 @@
"integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=",
"dev": true,
"requires": {
"jsonify": "0.0.0"
"jsonify": "~0.0.0"
}
},
"json-stringify-safe": {
......@@ -3224,7 +3218,7 @@
"integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=",
"dev": true,
"requires": {
"graceful-fs": "4.1.11"
"graceful-fs": "^4.1.6"
}
},
"jsonify": {
......@@ -3265,7 +3259,7 @@
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
"dev": true,
"requires": {
"is-buffer": "1.1.5"
"is-buffer": "^1.1.5"
}
},
"lazystream": {
......@@ -3274,7 +3268,7 @@
"integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=",
"dev": true,
"requires": {
"readable-stream": "2.3.3"
"readable-stream": "^2.0.5"
}
},
"lcid": {
......@@ -3283,7 +3277,7 @@
"integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
"dev": true,
"requires": {
"invert-kv": "1.0.0"
"invert-kv": "^1.0.0"
}
},
"liftoff": {
......@@ -3292,15 +3286,15 @@
"integrity": "sha1-qY8v9nGD2Lp8+soQVIvX/wVQs4U=",
"dev": true,
"requires": {
"extend": "3.0.1",
"findup-sync": "0.4.3",
"fined": "1.1.0",
"flagged-respawn": "0.3.2",
"lodash.isplainobject": "4.0.6",
"lodash.isstring": "4.0.1",
"lodash.mapvalues": "4.6.0",
"rechoir": "0.6.2",
"resolve": "1.3.3"
"extend": "^3.0.0",
"findup-sync": "^0.4.2",
"fined": "^1.0.1",
"flagged-respawn": "^0.3.2",
"lodash.isplainobject": "^4.0.4",
"lodash.isstring": "^4.0.1",
"lodash.mapvalues": "^4.4.0",
"rechoir": "^0.6.2",
"resolve": "^1.1.7"
}
},
"limiter": {
......@@ -3315,11 +3309,11 @@
"integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
"dev": true,
"requires": {
"graceful-fs": "4.1.11",
"parse-json": "2.2.0",
"pify": "2.3.0",
"pinkie-promise": "2.0.1",
"strip-bom": "2.0.0"
"graceful-fs": "^4.1.2",
"parse-json": "^2.2.0",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0",
"strip-bom": "^2.0.0"
}
},
"localtunnel": {
......@@ -3340,12 +3334,12 @@
"integrity": "sha1-GquWYOrnnYuPZ1vK7qtu40ws9pw=",
"dev": true,
"requires": {
"camelcase": "1.2.1",
"cliui": "3.2.0",
"decamelize": "1.2.0",
"os-locale": "1.4.0",
"window-size": "0.1.4",
"y18n": "3.2.1"
"camelcase": "^1.2.1",
"cliui": "^3.0.3",
"decamelize": "^1.0.0",
"os-locale": "^1.4.0",
"window-size": "^0.1.2",
"y18n": "^3.2.0"
}
}
}
......@@ -3368,10 +3362,10 @@
"integrity": "sha1-6UC5690nwyfgqNqxtVkWxTQelXU=",
"dev": true,
"requires": {
"lodash._basecreate": "2.4.1",
"lodash._setbinddata": "2.4.1",
"lodash._slice": "2.4.1",
"lodash.isobject": "2.4.1"
"lodash._basecreate": "~2.4.1",
"lodash._setbinddata": "~2.4.1",
"lodash._slice": "~2.4.1",
"lodash.isobject": "~2.4.1"
}
},
"lodash._basecopy": {
......@@ -3386,9 +3380,9 @@
"integrity": "sha1-+Ob1tXip405UEXm1a47uv0oofgg=",
"dev": true,
"requires": {
"lodash._isnative": "2.4.1",
"lodash.isobject": "2.4.1",
"lodash.noop": "2.4.1"
"lodash._isnative": "~2.4.1",
"lodash.isobject": "~2.4.1",
"lodash.noop": "~2.4.1"
}
},
"lodash._basecreatecallback": {
......@@ -3397,10 +3391,10 @@
"integrity": "sha1-fQsmdknLKeehOdAQO3wR+uhOSFE=",
"dev": true,
"requires": {
"lodash._setbinddata": "2.4.1",
"lodash.bind": "2.4.1",
"lodash.identity": "2.4.1",
"lodash.support": "2.4.1"
"lodash._setbinddata": "~2.4.1",
"lodash.bind": "~2.4.1",
"lodash.identity": "~2.4.1",
"lodash.support": "~2.4.1"
}
},
"lodash._basecreatewrapper": {
......@@ -3409,10 +3403,10 @@
"integrity": "sha1-TTHy595+E0+/KAN2K4FQsyUZZm8=",
"dev": true,
"requires": {
"lodash._basecreate": "2.4.1",
"lodash._setbinddata": "2.4.1",
"lodash._slice": "2.4.1",
"lodash.isobject": "2.4.1"
"lodash._basecreate": "~2.4.1",
"lodash._setbinddata": "~2.4.1",
"lodash._slice": "~2.4.1",
"lodash.isobject": "~2.4.1"
}
},
"lodash._baseisequal": {
......@@ -3421,11 +3415,11 @@
"integrity": "sha1-ax5i5YfFUjER9vIoVT2rGeRF/AM=",
"dev": true,
"requires": {
"lodash._getarray": "2.4.1",
"lodash._objecttypes": "2.4.1",
"lodash._releasearray": "2.4.1",
"lodash.forin": "2.4.1",
"lodash.isfunction": "2.4.1"
"lodash._getarray": "~2.4.1",
"lodash._objecttypes": "~2.4.1",
"lodash._releasearray": "~2.4.1",
"lodash.forin": "~2.4.1",
"lodash.isfunction": "~2.4.1"
}
},
"lodash._basetostring": {
......@@ -3446,10 +3440,10 @@
"integrity": "sha1-UdaVeXPaTtVW43KQ2MGhjFPeFgc=",
"dev": true,
"requires": {
"lodash._basebind": "2.4.1",
"lodash._basecreatewrapper": "2.4.1",
"lodash._slice": "2.4.1",
"lodash.isfunction": "2.4.1"
"lodash._basebind": "~2.4.1",
"lodash._basecreatewrapper": "~2.4.1",
"lodash._slice": "~2.4.1",
"lodash.isfunction": "~2.4.1"
}
},
"lodash._getarray": {
......@@ -3458,7 +3452,7 @@
"integrity": "sha1-+vH3+BD6mFolHCGHQESBCUg55e4=",
"dev": true,
"requires": {
"lodash._arraypool": "2.4.1"
"lodash._arraypool": "~2.4.1"
}
},
"lodash._getnative": {
......@@ -3515,8 +3509,8 @@
"integrity": "sha1-phOWMNdtFTawfdyAliiJsIL2pkE=",
"dev": true,
"requires": {
"lodash._arraypool": "2.4.1",
"lodash._maxpoolsize": "2.4.1"
"lodash._arraypool": "~2.4.1",
"lodash._maxpoolsize": "~2.4.1"
}
},
"lodash._root": {
......@@ -3531,8 +3525,8 @@
"integrity": "sha1-98IAzRuS7yNrOZ7s9zxkjReqlNI=",
"dev": true,
"requires": {
"lodash._isnative": "2.4.1",
"lodash.noop": "2.4.1"
"lodash._isnative": "~2.4.1",
"lodash.noop": "~2.4.1"
}
},
"lodash._shimkeys": {
......@@ -3541,7 +3535,7 @@
"integrity": "sha1-bpzJZm/wgfC1psl4uD4kLmlJ0gM=",
"dev": true,
"requires": {
"lodash._objecttypes": "2.4.1"
"lodash._objecttypes": "~2.4.1"
}
},
"lodash._slice": {
......@@ -3556,8 +3550,8 @@
"integrity": "sha1-XRn6AFyMTSNvr0dCx7eh/Kvikmc=",
"dev": true,
"requires": {
"lodash._createwrapper": "2.4.1",
"lodash._slice": "2.4.1"
"lodash._createwrapper": "~2.4.1",
"lodash._slice": "~2.4.1"
}
},
"lodash.createcallback": {
......@@ -3566,11 +3560,11 @@
"integrity": "sha1-SkUwhJsBZVAD/L31Y1JO/zzrAsQ=",
"dev": true,
"requires": {
"lodash._basecreatecallback": "2.4.1",
"lodash._baseisequal": "2.4.1",
"lodash.isobject": "2.4.1",
"lodash.keys": "2.4.1",
"lodash.property": "2.4.1"
"lodash._basecreatecallback": "~2.4.1",
"lodash._baseisequal": "~2.4.1",
"lodash.isobject": "~2.4.1",
"lodash.keys": "~2.4.1",
"lodash.property": "~2.4.1"
},
"dependencies": {
"lodash.keys": {
......@@ -3579,9 +3573,9 @@
"integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
"dev": true,
"requires": {
"lodash._isnative": "2.4.1",
"lodash._shimkeys": "2.4.1",
"lodash.isobject": "2.4.1"
"lodash._isnative": "~2.4.1",
"lodash._shimkeys": "~2.4.1",
"lodash.isobject": "~2.4.1"
}
}
}
......@@ -3592,7 +3586,7 @@
"integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=",
"dev": true,
"requires": {
"lodash._root": "3.0.1"
"lodash._root": "^3.0.0"
}
},
"lodash.every": {
......@@ -3601,8 +3595,8 @@
"integrity": "sha1-Iozlheb0kMAymAW4/A+s1BW4OwU=",
"dev": true,
"requires": {
"lodash.createcallback": "2.4.4",
"lodash.forown": "2.4.1"
"lodash.createcallback": "~2.4.1",
"lodash.forown": "~2.4.1"
}
},
"lodash.forin": {
......@@ -3611,8 +3605,8 @@
"integrity": "sha1-gInq7X0lsIZyt8Zv0HrFXQYjIOs=",
"dev": true,
"requires": {
"lodash._basecreatecallback": "2.4.1",
"lodash._objecttypes": "2.4.1"
"lodash._basecreatecallback": "~2.4.1",
"lodash._objecttypes": "~2.4.1"
}
},
"lodash.forown": {
......@@ -3621,9 +3615,9 @@
"integrity": "sha1-eLQer+FAX6lmRZ6kGT/VAtCEUks=",
"dev": true,
"requires": {
"lodash._basecreatecallback": "2.4.1",
"lodash._objecttypes": "2.4.1",
"lodash.keys": "2.4.1"
"lodash._basecreatecallback": "~2.4.1",
"lodash._objecttypes": "~2.4.1",
"lodash.keys": "~2.4.1"
},
"dependencies": {
"lodash.keys": {
......@@ -3632,9 +3626,9 @@
"integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
"dev": true,
"requires": {
"lodash._isnative": "2.4.1",
"lodash._shimkeys": "2.4.1",
"lodash.isobject": "2.4.1"
"lodash._isnative": "~2.4.1",
"lodash._shimkeys": "~2.4.1",
"lodash.isobject": "~2.4.1"
}
}
}
......@@ -3681,7 +3675,7 @@
"integrity": "sha1-Wi5H/mmVPx7mMafrof5k0tBlWPU=",
"dev": true,
"requires": {
"lodash._objecttypes": "2.4.1"
"lodash._objecttypes": "~2.4.1"
}
},
"lodash.isplainobject": {
......@@ -3702,9 +3696,9 @@
"integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
"dev": true,
"requires": {
"lodash._getnative": "3.9.1",
"lodash.isarguments": "3.1.0",
"lodash.isarray": "3.0.4"
"lodash._getnative": "^3.0.0",
"lodash.isarguments": "^3.0.0",
"lodash.isarray": "^3.0.0"
}
},
"lodash.mapvalues": {
......@@ -3737,7 +3731,7 @@
"integrity": "sha1-Mg4LZwMWc8KNeiu12eAzGkUkBRU=",
"dev": true,
"requires": {
"lodash._isnative": "2.4.1"
"lodash._isnative": "~2.4.1"
}
},
"lodash.template": {
......@@ -3746,15 +3740,15 @@
"integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=",
"dev": true,
"requires": {
"lodash._basecopy": "3.0.1",
"lodash._basetostring": "3.0.1",
"lodash._basevalues": "3.0.0",
"lodash._isiterateecall": "3.0.9",
"lodash._reinterpolate": "3.0.0",
"lodash.escape": "3.2.0",
"lodash.keys": "3.1.2",
"lodash.restparam": "3.6.1",
"lodash.templatesettings": "3.1.1"
"lodash._basecopy": "^3.0.0",
"lodash._basetostring": "^3.0.0",
"lodash._basevalues": "^3.0.0",
"lodash._isiterateecall": "^3.0.0",
"lodash._reinterpolate": "^3.0.0",
"lodash.escape": "^3.0.0",
"lodash.keys": "^3.0.0",
"lodash.restparam": "^3.0.0",
"lodash.templatesettings": "^3.0.0"
}
},
"lodash.templatesettings": {
......@@ -3763,8 +3757,8 @@
"integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=",
"dev": true,
"requires": {
"lodash._reinterpolate": "3.0.0",
"lodash.escape": "3.2.0"
"lodash._reinterpolate": "^3.0.0",
"lodash.escape": "^3.0.0"
}
},
"loud-rejection": {
......@@ -3773,8 +3767,8 @@
"integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
"dev": true,
"requires": {
"currently-unhandled": "0.4.1",
"signal-exit": "3.0.2"
"currently-unhandled": "^0.4.1",
"signal-exit": "^3.0.0"
}
},
"lru-cache": {
......@@ -3801,16 +3795,16 @@
"integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
"dev": true,
"requires": {
"camelcase-keys": "2.1.0",
"decamelize": "1.2.0",
"loud-rejection": "1.6.0",
"map-obj": "1.0.1",
"minimist": "1.2.0",
"normalize-package-data": "2.4.0",
"object-assign": "4.1.1",
"read-pkg-up": "1.0.1",
"redent": "1.0.0",
"trim-newlines": "1.0.0"
"camelcase-keys": "^2.0.0",
"decamelize": "^1.1.2",
"loud-rejection": "^1.0.0",
"map-obj": "^1.0.1",
"minimist": "^1.1.3",
"normalize-package-data": "^2.3.4",
"object-assign": "^4.0.1",
"read-pkg-up": "^1.0.1",
"redent": "^1.0.0",
"trim-newlines": "^1.0.0"
}
},
"merge-stream": {
......@@ -3819,7 +3813,7 @@
"integrity": "sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=",
"dev": true,
"requires": {
"readable-stream": "2.3.3"
"readable-stream": "^2.0.1"
}
},
"micromatch": {
......@@ -3828,19 +3822,19 @@
"integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
"dev": true,
"requires": {
"arr-diff": "2.0.0",
"array-unique": "0.2.1",
"braces": "1.8.5",
"expand-brackets": "0.1.5",
"extglob": "0.3.2",
"filename-regex": "2.0.1",
"is-extglob": "1.0.0",
"is-glob": "2.0.1",
"kind-of": "3.2.2",
"normalize-path": "2.1.1",
"object.omit": "2.0.1",
"parse-glob": "3.0.4",
"regex-cache": "0.4.3"
"arr-diff": "^2.0.0",
"array-unique": "^0.2.1",
"braces": "^1.8.2",
"expand-brackets": "^0.1.4",
"extglob": "^0.3.1",
"filename-regex": "^2.0.0",
"is-extglob": "^1.0.0",
"is-glob": "^2.0.1",
"kind-of": "^3.0.2",
"normalize-path": "^2.0.1",
"object.omit": "^2.0.0",
"parse-glob": "^3.0.4",
"regex-cache": "^0.4.2"
}
},
"mime": {
......@@ -3861,7 +3855,7 @@
"integrity": "sha1-pOv1BkCUVpI3uM9wBGd20J/JKu0=",
"dev": true,
"requires": {
"mime-db": "1.27.0"
"mime-db": "~1.27.0"
}
},
"minimatch": {
......@@ -3870,7 +3864,7 @@
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"dev": true,
"requires": {
"brace-expansion": "1.1.8"
"brace-expansion": "^1.1.7"
}
},
"minimist": {
......@@ -3931,7 +3925,7 @@
"integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
"dev": true,
"requires": {
"abbrev": "1.1.0"
"abbrev": "1"
}
},
"normalize-package-data": {
......@@ -3940,10 +3934,10 @@
"integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
"dev": true,
"requires": {
"hosted-git-info": "2.5.0",
"is-builtin-module": "1.0.0",
"semver": "5.3.0",
"validate-npm-package-license": "3.0.1"
"hosted-git-info": "^2.1.4",
"is-builtin-module": "^1.0.0",
"semver": "2 || 3 || 4 || 5",
"validate-npm-package-license": "^3.0.1"
}
},
"normalize-path": {
......@@ -3952,7 +3946,7 @@
"integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
"dev": true,
"requires": {
"remove-trailing-separator": "1.0.2"
"remove-trailing-separator": "^1.0.1"
}
},
"number-is-nan": {
......@@ -3991,10 +3985,10 @@
"integrity": "sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8=",
"dev": true,
"requires": {
"array-each": "1.0.1",
"array-slice": "1.0.0",
"for-own": "1.0.0",
"isobject": "3.0.1"
"array-each": "^1.0.1",
"array-slice": "^1.0.0",
"for-own": "^1.0.0",
"isobject": "^3.0.0"
},
"dependencies": {
"for-own": {
......@@ -4003,7 +3997,7 @@
"integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=",
"dev": true,
"requires": {
"for-in": "1.0.2"
"for-in": "^1.0.1"
}
},
"isobject": {
......@@ -4020,8 +4014,8 @@
"integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
"dev": true,
"requires": {
"for-own": "0.1.5",
"is-extendable": "0.1.1"
"for-own": "^0.1.4",
"is-extendable": "^0.1.1"
}
},
"object.pick": {
......@@ -4030,7 +4024,7 @@
"integrity": "sha1-tTkr7peC2m2ft9avr1OXefEjTCs=",
"dev": true,
"requires": {
"isobject": "2.1.0"
"isobject": "^2.1.0"
}
},
"on-finished": {
......@@ -4048,7 +4042,7 @@
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"dev": true,
"requires": {
"wrappy": "1.0.2"
"wrappy": "1"
}
},
"openurl": {
......@@ -4063,8 +4057,8 @@
"integrity": "sha1-erwi5kTf9jsKltWrfyeQwPAavJU=",
"dev": true,
"requires": {
"object-assign": "4.1.1",
"pinkie-promise": "2.0.1"
"object-assign": "^4.0.1",
"pinkie-promise": "^2.0.0"
}
},
"options": {
......@@ -4079,9 +4073,9 @@
"integrity": "sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4=",
"dev": true,
"requires": {
"end-of-stream": "0.1.5",
"sequencify": "0.0.7",
"stream-consume": "0.1.0"
"end-of-stream": "~0.1.5",
"sequencify": "~0.0.7",
"stream-consume": "~0.1.0"
}
},
"ordered-read-streams": {
......@@ -4102,7 +4096,7 @@
"integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
"dev": true,
"requires": {
"lcid": "1.0.0"
"lcid": "^1.0.0"
}
},
"p-map": {
......@@ -4117,9 +4111,9 @@
"integrity": "sha1-FZ1hVdQ5BNFsEO9piRHaHpGWm3M=",
"dev": true,
"requires": {
"is-absolute": "0.2.6",
"map-cache": "0.2.2",
"path-root": "0.1.1"
"is-absolute": "^0.2.3",
"map-cache": "^0.2.0",
"path-root": "^0.1.1"
}
},
"parse-glob": {
......@@ -4128,10 +4122,10 @@
"integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
"dev": true,
"requires": {
"glob-base": "0.3.0",
"is-dotfile": "1.0.3",
"is-extglob": "1.0.0",
"is-glob": "2.0.1"
"glob-base": "^0.3.0",
"is-dotfile": "^1.0.0",
"is-extglob": "^1.0.0",
"is-glob": "^2.0.0"
}
},
"parse-json": {
......@@ -4140,7 +4134,7 @@
"integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
"dev": true,
"requires": {
"error-ex": "1.3.1"
"error-ex": "^1.2.0"
}
},
"parse-passwd": {
......@@ -4155,7 +4149,7 @@
"integrity": "sha1-q343WfIJ7OmUN5c/fQ8fZK4OZKs=",
"dev": true,
"requires": {
"better-assert": "1.0.2"
"better-assert": "~1.0.0"
}
},
"parseqs": {
......@@ -4164,7 +4158,7 @@
"integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=",
"dev": true,
"requires": {
"better-assert": "1.0.2"
"better-assert": "~1.0.0"
}
},
"parseuri": {
......@@ -4173,7 +4167,7 @@
"integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=",
"dev": true,
"requires": {
"better-assert": "1.0.2"
"better-assert": "~1.0.0"
}
},
"parseurl": {
......@@ -4194,7 +4188,7 @@
"integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
"dev": true,
"requires": {
"pinkie-promise": "2.0.1"
"pinkie-promise": "^2.0.0"
}
},
"path-exists-cli": {
......@@ -4203,8 +4197,8 @@
"integrity": "sha1-tQtxJtB54khi4JKg0GDrHIL2S8M=",
"dev": true,
"requires": {
"meow": "3.7.0",
"path-exists": "3.0.0"
"meow": "^3.7.0",
"path-exists": "^3.0.0"
},
"dependencies": {
"path-exists": {
......@@ -4239,7 +4233,7 @@
"integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=",
"dev": true,
"requires": {
"path-root-regex": "0.1.2"
"path-root-regex": "^0.1.0"
}
},
"path-root-regex": {
......@@ -4254,9 +4248,9 @@
"integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
"dev": true,
"requires": {
"graceful-fs": "4.1.11",
"pify": "2.3.0",
"pinkie-promise": "2.0.1"
"graceful-fs": "^4.1.2",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0"
}
},
"pify": {
......@@ -4277,7 +4271,7 @@
"integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
"dev": true,
"requires": {
"pinkie": "2.0.4"
"pinkie": "^2.0.0"
}
},
"portscanner": {
......@@ -4287,7 +4281,7 @@
"dev": true,
"requires": {
"async": "1.5.2",
"is-number-like": "1.0.8"
"is-number-like": "^1.0.3"
}
},
"preserve": {
......@@ -4326,8 +4320,8 @@
"integrity": "sha512-D5JUjPyJbaJDkuAazpVnSfVkLlpeO3wDlPROTMLGKG1zMFNFRgrciKo1ltz/AzNTkqE0HzDx655QOL51N06how==",
"dev": true,
"requires": {
"is-number": "3.0.0",
"kind-of": "4.0.0"
"is-number": "^3.0.0",
"kind-of": "^4.0.0"
},
"dependencies": {
"is-number": {
......@@ -4336,7 +4330,7 @@
"integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
"dev": true,
"requires": {
"kind-of": "3.2.2"
"kind-of": "^3.0.2"
},
"dependencies": {
"kind-of": {
......@@ -4345,7 +4339,7 @@
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
"dev": true,
"requires": {
"is-buffer": "1.1.5"
"is-buffer": "^1.1.5"
}
}
}
......@@ -4356,7 +4350,7 @@
"integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
"dev": true,
"requires": {
"is-buffer": "1.1.5"
"is-buffer": "^1.1.5"
}
}
}
......@@ -4373,9 +4367,9 @@
"integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
"dev": true,
"requires": {
"load-json-file": "1.1.0",
"normalize-package-data": "2.4.0",
"path-type": "1.1.0"
"load-json-file": "^1.0.0",
"normalize-package-data": "^2.3.2",
"path-type": "^1.0.0"
}
},
"read-pkg-up": {
......@@ -4384,8 +4378,8 @@
"integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
"dev": true,
"requires": {
"find-up": "1.1.2",
"read-pkg": "1.1.0"
"find-up": "^1.0.0",
"read-pkg": "^1.0.0"
}
},
"readable-stream": {
......@@ -4394,13 +4388,13 @@
"integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
"dev": true,
"requires": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "1.0.0",
"process-nextick-args": "1.0.7",
"safe-buffer": "5.1.1",
"string_decoder": "1.0.3",
"util-deprecate": "1.0.2"
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
"isarray": "~1.0.0",
"process-nextick-args": "~1.0.6",
"safe-buffer": "~5.1.1",
"string_decoder": "~1.0.3",
"util-deprecate": "~1.0.1"
}
},
"readdirp": {
......@@ -4409,10 +4403,10 @@
"integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=",
"dev": true,
"requires": {
"graceful-fs": "4.1.11",
"minimatch": "3.0.4",
"readable-stream": "2.3.3",
"set-immediate-shim": "1.0.1"
"graceful-fs": "^4.1.2",
"minimatch": "^3.0.2",
"readable-stream": "^2.0.2",
"set-immediate-shim": "^1.0.1"
}
},
"rechoir": {
......@@ -4421,7 +4415,7 @@
"integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
"dev": true,
"requires": {
"resolve": "1.3.3"
"resolve": "^1.1.6"
}
},
"redent": {
......@@ -4430,8 +4424,8 @@
"integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
"dev": true,
"requires": {
"indent-string": "2.1.0",
"strip-indent": "1.0.1"
"indent-string": "^2.1.0",
"strip-indent": "^1.0.1"
}
},
"regex-cache": {
......@@ -4440,8 +4434,8 @@
"integrity": "sha1-mxpsNdTQ3871cRrmUejp09cRQUU=",
"dev": true,
"requires": {
"is-equal-shallow": "0.1.3",
"is-primitive": "2.0.0"
"is-equal-shallow": "^0.1.3",
"is-primitive": "^2.0.0"
}
},
"remove-trailing-separator": {
......@@ -4468,7 +4462,7 @@
"integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
"dev": true,
"requires": {
"is-finite": "1.0.2"
"is-finite": "^1.0.0"
}
},
"replace-ext": {
......@@ -4483,9 +4477,9 @@
"integrity": "sha1-DEFAcH5PAyP1DeBEhRcIz1i8N70=",
"dev": true,
"requires": {
"escape-string-regexp": "1.0.5",
"object-assign": "4.1.1",
"readable-stream": "2.3.3"
"escape-string-regexp": "^1.0.3",
"object-assign": "^4.0.1",
"readable-stream": "^2.0.2"
}
},
"request": {
......@@ -4494,26 +4488,26 @@
"integrity": "sha1-4cjew0bhyBkjskrNszfxHeyr6cw=",
"dev": true,
"requires": {
"aws-sign2": "0.6.0",
"aws4": "1.6.0",
"caseless": "0.11.0",
"combined-stream": "1.0.5",
"extend": "3.0.1",
"forever-agent": "0.6.1",
"form-data": "2.1.4",
"har-validator": "2.0.6",
"hawk": "3.1.3",
"http-signature": "1.1.1",
"is-typedarray": "1.0.0",
"isstream": "0.1.2",
"json-stringify-safe": "5.0.1",
"mime-types": "2.1.15",
"node-uuid": "1.4.8",
"oauth-sign": "0.8.2",
"qs": "6.3.2",
"stringstream": "0.0.5",
"tough-cookie": "2.3.2",
"tunnel-agent": "0.4.3"
"aws-sign2": "~0.6.0",
"aws4": "^1.2.1",
"caseless": "~0.11.0",
"combined-stream": "~1.0.5",
"extend": "~3.0.0",
"forever-agent": "~0.6.1",
"form-data": "~2.1.1",
"har-validator": "~2.0.6",
"hawk": "~3.1.3",
"http-signature": "~1.1.0",
"is-typedarray": "~1.0.0",
"isstream": "~0.1.2",
"json-stringify-safe": "~5.0.1",
"mime-types": "~2.1.7",
"node-uuid": "~1.4.7",
"oauth-sign": "~0.8.1",
"qs": "~6.3.0",
"stringstream": "~0.0.4",
"tough-cookie": "~2.3.0",
"tunnel-agent": "~0.4.1"
},
"dependencies": {
"qs": {
......@@ -4548,7 +4542,7 @@
"integrity": "sha1-ZVkHw0aahoDcLeOidaj91paR8OU=",
"dev": true,
"requires": {
"path-parse": "1.0.5"
"path-parse": "^1.0.5"
}
},
"resolve-dir": {
......@@ -4557,8 +4551,8 @@
"integrity": "sha1-shklmlYC+sXFxJatiUpujMQwJh4=",
"dev": true,
"requires": {
"expand-tilde": "1.2.2",
"global-modules": "0.2.3"
"expand-tilde": "^1.2.2",
"global-modules": "^0.2.3"
}
},
"resp-modifier": {
......@@ -4567,8 +4561,8 @@
"integrity": "sha1-sSTeXE+6/LpUH0j/pzlw9KpFa08=",
"dev": true,
"requires": {
"debug": "2.2.0",
"minimatch": "3.0.4"
"debug": "^2.2.0",
"minimatch": "^3.0.2"
}
},
"rimraf": {
......@@ -4577,7 +4571,7 @@
"integrity": "sha1-wjOOxkPfeht/5cVPqG9XQopV8z0=",
"dev": true,
"requires": {
"glob": "7.1.2"
"glob": "^7.0.5"
}
},
"run-sequence": {
......@@ -4586,8 +4580,8 @@
"integrity": "sha1-FJ2gElFvIdz3nbbcmaKpVgNjGyE=",
"dev": true,
"requires": {
"chalk": "1.1.3",
"gulp-util": "3.0.8"
"chalk": "^1.1.3",
"gulp-util": "^3.0.8"
}
},
"rx": {
......@@ -4615,18 +4609,18 @@
"dev": true,
"requires": {
"debug": "2.6.4",
"depd": "1.1.0",
"destroy": "1.0.4",
"encodeurl": "1.0.1",
"escape-html": "1.0.3",
"etag": "1.8.0",
"depd": "~1.1.0",
"destroy": "~1.0.4",
"encodeurl": "~1.0.1",
"escape-html": "~1.0.3",
"etag": "~1.8.0",
"fresh": "0.5.0",
"http-errors": "1.6.1",
"http-errors": "~1.6.1",
"mime": "1.3.4",
"ms": "1.0.0",
"on-finished": "2.3.0",
"range-parser": "1.2.0",
"statuses": "1.3.1"
"on-finished": "~2.3.0",
"range-parser": "~1.2.0",
"statuses": "~1.3.1"
},
"dependencies": {
"debug": {
......@@ -4661,7 +4655,7 @@
"depd": "1.1.0",
"inherits": "2.0.3",
"setprototypeof": "1.0.3",
"statuses": "1.3.1"
"statuses": ">= 1.3.1 < 2"
}
},
"mime": {
......@@ -4696,13 +4690,13 @@
"integrity": "sha1-fF2WwT+xMRAfk8HFd0+FFqHnjTs=",
"dev": true,
"requires": {
"accepts": "1.3.3",
"accepts": "~1.3.3",
"batch": "0.5.3",
"debug": "2.2.0",
"escape-html": "1.0.3",
"http-errors": "1.5.1",
"mime-types": "2.1.15",
"parseurl": "1.3.1"
"debug": "~2.2.0",
"escape-html": "~1.0.3",
"http-errors": "~1.5.0",
"mime-types": "~2.1.11",
"parseurl": "~1.3.1"
}
},
"serve-static": {
......@@ -4711,9 +4705,9 @@
"integrity": "sha1-5UbicmCBuBtLzsjpCAjrzdMjr7o=",
"dev": true,
"requires": {
"encodeurl": "1.0.1",
"escape-html": "1.0.3",
"parseurl": "1.3.1",
"encodeurl": "~1.0.1",
"escape-html": "~1.0.3",
"parseurl": "~1.3.1",
"send": "0.15.2"
}
},
......@@ -4774,7 +4768,7 @@
"integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
"dev": true,
"requires": {
"hoek": "2.16.3"
"hoek": "2.x.x"
}
},
"socket.io": {
......@@ -4916,7 +4910,7 @@
"integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
"dev": true,
"requires": {
"spdx-license-ids": "1.2.2"
"spdx-license-ids": "^1.0.2"
}
},
"spdx-expression-parse": {
......@@ -4937,14 +4931,14 @@
"integrity": "sha1-US322mKHFEMW3EwY/hzx2UBzm+M=",
"dev": true,
"requires": {
"asn1": "0.2.3",
"assert-plus": "1.0.0",
"bcrypt-pbkdf": "1.0.1",
"dashdash": "1.14.1",
"ecc-jsbn": "0.1.1",
"getpass": "0.1.7",
"jsbn": "0.1.1",
"tweetnacl": "0.14.5"
"asn1": "~0.2.3",
"assert-plus": "^1.0.0",
"bcrypt-pbkdf": "^1.0.0",
"dashdash": "^1.12.0",
"ecc-jsbn": "~0.1.1",
"getpass": "^0.1.1",
"jsbn": "~0.1.0",
"tweetnacl": "~0.14.0"
},
"dependencies": {
"assert-plus": {
......@@ -4979,17 +4973,8 @@
"integrity": "sha1-rdV8jXzHOoFjDTHNVdOWHPr7qcM=",
"dev": true,
"requires": {
"commander": "2.11.0",
"limiter": "1.1.2"
}
},
"string_decoder": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
"dev": true,
"requires": {
"safe-buffer": "5.1.1"
"commander": "^2.2.0",
"limiter": "^1.0.5"
}
},
"string-width": {
......@@ -4998,9 +4983,18 @@
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
"dev": true,
"requires": {
"code-point-at": "1.1.0",
"is-fullwidth-code-point": "1.0.0",
"strip-ansi": "3.0.1"
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
"strip-ansi": "^3.0.0"
}
},
"string_decoder": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
"dev": true,
"requires": {
"safe-buffer": "~5.1.0"
}
},
"stringstream": {
......@@ -5015,7 +5009,7 @@
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"dev": true,
"requires": {
"ansi-regex": "2.1.1"
"ansi-regex": "^2.0.0"
}
},
"strip-bom": {
......@@ -5024,7 +5018,7 @@
"integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
"dev": true,
"requires": {
"is-utf8": "0.2.1"
"is-utf8": "^0.2.0"
}
},
"strip-bom-stream": {
......@@ -5033,8 +5027,8 @@
"integrity": "sha1-5xRDmFd9Uaa+0PoZlPoF9D/ZiO4=",
"dev": true,
"requires": {
"first-chunk-stream": "1.0.0",
"strip-bom": "2.0.0"
"first-chunk-stream": "^1.0.0",
"strip-bom": "^2.0.0"
}
},
"strip-indent": {
......@@ -5043,7 +5037,7 @@
"integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
"dev": true,
"requires": {
"get-stdin": "4.0.1"
"get-stdin": "^4.0.1"
}
},
"supports-color": {
......@@ -5064,8 +5058,8 @@
"integrity": "sha1-OORBT8ZJd9h6/apy+sttKfgve1s=",
"dev": true,
"requires": {
"chalk": "1.1.3",
"object-path": "0.9.2"
"chalk": "^1.1.1",
"object-path": "^0.9.0"
}
},
"through2": {
......@@ -5074,8 +5068,8 @@
"integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
"dev": true,
"requires": {
"readable-stream": "2.3.3",
"xtend": "4.0.1"
"readable-stream": "^2.1.5",
"xtend": "~4.0.1"
}
},
"through2-filter": {
......@@ -5084,8 +5078,8 @@
"integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=",
"dev": true,
"requires": {
"through2": "2.0.3",
"xtend": "4.0.1"
"through2": "~2.0.0",
"xtend": "~4.0.0"
}
},
"tildify": {
......@@ -5094,7 +5088,7 @@
"integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=",
"dev": true,
"requires": {
"os-homedir": "1.0.2"
"os-homedir": "^1.0.0"
}
},
"time-stamp": {
......@@ -5109,7 +5103,7 @@
"integrity": "sha1-HN+kcqnvUMI57maZm2YsoOs5k38=",
"dev": true,
"requires": {
"extend-shallow": "2.0.1"
"extend-shallow": "^2.0.1"
}
},
"to-array": {
......@@ -5124,7 +5118,7 @@
"integrity": "sha1-8IH3bkyFcg5sN6X6ztc3FQ2EByo=",
"dev": true,
"requires": {
"punycode": "1.4.1"
"punycode": "^1.4.1"
}
},
"trim-newlines": {
......@@ -5212,7 +5206,7 @@
"integrity": "sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ=",
"dev": true,
"requires": {
"user-home": "1.1.1"
"user-home": "^1.1.1"
}
},
"vali-date": {
......@@ -5227,8 +5221,8 @@
"integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=",
"dev": true,
"requires": {
"spdx-correct": "1.0.2",
"spdx-expression-parse": "1.0.4"
"spdx-correct": "~1.0.0",
"spdx-expression-parse": "~1.0.0"
}
},
"verror": {
......@@ -5246,8 +5240,8 @@
"integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=",
"dev": true,
"requires": {
"clone": "1.0.2",
"clone-stats": "0.0.1",
"clone": "^1.0.0",
"clone-stats": "^0.0.1",
"replace-ext": "0.0.1"
}
},
......@@ -5257,14 +5251,14 @@
"integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=",
"dev": true,
"requires": {
"defaults": "1.0.3",
"glob-stream": "3.1.18",
"glob-watcher": "0.0.6",
"graceful-fs": "3.0.11",
"mkdirp": "0.5.1",
"strip-bom": "1.0.0",
"through2": "0.6.5",
"vinyl": "0.4.6"
"defaults": "^1.0.0",
"glob-stream": "^3.1.5",
"glob-watcher": "^0.0.6",
"graceful-fs": "^3.0.0",
"mkdirp": "^0.5.0",
"strip-bom": "^1.0.0",
"through2": "^0.6.1",
"vinyl": "^0.4.0"
},
"dependencies": {
"clone": {
......@@ -5279,7 +5273,7 @@
"integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=",
"dev": true,
"requires": {
"natives": "1.1.0"
"natives": "^1.1.0"
}
},
"isarray": {
......@@ -5309,10 +5303,10 @@
"integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
"dev": true,
"requires": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "0.0.1",
"string_decoder": "0.10.31"
"string_decoder": "~0.10.x"
}
},
"string_decoder": {
......@@ -5327,8 +5321,8 @@
"integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=",
"dev": true,
"requires": {
"first-chunk-stream": "1.0.0",
"is-utf8": "0.2.1"
"first-chunk-stream": "^1.0.0",
"is-utf8": "^0.2.0"
}
},
"through2": {
......@@ -5337,8 +5331,8 @@
"integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
"dev": true,
"requires": {
"readable-stream": "1.0.34",
"xtend": "4.0.1"
"readable-stream": ">=1.0.33-1 <1.1.0-0",
"xtend": ">=4.0.0 <4.1.0-0"
}
},
"vinyl": {
......@@ -5347,8 +5341,8 @@
"integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=",
"dev": true,
"requires": {
"clone": "0.2.0",
"clone-stats": "0.0.1"
"clone": "^0.2.0",
"clone-stats": "^0.0.1"
}
}
}
......@@ -5359,9 +5353,9 @@
"integrity": "sha1-/viqIjkh97QLu71MPtQwL2/QqBM=",
"dev": true,
"requires": {
"express": "2.5.11",
"nopt": "3.0.6",
"underscore": "1.7.0"
"express": "2.5.x",
"nopt": "3.0.x",
"underscore": "1.7.x"
}
},
"which": {
......@@ -5370,7 +5364,7 @@
"integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=",
"dev": true,
"requires": {
"isexe": "2.0.0"
"isexe": "^2.0.0"
}
},
"which-module": {
......@@ -5391,8 +5385,8 @@
"integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
"dev": true,
"requires": {
"string-width": "1.0.2",
"strip-ansi": "3.0.1"
"string-width": "^1.0.1",
"strip-ansi": "^3.0.1"
}
},
"wrap-promise": {
......@@ -5401,7 +5395,7 @@
"integrity": "sha1-sBn0I2zL8ftWCSG0tIcLe9ovUlU=",
"dev": true,
"requires": {
"es6-promise": "2.3.0"
"es6-promise": "^2.3.0"
}
},
"wrappy": {
......@@ -5416,8 +5410,8 @@
"integrity": "sha1-CC3bbGQehdS7RR8D1S8G6r2x8Bg=",
"dev": true,
"requires": {
"options": "0.0.6",
"ultron": "1.0.2"
"options": ">=0.0.5",
"ultron": "1.0.x"
}
},
"wtf-8": {
......@@ -5450,20 +5444,20 @@
"integrity": "sha1-gW4ahm1VmMzzTlWW3c4i2S2kkNQ=",
"dev": true,
"requires": {
"camelcase": "3.0.0",
"cliui": "3.2.0",
"decamelize": "1.2.0",
"get-caller-file": "1.0.2",
"os-locale": "1.4.0",
"read-pkg-up": "1.0.1",
"require-directory": "2.1.1",
"require-main-filename": "1.0.1",
"set-blocking": "2.0.0",
"string-width": "1.0.2",
"which-module": "1.0.0",
"window-size": "0.2.0",
"y18n": "3.2.1",
"yargs-parser": "4.2.1"
"camelcase": "^3.0.0",
"cliui": "^3.2.0",
"decamelize": "^1.1.1",
"get-caller-file": "^1.0.1",
"os-locale": "^1.4.0",
"read-pkg-up": "^1.0.1",
"require-directory": "^2.1.1",
"require-main-filename": "^1.0.1",
"set-blocking": "^2.0.0",
"string-width": "^1.0.2",
"which-module": "^1.0.0",
"window-size": "^0.2.0",
"y18n": "^3.2.1",
"yargs-parser": "^4.1.0"
},
"dependencies": {
"camelcase": {
......@@ -5486,7 +5480,7 @@
"integrity": "sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw=",
"dev": true,
"requires": {
"camelcase": "3.0.0"
"camelcase": "^3.0.0"
},
"dependencies": {
"camelcase": {
......@@ -5503,7 +5497,7 @@
"integrity": "sha1-FMsZCD4eJacAksFYiqvg9OTdTYg=",
"dev": true,
"requires": {
"buffer-crc32": "0.2.13"
"buffer-crc32": "~0.2.3"
}
},
"yeast": {
......
......@@ -34,7 +34,6 @@
"devDependencies": {
"browser-sync": "^2.18.12",
"del": "^3.0.0",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"gulp-rename": "^1.2.2",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment