fsevents 1.2.9 → 1.2.11

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.
Files changed (124) hide show
  1. package/binding.gyp +1 -9
  2. package/fsevents.js +1 -3
  3. package/node_modules/abbrev/package.json +10 -13
  4. package/node_modules/ansi-regex/package.json +10 -13
  5. package/node_modules/aproba/package.json +10 -13
  6. package/node_modules/are-we-there-yet/package.json +10 -13
  7. package/node_modules/balanced-match/package.json +10 -13
  8. package/node_modules/brace-expansion/package.json +10 -13
  9. package/node_modules/chownr/chownr.js +47 -10
  10. package/node_modules/chownr/package.json +15 -18
  11. package/node_modules/code-point-at/package.json +10 -13
  12. package/node_modules/concat-map/package.json +5 -8
  13. package/node_modules/console-control-strings/package.json +10 -13
  14. package/node_modules/core-util-is/package.json +10 -13
  15. package/node_modules/debug/README.md +0 -18
  16. package/node_modules/debug/dist/debug.js +2 -28
  17. package/node_modules/debug/node.js +1 -0
  18. package/node_modules/debug/package.json +15 -30
  19. package/node_modules/debug/src/browser.js +103 -187
  20. package/node_modules/debug/src/common.js +240 -257
  21. package/node_modules/debug/src/index.js +5 -3
  22. package/node_modules/debug/src/node.js +82 -165
  23. package/node_modules/deep-extend/package.json +10 -13
  24. package/node_modules/delegates/package.json +10 -13
  25. package/node_modules/detect-libc/package.json +10 -13
  26. package/node_modules/fs-minipass/index.js +2 -1
  27. package/node_modules/fs-minipass/package.json +21 -21
  28. package/node_modules/fs.realpath/package.json +10 -13
  29. package/node_modules/gauge/package.json +10 -13
  30. package/node_modules/glob/LICENSE +6 -0
  31. package/node_modules/glob/README.md +8 -1
  32. package/node_modules/glob/package.json +17 -17
  33. package/node_modules/has-unicode/package.json +10 -13
  34. package/node_modules/iconv-lite/package.json +10 -13
  35. package/node_modules/ignore-walk/README.md +1 -1
  36. package/node_modules/ignore-walk/index.js +9 -5
  37. package/node_modules/ignore-walk/package.json +19 -19
  38. package/node_modules/inflight/package.json +10 -13
  39. package/node_modules/inherits/inherits.js +2 -0
  40. package/node_modules/inherits/inherits_browser.js +18 -14
  41. package/node_modules/inherits/package.json +16 -19
  42. package/node_modules/ini/package.json +10 -13
  43. package/node_modules/is-fullwidth-code-point/package.json +10 -13
  44. package/node_modules/isarray/package.json +10 -13
  45. package/node_modules/minimatch/package.json +10 -13
  46. package/node_modules/minimist/package.json +5 -8
  47. package/node_modules/minipass/README.md +486 -4
  48. package/node_modules/minipass/index.js +190 -28
  49. package/node_modules/minipass/package.json +20 -20
  50. package/node_modules/minizlib/README.md +36 -27
  51. package/node_modules/minizlib/constants.js +73 -4
  52. package/node_modules/minizlib/index.js +137 -152
  53. package/node_modules/minizlib/package.json +15 -18
  54. package/node_modules/mkdirp/package.json +10 -13
  55. package/node_modules/ms/index.js +2 -2
  56. package/node_modules/ms/package.json +14 -17
  57. package/node_modules/ms/readme.md +1 -1
  58. package/node_modules/needle/lib/needle.js +2 -0
  59. package/node_modules/needle/package.json +15 -18
  60. package/node_modules/needle/test/headers_spec.js +1 -1
  61. package/node_modules/node-pre-gyp/CHANGELOG.md +11 -0
  62. package/node_modules/node-pre-gyp/lib/install.js +44 -14
  63. package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +240 -0
  64. package/node_modules/node-pre-gyp/lib/util/napi.js +3 -2
  65. package/node_modules/node-pre-gyp/package.json +14 -17
  66. package/node_modules/nopt/package.json +10 -13
  67. package/node_modules/npm-bundled/index.js +13 -5
  68. package/node_modules/npm-bundled/package.json +17 -17
  69. package/node_modules/npm-normalize-package-bin/.github/settings.yml +2 -0
  70. package/node_modules/npm-normalize-package-bin/.npmignore +24 -0
  71. package/node_modules/npm-normalize-package-bin/LICENSE +15 -0
  72. package/node_modules/npm-normalize-package-bin/README.md +14 -0
  73. package/node_modules/npm-normalize-package-bin/index.js +60 -0
  74. package/node_modules/npm-normalize-package-bin/package-lock.json +3529 -0
  75. package/node_modules/npm-normalize-package-bin/package.json +57 -0
  76. package/node_modules/npm-normalize-package-bin/test/array.js +37 -0
  77. package/node_modules/npm-normalize-package-bin/test/nobin.js +35 -0
  78. package/node_modules/npm-normalize-package-bin/test/object.js +141 -0
  79. package/node_modules/npm-normalize-package-bin/test/string.js +37 -0
  80. package/node_modules/npm-packlist/index.js +55 -16
  81. package/node_modules/npm-packlist/package.json +24 -20
  82. package/node_modules/npmlog/package.json +10 -13
  83. package/node_modules/number-is-nan/package.json +10 -13
  84. package/node_modules/object-assign/package.json +10 -13
  85. package/node_modules/once/package.json +10 -13
  86. package/node_modules/os-homedir/package.json +10 -13
  87. package/node_modules/os-tmpdir/package.json +10 -13
  88. package/node_modules/osenv/package.json +10 -13
  89. package/node_modules/path-is-absolute/package.json +10 -13
  90. package/node_modules/process-nextick-args/index.js +2 -1
  91. package/node_modules/process-nextick-args/package.json +14 -17
  92. package/node_modules/rc/node_modules/minimist/package.json +10 -13
  93. package/node_modules/rc/package.json +10 -13
  94. package/node_modules/readable-stream/package.json +10 -13
  95. package/node_modules/rimraf/package.json +14 -17
  96. package/node_modules/rimraf/rimraf.js +9 -1
  97. package/node_modules/safe-buffer/package.json +10 -13
  98. package/node_modules/safer-buffer/package.json +10 -13
  99. package/node_modules/sax/package.json +10 -13
  100. package/node_modules/semver/README.md +12 -11
  101. package/node_modules/semver/package.json +14 -17
  102. package/node_modules/set-blocking/package.json +10 -13
  103. package/node_modules/signal-exit/package.json +10 -13
  104. package/node_modules/string-width/package.json +10 -13
  105. package/node_modules/string_decoder/package.json +10 -13
  106. package/node_modules/strip-ansi/package.json +10 -13
  107. package/node_modules/strip-json-comments/package.json +10 -13
  108. package/node_modules/tar/lib/large-numbers.js +32 -27
  109. package/node_modules/tar/lib/mkdir.js +2 -2
  110. package/node_modules/tar/lib/parse.js +6 -1
  111. package/node_modules/tar/lib/read-entry.js +4 -0
  112. package/node_modules/tar/lib/write-entry.js +2 -2
  113. package/node_modules/tar/package.json +25 -24
  114. package/node_modules/util-deprecate/package.json +10 -13
  115. package/node_modules/wide-align/package.json +10 -13
  116. package/node_modules/wrappy/package.json +10 -13
  117. package/node_modules/yallist/package.json +14 -17
  118. package/node_modules/yallist/yallist.js +50 -0
  119. package/package.json +4 -14
  120. package/install.js +0 -7
  121. package/node_modules/needle/.npmignore +0 -6
  122. package/node_modules/needle/package-lock.json +0 -395
  123. package/node_modules/needle/test/keys/ssl.cert +0 -21
  124. package/node_modules/needle/test/keys/ssl.key +0 -27
