Authored by 李奇

logger folder path

@@ -75,7 +75,7 @@ @@ -75,7 +75,7 @@
75 "xlsx2json": "^1.0.0", 75 "xlsx2json": "^1.0.0",
76 "xss": "^0.3.3", 76 "xss": "^0.3.3",
77 "yoho-cookie": "^1.2.0", 77 "yoho-cookie": "^1.2.0",
78 - "yoho-node-lib": "^0.2.18", 78 + "yoho-node-lib": "=0.6.9",
79 "yoho-store": "^1.3.20" 79 "yoho-store": "^1.3.20"
80 }, 80 },
81 "devDependencies": { 81 "devDependencies": {
@@ -22,8 +22,10 @@ const config = { @@ -22,8 +22,10 @@ const config = {
22 infoFile: { 22 infoFile: {
23 name: 'info', 23 name: 'info',
24 level: 'info', 24 level: 'info',
25 - filename: '/Data/logs/yoho-shop-manage/info.log',  
26 - maxFiles: 7, 25 + filename: '/Data/logs/yoho-shop-manage/info/info.log',
  26 + maxFiles: 1,
  27 + tailable: true,
  28 + maxSize: Math.pow(1024, 3),
27 timestamp() { 29 timestamp() {
28 return new Date().toString(); 30 return new Date().toString();
29 } 31 }
@@ -31,9 +33,11 @@ const config = { @@ -31,9 +33,11 @@ const config = {
31 errorFile: { 33 errorFile: {
32 name: 'error', 34 name: 'error',
33 level: 'error', 35 level: 'error',
34 - filename: '/Data/logs/yoho-shop-manage/error.log', 36 + filename: '/Data/logs/yoho-shop-manage/error/error.log',
35 handleExceptions: true, 37 handleExceptions: true,
36 - maxFiles: 7, 38 + maxFiles: 1,
  39 + tailable: true,
  40 + maxSize: Math.pow(1024, 3),
37 timestamp() { 41 timestamp() {
38 return new Date().toString(); 42 return new Date().toString();
39 } 43 }
@@ -95,6 +95,15 @@ ajv@^5.0.0, ajv@^5.1.5, ajv@^5.2.0: @@ -95,6 +95,15 @@ ajv@^5.0.0, ajv@^5.1.5, ajv@^5.2.0:
95 json-schema-traverse "^0.3.0" 95 json-schema-traverse "^0.3.0"
96 json-stable-stringify "^1.0.1" 96 json-stable-stringify "^1.0.1"
97 97
  98 +ajv@^5.1.0:
  99 + version "5.5.2"
  100 + resolved "http://npm.yohops.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
  101 + dependencies:
  102 + co "^4.6.0"
  103 + fast-deep-equal "^1.0.0"
  104 + fast-json-stable-stringify "^2.0.0"
  105 + json-schema-traverse "^0.3.0"
  106 +
98 align-text@^0.1.1, align-text@^0.1.3: 107 align-text@^0.1.1, align-text@^0.1.3:
99 version "0.1.4" 108 version "0.1.4"
100 resolved "http://npm.yohops.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117" 109 resolved "http://npm.yohops.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
@@ -220,6 +229,10 @@ arrify@^1.0.0, arrify@^1.0.1: @@ -220,6 +229,10 @@ arrify@^1.0.0, arrify@^1.0.1:
220 version "1.0.1" 229 version "1.0.1"
221 resolved "http://npm.yohops.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" 230 resolved "http://npm.yohops.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
222 231
  232 +asap@~2.0.3:
  233 + version "2.0.6"
  234 + resolved "http://npm.yohops.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
  235 +
223 asn1.js@^4.0.0: 236 asn1.js@^4.0.0:
224 version "4.9.1" 237 version "4.9.1"
225 resolved "http://npm.yohops.com/asn1.js/-/asn1.js-4.9.1.tgz#48ba240b45a9280e94748990ba597d216617fd40" 238 resolved "http://npm.yohops.com/asn1.js/-/asn1.js-4.9.1.tgz#48ba240b45a9280e94748990ba597d216617fd40"
@@ -331,10 +344,18 @@ aws-sign2@~0.6.0: @@ -331,10 +344,18 @@ aws-sign2@~0.6.0:
331 version "0.6.0" 344 version "0.6.0"
332 resolved "http://npm.yohops.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f" 345 resolved "http://npm.yohops.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f"
333 346
  347 +aws-sign2@~0.7.0:
  348 + version "0.7.0"
  349 + resolved "http://npm.yohops.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
  350 +
334 aws4@^1.2.1: 351 aws4@^1.2.1:
335 version "1.6.0" 352 version "1.6.0"
336 resolved "http://npm.yohops.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e" 353 resolved "http://npm.yohops.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
337 354
  355 +aws4@^1.6.0:
  356 + version "1.7.0"
  357 + resolved "http://npm.yohops.com/aws4/-/aws4-1.7.0.tgz#d4d0e9b9dbfca77bf08eeb0a8a471550fe39e289"
  358 +
338 axios@^0.15.3: 359 axios@^0.15.3:
339 version "0.15.3" 360 version "0.15.3"
340 resolved "http://npm.yohops.com/axios/-/axios-0.15.3.tgz#2c9d638b2e191a08ea1d6cc988eadd6ba5bdc053" 361 resolved "http://npm.yohops.com/axios/-/axios-0.15.3.tgz#2c9d638b2e191a08ea1d6cc988eadd6ba5bdc053"
@@ -1009,7 +1030,7 @@ block-stream@*: @@ -1009,7 +1030,7 @@ block-stream@*:
1009 dependencies: 1030 dependencies:
1010 inherits "~2.0.0" 1031 inherits "~2.0.0"
1011 1032
1012 -bluebird@^3.1.1, bluebird@^3.3, bluebird@^3.4.0, bluebird@^3.4.6, bluebird@^3.4.7, bluebird@^3.5.0: 1033 +bluebird@^3.1.1, bluebird@^3.4.6, bluebird@^3.4.7, bluebird@^3.5.0:
1013 version "3.5.0" 1034 version "3.5.0"
1014 resolved "http://npm.yohops.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c" 1035 resolved "http://npm.yohops.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c"
1015 1036
@@ -1053,6 +1074,18 @@ boom@2.x.x: @@ -1053,6 +1074,18 @@ boom@2.x.x:
1053 dependencies: 1074 dependencies:
1054 hoek "2.x.x" 1075 hoek "2.x.x"
1055 1076
  1077 +boom@4.x.x:
  1078 + version "4.3.1"
  1079 + resolved "http://npm.yohops.com/boom/-/boom-4.3.1.tgz#4f8a3005cb4a7e3889f749030fd25b96e01d2e31"
  1080 + dependencies:
  1081 + hoek "4.x.x"
  1082 +
  1083 +boom@5.x.x:
  1084 + version "5.2.0"
  1085 + resolved "http://npm.yohops.com/boom/-/boom-5.2.0.tgz#5dd9da6ee3a5f302077436290cb717d3f4a54e02"
  1086 + dependencies:
  1087 + hoek "4.x.x"
  1088 +
1056 brace-expansion@^1.1.7: 1089 brace-expansion@^1.1.7:
1057 version "1.1.8" 1090 version "1.1.8"
1058 resolved "http://npm.yohops.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292" 1091 resolved "http://npm.yohops.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292"
@@ -1500,6 +1533,12 @@ colors@~1.1.2: @@ -1500,6 +1533,12 @@ colors@~1.1.2:
1500 version "1.1.2" 1533 version "1.1.2"
1501 resolved "http://npm.yohops.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" 1534 resolved "http://npm.yohops.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
1502 1535
  1536 +combined-stream@1.0.6:
  1537 + version "1.0.6"
  1538 + resolved "http://npm.yohops.com/combined-stream/-/combined-stream-1.0.6.tgz#723e7df6e801ac5613113a7e445a9b69cb632818"
  1539 + dependencies:
  1540 + delayed-stream "~1.0.0"
  1541 +
1503 combined-stream@^1.0.5, combined-stream@~1.0.5: 1542 combined-stream@^1.0.5, combined-stream@~1.0.5:
1504 version "1.0.5" 1543 version "1.0.5"
1505 resolved "http://npm.yohops.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009" 1544 resolved "http://npm.yohops.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009"
@@ -1570,10 +1609,6 @@ connect-multiparty@^2.0.0: @@ -1570,10 +1609,6 @@ connect-multiparty@^2.0.0:
1570 qs "~4.0.0" 1609 qs "~4.0.0"
1571 type-is "~1.6.4" 1610 type-is "~1.6.4"
1572 1611
1573 -connection-parse@0.0.x:  
1574 - version "0.0.7"  
1575 - resolved "http://npm.yohops.com/connection-parse/-/connection-parse-0.0.7.tgz#18e7318aab06a699267372b10c5226d25a1c9a69"  
1576 -  
1577 console-browserify@^1.1.0: 1612 console-browserify@^1.1.0:
1578 version "1.1.0" 1613 version "1.1.0"
1579 resolved "http://npm.yohops.com/console-browserify/-/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10" 1614 resolved "http://npm.yohops.com/console-browserify/-/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10"
@@ -1737,6 +1772,12 @@ cryptiles@2.x.x: @@ -1737,6 +1772,12 @@ cryptiles@2.x.x:
1737 dependencies: 1772 dependencies:
1738 boom "2.x.x" 1773 boom "2.x.x"
1739 1774
  1775 +cryptiles@3.x.x:
  1776 + version "3.1.2"
  1777 + resolved "http://npm.yohops.com/cryptiles/-/cryptiles-3.1.2.tgz#a89fbb220f5ce25ec56e8c4aa8a4fd7b5b0d29fe"
  1778 + dependencies:
  1779 + boom "5.x.x"
  1780 +
1740 crypto-browserify@^3.11.0: 1781 crypto-browserify@^3.11.0:
1741 version "3.11.1" 1782 version "3.11.1"
1742 resolved "http://npm.yohops.com/crypto-browserify/-/crypto-browserify-3.11.1.tgz#948945efc6757a400d6e5e5af47194d10064279f" 1783 resolved "http://npm.yohops.com/crypto-browserify/-/crypto-browserify-3.11.1.tgz#948945efc6757a400d6e5e5af47194d10064279f"
@@ -1925,7 +1966,7 @@ debug@2.6.8, debug@^2.1.1, debug@^2.2.0, debug@^2.6.0, debug@^2.6.6, debug@^2.6. @@ -1925,7 +1966,7 @@ debug@2.6.8, debug@^2.1.1, debug@^2.2.0, debug@^2.6.0, debug@^2.6.6, debug@^2.6.
1925 dependencies: 1966 dependencies:
1926 ms "2.0.0" 1967 ms "2.0.0"
1927 1968
1928 -debug@^3.0.0: 1969 +debug@^3.0.0, debug@^3.0.1:
1929 version "3.1.0" 1970 version "3.1.0"
1930 resolved "http://npm.yohops.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" 1971 resolved "http://npm.yohops.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
1931 dependencies: 1972 dependencies:
@@ -2057,6 +2098,13 @@ dns-txt@^2.0.2: @@ -2057,6 +2098,13 @@ dns-txt@^2.0.2:
2057 dependencies: 2098 dependencies:
2058 buffer-indexof "^1.0.0" 2099 buffer-indexof "^1.0.0"
2059 2100
  2101 +dnscache@^1.0.1:
  2102 + version "1.0.1"
  2103 + resolved "http://npm.yohops.com/dnscache/-/dnscache-1.0.1.tgz#42cb2b9bfb5e8fbdfa395aac74e127fc05074d31"
  2104 + dependencies:
  2105 + asap "~2.0.3"
  2106 + lodash.clone "~4.3.2"
  2107 +
2060 doctrine@1.5.0: 2108 doctrine@1.5.0:
2061 version "1.5.0" 2109 version "1.5.0"
2062 resolved "http://npm.yohops.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa" 2110 resolved "http://npm.yohops.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
@@ -2155,6 +2203,10 @@ dot-prop@^4.1.1: @@ -2155,6 +2203,10 @@ dot-prop@^4.1.1:
2155 dependencies: 2203 dependencies:
2156 is-obj "^1.0.0" 2204 is-obj "^1.0.0"
2157 2205
  2206 +double-ended-queue@^2.1.0-0:
  2207 + version "2.1.0-0"
  2208 + resolved "http://npm.yohops.com/double-ended-queue/-/double-ended-queue-2.1.0-0.tgz#103d3527fd31528f40188130c841efdd78264e5c"
  2209 +
2158 duplexer2@0.0.2: 2210 duplexer2@0.0.2:
2159 version "0.0.2" 2211 version "0.0.2"
2160 resolved "http://npm.yohops.com/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db" 2212 resolved "http://npm.yohops.com/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db"
@@ -2720,7 +2772,7 @@ express@^4.13.3, express@^4.15.2: @@ -2720,7 +2772,7 @@ express@^4.13.3, express@^4.15.2:
2720 utils-merge "1.0.0" 2772 utils-merge "1.0.0"
2721 vary "~1.1.1" 2773 vary "~1.1.1"
2722 2774
2723 -extend@^3.0.0, extend@~3.0.0: 2775 +extend@^3.0.0, extend@~3.0.0, extend@~3.0.1:
2724 version "3.0.1" 2776 version "3.0.1"
2725 resolved "http://npm.yohops.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444" 2777 resolved "http://npm.yohops.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"
2726 2778
@@ -2759,6 +2811,10 @@ fast-deep-equal@^1.0.0: @@ -2759,6 +2811,10 @@ fast-deep-equal@^1.0.0:
2759 version "1.0.0" 2811 version "1.0.0"
2760 resolved "http://npm.yohops.com/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz#96256a3bc975595eb36d82e9929d060d893439ff" 2812 resolved "http://npm.yohops.com/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz#96256a3bc975595eb36d82e9929d060d893439ff"
2761 2813
  2814 +fast-json-stable-stringify@^2.0.0:
  2815 + version "2.0.0"
  2816 + resolved "http://npm.yohops.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
  2817 +
2762 fast-levenshtein@~2.0.4: 2818 fast-levenshtein@~2.0.4:
2763 version "2.0.6" 2819 version "2.0.6"
2764 resolved "http://npm.yohops.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" 2820 resolved "http://npm.yohops.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
@@ -2925,6 +2981,14 @@ form-data@~2.1.1: @@ -2925,6 +2981,14 @@ form-data@~2.1.1:
2925 combined-stream "^1.0.5" 2981 combined-stream "^1.0.5"
2926 mime-types "^2.1.12" 2982 mime-types "^2.1.12"
2927 2983
  2984 +form-data@~2.3.1:
  2985 + version "2.3.2"
  2986 + resolved "http://npm.yohops.com/form-data/-/form-data-2.3.2.tgz#4970498be604c20c005d4f5c23aecd21d6b49099"
  2987 + dependencies:
  2988 + asynckit "^0.4.0"
  2989 + combined-stream "1.0.6"
  2990 + mime-types "^2.1.12"
  2991 +
2928 forwarded@~0.1.0: 2992 forwarded@~0.1.0:
2929 version "0.1.0" 2993 version "0.1.0"
2930 resolved "http://npm.yohops.com/forwarded/-/forwarded-0.1.0.tgz#19ef9874c4ae1c297bcf078fde63a09b66a84363" 2994 resolved "http://npm.yohops.com/forwarded/-/forwarded-0.1.0.tgz#19ef9874c4ae1c297bcf078fde63a09b66a84363"
@@ -3178,6 +3242,10 @@ har-schema@^1.0.5: @@ -3178,6 +3242,10 @@ har-schema@^1.0.5:
3178 version "1.0.5" 3242 version "1.0.5"
3179 resolved "http://npm.yohops.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e" 3243 resolved "http://npm.yohops.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e"
3180 3244
  3245 +har-schema@^2.0.0:
  3246 + version "2.0.0"
  3247 + resolved "http://npm.yohops.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
  3248 +
3181 har-validator@~4.2.1: 3249 har-validator@~4.2.1:
3182 version "4.2.1" 3250 version "4.2.1"
3183 resolved "http://npm.yohops.com/har-validator/-/har-validator-4.2.1.tgz#33481d0f1bbff600dd203d75812a6a5fba002e2a" 3251 resolved "http://npm.yohops.com/har-validator/-/har-validator-4.2.1.tgz#33481d0f1bbff600dd203d75812a6a5fba002e2a"
@@ -3185,6 +3253,13 @@ har-validator@~4.2.1: @@ -3185,6 +3253,13 @@ har-validator@~4.2.1:
3185 ajv "^4.9.1" 3253 ajv "^4.9.1"
3186 har-schema "^1.0.5" 3254 har-schema "^1.0.5"
3187 3255
  3256 +har-validator@~5.0.3:
  3257 + version "5.0.3"
  3258 + resolved "http://npm.yohops.com/har-validator/-/har-validator-5.0.3.tgz#ba402c266194f15956ef15e0fcf242993f6a7dfd"
  3259 + dependencies:
  3260 + ajv "^5.1.0"
  3261 + har-schema "^2.0.0"
  3262 +
3188 has-ansi@^2.0.0: 3263 has-ansi@^2.0.0:
3189 version "2.0.0" 3264 version "2.0.0"
3190 resolved "http://npm.yohops.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" 3265 resolved "http://npm.yohops.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
@@ -3226,13 +3301,6 @@ hash.js@^1.0.0, hash.js@^1.0.3: @@ -3226,13 +3301,6 @@ hash.js@^1.0.0, hash.js@^1.0.3:
3226 inherits "^2.0.3" 3301 inherits "^2.0.3"
3227 minimalistic-assert "^1.0.0" 3302 minimalistic-assert "^1.0.0"
3228 3303
3229 -hashring@3.2.x:  
3230 - version "3.2.0"  
3231 - resolved "http://npm.yohops.com/hashring/-/hashring-3.2.0.tgz#fda4efde8aa22cdb97fb1d2a65e88401e1c144ce"  
3232 - dependencies:  
3233 - connection-parse "0.0.x"  
3234 - simple-lru-cache "0.0.x"  
3235 -  
3236 hawk@~3.1.3: 3304 hawk@~3.1.3:
3237 version "3.1.3" 3305 version "3.1.3"
3238 resolved "http://npm.yohops.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4" 3306 resolved "http://npm.yohops.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -3242,6 +3310,15 @@ hawk@~3.1.3: @@ -3242,6 +3310,15 @@ hawk@~3.1.3:
3242 hoek "2.x.x" 3310 hoek "2.x.x"
3243 sntp "1.x.x" 3311 sntp "1.x.x"
3244 3312
  3313 +hawk@~6.0.2:
  3314 + version "6.0.2"
  3315 + resolved "http://npm.yohops.com/hawk/-/hawk-6.0.2.tgz#af4d914eb065f9b5ce4d9d11c1cb2126eecc3038"
  3316 + dependencies:
  3317 + boom "4.x.x"
  3318 + cryptiles "3.x.x"
  3319 + hoek "4.x.x"
  3320 + sntp "2.x.x"
  3321 +
3245 he@1.1.x, he@^1.1.0: 3322 he@1.1.x, he@^1.1.0:
3246 version "1.1.1" 3323 version "1.1.1"
3247 resolved "http://npm.yohops.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd" 3324 resolved "http://npm.yohops.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
@@ -3258,6 +3335,10 @@ hoek@2.x.x: @@ -3258,6 +3335,10 @@ hoek@2.x.x:
3258 version "2.16.3" 3335 version "2.16.3"
3259 resolved "http://npm.yohops.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed" 3336 resolved "http://npm.yohops.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
3260 3337
  3338 +hoek@4.x.x:
  3339 + version "4.2.1"
  3340 + resolved "http://npm.yohops.com/hoek/-/hoek-4.2.1.tgz#9634502aa12c445dd5a7c5734b572bb8738aacbb"
  3341 +
3261 home-or-tmp@^2.0.0: 3342 home-or-tmp@^2.0.0:
3262 version "2.0.0" 3343 version "2.0.0"
3263 resolved "http://npm.yohops.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" 3344 resolved "http://npm.yohops.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
@@ -3371,6 +3452,14 @@ http-signature@~1.1.0: @@ -3371,6 +3452,14 @@ http-signature@~1.1.0:
3371 jsprim "^1.2.2" 3452 jsprim "^1.2.2"
3372 sshpk "^1.7.0" 3453 sshpk "^1.7.0"
3373 3454
  3455 +http-signature@~1.2.0:
  3456 + version "1.2.0"
  3457 + resolved "http://npm.yohops.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
  3458 + dependencies:
  3459 + assert-plus "^1.0.0"
  3460 + jsprim "^1.2.2"
  3461 + sshpk "^1.7.0"
  3462 +
3374 https-browserify@0.0.1: 3463 https-browserify@0.0.1:
3375 version "0.0.1" 3464 version "0.0.1"
3376 resolved "http://npm.yohops.com/https-browserify/-/https-browserify-0.0.1.tgz#3f91365cabe60b77ed0ebba24b454e3e09d95a82" 3465 resolved "http://npm.yohops.com/https-browserify/-/https-browserify-0.0.1.tgz#3f91365cabe60b77ed0ebba24b454e3e09d95a82"
@@ -3455,6 +3544,14 @@ inflight@^1.0.4: @@ -3455,6 +3544,14 @@ inflight@^1.0.4:
3455 once "^1.3.0" 3544 once "^1.3.0"
3456 wrappy "1" 3545 wrappy "1"
3457 3546
  3547 +influx-batch-sender@^0.1.5:
  3548 + version "0.1.5"
  3549 + resolved "http://npm.yohops.com/influx-batch-sender/-/influx-batch-sender-0.1.5.tgz#865a5eb9a446f4e8ed442ab44e67c3532c27a5d7"
  3550 + dependencies:
  3551 + debug "^3.0.1"
  3552 + lodash "^4.17.4"
  3553 + request "^2.83.0"
  3554 +
3458 inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3: 3555 inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
3459 version "2.0.3" 3556 version "2.0.3"
3460 resolved "http://npm.yohops.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" 3557 resolved "http://npm.yohops.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
@@ -3833,12 +3930,6 @@ iview@^2.4.0: @@ -3833,12 +3930,6 @@ iview@^2.4.0:
3833 popper.js "^0.6.4" 3930 popper.js "^0.6.4"
3834 tinycolor2 "^1.4.1" 3931 tinycolor2 "^1.4.1"
3835 3932
3836 -jackpot@>=0.0.6:  
3837 - version "0.0.6"  
3838 - resolved "http://npm.yohops.com/jackpot/-/jackpot-0.0.6.tgz#3cff064285cbf66f4eab2593c90bce816a821849"  
3839 - dependencies:  
3840 - retry "0.6.0"  
3841 -  
3842 js-base64@^2.1.8, js-base64@^2.1.9: 3933 js-base64@^2.1.8, js-base64@^2.1.9:
3843 version "2.1.9" 3934 version "2.1.9"
3844 resolved "http://npm.yohops.com/js-base64/-/js-base64-2.1.9.tgz#f0e80ae039a4bd654b5f281fc93f04a914a7fcce" 3935 resolved "http://npm.yohops.com/js-base64/-/js-base64-2.1.9.tgz#f0e80ae039a4bd654b5f281fc93f04a914a7fcce"
@@ -4111,6 +4202,10 @@ lodash._baseassign@^3.0.0: @@ -4111,6 +4202,10 @@ lodash._baseassign@^3.0.0:
4111 lodash._basecopy "^3.0.0" 4202 lodash._basecopy "^3.0.0"
4112 lodash.keys "^3.0.0" 4203 lodash.keys "^3.0.0"
4113 4204
  4205 +lodash._baseclone@~4.5.0:
  4206 + version "4.5.7"
  4207 + resolved "http://npm.yohops.com/lodash._baseclone/-/lodash._baseclone-4.5.7.tgz#ce42ade08384ef5d62fa77c30f61a46e686f8434"
  4208 +
4114 lodash._basecopy@^3.0.0: 4209 lodash._basecopy@^3.0.0:
4115 version "3.0.1" 4210 version "3.0.1"
4116 resolved "http://npm.yohops.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36" 4211 resolved "http://npm.yohops.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36"
@@ -4155,6 +4250,12 @@ lodash.camelcase@^4.3.0: @@ -4155,6 +4250,12 @@ lodash.camelcase@^4.3.0:
4155 version "4.3.0" 4250 version "4.3.0"
4156 resolved "http://npm.yohops.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" 4251 resolved "http://npm.yohops.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
4157 4252
  4253 +lodash.clone@~4.3.2:
  4254 + version "4.3.2"
  4255 + resolved "http://npm.yohops.com/lodash.clone/-/lodash.clone-4.3.2.tgz#e56b176b6823a7dde38f7f2bf58de7d5971200e9"
  4256 + dependencies:
  4257 + lodash._baseclone "~4.5.0"
  4258 +
4158 lodash.clonedeep@^4.3.2: 4259 lodash.clonedeep@^4.3.2:
4159 version "4.5.0" 4260 version "4.5.0"
4160 resolved "http://npm.yohops.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" 4261 resolved "http://npm.yohops.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
@@ -4256,7 +4357,7 @@ lodash@^3.10.1: @@ -4256,7 +4357,7 @@ lodash@^3.10.1:
4256 version "3.10.1" 4357 version "3.10.1"
4257 resolved "http://npm.yohops.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" 4358 resolved "http://npm.yohops.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
4258 4359
4259 -lodash@^4.0.0, lodash@^4.1.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.6.1, lodash@~4.17.4: 4360 +lodash@^4.0.0, lodash@^4.1.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0, lodash@~4.17.4:
4260 version "4.17.4" 4361 version "4.17.4"
4261 resolved "http://npm.yohops.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" 4362 resolved "http://npm.yohops.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
4262 4363
@@ -4375,13 +4476,6 @@ mem@^1.1.0: @@ -4375,13 +4476,6 @@ mem@^1.1.0:
4375 dependencies: 4476 dependencies:
4376 mimic-fn "^1.0.0" 4477 mimic-fn "^1.0.0"
4377 4478
4378 -memcached@^2.2.2:  
4379 - version "2.2.2"  
4380 - resolved "http://npm.yohops.com/memcached/-/memcached-2.2.2.tgz#68f86ccfd84bcf93cc25ed46d6d7fc0c7521c9d5"  
4381 - dependencies:  
4382 - hashring "3.2.x"  
4383 - jackpot ">=0.0.6"  
4384 -  
4385 memoizee@^0.4.1: 4479 memoizee@^0.4.1:
4386 version "0.4.5" 4480 version "0.4.5"
4387 resolved "http://npm.yohops.com/memoizee/-/memoizee-0.4.5.tgz#1bc3ea1e4be056dd475d521979d7be3d5e5b21c8" 4481 resolved "http://npm.yohops.com/memoizee/-/memoizee-0.4.5.tgz#1bc3ea1e4be056dd475d521979d7be3d5e5b21c8"
@@ -4395,10 +4489,6 @@ memoizee@^0.4.1: @@ -4395,10 +4489,6 @@ memoizee@^0.4.1:
4395 next-tick "1" 4489 next-tick "1"
4396 timers-ext "0.1" 4490 timers-ext "0.1"
4397 4491
4398 -memory-cache@^0.1.6:  
4399 - version "0.1.6"  
4400 - resolved "http://npm.yohops.com/memory-cache/-/memory-cache-0.1.6.tgz#2ed9933ed7a8c718249be7366f7ca8749acf8a24"  
4401 -  
4402 memory-fs@^0.4.0, memory-fs@~0.4.1: 4492 memory-fs@^0.4.0, memory-fs@~0.4.1:
4403 version "0.4.1" 4493 version "0.4.1"
4404 resolved "http://npm.yohops.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" 4494 resolved "http://npm.yohops.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552"
@@ -4472,12 +4562,22 @@ miller-rabin@^4.0.0: @@ -4472,12 +4562,22 @@ miller-rabin@^4.0.0:
4472 version "1.29.0" 4562 version "1.29.0"
4473 resolved "http://npm.yohops.com/mime-db/-/mime-db-1.29.0.tgz#48d26d235589651704ac5916ca06001914266878" 4563 resolved "http://npm.yohops.com/mime-db/-/mime-db-1.29.0.tgz#48d26d235589651704ac5916ca06001914266878"
4474 4564
  4565 +mime-db@~1.33.0:
  4566 + version "1.33.0"
  4567 + resolved "http://npm.yohops.com/mime-db/-/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788d2272783db"
  4568 +
4475 mime-types@^2.1.12, mime-types@~2.1.11, mime-types@~2.1.15, mime-types@~2.1.7: 4569 mime-types@^2.1.12, mime-types@~2.1.11, mime-types@~2.1.15, mime-types@~2.1.7:
4476 version "2.1.16" 4570 version "2.1.16"
4477 resolved "http://npm.yohops.com/mime-types/-/mime-types-2.1.16.tgz#2b858a52e5ecd516db897ac2be87487830698e23" 4571 resolved "http://npm.yohops.com/mime-types/-/mime-types-2.1.16.tgz#2b858a52e5ecd516db897ac2be87487830698e23"
4478 dependencies: 4572 dependencies:
4479 mime-db "~1.29.0" 4573 mime-db "~1.29.0"
4480 4574
  4575 +mime-types@~2.1.17:
  4576 + version "2.1.18"
  4577 + resolved "http://npm.yohops.com/mime-types/-/mime-types-2.1.18.tgz#6f323f60a83d11146f831ff11fd66e2fe5503bb8"
  4578 + dependencies:
  4579 + mime-db "~1.33.0"
  4580 +
4481 mime@1.3.4: 4581 mime@1.3.4:
4482 version "1.3.4" 4582 version "1.3.4"
4483 resolved "http://npm.yohops.com/mime/-/mime-1.3.4.tgz#115f9e3b6b3daf2959983cb38f149a2d40eb5d53" 4583 resolved "http://npm.yohops.com/mime/-/mime-1.3.4.tgz#115f9e3b6b3daf2959983cb38f149a2d40eb5d53"
@@ -4810,7 +4910,7 @@ number-is-nan@^1.0.0: @@ -4810,7 +4910,7 @@ number-is-nan@^1.0.0:
4810 version "1.0.1" 4910 version "1.0.1"
4811 resolved "http://npm.yohops.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" 4911 resolved "http://npm.yohops.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
4812 4912
4813 -oauth-sign@~0.8.1: 4913 +oauth-sign@~0.8.1, oauth-sign@~0.8.2:
4814 version "0.8.2" 4914 version "0.8.2"
4815 resolved "http://npm.yohops.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43" 4915 resolved "http://npm.yohops.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43"
4816 4916
@@ -5122,6 +5222,14 @@ performance-now@^0.2.0: @@ -5122,6 +5222,14 @@ performance-now@^0.2.0:
5122 version "0.2.0" 5222 version "0.2.0"
5123 resolved "http://npm.yohops.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5" 5223 resolved "http://npm.yohops.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5"
5124 5224
  5225 +performance-now@^2.1.0:
  5226 + version "2.1.0"
  5227 + resolved "http://npm.yohops.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
  5228 +
  5229 +pidusage@^1.1.6:
  5230 + version "1.2.0"
  5231 + resolved "http://npm.yohops.com/pidusage/-/pidusage-1.2.0.tgz#65ee96ace4e08a4cd3f9240996c85b367171ee92"
  5232 +
5125 pify@^2.0.0, pify@^2.3.0: 5233 pify@^2.0.0, pify@^2.3.0:
5126 version "2.3.0" 5234 version "2.3.0"
5127 resolved "http://npm.yohops.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" 5235 resolved "http://npm.yohops.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -5660,6 +5768,10 @@ qs@~4.0.0: @@ -5660,6 +5768,10 @@ qs@~4.0.0:
5660 version "4.0.0" 5768 version "4.0.0"
5661 resolved "http://npm.yohops.com/qs/-/qs-4.0.0.tgz#c31d9b74ec27df75e543a86c78728ed8d4623607" 5769 resolved "http://npm.yohops.com/qs/-/qs-4.0.0.tgz#c31d9b74ec27df75e543a86c78728ed8d4623607"
5662 5770
  5771 +qs@~6.5.1:
  5772 + version "6.5.1"
  5773 + resolved "http://npm.yohops.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8"
  5774 +
5663 query-string@^4.1.0: 5775 query-string@^4.1.0:
5664 version "4.3.4" 5776 version "4.3.4"
5665 resolved "http://npm.yohops.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb" 5777 resolved "http://npm.yohops.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb"
@@ -5854,6 +5966,22 @@ redent@^2.0.0: @@ -5854,6 +5966,22 @@ redent@^2.0.0:
5854 indent-string "^3.0.0" 5966 indent-string "^3.0.0"
5855 strip-indent "^2.0.0" 5967 strip-indent "^2.0.0"
5856 5968
  5969 +redis-commands@^1.2.0:
  5970 + version "1.3.5"
  5971 + resolved "http://npm.yohops.com/redis-commands/-/redis-commands-1.3.5.tgz#4495889414f1e886261180b1442e7295602d83a2"
  5972 +
  5973 +redis-parser@^2.6.0:
  5974 + version "2.6.0"
  5975 + resolved "http://npm.yohops.com/redis-parser/-/redis-parser-2.6.0.tgz#52ed09dacac108f1a631c07e9b69941e7a19504b"
  5976 +
  5977 +redis@^2.8.0:
  5978 + version "2.8.0"
  5979 + resolved "http://npm.yohops.com/redis/-/redis-2.8.0.tgz#202288e3f58c49f6079d97af7a10e1303ae14b02"
  5980 + dependencies:
  5981 + double-ended-queue "^2.1.0-0"
  5982 + redis-commands "^1.2.0"
  5983 + redis-parser "^2.6.0"
  5984 +
5857 reduce-css-calc@^1.2.6: 5985 reduce-css-calc@^1.2.6:
5858 version "1.3.0" 5986 version "1.3.0"
5859 resolved "http://npm.yohops.com/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz#747c914e049614a4c9cfbba629871ad1d2927716" 5987 resolved "http://npm.yohops.com/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz#747c914e049614a4c9cfbba629871ad1d2927716"
@@ -6022,14 +6150,6 @@ request-promise-core@1.1.1: @@ -6022,14 +6150,6 @@ request-promise-core@1.1.1:
6022 dependencies: 6150 dependencies:
6023 lodash "^4.13.1" 6151 lodash "^4.13.1"
6024 6152
6025 -request-promise@^3.0.0:  
6026 - version "3.0.0"  
6027 - resolved "http://npm.yohops.com/request-promise/-/request-promise-3.0.0.tgz#be1edb26f41c49cd1d5656c6753d6842a1249f46"  
6028 - dependencies:  
6029 - bluebird "^3.3"  
6030 - lodash "^4.6.1"  
6031 - request "^2.34"  
6032 -  
6033 request-promise@^4.2.0: 6153 request-promise@^4.2.0:
6034 version "4.2.1" 6154 version "4.2.1"
6035 resolved "http://npm.yohops.com/request-promise/-/request-promise-4.2.1.tgz#7eec56c89317a822cbfea99b039ce543c2e15f67" 6155 resolved "http://npm.yohops.com/request-promise/-/request-promise-4.2.1.tgz#7eec56c89317a822cbfea99b039ce543c2e15f67"
@@ -6039,7 +6159,7 @@ request-promise@^4.2.0: @@ -6039,7 +6159,7 @@ request-promise@^4.2.0:
6039 stealthy-require "^1.1.0" 6159 stealthy-require "^1.1.0"
6040 tough-cookie ">=2.3.0" 6160 tough-cookie ">=2.3.0"
6041 6161
6042 -request@2, request@^2.34, request@^2.79.0, request@^2.81.0: 6162 +request@2, request@^2.79.0, request@^2.81.0:
6043 version "2.81.0" 6163 version "2.81.0"
6044 resolved "http://npm.yohops.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0" 6164 resolved "http://npm.yohops.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0"
6045 dependencies: 6165 dependencies:
@@ -6066,6 +6186,33 @@ request@2, request@^2.34, request@^2.79.0, request@^2.81.0: @@ -6066,6 +6186,33 @@ request@2, request@^2.34, request@^2.79.0, request@^2.81.0:
6066 tunnel-agent "^0.6.0" 6186 tunnel-agent "^0.6.0"
6067 uuid "^3.0.0" 6187 uuid "^3.0.0"
6068 6188
  6189 +request@^2.83.0:
  6190 + version "2.85.0"
  6191 + resolved "http://npm.yohops.com/request/-/request-2.85.0.tgz#5a03615a47c61420b3eb99b7dba204f83603e1fa"
  6192 + dependencies:
  6193 + aws-sign2 "~0.7.0"
  6194 + aws4 "^1.6.0"
  6195 + caseless "~0.12.0"
  6196 + combined-stream "~1.0.5"
  6197 + extend "~3.0.1"
  6198 + forever-agent "~0.6.1"
  6199 + form-data "~2.3.1"
  6200 + har-validator "~5.0.3"
  6201 + hawk "~6.0.2"
  6202 + http-signature "~1.2.0"
  6203 + is-typedarray "~1.0.0"
  6204 + isstream "~0.1.2"
  6205 + json-stringify-safe "~5.0.1"
  6206 + mime-types "~2.1.17"
  6207 + oauth-sign "~0.8.2"
  6208 + performance-now "^2.1.0"
  6209 + qs "~6.5.1"
  6210 + safe-buffer "^5.1.1"
  6211 + stringstream "~0.0.5"
  6212 + tough-cookie "~2.3.3"
  6213 + tunnel-agent "^0.6.0"
  6214 + uuid "^3.1.0"
  6215 +
6069 require-directory@^2.1.1: 6216 require-directory@^2.1.1:
6070 version "2.1.1" 6217 version "2.1.1"
6071 resolved "http://npm.yohops.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" 6218 resolved "http://npm.yohops.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -6143,10 +6290,6 @@ restore-cursor@^2.0.0: @@ -6143,10 +6290,6 @@ restore-cursor@^2.0.0:
6143 onetime "^2.0.0" 6290 onetime "^2.0.0"
6144 signal-exit "^3.0.2" 6291 signal-exit "^3.0.2"
6145 6292
6146 -retry@0.6.0:  
6147 - version "0.6.0"  
6148 - resolved "http://npm.yohops.com/retry/-/retry-0.6.0.tgz#1c010713279a6fd1e8def28af0c3ff1871caa537"  
6149 -  
6150 rework-visit@^1.0.0: 6293 rework-visit@^1.0.0:
6151 version "1.0.0" 6294 version "1.0.0"
6152 resolved "http://npm.yohops.com/rework-visit/-/rework-visit-1.0.0.tgz#9945b2803f219e2f7aca00adb8bc9f640f842c9a" 6295 resolved "http://npm.yohops.com/rework-visit/-/rework-visit-1.0.0.tgz#9945b2803f219e2f7aca00adb8bc9f640f842c9a"
@@ -6213,7 +6356,7 @@ safe-buffer@5.0.1: @@ -6213,7 +6356,7 @@ safe-buffer@5.0.1:
6213 version "5.0.1" 6356 version "5.0.1"
6214 resolved "http://npm.yohops.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7" 6357 resolved "http://npm.yohops.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7"
6215 6358
6216 -safe-buffer@5.1.1, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1: 6359 +safe-buffer@5.1.1, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
6217 version "5.1.1" 6360 version "5.1.1"
6218 resolved "http://npm.yohops.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" 6361 resolved "http://npm.yohops.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"
6219 6362
@@ -6387,10 +6530,6 @@ signal-exit@^3.0.0, signal-exit@^3.0.2: @@ -6387,10 +6530,6 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
6387 version "3.0.2" 6530 version "3.0.2"
6388 resolved "http://npm.yohops.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" 6531 resolved "http://npm.yohops.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
6389 6532
6390 -simple-lru-cache@0.0.x:  
6391 - version "0.0.2"  
6392 - resolved "http://npm.yohops.com/simple-lru-cache/-/simple-lru-cache-0.0.2.tgz#d59cc3a193c1a5d0320f84ee732f6e4713e511dd"  
6393 -  
6394 slash@^1.0.0: 6533 slash@^1.0.0:
6395 version "1.0.0" 6534 version "1.0.0"
6396 resolved "http://npm.yohops.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" 6535 resolved "http://npm.yohops.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
@@ -6409,6 +6548,12 @@ sntp@1.x.x: @@ -6409,6 +6548,12 @@ sntp@1.x.x:
6409 dependencies: 6548 dependencies:
6410 hoek "2.x.x" 6549 hoek "2.x.x"
6411 6550
  6551 +sntp@2.x.x:
  6552 + version "2.1.0"
  6553 + resolved "http://npm.yohops.com/sntp/-/sntp-2.1.0.tgz#2c6cec14fedc2222739caf9b5c3d85d1cc5a2cc8"
  6554 + dependencies:
  6555 + hoek "4.x.x"
  6556 +
6412 sockjs-client@1.1.4: 6557 sockjs-client@1.1.4:
6413 version "1.1.4" 6558 version "1.1.4"
6414 resolved "http://npm.yohops.com/sockjs-client/-/sockjs-client-1.1.4.tgz#5babe386b775e4cf14e7520911452654016c8b12" 6559 resolved "http://npm.yohops.com/sockjs-client/-/sockjs-client-1.1.4.tgz#5babe386b775e4cf14e7520911452654016c8b12"
@@ -6669,7 +6814,7 @@ stringify-entities@^1.0.1: @@ -6669,7 +6814,7 @@ stringify-entities@^1.0.1:
6669 is-alphanumerical "^1.0.0" 6814 is-alphanumerical "^1.0.0"
6670 is-hexadecimal "^1.0.0" 6815 is-hexadecimal "^1.0.0"
6671 6816
6672 -stringstream@~0.0.4: 6817 +stringstream@~0.0.4, stringstream@~0.0.5:
6673 version "0.0.5" 6818 version "0.0.5"
6674 resolved "http://npm.yohops.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878" 6819 resolved "http://npm.yohops.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878"
6675 6820
@@ -7060,6 +7205,12 @@ tough-cookie@>=2.3.0, tough-cookie@~2.3.0: @@ -7060,6 +7205,12 @@ tough-cookie@>=2.3.0, tough-cookie@~2.3.0:
7060 dependencies: 7205 dependencies:
7061 punycode "^1.4.1" 7206 punycode "^1.4.1"
7062 7207
  7208 +tough-cookie@~2.3.3:
  7209 + version "2.3.4"
  7210 + resolved "http://npm.yohops.com/tough-cookie/-/tough-cookie-2.3.4.tgz#ec60cee38ac675063ffc97a5c18970578ee83655"
  7211 + dependencies:
  7212 + punycode "^1.4.1"
  7213 +
7063 trim-newlines@^1.0.0: 7214 trim-newlines@^1.0.0:
7064 version "1.0.0" 7215 version "1.0.0"
7065 resolved "http://npm.yohops.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" 7216 resolved "http://npm.yohops.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@@ -7605,13 +7756,9 @@ window-size@0.1.0: @@ -7605,13 +7756,9 @@ window-size@0.1.0:
7605 version "0.1.0" 7756 version "0.1.0"
7606 resolved "http://npm.yohops.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d" 7757 resolved "http://npm.yohops.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
7607 7758
7608 -winston-daily-rotate-file@^1.1.1:  
7609 - version "1.4.6"  
7610 - resolved "http://npm.yohops.com/winston-daily-rotate-file/-/winston-daily-rotate-file-1.4.6.tgz#f204b6ada19a5386fdf52fe997d8e10e43ff7788"  
7611 -  
7612 -winston@^2.2.0:  
7613 - version "2.3.1"  
7614 - resolved "http://npm.yohops.com/winston/-/winston-2.3.1.tgz#0b48420d978c01804cf0230b648861598225a119" 7759 +winston@^2.4.0:
  7760 + version "2.4.1"
  7761 + resolved "http://npm.yohops.com/winston/-/winston-2.4.1.tgz#a3a9265105564263c6785b4583b8c8aca26fded6"
7615 dependencies: 7762 dependencies:
7616 async "~1.0.0" 7763 async "~1.0.0"
7617 colors "1.0.x" 7764 colors "1.0.x"
@@ -7821,22 +7968,23 @@ yoho-lint@^1.0.1: @@ -7821,22 +7968,23 @@ yoho-lint@^1.0.1:
7821 shelljs "^0.7.7" 7968 shelljs "^0.7.7"
7822 stylelint "^7.10.1" 7969 stylelint "^7.10.1"
7823 7970
7824 -yoho-node-lib@^0.2.18:  
7825 - version "0.2.28"  
7826 - resolved "http://npm.yohops.com/yoho-node-lib/-/yoho-node-lib-0.2.28.tgz#32fa27778bf231106c690e89550f6ab83941ffd0" 7971 +yoho-node-lib@=0.6.9:
  7972 + version "0.6.9"
  7973 + resolved "http://npm.yohops.com/yoho-node-lib/-/yoho-node-lib-0.6.9.tgz#4dd5eae9e521d3d5986bde712c0714706c90f540"
7827 dependencies: 7974 dependencies:
7828 - bluebird "^3.4.0" 7975 + dnscache "^1.0.1"
7829 handlebars "^4.0.5" 7976 handlebars "^4.0.5"
  7977 + influx-batch-sender "^0.1.5"
7830 lodash "^4.13.1" 7978 lodash "^4.13.1"
  7979 + lru-cache "^4.1.1"
7831 md5 "^2.1.0" 7980 md5 "^2.1.0"
7832 - memcached "^2.2.2"  
7833 - memory-cache "^0.1.6"  
7834 moment "^2.13.0" 7981 moment "^2.13.0"
7835 - request-promise "^3.0.0" 7982 + pidusage "^1.1.6"
  7983 + redis "^2.8.0"
  7984 + request "^2.81.0"
7836 uuid "^3.0.1" 7985 uuid "^3.0.1"
7837 walk "^2.3.9" 7986 walk "^2.3.9"
7838 - winston "^2.2.0"  
7839 - winston-daily-rotate-file "^1.1.1" 7987 + winston "^2.4.0"
7840 xss-filters "^1.2.6" 7988 xss-filters "^1.2.6"
7841 7989
7842 yoho-store@^1.3.20: 7990 yoho-store@^1.3.20: