fsevents 1.2.9 → 1.2.10

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 (117) hide show
  1. package/node_modules/abbrev/package.json +10 -13
  2. package/node_modules/ansi-regex/package.json +10 -13
  3. package/node_modules/aproba/package.json +10 -13
  4. package/node_modules/are-we-there-yet/package.json +10 -13
  5. package/node_modules/balanced-match/package.json +10 -13
  6. package/node_modules/brace-expansion/package.json +10 -13
  7. package/node_modules/chownr/chownr.js +47 -10
  8. package/node_modules/chownr/package.json +15 -18
  9. package/node_modules/code-point-at/package.json +10 -13
  10. package/node_modules/concat-map/package.json +5 -8
  11. package/node_modules/console-control-strings/package.json +10 -13
  12. package/node_modules/core-util-is/package.json +10 -13
  13. package/node_modules/debug/README.md +0 -18
  14. package/node_modules/debug/dist/debug.js +2 -28
  15. package/node_modules/debug/node.js +1 -0
  16. package/node_modules/debug/package.json +15 -30
  17. package/node_modules/debug/src/browser.js +103 -187
  18. package/node_modules/debug/src/common.js +240 -257
  19. package/node_modules/debug/src/index.js +5 -3
  20. package/node_modules/debug/src/node.js +82 -165
  21. package/node_modules/deep-extend/package.json +10 -13
  22. package/node_modules/delegates/package.json +10 -13
  23. package/node_modules/detect-libc/package.json +10 -13
  24. package/node_modules/fs-minipass/index.js +2 -1
  25. package/node_modules/fs-minipass/package.json +21 -21
  26. package/node_modules/fs.realpath/package.json +10 -13
  27. package/node_modules/gauge/package.json +10 -13
  28. package/node_modules/glob/LICENSE +6 -0
  29. package/node_modules/glob/README.md +8 -1
  30. package/node_modules/glob/package.json +17 -17
  31. package/node_modules/has-unicode/package.json +10 -13
  32. package/node_modules/iconv-lite/package.json +10 -13
  33. package/node_modules/ignore-walk/README.md +1 -1
  34. package/node_modules/ignore-walk/index.js +9 -5
  35. package/node_modules/ignore-walk/package.json +19 -19
  36. package/node_modules/inflight/package.json +10 -13
  37. package/node_modules/inherits/inherits.js +2 -0
  38. package/node_modules/inherits/inherits_browser.js +18 -14
  39. package/node_modules/inherits/package.json +16 -19
  40. package/node_modules/ini/package.json +10 -13
  41. package/node_modules/is-fullwidth-code-point/package.json +10 -13
  42. package/node_modules/isarray/package.json +10 -13
  43. package/node_modules/minimatch/package.json +10 -13
  44. package/node_modules/minimist/package.json +5 -8
  45. package/node_modules/minipass/README.md +486 -4
  46. package/node_modules/minipass/index.js +190 -28
  47. package/node_modules/minipass/package.json +20 -20
  48. package/node_modules/minizlib/README.md +36 -27
  49. package/node_modules/minizlib/constants.js +73 -4
  50. package/node_modules/minizlib/index.js +137 -152
  51. package/node_modules/minizlib/package.json +15 -18
  52. package/node_modules/mkdirp/package.json +10 -13
  53. package/node_modules/ms/index.js +2 -2
  54. package/node_modules/ms/package.json +14 -17
  55. package/node_modules/ms/readme.md +1 -1
  56. package/node_modules/needle/lib/needle.js +2 -0
  57. package/node_modules/needle/package.json +15 -18
  58. package/node_modules/needle/test/headers_spec.js +1 -1
  59. package/node_modules/node-pre-gyp/package.json +9 -12
  60. package/node_modules/nopt/package.json +10 -13
  61. package/node_modules/npm-bundled/index.js +13 -5
  62. package/node_modules/npm-bundled/package.json +17 -17
  63. package/node_modules/npm-normalize-package-bin/.github/settings.yml +2 -0
  64. package/node_modules/npm-normalize-package-bin/.npmignore +24 -0
  65. package/node_modules/npm-normalize-package-bin/LICENSE +15 -0
  66. package/node_modules/npm-normalize-package-bin/README.md +14 -0
  67. package/node_modules/npm-normalize-package-bin/index.js +60 -0
  68. package/node_modules/npm-normalize-package-bin/package-lock.json +3529 -0
  69. package/node_modules/npm-normalize-package-bin/package.json +57 -0
  70. package/node_modules/npm-normalize-package-bin/test/array.js +37 -0
  71. package/node_modules/npm-normalize-package-bin/test/nobin.js +35 -0
  72. package/node_modules/npm-normalize-package-bin/test/object.js +141 -0
  73. package/node_modules/npm-normalize-package-bin/test/string.js +37 -0
  74. package/node_modules/npm-packlist/index.js +55 -16
  75. package/node_modules/npm-packlist/package.json +24 -20
  76. package/node_modules/npmlog/package.json +10 -13
  77. package/node_modules/number-is-nan/package.json +10 -13
  78. package/node_modules/object-assign/package.json +10 -13
  79. package/node_modules/once/package.json +10 -13
  80. package/node_modules/os-homedir/package.json +10 -13
  81. package/node_modules/os-tmpdir/package.json +10 -13
  82. package/node_modules/osenv/package.json +10 -13
  83. package/node_modules/path-is-absolute/package.json +10 -13
  84. package/node_modules/process-nextick-args/index.js +2 -1
  85. package/node_modules/process-nextick-args/package.json +14 -17
  86. package/node_modules/rc/node_modules/minimist/package.json +10 -13
  87. package/node_modules/rc/package.json +10 -13
  88. package/node_modules/readable-stream/package.json +10 -13
  89. package/node_modules/rimraf/package.json +14 -17
  90. package/node_modules/rimraf/rimraf.js +9 -1
  91. package/node_modules/safe-buffer/package.json +10 -13
  92. package/node_modules/safer-buffer/package.json +10 -13
  93. package/node_modules/sax/package.json +10 -13
  94. package/node_modules/semver/README.md +12 -11
  95. package/node_modules/semver/package.json +14 -17
  96. package/node_modules/set-blocking/package.json +10 -13
  97. package/node_modules/signal-exit/package.json +10 -13
  98. package/node_modules/string-width/package.json +10 -13
  99. package/node_modules/string_decoder/package.json +10 -13
  100. package/node_modules/strip-ansi/package.json +10 -13
  101. package/node_modules/strip-json-comments/package.json +10 -13
  102. package/node_modules/tar/lib/large-numbers.js +32 -27
  103. package/node_modules/tar/lib/mkdir.js +2 -2
  104. package/node_modules/tar/lib/parse.js +6 -1
  105. package/node_modules/tar/lib/read-entry.js +4 -0
  106. package/node_modules/tar/lib/write-entry.js +2 -2
  107. package/node_modules/tar/package.json +25 -24
  108. package/node_modules/util-deprecate/package.json +10 -13
  109. package/node_modules/wide-align/package.json +10 -13
  110. package/node_modules/wrappy/package.json +10 -13
  111. package/node_modules/yallist/package.json +14 -17
  112. package/node_modules/yallist/yallist.js +50 -0
  113. package/package.json +1 -1
  114. package/node_modules/needle/.npmignore +0 -6
  115. package/node_modules/needle/package-lock.json +0 -395
  116. package/node_modules/needle/test/keys/ssl.cert +0 -21
  117. package/node_modules/needle/test/keys/ssl.key +0 -27
