fsevents 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fsevents might be problematic. Click here for more details.

Files changed (194) hide show
  1. package/node_modules/ansi-styles/index.js +72 -6
  2. package/node_modules/ansi-styles/package.json +19 -12
  3. package/node_modules/ansi-styles/readme.md +36 -8
  4. package/node_modules/are-we-there-yet/CHANGES.md +19 -0
  5. package/node_modules/are-we-there-yet/README.md +12 -2
  6. package/node_modules/are-we-there-yet/index.js +4 -132
  7. package/node_modules/are-we-there-yet/package.json +18 -13
  8. package/node_modules/are-we-there-yet/test/lib/test-event.js +29 -0
  9. package/node_modules/are-we-there-yet/test/tracker.js +44 -43
  10. package/node_modules/are-we-there-yet/test/trackergroup.js +73 -64
  11. package/node_modules/are-we-there-yet/test/trackerstream.js +26 -40
  12. package/node_modules/are-we-there-yet/tracker-base.js +11 -0
  13. package/node_modules/are-we-there-yet/tracker-group.js +107 -0
  14. package/node_modules/are-we-there-yet/tracker-stream.js +35 -0
  15. package/node_modules/are-we-there-yet/tracker.js +30 -0
  16. package/node_modules/asn1/package.json +1 -2
  17. package/node_modules/assert-plus/package.json +1 -3
  18. package/node_modules/async/package.json +1 -1
  19. package/node_modules/aws4/.npmignore +2 -1
  20. package/node_modules/aws4/README.md +4 -0
  21. package/node_modules/aws4/aws4.js +8 -3
  22. package/node_modules/aws4/node_modules/lru-cache/.npmignore +3 -0
  23. package/node_modules/aws4/node_modules/lru-cache/.travis.yml +3 -4
  24. package/node_modules/aws4/node_modules/lru-cache/README.md +29 -24
  25. package/node_modules/aws4/node_modules/lru-cache/benchmarks/insertion-time.js +32 -0
  26. package/node_modules/aws4/node_modules/lru-cache/lib/lru-cache.js +333 -199
  27. package/node_modules/aws4/node_modules/lru-cache/node_modules/pseudomap/LICENSE +15 -0
  28. package/node_modules/aws4/node_modules/lru-cache/node_modules/pseudomap/README.md +60 -0
  29. package/node_modules/aws4/node_modules/lru-cache/node_modules/pseudomap/map.js +9 -0
  30. package/node_modules/aws4/node_modules/lru-cache/node_modules/pseudomap/package.json +59 -0
  31. package/node_modules/aws4/node_modules/lru-cache/node_modules/pseudomap/pseudomap.js +113 -0
  32. package/node_modules/aws4/node_modules/lru-cache/node_modules/pseudomap/test/basic.js +86 -0
  33. package/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/.npmignore +4 -0
  34. package/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/.travis.yml +7 -0
  35. package/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/CONTRIBUTING.md +4 -0
  36. package/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/LICENSE +15 -0
  37. package/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/README.md +204 -0
  38. package/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/package.json +59 -0
  39. package/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/test/basic.js +188 -0
  40. package/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/yallist.js +360 -0
  41. package/node_modules/aws4/node_modules/lru-cache/package.json +16 -12
  42. package/node_modules/aws4/node_modules/lru-cache/test/basic.js +270 -146
  43. package/node_modules/aws4/node_modules/lru-cache/test/foreach.js +39 -25
  44. package/node_modules/aws4/node_modules/lru-cache/test/inspect.js +54 -0
  45. package/node_modules/aws4/node_modules/lru-cache/test/no-symbol.js +3 -0
  46. package/node_modules/aws4/node_modules/lru-cache/test/serialize.js +115 -104
  47. package/node_modules/aws4/package.json +17 -14
  48. package/node_modules/bl/bl.js +9 -3
  49. package/node_modules/bl/package.json +12 -12
  50. package/node_modules/bl/test/test.js +14 -0
  51. package/node_modules/color-convert/README.md +62 -0
  52. package/node_modules/color-convert/conversions.js +594 -0
  53. package/node_modules/color-convert/css-keywords.js +151 -0
  54. package/node_modules/color-convert/index.js +75 -0
  55. package/node_modules/color-convert/package.json +92 -0
  56. package/node_modules/color-convert/route.js +98 -0
  57. package/node_modules/dashdash/lib/dashdash.js +1 -1
  58. package/node_modules/dashdash/node_modules/assert-plus/AUTHORS +6 -0
  59. package/node_modules/dashdash/node_modules/assert-plus/CHANGES.md +14 -0
  60. package/node_modules/dashdash/node_modules/assert-plus/README.md +162 -0
  61. package/node_modules/dashdash/node_modules/assert-plus/assert.js +211 -0
  62. package/node_modules/dashdash/node_modules/assert-plus/package.json +89 -0
  63. package/node_modules/dashdash/package.json +19 -12
  64. package/node_modules/ecc-jsbn/package.json +1 -2
  65. package/node_modules/escape-string-regexp/package.json +15 -11
  66. package/node_modules/extsprintf/package.json +2 -3
  67. package/node_modules/form-data/.dockerignore +7 -0
  68. package/node_modules/form-data/.editorconfig +10 -0
  69. package/node_modules/form-data/.eslintignore +1 -0
  70. package/node_modules/form-data/.eslintrc +64 -0
  71. package/node_modules/form-data/{Readme.md → README.md} +9 -1
  72. package/node_modules/form-data/lib/browser.js +2 -1
  73. package/node_modules/form-data/lib/form_data.js +172 -135
  74. package/node_modules/form-data/lib/populate.js +9 -0
  75. package/node_modules/form-data/package.json +35 -16
  76. package/node_modules/form-data/wercker.yml +36 -0
  77. package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/index.js +1 -1
  78. package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/package.json +14 -10
  79. package/node_modules/gauge/README.md +1 -1
  80. package/node_modules/gauge/package.json +18 -14
  81. package/node_modules/gauge/progress-bar.js +2 -2
  82. package/node_modules/http-signature/package.json +1 -2
  83. package/node_modules/is-my-json-valid/README.md +2 -2
  84. package/node_modules/is-my-json-valid/index.js +15 -6
  85. package/node_modules/is-my-json-valid/package.json +11 -7
  86. package/node_modules/is-my-json-valid/test/json-schema-draft4/multipleOf.json +36 -0
  87. package/node_modules/is-my-json-valid/test/misc.js +18 -0
  88. package/node_modules/is-typedarray/package.json +1 -2
  89. package/node_modules/isarray/.npmignore +1 -0
  90. package/node_modules/isarray/.travis.yml +4 -0
  91. package/node_modules/isarray/Makefile +6 -0
  92. package/node_modules/isarray/README.md +6 -0
  93. package/node_modules/isarray/index.js +3 -1
  94. package/node_modules/isarray/package.json +28 -10
  95. package/node_modules/isarray/test.js +20 -0
  96. package/node_modules/jodid25519/package.json +1 -2
  97. package/node_modules/jsbn/package.json +1 -2
  98. package/node_modules/json-schema/package.json +1 -1
  99. package/node_modules/jsprim/package.json +1 -2
  100. package/node_modules/lodash.pad/LICENSE +17 -16
  101. package/node_modules/lodash.pad/README.md +2 -2
  102. package/node_modules/lodash.pad/index.js +3 -94
  103. package/node_modules/lodash.pad/package.json +12 -12
  104. package/node_modules/lodash.padend/LICENSE +23 -0
  105. package/node_modules/lodash.padend/README.md +18 -0
  106. package/node_modules/lodash.padend/index.js +285 -0
  107. package/node_modules/lodash.padend/package.json +91 -0
  108. package/node_modules/lodash.padstart/LICENSE +23 -0
  109. package/node_modules/lodash.padstart/README.md +18 -0
  110. package/node_modules/lodash.padstart/index.js +285 -0
  111. package/node_modules/lodash.padstart/package.json +91 -0
  112. package/node_modules/lodash.repeat/LICENSE +17 -16
  113. package/node_modules/lodash.repeat/README.md +2 -2
  114. package/node_modules/lodash.repeat/index.js +3 -94
  115. package/node_modules/lodash.repeat/package.json +14 -13
  116. package/node_modules/lodash.tostring/LICENSE +23 -0
  117. package/node_modules/lodash.tostring/README.md +18 -0
  118. package/node_modules/lodash.tostring/index.js +164 -0
  119. package/node_modules/lodash.tostring/package.json +91 -0
  120. package/node_modules/mime-db/HISTORY.md +14 -0
  121. package/node_modules/mime-db/db.json +26 -3
  122. package/node_modules/mime-db/package.json +23 -18
  123. package/node_modules/mime-types/HISTORY.md +8 -0
  124. package/node_modules/mime-types/README.md +1 -1
  125. package/node_modules/mime-types/package.json +21 -16
  126. package/node_modules/node-pre-gyp/CHANGELOG.md +11 -0
  127. package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +44 -4
  128. package/node_modules/node-pre-gyp/package.json +16 -16
  129. package/node_modules/npmlog/.nyc_output/64996.json +1 -0
  130. package/node_modules/npmlog/.nyc_output/64998.json +1 -0
  131. package/node_modules/npmlog/.nyc_output/65000.json +1 -0
  132. package/node_modules/npmlog/log.js +3 -2
  133. package/node_modules/npmlog/package.json +15 -11
  134. package/node_modules/npmlog/test/progress.js +25 -8
  135. package/node_modules/once/package.json +1 -1
  136. package/node_modules/qs/package.json +1 -2
  137. package/node_modules/readable-stream/.travis.yml +18 -16
  138. package/node_modules/readable-stream/README.md +1 -1
  139. package/node_modules/readable-stream/doc/stream.markdown +435 -405
  140. package/node_modules/readable-stream/lib/_stream_duplex.js +13 -20
  141. package/node_modules/readable-stream/lib/_stream_passthrough.js +3 -4
  142. package/node_modules/readable-stream/lib/_stream_readable.js +110 -205
  143. package/node_modules/readable-stream/lib/_stream_transform.js +21 -38
  144. package/node_modules/readable-stream/lib/_stream_writable.js +108 -121
  145. package/node_modules/readable-stream/package.json +19 -15
  146. package/node_modules/request/package.json +1 -2
  147. package/node_modules/rimraf/node_modules/glob/README.md +6 -0
  148. package/node_modules/rimraf/node_modules/glob/common.js +12 -3
  149. package/node_modules/rimraf/node_modules/glob/glob.js +20 -3
  150. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +1 -1
  151. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +14 -10
  152. package/node_modules/rimraf/node_modules/glob/package.json +15 -11
  153. package/node_modules/rimraf/node_modules/glob/sync.js +8 -1
  154. package/node_modules/rimraf/package.json +14 -10
  155. package/node_modules/semver/package.json +1 -2
  156. package/node_modules/sshpk/lib/formats/rfc4253.js +2 -1
  157. package/node_modules/sshpk/package.json +13 -10
  158. package/node_modules/strip-ansi/package.json +21 -16
  159. package/node_modules/strip-ansi/readme.md +5 -5
  160. package/node_modules/tough-cookie/lib/cookie.js +2 -2
  161. package/node_modules/tough-cookie/package.json +13 -9
  162. package/node_modules/tweetnacl/CHANGELOG.md +53 -0
  163. package/node_modules/tweetnacl/COPYING.txt +9 -0
  164. package/node_modules/tweetnacl/README.md +14 -40
  165. package/node_modules/tweetnacl/nacl-fast.js +21 -51
  166. package/node_modules/tweetnacl/nacl-fast.min.js +2 -2
  167. package/node_modules/tweetnacl/nacl.js +21 -51
  168. package/node_modules/tweetnacl/nacl.min.js +1 -1
  169. package/node_modules/tweetnacl/package.json +28 -38
  170. package/node_modules/verror/package.json +2 -3
  171. package/package.json +2 -2
  172. package/node_modules/aws4/example.js +0 -372
  173. package/node_modules/aws4/node_modules/lru-cache/test/memory-leak.js +0 -51
  174. package/node_modules/isarray/build/build.js +0 -209
  175. package/node_modules/lodash._basetostring/LICENSE +0 -22
  176. package/node_modules/lodash._basetostring/README.md +0 -20
  177. package/node_modules/lodash._basetostring/index.js +0 -22
  178. package/node_modules/lodash._basetostring/package.json +0 -99
  179. package/node_modules/lodash._createpadding/LICENSE +0 -22
  180. package/node_modules/lodash._createpadding/README.md +0 -20
  181. package/node_modules/lodash._createpadding/index.js +0 -37
  182. package/node_modules/lodash._createpadding/package.json +0 -101
  183. package/node_modules/lodash._root/LICENSE +0 -22
  184. package/node_modules/lodash._root/README.md +0 -18
  185. package/node_modules/lodash._root/index.js +0 -53
  186. package/node_modules/lodash._root/package.json +0 -77
  187. package/node_modules/lodash.padleft/LICENSE.txt +0 -22
  188. package/node_modules/lodash.padleft/README.md +0 -20
  189. package/node_modules/lodash.padleft/index.js +0 -50
  190. package/node_modules/lodash.padleft/package.json +0 -107
  191. package/node_modules/lodash.padright/LICENSE.txt +0 -22
  192. package/node_modules/lodash.padright/README.md +0 -20
  193. package/node_modules/lodash.padright/index.js +0 -50
  194. package/node_modules/lodash.padright/package.json +0 -107
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lodash 3.3.0 (Custom Build) <https://lodash.com/>
2
+ * lodash 4.1.0 (Custom Build) <https://lodash.com/>
3
3
  * Build: `lodash modularize exports="npm" -o ./`