@@ -1,32 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "gauge@2.7.4",
5
- "/Users/pipobscure/fsevents"
6
- ]
7
- ],
8
- "_from": "gauge@2.7.4",
2
+ "_from": "gauge@~2.7.3",
9
3
  "_id": "gauge@2.7.4",
10
4
  "_inBundle": false,
11
5
  "_integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
12
6
  "_location": "/gauge",
13
7
  "_phantomChildren": {},
14
8
  "_requested": {
15
- "type": "version",
9
+ "type": "range",
16
10
  "registry": true,
17
- "raw": "gauge@2.7.4",
11
+ "raw": "gauge@~2.7.3",
18
12
  "name": "gauge",
19
13
  "escapedName": "gauge",
20
- "rawSpec": "2.7.4",
14
+ "rawSpec": "~2.7.3",
21
15
  "saveSpec": null,
22
- "fetchSpec": "2.7.4"
16
+ "fetchSpec": "~2.7.3"
23
17
  },
24
18
  "_requiredBy": [
25
19
  "/npmlog"
26
20
  ],
27
21
  "_resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
28
- "_spec": "2.7.4",
29
- "_where": "/Users/pipobscure/fsevents",
22
+ "_shasum": "2c03405c7538c39d7eb37b317022e325fb018bf7",
23
+ "_spec": "gauge@~2.7.3",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/npmlog",
30
25
  "author": {
31
26
  "name": "Rebecca Turner",
32
27
  "email": "me@re-becca.org"
@@ -34,6 +29,7 @@
34
29
  "bugs": {
35
30
  "url": "https://github.com/iarna/gauge/issues"
36
31
  },
32
+ "bundleDependencies": false,
37
33
  "dependencies": {
38
34
  "aproba": "^1.0.3",
39
35
  "console-control-strings": "^1.0.0",
@@ -44,6 +40,7 @@
44
40
  "strip-ansi": "^3.0.1",
45
41
  "wide-align": "^1.1.0"
46
42
  },
43
+ "deprecated": false,
47
44
  "description": "A terminal based horizontal guage",
48
45
  "devDependencies": {
49
46
  "readable-stream": "^2.0.6",
@@ -13,3 +13,9 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13
13
  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14
14
  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
15
15
  IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16
+
17
+ ## Glob Logo
18
+
19
+ Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
20
+ under a Creative Commons Attribution-ShareAlike 4.0 International License
21
+ https://creativecommons.org/licenses/by-sa/4.0/
@@ -7,7 +7,7 @@ Match files using the patterns the shell uses, like stars and stuff.
7
7
  This is a glob implementation in JavaScript. It uses the `minimatch`
8
8
  library to do its matching.
9
9
 
10
- ![](oh-my-glob.gif)
10
+ ![](logo/glob.png)
11
11
 
12
12
  ## Usage
13
13
 
@@ -347,6 +347,11 @@ Users are thus advised not to use a glob result as a guarantee of
347
347
  filesystem state in the face of rapid changes. For the vast majority
348
348
  of operations, this is never a problem.
349
349
 
350
+ ## Glob Logo
351
+ Glob's logo was created by [Tanya Brassie](http://tanyabrassie.com/). Logo files can be found [here](https://github.com/isaacs/node-glob/tree/master/logo).
352
+
353
+ The logo is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).
354
+
350
355
  ## Contributing
351
356
 
352
357
  Any change to behavior (including bugfixes) must come with a test.
@@ -366,3 +371,5 @@ npm run bench
366
371
  # to profile javascript
367
372
  npm run prof
368
373
  ```
374
+
375
+ ![](oh-my-glob.gif)
@@ -1,32 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "glob@7.1.3",
5
- "/Users/pipobscure/fsevents"
6
- ]
7
- ],
8
- "_from": "glob@7.1.3",
9
- "_id": "glob@7.1.3",
2
+ "_from": "glob@^7.1.3",
3
+ "_id": "glob@7.1.6",
10
4
  "_inBundle": false,
11
- "_integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==",
5
+ "_integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
12
6
  "_location": "/glob",
13
7
  "_phantomChildren": {},
14
8
  "_requested": {
15
- "type": "version",
9
+ "type": "range",
16
10
  "registry": true,
17
- "raw": "glob@7.1.3",
11
+ "raw": "glob@^7.1.3",
18
12
  "name": "glob",
19
13
  "escapedName": "glob",
20
- "rawSpec": "7.1.3",
14
+ "rawSpec": "^7.1.3",
21
15
  "saveSpec": null,
22
- "fetchSpec": "7.1.3"
16
+ "fetchSpec": "^7.1.3"
23
17
  },
24
18
  "_requiredBy": [
25
19
  "/rimraf"
26
20
  ],
27
- "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz",
28
- "_spec": "7.1.3",
29
- "_where": "/Users/pipobscure/fsevents",
21
+ "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
22
+ "_shasum": "141f33b81a7c2492e125594307480c46679278a6",
23
+ "_spec": "glob@^7.1.3",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/rimraf",
30
25
  "author": {
31
26
  "name": "Isaac Z. Schlueter",
32
27
  "email": "i@izs.me",
@@ -35,6 +30,7 @@
35
30
  "bugs": {
36
31
  "url": "https://github.com/isaacs/node-glob/issues"
37
32
  },
33
+ "bundleDependencies": false,
38
34
  "dependencies": {
39
35
  "fs.realpath": "^1.0.0",
40
36
  "inflight": "^1.0.4",
@@ -43,6 +39,7 @@
43
39
  "once": "^1.3.0",
44
40
  "path-is-absolute": "^1.0.0"
45
41
  },
42
+ "deprecated": false,
46
43
  "description": "a little globber",
47
44
  "devDependencies": {
48
45
  "mkdirp": "0",
@@ -58,6 +55,9 @@
58
55
  "sync.js",
59
56
  "common.js"
60
57
  ],
58
+ "funding": {
59
+ "url": "https://github.com/sponsors/isaacs"
60
+ },
61
61
  "homepage": "https://github.com/isaacs/node-glob#readme",
62
62
  "license": "ISC",
63
63
  "main": "glob.js",
@@ -75,5 +75,5 @@
75
75
  "test": "tap test/*.js --cov",
76
76
  "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
77
77
  },
78
- "version": "7.1.3"
78
+ "version": "7.1.6"
79
79
  }
@@ -1,32 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "has-unicode@2.0.1",
5
- "/Users/pipobscure/fsevents"
6
- ]
7
- ],
8
- "_from": "has-unicode@2.0.1",
2
+ "_from": "has-unicode@^2.0.0",
9
3
  "_id": "has-unicode@2.0.1",
10
4
  "_inBundle": false,
11
5
  "_integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
12
6
  "_location": "/has-unicode",
13
7
  "_phantomChildren": {},
14
8
  "_requested": {
15
- "type": "version",
9
+ "type": "range",
16
10
  "registry": true,
17
- "raw": "has-unicode@2.0.1",
11
+ "raw": "has-unicode@^2.0.0",
18
12
  "name": "has-unicode",
19
13
  "escapedName": "has-unicode",
20
- "rawSpec": "2.0.1",
14
+ "rawSpec": "^2.0.0",
21
15
  "saveSpec": null,
22
- "fetchSpec": "2.0.1"
16
+ "fetchSpec": "^2.0.0"
23
17
  },
24
18
  "_requiredBy": [
25
19
  "/gauge"
26
20
  ],
27
21
  "_resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
28
- "_spec": "2.0.1",
29
- "_where": "/Users/pipobscure/fsevents",
22
+ "_shasum": "e0e6fe6a28cf51138855e086d1691e771de2a8b9",
23
+ "_spec": "has-unicode@^2.0.0",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/gauge",
30
25
  "author": {
31
26
  "name": "Rebecca Turner",
32
27
  "email": "me@re-becca.org"
@@ -34,6 +29,8 @@
34
29
  "bugs": {
35
30
  "url": "https://github.com/iarna/has-unicode/issues"
36
31
  },
32
+ "bundleDependencies": false,
33
+ "deprecated": false,
37
34
  "description": "Try to guess if your terminal supports unicode",
38
35
  "devDependencies": {
39
36
  "require-inject": "^1.3.0",
@@ -1,32 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "iconv-lite@0.4.24",
5
- "/Users/pipobscure/fsevents"
6
- ]
7
- ],
8
- "_from": "iconv-lite@0.4.24",
2
+ "_from": "iconv-lite@^0.4.4",
9
3
  "_id": "iconv-lite@0.4.24",
10
4
  "_inBundle": false,
11
5
  "_integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
12
6
  "_location": "/iconv-lite",
13
7
  "_phantomChildren": {},
14
8
  "_requested": {
15
- "type": "version",
9
+ "type": "range",
16
10
  "registry": true,
17
- "raw": "iconv-lite@0.4.24",
11
+ "raw": "iconv-lite@^0.4.4",
18
12
  "name": "iconv-lite",
19
13
  "escapedName": "iconv-lite",
20
- "rawSpec": "0.4.24",
14
+ "rawSpec": "^0.4.4",
21
15
  "saveSpec": null,
22
- "fetchSpec": "0.4.24"
16
+ "fetchSpec": "^0.4.4"
23
17
  },
24
18
  "_requiredBy": [
25
19
  "/needle"
26
20
  ],
27
21
  "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
28
- "_spec": "0.4.24",
29
- "_where": "/Users/pipobscure/fsevents",
22
+ "_shasum": "2022b4b25fbddc21d2f524974a474aafe733908b",
23
+ "_spec": "iconv-lite@^0.4.4",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/needle",
30
25
  "author": {
31
26
  "name": "Alexander Shtuchkin",
32
27
  "email": "ashtuchkin@gmail.com"
@@ -38,9 +33,11 @@
38
33
  "bugs": {
39
34
  "url": "https://github.com/ashtuchkin/iconv-lite/issues"
40
35
  },
36
+ "bundleDependencies": false,
41
37
  "dependencies": {
42
38
  "safer-buffer": ">= 2.1.2 < 3"
43
39
  },
40
+ "deprecated": false,
44
41
  "description": "Convert character encodings in pure javascript.",
45
42
  "devDependencies": {
46
43
  "async": "*",
@@ -1,7 +1,7 @@
1
1
  # ignore-walk
2
2
 
3
3
  [![Build
4
- Status](https://travis-ci.org/isaacs/ignore-walk.svg?branch=master)](https://travis-ci.org/isaacs/ignore-walk)
4
+ Status](https://travis-ci.org/npm/ignore-walk.svg?branch=master)](https://travis-ci.org/npm/ignore-walk)
5
5
 
6
6
  Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.
7
7
 
@@ -17,7 +17,7 @@ class Walker extends EE {
17
17
  this.includeEmpty = !!opts.includeEmpty
18
18
  this.root = this.parent ? this.parent.root : this.path
19
19
  this.follow = !!opts.follow
20
- this.result = this.parent ? this.parent.result : []
20
+ this.result = this.parent ? this.parent.result : new Set()
21
21
  this.entries = null
22
22
  this.sawError = false
23
23
  }
@@ -31,8 +31,12 @@ class Walker extends EE {
31
31
  if (!(this.sawError && ev === 'error')) {
32
32
  if (ev === 'error')
33
33
  this.sawError = true
34
- else if (ev === 'done' && !this.parent)
35
- data = data.sort(this.sort)
34
+ else if (ev === 'done' && !this.parent) {
35
+ data = Array.from(data)
36
+ .map(e => /^@/.test(e) ? `./${e}` : e).sort(this.sort)
37
+ this.result = data
38
+ }
39
+
36
40
  if (ev === 'error' && this.parent)
37
41
  ret = this.parent.emit('error', data)
38
42
  else
@@ -57,7 +61,7 @@ class Walker extends EE {
57
61
  this.entries = entries
58
62
  if (entries.length === 0) {
59
63
  if (this.includeEmpty)
60
- this.result.push(this.path.substr(this.root.length + 1))
64
+ this.result.add(this.path.substr(this.root.length + 1))
61
65
  this.emit('done', this.result)
62
66
  } else {
63
67
  const hasIg = this.entries.some(e =>
@@ -145,7 +149,7 @@ class Walker extends EE {
145
149
  const abs = this.path + '/' + entry
146
150
  if (!st.isDirectory()) {
147
151
  if (file)
148
- this.result.push(abs.substr(this.root.length + 1))
152
+ this.result.add(abs.substr(this.root.length + 1))
149
153
  then()
150
154
  } else {
151
155
  // is a directory
@@ -1,32 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "ignore-walk@3.0.1",
5
- "/Users/pipobscure/fsevents"
6
- ]
7
- ],
8
- "_from": "ignore-walk@3.0.1",
9
- "_id": "ignore-walk@3.0.1",
2
+ "_from": "ignore-walk@^3.0.1",
3
+ "_id": "ignore-walk@3.0.3",
10
4
  "_inBundle": false,
11
- "_integrity": "sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ==",
5
+ "_integrity": "sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==",
12
6
  "_location": "/ignore-walk",
13
7
  "_phantomChildren": {},
14
8
  "_requested": {
15
- "type": "version",
9
+ "type": "range",
16
10
  "registry": true,
17
- "raw": "ignore-walk@3.0.1",
11
+ "raw": "ignore-walk@^3.0.1",
18
12
  "name": "ignore-walk",
19
13
  "escapedName": "ignore-walk",
20
- "rawSpec": "3.0.1",
14
+ "rawSpec": "^3.0.1",
21
15
  "saveSpec": null,
22
- "fetchSpec": "3.0.1"
16
+ "fetchSpec": "^3.0.1"
23
17
  },
24
18
  "_requiredBy": [
25
19
  "/npm-packlist"
26
20
  ],
27
- "_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.1.tgz",
28
- "_spec": "3.0.1",
29
- "_where": "/Users/pipobscure/fsevents",
21
+ "_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz",
22
+ "_shasum": "017e2447184bfeade7c238e4aefdd1e8f95b1e37",
23
+ "_spec": "ignore-walk@^3.0.1",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/npm-packlist",
30
25
  "author": {
31
26
  "name": "Isaac Z. Schlueter",
32
27
  "email": "i@izs.me",
@@ -35,15 +30,17 @@
35
30
  "bugs": {
36
31
  "url": "https://github.com/isaacs/ignore-walk/issues"
37
32
  },
33
+ "bundleDependencies": false,
38
34
  "dependencies": {
39
35
  "minimatch": "^3.0.4"
40
36
  },
37
+ "deprecated": false,
41
38
  "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
42
39
  "devDependencies": {
43
40
  "mkdirp": "^0.5.1",
44
41
  "mutate-fs": "^1.1.0",
45
42
  "rimraf": "^2.6.1",
46
- "tap": "^10.7.2"
43
+ "tap": "^14.6.9"
47
44
  },
48
45
  "files": [
49
46
  "index.js"
@@ -68,7 +65,10 @@
68
65
  "postpublish": "git push origin --all; git push origin --tags",
69
66
  "postversion": "npm publish",
70
67
  "preversion": "npm test",
71
- "test": "tap test/*.js --100"
68
+ "test": "tap"
69
+ },
70
+ "tap": {
71
+ "jobs": 1
72
72
  },
73
- "version": "3.0.1"
73
+ "version": "3.0.3"
74
74
  }
@@ -1,32 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "inflight@1.0.6",
5
- "/Users/pipobscure/fsevents"
6
- ]
7
- ],
8
- "_from": "inflight@1.0.6",
2
+ "_from": "inflight@^1.0.4",
9
3
  "_id": "inflight@1.0.6",
10
4
  "_inBundle": false,
11
5
  "_integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
12
6
  "_location": "/inflight",
13
7
  "_phantomChildren": {},
14
8
  "_requested": {
15
- "type": "version",
9
+ "type": "range",
16
10
  "registry": true,
17
- "raw": "inflight@1.0.6",
11
+ "raw": "inflight@^1.0.4",
18
12
  "name": "inflight",
19
13
  "escapedName": "inflight",
20
- "rawSpec": "1.0.6",
14
+ "rawSpec": "^1.0.4",
21
15
  "saveSpec": null,
22
- "fetchSpec": "1.0.6"
16
+ "fetchSpec": "^1.0.4"
23
17
  },
24
18
  "_requiredBy": [
25
19
  "/glob"
26
20
  ],
27
21
  "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
28
- "_spec": "1.0.6",
29
- "_where": "/Users/pipobscure/fsevents",
22
+ "_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
23
+ "_spec": "inflight@^1.0.4",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/glob",
30
25
  "author": {
31
26
  "name": "Isaac Z. Schlueter",
32
27
  "email": "i@izs.me",
@@ -35,10 +30,12 @@
35
30
  "bugs": {
36
31
  "url": "https://github.com/isaacs/inflight/issues"
37
32
  },
33
+ "bundleDependencies": false,
38
34
  "dependencies": {
39
35
  "once": "^1.3.0",
40
36
  "wrappy": "1"
41
37
  },
38
+ "deprecated": false,
42
39
  "description": "Add callbacks to requests in flight to avoid async duplication",
43
40
  "devDependencies": {
44
41
  "tap": "^7.1.2"
@@ -1,7 +1,9 @@
1
1
  try {
2
2
  var util = require('util');
3
+ /* istanbul ignore next */
3
4
  if (typeof util.inherits !== 'function') throw '';
4
5
  module.exports = util.inherits;
5
6
  } catch (e) {
7
+ /* istanbul ignore next */
6
8
  module.exports = require('./inherits_browser.js');
7
9
  }
@@ -1,23 +1,27 @@
1
1
  if (typeof Object.create === 'function') {
2
2
  // implementation from standard node.js 'util' module
3
3
  module.exports = function inherits(ctor, superCtor) {
4
- ctor.super_ = superCtor
5
- ctor.prototype = Object.create(superCtor.prototype, {
6
- constructor: {
7
- value: ctor,
8
- enumerable: false,
9
- writable: true,
10
- configurable: true
11
- }
12
- });
4
+ if (superCtor) {
5
+ ctor.super_ = superCtor
6
+ ctor.prototype = Object.create(superCtor.prototype, {
7
+ constructor: {
8
+ value: ctor,
9
+ enumerable: false,
10
+ writable: true,
11
+ configurable: true
12
+ }
13
+ })
14
+ }
13
15
  };
14
16
  } else {
15
17
  // old school shim for old browsers
16
18
  module.exports = function inherits(ctor, superCtor) {
17
- ctor.super_ = superCtor
18
- var TempCtor = function () {}
19
- TempCtor.prototype = superCtor.prototype
20
- ctor.prototype = new TempCtor()
21
- ctor.prototype.constructor = ctor
19
+ if (superCtor) {
20
+ ctor.super_ = superCtor
21
+ var TempCtor = function () {}
22
+ TempCtor.prototype = superCtor.prototype
23
+ ctor.prototype = new TempCtor()
24
+ ctor.prototype.constructor = ctor
25
+ }
22
26
  }
23
27
  }
@@ -1,40 +1,37 @@
1
1
  {
2
- "_args": [
3
- [
4
- "inherits@2.0.3",
5
- "/Users/pipobscure/fsevents"
6
- ]
7
- ],
8
- "_from": "inherits@2.0.3",
9
- "_id": "inherits@2.0.3",
2
+ "_from": "inherits@~2.0.3",
3
+ "_id": "inherits@2.0.4",
10
4
  "_inBundle": false,
11
- "_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
5
+ "_integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
12
6
  "_location": "/inherits",
13
7
  "_phantomChildren": {},
14
8
  "_requested": {
15
- "type": "version",
9
+ "type": "range",
16
10
  "registry": true,
17
- "raw": "inherits@2.0.3",
11
+ "raw": "inherits@~2.0.3",
18
12
  "name": "inherits",
19
13
  "escapedName": "inherits",
20
- "rawSpec": "2.0.3",
14
+ "rawSpec": "~2.0.3",
21
15
  "saveSpec": null,
22
- "fetchSpec": "2.0.3"
16
+ "fetchSpec": "~2.0.3"
23
17
  },
24
18
  "_requiredBy": [
25
19
  "/glob",
26
20
  "/readable-stream"
27
21
  ],
28
- "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
29
- "_spec": "2.0.3",
30
- "_where": "/Users/pipobscure/fsevents",
22
+ "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
23
+ "_shasum": "0fa2c64f932917c3433a0ded55363aae37416b7c",
24
+ "_spec": "inherits@~2.0.3",
25
+ "_where": "/Users/pipobscure/fsevents/node_modules/readable-stream",
31
26
  "browser": "./inherits_browser.js",
32
27
  "bugs": {
33
28
  "url": "https://github.com/isaacs/inherits/issues"
34
29
  },
30
+ "bundleDependencies": false,
31
+ "deprecated": false,
35
32
  "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
36
33
  "devDependencies": {
37
- "tap": "^7.1.0"
34
+ "tap": "^14.2.4"
38
35
  },
39
36
  "files": [
40
37
  "inherits.js",
@@ -59,7 +56,7 @@
59
56
  "url": "git://github.com/isaacs/inherits.git"
60
57
  },
61
58
  "scripts": {
62
- "test": "node test"
59
+ "test": "tap"
63
60
  },
64
- "version": "2.0.3"
61
+ "version": "2.0.4"
65
62
  }
@@ -1,32 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "ini@1.3.5",
5
- "/Users/pipobscure/fsevents"
6
- ]
7
- ],
8
- "_from": "ini@1.3.5",
2
+ "_from": "ini@~1.3.0",
9
3
  "_id": "ini@1.3.5",
10
4
  "_inBundle": false,
11
5
  "_integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
12
6
  "_location": "/ini",
13
7
  "_phantomChildren": {},
14
8
  "_requested": {
15
- "type": "version",
9
+ "type": "range",
16
10
  "registry": true,
17
- "raw": "ini@1.3.5",
11
+ "raw": "ini@~1.3.0",
18
12
  "name": "ini",
19
13
  "escapedName": "ini",
20
- "rawSpec": "1.3.5",
14
+ "rawSpec": "~1.3.0",
21
15
  "saveSpec": null,
22
- "fetchSpec": "1.3.5"
16
+ "fetchSpec": "~1.3.0"
23
17
  },
24
18
  "_requiredBy": [
25
19
  "/rc"
26
20
  ],
27
21
  "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
28
- "_spec": "1.3.5",
29
- "_where": "/Users/pipobscure/fsevents",
22
+ "_shasum": "eee25f56db1c9ec6085e0c22778083f596abf927",
23
+ "_spec": "ini@~1.3.0",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/rc",
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/ini/issues"
37
32
  },
33
+ "bundleDependencies": false,
38
34
  "dependencies": {},
35
+ "deprecated": false,
39
36
  "description": "An ini encoder/decoder for node",
40
37
  "devDependencies": {
41
38
  "standard": "^10.0.3",