@@ -1,21 +1,22 @@
1
+ "use strict";
2
+
1
3
  /**
2
4
  * Module dependencies.
3
5
  */
6
+ var tty = require('tty');
4
7
 
5
- const tty = require('tty');
6
- const util = require('util');
7
-
8
+ var util = require('util');
8
9
  /**
9
10
  * This is the Node.js implementation of `debug()`.
10
11
  */
11
12
 
13
+
12
14
  exports.init = init;
13
15
  exports.log = log;
14
16
  exports.formatArgs = formatArgs;
15
17
  exports.save = save;
16
18
  exports.load = load;
17
19
  exports.useColors = useColors;
18
-
19
20
  /**
20
21
  * Colors.
21
22
  */
@@ -23,93 +24,14 @@ exports.useColors = useColors;
23
24
  exports.colors = [6, 2, 3, 4, 5, 1];
24
25
 
25
26
  try {
26
- // Optional dependency (as in, doesn't need to be installed, NOT like optionalDependencies in package.json)
27
- // eslint-disable-next-line import/no-extraneous-dependencies
28
- const supportsColor = require('supports-color');
29
-
30
- if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) {
31
- exports.colors = [
32
- 20,
33
- 21,
34
- 26,
35
- 27,
36
- 32,
37
- 33,
38
- 38,
39
- 39,
40
- 40,
41
- 41,
42
- 42,
43
- 43,
44
- 44,
45
- 45,
46
- 56,
47
- 57,
48
- 62,
49
- 63,
50
- 68,
51
- 69,
52
- 74,
53
- 75,
54
- 76,
55
- 77,
56
- 78,
57
- 79,
58
- 80,
59
- 81,
60
- 92,
61
- 93,
62
- 98,
63
- 99,
64
- 112,
65
- 113,
66
- 128,
67
- 129,
68
- 134,
69
- 135,
70
- 148,
71
- 149,
72
- 160,
73
- 161,
74
- 162,
75
- 163,
76
- 164,
77
- 165,
78
- 166,
79
- 167,
80
- 168,
81
- 169,
82
- 170,
83
- 171,
84
- 172,
85
- 173,
86
- 178,
87
- 179,
88
- 184,
89
- 185,
90
- 196,
91
- 197,
92
- 198,
93
- 199,
94
- 200,
95
- 201,
96
- 202,
97
- 203,
98
- 204,
99
- 205,
100
- 206,
101
- 207,
102
- 208,
103
- 209,
104
- 214,
105
- 215,
106
- 220,
107
- 221
108
- ];
109
- }
110
- } catch (error) {
111
- // Swallow - we only care if `supports-color` is available; it doesn't have to be.
112
- }
27
+ // Optional dependency (as in, doesn't need to be installed, NOT like optionalDependencies in package.json)
28
+ // eslint-disable-next-line import/no-extraneous-dependencies
29
+ var supportsColor = require('supports-color');
30
+
31
+ if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) {
32
+ exports.colors = [20, 21, 26, 27, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 56, 57, 62, 63, 68, 69, 74, 75, 76, 77, 78, 79, 80, 81, 92, 93, 98, 99, 112, 113, 128, 129, 134, 135, 148, 149, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 178, 179, 184, 185, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 214, 215, 220, 221];
33
+ }
34
+ } catch (error) {} // Swallow - we only care if `supports-color` is available; it doesn't have to be.
113
35
 