4
4
  * Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>
5
5
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
@@ -7,7 +7,7 @@
7
7
  * Available under MIT license <https://lodash.com/license>
8
8
  */
9
9
  var repeat = require('lodash.repeat'),
10
- root = require('lodash._root');
10
+ toString = require('lodash.tostring');
11
11
 
12
12
  /** Used as references for various `Number` constants. */
13
13
  var INFINITY = 1 / 0,
@@ -16,8 +16,7 @@ var INFINITY = 1 / 0,
16
16
 
17
17
  /** `Object#toString` result references. */
18
18
  var funcTag = '[object Function]',
19
- genTag = '[object GeneratorFunction]',
20
- symbolTag = '[object Symbol]';
19
+ genTag = '[object GeneratorFunction]';
21
20
 
22
21
  /** Used to match leading and trailing whitespace. */
23
22
  var reTrim = /^\s+|\s+$/g;
@@ -101,17 +100,10 @@ var objectProto = Object.prototype;
101
100
  */
102
101
  var objectToString = objectProto.toString;
103
102
 
104
- /** Built-in value references. */
105
- var Symbol = root.Symbol;
106
-
107
103
  /* Built-in method references for those with the same name as other `lodash` methods. */
108
104
  var nativeCeil = Math.ceil,
109
105
  nativeFloor = Math.floor;