114
36
  /**
115
37
  * Build up the default `inspectOpts` object from the environment variables.
@@ -117,95 +39,91 @@ try {
117
39
  * $ DEBUG_COLORS=no DEBUG_DEPTH=10 DEBUG_SHOW_HIDDEN=enabled node script.js
118
40
  */
119
41
 
120
- exports.inspectOpts = Object.keys(process.env).filter(key => {
121
- return /^debug_/i.test(key);
122
- }).reduce((obj, key) => {
123
- // Camel-case
124
- const prop = key
125
- .substring(6)
126
- .toLowerCase()
127
- .replace(/_([a-z])/g, (_, k) => {
128
- return k.toUpperCase();
129
- });
130
-
131
- // Coerce string value into JS value
132
- let val = process.env[key];
133
- if (/^(yes|on|true|enabled)$/i.test(val)) {
134
- val = true;
135
- } else if (/^(no|off|false|disabled)$/i.test(val)) {
136
- val = false;
137
- } else if (val === 'null') {
138
- val = null;
139
- } else {
140
- val = Number(val);
141
- }
142
-
143
- obj[prop] = val;
144
- return obj;
145
- }, {});
146
42
 
43
+ exports.inspectOpts = Object.keys(process.env).filter(function (key) {
44
+ return /^debug_/i.test(key);
45
+ }).reduce(function (obj, key) {
46
+ // Camel-case
47
+ var prop = key.substring(6).toLowerCase().replace(/_([a-z])/g, function (_, k) {
48
+ return k.toUpperCase();
49
+ }); // Coerce string value into JS value
50
+
51
+ var val = process.env[key];
52
+
53
+ if (/^(yes|on|true|enabled)$/i.test(val)) {
54
+ val = true;
55
+ } else if (/^(no|off|false|disabled)$/i.test(val)) {
56
+ val = false;
57
+ } else if (val === 'null') {
58
+ val = null;
59
+ } else {
60
+ val = Number(val);
61
+ }
62
+
63
+ obj[prop] = val;
64
+ return obj;
65
+ }, {});
147
66
  /**
148
67
  * Is stdout a TTY? Colored output is enabled when `true`.
149
68
  */
150
69
 
151
70
  function useColors() {
152
- return 'colors' in exports.inspectOpts ?
153
- Boolean(exports.inspectOpts.colors) :
154
- tty.isatty(process.stderr.fd);
71
+ return 'colors' in exports.inspectOpts ? Boolean(exports.inspectOpts.colors) : tty.isatty(process.stderr.fd);
155
72
  }
156
-
157
73
  /**
158
74
  * Adds ANSI color escape codes if enabled.
159
75
  *
160
76
  * @api public
161
77
  */
162
78
 
79
+
163
80
  function formatArgs(args) {
164
- const {namespace: name, useColors} = this;
165
-
166
- if (useColors) {
167
- const c = this.color;
168
- const colorCode = '\u001B[3' + (c < 8 ? c : '8;5;' + c);
169
- const prefix = ` ${colorCode};1m${name} \u001B[0m`;
170
-
171
- args[0] = prefix + args[0].split('\n').join('\n' + prefix);
172
- args.push(colorCode + 'm+' + module.exports.humanize(this.diff) + '\u001B[0m');
173
- } else {
174
- args[0] = getDate() + name + ' ' + args[0];
175
- }
81
+ var name = this.namespace,
82
+ useColors = this.useColors;
83
+
84
+ if (useColors) {
85
+ var c = this.color;
86
+ var colorCode = "\x1B[3" + (c < 8 ? c : '8;5;' + c);
87
+ var prefix = " ".concat(colorCode, ";1m").concat(name, " \x1B[0m");
88
+ args[0] = prefix + args[0].split('\n').join('\n' + prefix);
89
+ args.push(colorCode + 'm+' + module.exports.humanize(this.diff) + "\x1B[0m");
90
+ } else {
91
+ args[0] = getDate() + name + ' ' + args[0];
92
+ }
176
93
  }
177
94
 
178
95
  function getDate() {
179
- if (exports.inspectOpts.hideDate) {
180
- return '';
181
- }
182
- return new Date().toISOString() + ' ';
183
- }
96
+ if (exports.inspectOpts.hideDate) {
97
+ return '';
98
+ }
184
99
 
100
+ return new Date().toISOString() + ' ';
101
+ }
185
102
  /**
186
103
  * Invokes `util.format()` with the specified arguments and writes to stderr.
187
104
  */
188
105
 
189
- function log(...args) {
190
- return process.stderr.write(util.format(...args) + '\n');
191
- }
192
106
 
107
+ function log() {
108
+ return process.stderr.write(util.format.apply(util, arguments) + '\n');
109
+ }
193
110
  /**
194
111
  * Save `namespaces`.
195
112
  *
196
113
  * @param {String} namespaces
197
114
  * @api private
198
115
  */
116
+
117
+
199
118
  function save(namespaces) {
200
- if (namespaces) {
201
- process.env.DEBUG = namespaces;
202
- } else {
203
- // If you set a process.env field to null or undefined, it gets cast to the
204
- // string 'null' or 'undefined'. Just delete instead.
205
- delete process.env.DEBUG;
206
- }
119
+ if (namespaces) {
120
+ process.env.DEBUG = namespaces;
121
+ } else {
122
+ // If you set a process.env field to null or undefined, it gets cast to the
123
+ // string 'null' or 'undefined'. Just delete instead.
124
+ delete process.env.DEBUG;
125
+ }
207
126
  }
208
-
209
127
  /**
210
128
  * Load `namespaces`.
211
129
  *
@@ -213,10 +131,10 @@ function save(namespaces) {
213
131
  * @api private
214
132
  */
215
133
 
134
+
216
135
  function load() {
217
- return process.env.DEBUG;
136
+ return process.env.DEBUG;
218
137
  }
219
-
220
138
  /**
221
139
  * Init logic for `debug` instances.
222
140
  *
@@ -224,34 +142,33 @@ function load() {
224
142
  * differently for a particular `debug` instance.
225
143
  */
226
144
 
145
+
227
146
  function init(debug) {
228
- debug.inspectOpts = {};
147
+ debug.inspectOpts = {};
148
+ var keys = Object.keys(exports.inspectOpts);
229
149
 
230
- const keys = Object.keys(exports.inspectOpts);
231
- for (let i = 0; i < keys.length; i++) {
232
- debug.inspectOpts[keys[i]] = exports.inspectOpts[keys[i]];
233
- }
150
+ for (var i = 0; i < keys.length; i++) {
151
+ debug.inspectOpts[keys[i]] = exports.inspectOpts[keys[i]];
152
+ }
234
153
  }