110
106
 
111
- /** Used to convert symbols to primitives and strings. */
112
- var symbolProto = Symbol ? Symbol.prototype : undefined,
113
- symbolToString = Symbol ? symbolProto.toString : undefined;
114
-
115
107
  /**
116
108
  * Creates the padding for `string` based on `length`. The `chars` string
117
109
  * is truncated if the number of characters exceeds `length`.
@@ -190,54 +182,6 @@ function isObject(value) {
190
182
  return !!value && (type == 'object' || type == 'function');
191
183
  }
192
184
 
193
- /**
194
- * Checks if `value` is object-like. A value is object-like if it's not `null`
195
- * and has a `typeof` result of "object".
196
- *
197
- * @static
198
- * @memberOf _
199
- * @category Lang
200
- * @param {*} value The value to check.
201
- * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
202
- * @example
203
- *
204
- * _.isObjectLike({});
205
- * // => true
206
- *
207
- * _.isObjectLike([1, 2, 3]);
208
- * // => true
209
- *
210
- * _.isObjectLike(_.noop);
211
- * // => false
212
- *
213
- * _.isObjectLike(null);
214
- * // => false
215
- */
216
- function isObjectLike(value) {
217
- return !!value && typeof value == 'object';
218
- }
219
-
220
- /**
221
- * Checks if `value` is classified as a `Symbol` primitive or object.
222
- *
223
- * @static
224
- * @memberOf _
225
- * @category Lang
226
- * @param {*} value The value to check.
227
- * @returns {boolean} Returns `true` if `value` is correctly classified, else `false`.
228
- * @example
229
- *
230
- * _.isSymbol(Symbol.iterator);
231
- * // => true
232
- *
233
- * _.isSymbol('abc');
234
- * // => false
235
- */
236
- function isSymbol(value) {
237
- return typeof value == 'symbol' ||
238
- (isObjectLike(value) && objectToString.call(value) == symbolTag);
239
- }
240
-
241
185
  /**
242
186
  * Converts `value` to an integer.
243
187
  *
@@ -312,41 +256,6 @@ function toNumber(value) {
312
256
  : (reIsBadHex.test(value) ? NAN : +value);
313
257
  }
314
258
 
315
- /**
316
- * Converts `value` to a string if it's not one. An empty string is returned
317
- * for `null` and `undefined` values. The sign of `-0` is preserved.
318
- *
319
- * @static
320
- * @memberOf _
321
- * @category Lang
322
- * @param {*} value The value to process.
323
- * @returns {string} Returns the string.
324
- * @example
325
- *
326
- * _.toString(null);
327
- * // => ''
328
- *
329
- * _.toString(-0);
330
- * // => '-0'
331
- *
332
- * _.toString([1, 2, 3]);
333
- * // => '1,2,3'
334
- */
335
- function toString(value) {
336
- // Exit early for strings to avoid a performance hit in some environments.
337
- if (typeof value == 'string') {
338
- return value;
339
- }
340
- if (value == null) {
341
- return '';
342
- }
343
- if (isSymbol(value)) {
344
- return Symbol ? symbolToString.call(value) : '';
345
- }
346
- var result = (value + '');
347
- return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;
348
- }
349
-
350
259
  /**
351
260
  * Pads `string` on the left and right sides if it's shorter than `length`.
352
261
  * Padding characters are truncated if they can't be evenly divided by `length`.
@@ -1,11 +1,11 @@
1
1
  {
2
- "_from": "lodash.pad@^3.0.0",
3
- "_id": "lodash.pad@3.3.0",
2
+ "_from": "lodash.pad@^4.1.0",
3
+ "_id": "lodash.pad@4.1.0",
4
4
  "_location": "/lodash.pad",
5
5
  "_nodeVersion": "5.5.0",
6
6
  "_npmOperationalInternal": {
7
- "host": "packages-5-east.internal.npmjs.com",
8
- "tmp": "tmp/lodash.pad-3.3.0.tgz_1454898533348_0.8722374739591032"
7
+ "host": "packages-9-west.internal.npmjs.com",
8
+ "tmp": "tmp/lodash.pad-4.1.0.tgz_1455615516420_0.3130727862007916"
9
9
  },
10
10
  "_npmUser": {
11
11
  "email": "john.david.dalton@gmail.com",
@@ -16,8 +16,8 @@
16
16
  "_requiredBy": [
17
17
  "/gauge"
18
18
  ],
19
- "_resolved": "https://registry.npmjs.org/lodash.pad/-/lodash.pad-3.3.0.tgz",
20
- "_shasum": "30d94c1273ffb4f80ce4d34157e978574b36f98e",
19
+ "_resolved": "https://registry.npmjs.org/lodash.pad/-/lodash.pad-4.1.0.tgz",
20
+ "_shasum": "dbbe3a9681fccb69970473a2263f50c196ac3aa9",
21
21
  "_shrinkwrap": null,
22
22
  "author": {
23
23
  "email": "john.david.dalton@gmail.com",
@@ -45,15 +45,15 @@
45
45
  }
46
46
  ],
47
47
  "dependencies": {
48
- "lodash._root": "^3.0.0",
49
- "lodash.repeat": "^3.0.0"
48
+ "lodash.repeat": "^4.0.0",
49
+ "lodash.tostring": "^4.0.0"
50
50
  },
51
51
  "description": "The lodash method `_.pad` exported as a module.",
52
52
  "devDependencies": {},
53
53
  "directories": {},
54
54
  "dist": {
55
- "shasum": "30d94c1273ffb4f80ce4d34157e978574b36f98e",
56
- "tarball": "http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.3.0.tgz"
55
+ "shasum": "dbbe3a9681fccb69970473a2263f50c196ac3aa9",
56
+ "tarball": "http://registry.npmjs.org/lodash.pad/-/lodash.pad-4.1.0.tgz"
57
57
  },
58
58
  "homepage": "https://lodash.com/",
59
59
  "icon": "https://lodash.com/icon.svg",
@@ -78,7 +78,7 @@
78
78
  ],
79
79
  "name": "lodash.pad",
80
80
  "optionalDependencies": {},
81
- "readme": "# lodash.pad v3.3.0\n\nThe [lodash](https://lodash.com/) method `_.pad` exported as a [Node.js](https://nodejs.org/) module.\n\n## Installation\n\nUsing npm:\n```bash\n$ {sudo -H} npm i -g npm\n$ npm i --save lodash.pad\n```\n\nIn Node.js:\n```js\nvar pad = require('lodash.pad');\n```\n\nSee the [documentation](https://lodash.com/docs#pad) or [package source](https://github.com/lodash/lodash/blob/3.3.0-npm-packages/lodash.pad) for more details.\n",
81
+ "readme": "# lodash.pad v4.1.0\n\nThe [lodash](https://lodash.com/) method `_.pad` exported as a [Node.js](https://nodejs.org/) module.\n\n## Installation\n\nUsing npm:\n```bash\n$ {sudo -H} npm i -g npm\n$ npm i --save lodash.pad\n```\n\nIn Node.js:\n```js\nvar pad = require('lodash.pad');\n```\n\nSee the [documentation](https://lodash.com/docs#pad) or [package source](https://github.com/lodash/lodash/blob/4.1.0-npm-packages/lodash.pad) for more details.\n",
82
82
  "readmeFilename": "README.md",
83
83
  "repository": {
84
84
  "type": "git",
@@ -87,5 +87,5 @@
87
87
  "scripts": {
88
88
  "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
89
89
  },
90
- "version": "3.3.0"
90
+ "version": "4.1.0"
91
91
  }
@@ -0,0 +1,23 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>
4
+ Based on Underscore.js, copyright 2009-2016 Jeremy Ashkenas,
5
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in all
15
+ copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ SOFTWARE.
@@ -0,0 +1,18 @@
1
+ # lodash.padend v4.2.0
2
+
3
+ The [lodash](https://lodash.com/) method `_.padEnd` exported as a [Node.js](https://nodejs.org/) module.
4
+
5
+ ## Installation
6
+
7
+ Using npm:
8
+ ```bash
9
+ $ {sudo -H} npm i -g npm
10
+ $ npm i --save lodash.padend
11
+ ```
12
+
13
+ In Node.js:
14
+ ```js
15
+ var padEnd = require('lodash.padend');
16
+ ```
17
+
18
+ See the [documentation](https://lodash.com/docs#padEnd) or [package source](https://github.com/lodash/lodash/blob/4.2.0-npm-packages/lodash.padend) for more details.
@@ -0,0 +1,285 @@
1
+ /**
2
+ * lodash 4.2.0 (Custom Build) <https://lodash.com/>
3
+ * Build: `lodash modularize exports="npm" -o ./`
4
+ * Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>
5
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
6
+ * Copyright 2009-2016 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
7
+ * Available under MIT license <https://lodash.com/license>
8
+ */
9
+ var repeat = require('lodash.repeat'),
10
+ toString = require('lodash.tostring');
11
+
12
+ /** Used as references for various `Number` constants. */
13
+ var INFINITY = 1 / 0,
14
+ MAX_INTEGER = 1.7976931348623157e+308,
15
+ NAN = 0 / 0;
16
+
17
+ /** `Object#toString` result references. */
18
+ var funcTag = '[object Function]',
19
+ genTag = '[object GeneratorFunction]';
20
+
21
+ /** Used to match leading and trailing whitespace. */
22
+ var reTrim = /^\s+|\s+$/g;
23
+
24
+ /** Used to detect bad signed hexadecimal string values. */
25
+ var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
26
+
27
+ /** Used to detect binary string values. */
28
+ var reIsBinary = /^0b[01]+$/i;
29
+
30
+ /** Used to detect octal string values. */
31
+ var reIsOctal = /^0o[0-7]+$/i;
32
+
33
+ /** Used to compose unicode character classes. */
34
+ var rsAstralRange = '\\ud800-\\udfff',
35
+ rsComboMarksRange = '\\u0300-\\u036f\\ufe20-\\ufe23',
36
+ rsComboSymbolsRange = '\\u20d0-\\u20f0',
37
+ rsVarRange = '\\ufe0e\\ufe0f';
38
+
39
+ /** Used to compose unicode capture groups. */
40
+ var rsAstral = '[' + rsAstralRange + ']',
41
+ rsCombo = '[' + rsComboMarksRange + rsComboSymbolsRange + ']',
42
+ rsFitz = '\\ud83c[\\udffb-\\udfff]',
43
+ rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')',
44
+ rsNonAstral = '[^' + rsAstralRange + ']',
45
+ rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}',
46
+ rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]',
47
+ rsZWJ = '\\u200d';
48
+
49
+ /** Used to compose unicode regexes. */
50
+ var reOptMod = rsModifier + '?',
51
+ rsOptVar = '[' + rsVarRange + ']?',
52
+ rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*',
53
+ rsSeq = rsOptVar + reOptMod + rsOptJoin,
54
+ rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')';
55
+
56
+ /** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */
57
+ var reComplexSymbol = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g');
58
+
59
+ /** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */
60
+ var reHasComplexSymbol = RegExp('[' + rsZWJ + rsAstralRange + rsComboMarksRange + rsComboSymbolsRange + rsVarRange + ']');
61
+
62
+ /** Built-in method references without a dependency on `root`. */
63
+ var freeParseInt = parseInt;
64
+
65
+ /**
66
+ * Gets the number of symbols in `string`.
67
+ *
68
+ * @private
69
+ * @param {string} string The string to inspect.
70
+ * @returns {number} Returns the string size.
71
+ */
72
+ function stringSize(string) {
73
+ if (!(string && reHasComplexSymbol.test(string))) {
74
+ return string.length;
75
+ }
76
+ var result = reComplexSymbol.lastIndex = 0;
77
+ while (reComplexSymbol.test(string)) {
78
+ result++;
79
+ }
80
+ return result;
81
+ }
82
+
83
+ /**
84
+ * Converts `string` to an array.
85
+ *
86
+ * @private
87
+ * @param {string} string The string to convert.
88
+ * @returns {Array} Returns the converted array.
89
+ */
90
+ function stringToArray(string) {
91
+ return string.match(reComplexSymbol);
92
+ }
93
+
94
+ /** Used for built-in method references. */
95
+ var objectProto = Object.prototype;
96
+
97
+ /**
98
+ * Used to resolve the [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.tostring)
99
+ * of values.
100
+ */
101
+ var objectToString = objectProto.toString;
102
+
103
+ /* Built-in method references for those with the same name as other `lodash` methods. */
104
+ var nativeCeil = Math.ceil;
105
+
106
+ /**
107
+ * Creates the padding for `string` based on `length`. The `chars` string
108
+ * is truncated if the number of characters exceeds `length`.
109
+ *
110
+ * @private
111
+ * @param {string} string The string to create padding for.
112
+ * @param {number} [length=0] The padding length.
113
+ * @param {string} [chars=' '] The string used as padding.
114
+ * @returns {string} Returns the padding for `string`.
115
+ */
116
+ function createPadding(string, length, chars) {
117
+ length = toInteger(length);
118
+
119
+ var strLength = stringSize(string);
120
+ if (!length || strLength >= length) {
121
+ return '';
122
+ }
123
+ var padLength = length - strLength;
124
+ chars = chars === undefined ? ' ' : (chars + '');
125
+
126
+ var result = repeat(chars, nativeCeil(padLength / stringSize(chars)));
127
+ return reHasComplexSymbol.test(chars)
128
+ ? stringToArray(result).slice(0, padLength).join('')
129
+ : result.slice(0, padLength);
130
+ }
131
+
132
+ /**
133
+ * Checks if `value` is classified as a `Function` object.
134
+ *
135
+ * @static
136
+ * @memberOf _
137
+ * @category Lang
138
+ * @param {*} value The value to check.
139
+ * @returns {boolean} Returns `true` if `value` is correctly classified, else `false`.
140
+ * @example
141
+ *
142
+ * _.isFunction(_);
143
+ * // => true
144
+ *
145
+ * _.isFunction(/abc/);
146
+ * // => false
147
+ */
148
+ function isFunction(value) {
149
+ // The use of `Object#toString` avoids issues with the `typeof` operator
150
+ // in Safari 8 which returns 'object' for typed array constructors, and
151
+ // PhantomJS 1.9 which returns 'function' for `NodeList` instances.
152
+ var tag = isObject(value) ? objectToString.call(value) : '';
153
+ return tag == funcTag || tag == genTag;
154
+ }
155
+
156
+ /**
157
+ * Checks if `value` is the [language type](https://es5.github.io/#x8) of `Object`.
158
+ * (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
159
+ *
160
+ * @static
161
+ * @memberOf _
162
+ * @category Lang
163
+ * @param {*} value The value to check.
164
+ * @returns {boolean} Returns `true` if `value` is an object, else `false`.
165
+ * @example
166
+ *
167
+ * _.isObject({});
168
+ * // => true
169
+ *
170
+ * _.isObject([1, 2, 3]);
171
+ * // => true
172
+ *
173
+ * _.isObject(_.noop);
174
+ * // => true
175
+ *
176
+ * _.isObject(null);
177
+ * // => false
178
+ */
179
+ function isObject(value) {
180
+ var type = typeof value;
181
+ return !!value && (type == 'object' || type == 'function');
182
+ }
183
+
184
+ /**
185
+ * Converts `value` to an integer.
186
+ *
187
+ * **Note:** This function is loosely based on [`ToInteger`](http://www.ecma-international.org/ecma-262/6.0/#sec-tointeger).
188
+ *
189
+ * @static
190
+ * @memberOf _
191
+ * @category Lang
192
+ * @param {*} value The value to convert.
193
+ * @returns {number} Returns the converted integer.
194
+ * @example
195
+ *
196
+ * _.toInteger(3);
197
+ * // => 3
198
+ *
199
+ * _.toInteger(Number.MIN_VALUE);
200
+ * // => 0
201
+ *
202
+ * _.toInteger(Infinity);
203
+ * // => 1.7976931348623157e+308
204
+ *
205
+ * _.toInteger('3');
206
+ * // => 3
207
+ */
208
+ function toInteger(value) {
209
+ if (!value) {
210
+ return value === 0 ? value : 0;
211
+ }
212
+ value = toNumber(value);
213
+ if (value === INFINITY || value === -INFINITY) {
214
+ var sign = (value < 0 ? -1 : 1);
215
+ return sign * MAX_INTEGER;
216
+ }
217
+ var remainder = value % 1;
218
+ return value === value ? (remainder ? value - remainder : value) : 0;
219
+ }
220
+
221
+ /**
222
+ * Converts `value` to a number.
223
+ *
224
+ * @static
225
+ * @memberOf _
226
+ * @category Lang
227
+ * @param {*} value The value to process.
228
+ * @returns {number} Returns the number.
229
+ * @example
230
+ *
231
+ * _.toNumber(3);
232
+ * // => 3
233
+ *
234
+ * _.toNumber(Number.MIN_VALUE);
235
+ * // => 5e-324
236
+ *
237
+ * _.toNumber(Infinity);
238
+ * // => Infinity
239
+ *
240
+ * _.toNumber('3');
241
+ * // => 3
242
+ */
243
+ function toNumber(value) {
244
+ if (isObject(value)) {
245
+ var other = isFunction(value.valueOf) ? value.valueOf() : value;
246
+ value = isObject(other) ? (other + '') : other;
247
+ }
248
+ if (typeof value != 'string') {
249
+ return value === 0 ? value : +value;
250
+ }
251
+ value = value.replace(reTrim, '');
252
+ var isBinary = reIsBinary.test(value);
253
+ return (isBinary || reIsOctal.test(value))
254
+ ? freeParseInt(value.slice(2), isBinary ? 2 : 8)
255
+ : (reIsBadHex.test(value) ? NAN : +value);
256
+ }
257
+
258
+ /**
259
+ * Pads `string` on the right side if it's shorter than `length`. Padding
260
+ * characters are truncated if they exceed `length`.
261
+ *
262
+ * @static
263
+ * @memberOf _
264
+ * @category String
265
+ * @param {string} [string=''] The string to pad.
266
+ * @param {number} [length=0] The padding length.
267
+ * @param {string} [chars=' '] The string used as padding.
268
+ * @returns {string} Returns the padded string.
269
+ * @example
270
+ *
271
+ * _.padEnd('abc', 6);
272
+ * // => 'abc '
273
+ *
274
+ * _.padEnd('abc', 6, '_-');
275
+ * // => 'abc_-_'
276
+ *
277
+ * _.padEnd('abc', 3);
278
+ * // => 'abc'
279
+ */
280
+ function padEnd(string, length, chars) {
281
+ string = toString(string);
282
+ return string + createPadding(string, length, chars);
283
+ }
284
+
285
+ module.exports = padEnd;
@@ -0,0 +1,91 @@
1
+ {
2
+ "_from": "lodash.padend@^4.1.0",
3
+ "_id": "lodash.padend@4.2.0",
4
+ "_location": "/lodash.padend",
5
+ "_nodeVersion": "5.5.0",
6
+ "_npmOperationalInternal": {
7
+ "host": "packages-6-west.internal.npmjs.com",
8
+ "tmp": "tmp/lodash.padend-4.2.0.tgz_1455615519416_0.9670630963519216"
9
+ },
10
+ "_npmUser": {
11
+ "email": "john.david.dalton@gmail.com",
12
+ "name": "jdalton"
13
+ },
14
+ "_npmVersion": "2.14.18",
15
+ "_phantomChildren": {},
16
+ "_requiredBy": [
17
+ "/gauge"
18
+ ],
19
+ "_resolved": "https://registry.npmjs.org/lodash.padend/-/lodash.padend-4.2.0.tgz",
20
+ "_shasum": "b84e8c3401d4538055c6e321a51e3aee19881a18",
21
+ "_shrinkwrap": null,
22
+ "author": {
23
+ "email": "john.david.dalton@gmail.com",
24
+ "name": "John-David Dalton",
25
+ "url": "http://allyoucanleet.com/"
26
+ },
27
+ "bugs": {
28
+ "url": "https://github.com/lodash/lodash/issues"
29
+ },
30
+ "contributors": [
31
+ {
32
+ "name": "John-David Dalton",
33
+ "email": "john.david.dalton@gmail.com",
34
+ "url": "http://allyoucanleet.com/"
35
+ },
36
+ {
37
+ "name": "Blaine Bublitz",
38
+ "email": "blaine@iceddev.com",
39
+ "url": "https://github.com/phated"
40
+ },
41
+ {
42
+ "name": "Mathias Bynens",
43
+ "email": "mathias@qiwi.be",
44
+ "url": "https://mathiasbynens.be/"
45
+ }
46
+ ],
47
+ "dependencies": {
48
+ "lodash.repeat": "^4.0.0",
49
+ "lodash.tostring": "^4.0.0"
50
+ },
51
+ "description": "The lodash method `_.padEnd` exported as a module.",
52
+ "devDependencies": {},
53
+ "directories": {},
54
+ "dist": {
55
+ "shasum": "b84e8c3401d4538055c6e321a51e3aee19881a18",
56
+ "tarball": "http://registry.npmjs.org/lodash.padend/-/lodash.padend-4.2.0.tgz"
57
+ },
58
+ "homepage": "https://lodash.com/",
59
+ "icon": "https://lodash.com/icon.svg",
60
+ "keywords": [
61
+ "lodash-modularized",
62
+ "padend"
63
+ ],
64
+ "license": "MIT",
65
+ "maintainers": [
66
+ {
67
+ "name": "jdalton",
68
+ "email": "john.david.dalton@gmail.com"
69
+ },
70
+ {
71
+ "name": "mathias",
72
+ "email": "mathias@qiwi.be"
73
+ },
74
+ {
75
+ "name": "phated",
76
+ "email": "blaine.bublitz@gmail.com"
77
+ }
78
+ ],
79
+ "name": "lodash.padend",
80
+ "optionalDependencies": {},
81
+ "readme": "# lodash.padend v4.2.0\n\nThe [lodash](https://lodash.com/) method `_.padEnd` exported as a [Node.js](https://nodejs.org/) module.\n\n## Installation\n\nUsing npm:\n```bash\n$ {sudo -H} npm i -g npm\n$ npm i --save lodash.padend\n```\n\nIn Node.js:\n```js\nvar padEnd = require('lodash.padend');\n```\n\nSee the [documentation](https://lodash.com/docs#padEnd) or [package source](https://github.com/lodash/lodash/blob/4.2.0-npm-packages/lodash.padend) for more details.\n",
82
+ "readmeFilename": "README.md",
83
+ "repository": {
84
+ "type": "git",
85
+ "url": "git+https://github.com/lodash/lodash.git"
86
+ },
87
+ "scripts": {
88
+ "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
89
+ },
90
+ "version": "4.2.0"
91
+ }
@@ -0,0 +1,23 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>
4
+ Based on Underscore.js, copyright 2009-2016 Jeremy Ashkenas,
5
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in all
15
+ copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ SOFTWARE.
@@ -0,0 +1,18 @@
1
+ # lodash.padstart v4.2.0
2
+
3
+ The [lodash](https://lodash.com/) method `_.padStart` exported as a [Node.js](https://nodejs.org/) module.
4
+
5
+ ## Installation
6
+
7
+ Using npm:
8
+ ```bash
9
+ $ {sudo -H} npm i -g npm
10
+ $ npm i --save lodash.padstart
11
+ ```
12
+
13
+ In Node.js:
14
+ ```js
15
+ var padStart = require('lodash.padstart');
16
+ ```
17
+
18
+ See the [documentation](https://lodash.com/docs#padStart) or [package source](https://github.com/lodash/lodash/blob/4.2.0-npm-packages/lodash.padstart) for more details.