235
154
 
236
155
  module.exports = require('./common')(exports);
237
-
238
- const {formatters} = module.exports;
239
-
156
+ var formatters = module.exports.formatters;
240
157
  /**
241
158
  * Map %o to `util.inspect()`, all on a single line.
242
159
  */
243
160
 
244
161
  formatters.o = function (v) {
245
- this.inspectOpts.colors = this.useColors;
246
- return util.inspect(v, this.inspectOpts)
247
- .replace(/\s*\n\s*/g, ' ');
162
+ this.inspectOpts.colors = this.useColors;
163
+ return util.inspect(v, this.inspectOpts).replace(/\s*\n\s*/g, ' ');
248
164
  };
249
-
250
165
  /**
251
166
  * Map %O to `util.inspect()`, allowing multiple lines if needed.
252
167
  */
253
168
 
169
+
254
170
  formatters.O = function (v) {
255
- this.inspectOpts.colors = this.useColors;
256
- return util.inspect(v, this.inspectOpts);
171
+ this.inspectOpts.colors = this.useColors;
172
+ return util.inspect(v, this.inspectOpts);
257
173
  };
174
+
@@ -1,32 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "deep-extend@0.6.0",
5
- "/Users/pipobscure/fsevents"
6
- ]
7
- ],
8
- "_from": "deep-extend@0.6.0",
2
+ "_from": "deep-extend@^0.6.0",
9
3
  "_id": "deep-extend@0.6.0",
10
4
  "_inBundle": false,
11
5
  "_integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
12
6
  "_location": "/deep-extend",
13
7
  "_phantomChildren": {},
14
8
  "_requested": {
15
- "type": "version",
9
+ "type": "range",
16
10
  "registry": true,
17
- "raw": "deep-extend@0.6.0",
11
+ "raw": "deep-extend@^0.6.0",
18
12
  "name": "deep-extend",
19
13
  "escapedName": "deep-extend",
20
- "rawSpec": "0.6.0",
14
+ "rawSpec": "^0.6.0",
21
15
  "saveSpec": null,
22
- "fetchSpec": "0.6.0"
16
+ "fetchSpec": "^0.6.0"
23
17
  },
24
18
  "_requiredBy": [
25
19
  "/rc"
26
20
  ],
27
21
  "_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
28
- "_spec": "0.6.0",
29
- "_where": "/Users/pipobscure/fsevents",
22
+ "_shasum": "c4fa7c95404a17a9c3e8ca7e1537312b736330ac",
23
+ "_spec": "deep-extend@^0.6.0",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/rc",
30
25
  "author": {
31
26
  "name": "Viacheslav Lotsmanov",
32
27
  "email": "lotsmanov89@gmail.com"
@@ -34,6 +29,7 @@
34
29
  "bugs": {
35
30
  "url": "https://github.com/unclechu/node-deep-extend/issues"
36
31
  },
32
+ "bundleDependencies": false,
37
33
  "contributors": [
38
34
  {
39
35
  "name": "Romain Prieto",
@@ -52,6 +48,7 @@
52
48
  "url": "https://github.com/mwakerman"
53
49
  }
54
50
  ],
51
+ "deprecated": false,
55
52
  "description": "Recursive object extending",
56
53
  "devDependencies": {
57
54
  "mocha": "5.2.0",
@@ -1,36 +1,33 @@
1
1
  {
2
- "_args": [
3
- [
4
- "delegates@1.0.0",
5
- "/Users/pipobscure/fsevents"
6
- ]
7
- ],
8
- "_from": "delegates@1.0.0",
2
+ "_from": "delegates@^1.0.0",
9
3
  "_id": "delegates@1.0.0",
10
4
  "_inBundle": false,
11
5
  "_integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
12
6
  "_location": "/delegates",
13
7
  "_phantomChildren": {},
14
8
  "_requested": {
15
- "type": "version",
9
+ "type": "range",
16
10
  "registry": true,
17
- "raw": "delegates@1.0.0",
11
+ "raw": "delegates@^1.0.0",
18
12
  "name": "delegates",
19
13
  "escapedName": "delegates",
20
- "rawSpec": "1.0.0",
14
+ "rawSpec": "^1.0.0",
21
15
  "saveSpec": null,
22
- "fetchSpec": "1.0.0"
16
+ "fetchSpec": "^1.0.0"
23
17
  },
24
18
  "_requiredBy": [
25
19
  "/are-we-there-yet"
26
20
  ],
27
21
  "_resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
28
- "_spec": "1.0.0",
29
- "_where": "/Users/pipobscure/fsevents",
22
+ "_shasum": "84c6e159b81904fdca59a0ef44cd870d31250f9a",
23
+ "_spec": "delegates@^1.0.0",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/are-we-there-yet",
30
25
  "bugs": {
31
26
  "url": "https://github.com/visionmedia/node-delegates/issues"
32
27
  },
28
+ "bundleDependencies": false,
33
29
  "dependencies": {},
30
+ "deprecated": false,
34
31
  "description": "delegate methods and accessors to another property",
35
32
  "devDependencies": {
36
33
  "mocha": "*",
@@ -1,32 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "detect-libc@1.0.3",
5
- "/Users/pipobscure/fsevents"
6
- ]
7
- ],
8
- "_from": "detect-libc@1.0.3",
2
+ "_from": "detect-libc@^1.0.2",
9
3
  "_id": "detect-libc@1.0.3",
10
4
  "_inBundle": false,
11
5
  "_integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=",
12
6
  "_location": "/detect-libc",
13
7
  "_phantomChildren": {},
14
8
  "_requested": {
15
- "type": "version",
9
+ "type": "range",
16
10
  "registry": true,
17
- "raw": "detect-libc@1.0.3",
11
+ "raw": "detect-libc@^1.0.2",
18
12
  "name": "detect-libc",
19
13
  "escapedName": "detect-libc",
20
- "rawSpec": "1.0.3",
14
+ "rawSpec": "^1.0.2",
21
15
  "saveSpec": null,
22
- "fetchSpec": "1.0.3"
16
+ "fetchSpec": "^1.0.2"
23
17
  },
24
18
  "_requiredBy": [
25
19
  "/node-pre-gyp"
26
20
  ],
27
21
  "_resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
28
- "_spec": "1.0.3",
29
- "_where": "/Users/pipobscure/fsevents",
22
+ "_shasum": "fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b",
23
+ "_spec": "detect-libc@^1.0.2",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/node-pre-gyp",
30
25
  "author": {
31
26
  "name": "Lovell Fuller",
32
27
  "email": "npm@lovell.info"
@@ -37,12 +32,14 @@
37
32
  "bugs": {
38
33
  "url": "https://github.com/lovell/detect-libc/issues"
39
34
  },
35
+ "bundleDependencies": false,
40
36
  "contributors": [
41
37
  {
42
38
  "name": "Niklas Salmoukas",
43
39
  "email": "niklas@salmoukas.com"
44
40
  }
45
41
  ],
42
+ "deprecated": false,
46
43
  "description": "Node.js module to detect the C standard library (libc) implementation family and version",
47
44
  "devDependencies": {
48
45
  "ava": "^0.23.0",
@@ -6,7 +6,8 @@ const fs = require('fs')
6
6
  // for writev
7
7
  const binding = process.binding('fs')
8
8
  const writeBuffers = binding.writeBuffers
9
- const FSReqWrap = binding.FSReqWrap
9
+ /* istanbul ignore next */
10
+ const FSReqWrap = binding.FSReqWrap || binding.FSReqCallback
10
11
 
11
12
  const _autoClose = Symbol('_autoClose')
12
13
  const _close = Symbol('_close')
@@ -1,32 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "fs-minipass@1.2.5",
5
- "/Users/pipobscure/fsevents"
6
- ]
7
- ],
8
- "_from": "fs-minipass@1.2.5",
9
- "_id": "fs-minipass@1.2.5",
2
+ "_from": "fs-minipass@^1.2.5",
3
+ "_id": "fs-minipass@1.2.7",
10
4
  "_inBundle": false,
11
- "_integrity": "sha512-JhBl0skXjUPCFH7x6x61gQxrKyXsxB5gcgePLZCwfyCGGsTISMoIeObbrvVeP6Xmyaudw4TT43qV2Gz+iyd2oQ==",
5
+ "_integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==",
12
6
  "_location": "/fs-minipass",
13
7
  "_phantomChildren": {},
14
8
  "_requested": {
15
- "type": "version",
9
+ "type": "range",
16
10
  "registry": true,
17
- "raw": "fs-minipass@1.2.5",
11
+ "raw": "fs-minipass@^1.2.5",
18
12
  "name": "fs-minipass",
19
13
  "escapedName": "fs-minipass",
20
- "rawSpec": "1.2.5",
14
+ "rawSpec": "^1.2.5",
21
15
  "saveSpec": null,
22
- "fetchSpec": "1.2.5"
16
+ "fetchSpec": "^1.2.5"
23
17
  },
24
18
  "_requiredBy": [
25
19
  "/tar"
26
20
  ],
27
- "_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.5.tgz",
28
- "_spec": "1.2.5",
29
- "_where": "/Users/pipobscure/fsevents",
21
+ "_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz",
22
+ "_shasum": "ccff8570841e7fe4265693da88936c55aed7f7c7",
23
+ "_spec": "fs-minipass@^1.2.5",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/tar",
30
25
  "author": {
31
26
  "name": "Isaac Z. Schlueter",
32
27
  "email": "i@izs.me",
@@ -35,13 +30,15 @@
35
30
  "bugs": {
36
31
  "url": "https://github.com/npm/fs-minipass/issues"
37
32
  },
33
+ "bundleDependencies": false,
38
34
  "dependencies": {
39
- "minipass": "^2.2.1"
35
+ "minipass": "^2.6.0"
40
36
  },
37
+ "deprecated": false,
41
38
  "description": "fs read and write streams based on minipass",
42
39
  "devDependencies": {
43
40
  "mutate-fs": "^2.0.1",
44
- "tap": "^10.7.2"
41
+ "tap": "^14.6.4"
45
42
  },
46
43
  "files": [
47
44
  "index.js"
@@ -56,10 +53,13 @@
56
53
  "url": "git+https://github.com/npm/fs-minipass.git"
57
54
  },
58
55
  "scripts": {
59
- "postpublish": "git push origin --all; git push origin --tags",
56
+ "postpublish": "git push origin --follow-tags",
60
57
  "postversion": "npm publish",
61
58
  "preversion": "npm test",
62
- "test": "tap test/*.js --100 -J"
59
+ "test": "tap"
60
+ },
61
+ "tap": {
62
+ "check-coverage": true
63
63
  },
64
- "version": "1.2.5"
64
+ "version": "1.2.7"
65
65
  }
@@ -1,32 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "fs.realpath@1.0.0",
5
- "/Users/pipobscure/fsevents"
6
- ]
7
- ],
8
- "_from": "fs.realpath@1.0.0",
2
+ "_from": "fs.realpath@^1.0.0",
9
3
  "_id": "fs.realpath@1.0.0",
10
4
  "_inBundle": false,
11
5
  "_integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
12
6
  "_location": "/fs.realpath",
13
7
  "_phantomChildren": {},
14
8
  "_requested": {
15
- "type": "version",
9
+ "type": "range",
16
10
  "registry": true,
17
- "raw": "fs.realpath@1.0.0",
11
+ "raw": "fs.realpath@^1.0.0",
18
12
  "name": "fs.realpath",
19
13
  "escapedName": "fs.realpath",
20
- "rawSpec": "1.0.0",
14
+ "rawSpec": "^1.0.0",
21
15
  "saveSpec": null,
22
- "fetchSpec": "1.0.0"
16
+ "fetchSpec": "^1.0.0"
23
17
  },
24
18
  "_requiredBy": [
25
19
  "/glob"
26
20
  ],
27
21
  "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
28
- "_spec": "1.0.0",
29
- "_where": "/Users/pipobscure/fsevents",
22
+ "_shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
23
+ "_spec": "fs.realpath@^1.0.0",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/glob",
30
25
  "author": {
31
26
  "name": "Isaac Z. Schlueter",
32
27
  "email": "i@izs.me",
@@ -35,7 +30,9 @@
35
30
  "bugs": {
36
31
  "url": "https://github.com/isaacs/fs.realpath/issues"
37
32
  },
33
+ "bundleDependencies": false,
38
34
  "dependencies": {},
35
+ "deprecated": false,
39
36
  "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
40
37
  "devDependencies": {},
41
38
  "files": [