fsevents 1.2.3 → 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 (208) hide show
  1. package/.travis.yml +2 -3
  2. package/fsevents.cc +14 -26
  3. package/node_modules/abbrev/package.json +13 -14
  4. package/node_modules/ansi-regex/package.json +13 -14
  5. package/node_modules/aproba/package.json +13 -14
  6. package/node_modules/are-we-there-yet/CHANGES.md +6 -0
  7. package/node_modules/are-we-there-yet/package.json +19 -20
  8. package/node_modules/are-we-there-yet/tracker-stream.js +1 -0
  9. package/node_modules/balanced-match/package.json +13 -14
  10. package/node_modules/brace-expansion/package.json +13 -14
  11. package/node_modules/chownr/chownr.js +113 -40
  12. package/node_modules/chownr/package.json +22 -20
  13. package/node_modules/code-point-at/package.json +13 -14
  14. package/node_modules/concat-map/package.json +8 -9
  15. package/node_modules/console-control-strings/package.json +14 -14
  16. package/node_modules/core-util-is/package.json +13 -14
  17. package/node_modules/debug/CHANGELOG.md +34 -1
  18. package/node_modules/debug/README.md +188 -63
  19. package/node_modules/debug/dist/debug.js +886 -0
  20. package/node_modules/debug/package.json +34 -33
  21. package/node_modules/debug/src/browser.js +77 -82
  22. package/node_modules/debug/src/common.js +249 -0
  23. package/node_modules/debug/src/index.js +5 -3
  24. package/node_modules/debug/src/node.js +72 -146
  25. package/node_modules/deep-extend/CHANGELOG.md +28 -3
  26. package/node_modules/deep-extend/LICENSE +1 -1
  27. package/node_modules/deep-extend/README.md +2 -1
  28. package/node_modules/deep-extend/lib/deep-extend.js +11 -5
  29. package/node_modules/deep-extend/package.json +26 -28
  30. package/node_modules/delegates/package.json +13 -14
  31. package/node_modules/detect-libc/package.json +13 -14
  32. package/node_modules/fs-minipass/index.js +2 -1
  33. package/node_modules/fs-minipass/package.json +24 -22
  34. package/node_modules/fs.realpath/package.json +13 -14
  35. package/node_modules/gauge/package.json +13 -14
  36. package/node_modules/glob/LICENSE +6 -0
  37. package/node_modules/glob/README.md +8 -1
  38. package/node_modules/glob/package.json +21 -19
  39. package/node_modules/has-unicode/package.json +13 -14
  40. package/node_modules/iconv-lite/Changelog.md +16 -0
  41. package/node_modules/iconv-lite/encodings/sbcs-codec.js +2 -2
  42. package/node_modules/iconv-lite/encodings/sbcs-data.js +5 -0
  43. package/node_modules/iconv-lite/lib/extend-node.js +1 -1
  44. package/node_modules/iconv-lite/lib/index.d.ts +2 -2
  45. package/node_modules/iconv-lite/package.json +19 -20
  46. package/node_modules/ignore-walk/README.md +1 -1
  47. package/node_modules/ignore-walk/index.js +9 -5
  48. package/node_modules/ignore-walk/package.json +22 -20
  49. package/node_modules/inflight/package.json +13 -14
  50. package/node_modules/inherits/inherits.js +2 -0
  51. package/node_modules/inherits/inherits_browser.js +18 -14
  52. package/node_modules/inherits/package.json +20 -20
  53. package/node_modules/ini/package.json +13 -14
  54. package/node_modules/is-fullwidth-code-point/package.json +13 -14
  55. package/node_modules/isarray/package.json +13 -14
  56. package/node_modules/minimatch/package.json +14 -14
  57. package/node_modules/minimist/package.json +8 -9
  58. package/node_modules/minipass/LICENSE +15 -0
  59. package/node_modules/minipass/README.md +567 -7
  60. package/node_modules/minipass/index.js +255 -22
  61. package/node_modules/minipass/package.json +26 -22
  62. package/node_modules/minizlib/README.md +36 -27
  63. package/node_modules/minizlib/constants.js +73 -4
  64. package/node_modules/minizlib/index.js +188 -232
  65. package/node_modules/minizlib/package.json +19 -20
  66. package/node_modules/mkdirp/package.json +14 -14
  67. package/node_modules/ms/index.js +29 -19
  68. package/node_modules/ms/package.json +22 -23
  69. package/node_modules/ms/readme.md +18 -9
  70. package/node_modules/needle/README.md +3 -3
  71. package/node_modules/needle/examples/multipart-stream.js +1 -1
  72. package/node_modules/needle/lib/auth.js +1 -1
  73. package/node_modules/needle/lib/cookies.js +12 -10
  74. package/node_modules/needle/lib/multipart.js +1 -1
  75. package/node_modules/needle/lib/needle.js +20 -6
  76. package/node_modules/needle/package.json +26 -27
  77. package/node_modules/needle/test/basic_auth_spec.js +1 -1
  78. package/node_modules/needle/test/cookies_spec.js +2 -2
  79. package/node_modules/needle/test/errors_spec.js +4 -4
  80. package/node_modules/needle/test/headers_spec.js +1 -1
  81. package/node_modules/needle/test/long_string_spec.js +1 -1
  82. package/node_modules/needle/test/output_spec.js +1 -1
  83. package/node_modules/needle/test/post_data_spec.js +20 -20
  84. package/node_modules/needle/test/proxy_spec.js +1 -1
  85. package/node_modules/needle/test/url_spec.js +11 -3
  86. package/node_modules/needle/test/utils/test.js +1 -1
  87. package/node_modules/node-pre-gyp/CHANGELOG.md +34 -3
  88. package/node_modules/node-pre-gyp/README.md +53 -21
  89. package/node_modules/node-pre-gyp/appveyor.yml +2 -9
  90. package/node_modules/node-pre-gyp/contributing.md +2 -2
  91. package/node_modules/node-pre-gyp/lib/build.js +1 -1
  92. package/node_modules/node-pre-gyp/lib/install.js +46 -12
  93. package/node_modules/node-pre-gyp/lib/node-pre-gyp.js +1 -1
  94. package/node_modules/node-pre-gyp/lib/package.js +5 -2
  95. package/node_modules/node-pre-gyp/lib/pre-binding.js +5 -5
  96. package/node_modules/node-pre-gyp/lib/rebuild.js +1 -1
  97. package/node_modules/node-pre-gyp/lib/reinstall.js +1 -1
  98. package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +148 -0
  99. package/node_modules/node-pre-gyp/lib/util/handle_gyp_opts.js +5 -2
  100. package/node_modules/node-pre-gyp/lib/util/napi.js +70 -22
  101. package/node_modules/node-pre-gyp/lib/util/versioning.js +7 -6
  102. package/node_modules/node-pre-gyp/package.json +16 -20
  103. package/node_modules/nopt/package.json +13 -14
  104. package/node_modules/npm-bundled/LICENSE +15 -0
  105. package/node_modules/npm-bundled/README.md +2 -0
  106. package/node_modules/npm-bundled/index.js +29 -7
  107. package/node_modules/npm-bundled/package.json +21 -19
  108. package/node_modules/npm-normalize-package-bin/.github/settings.yml +2 -0
  109. package/node_modules/npm-normalize-package-bin/.npmignore +24 -0
  110. package/node_modules/npm-normalize-package-bin/LICENSE +15 -0
  111. package/node_modules/npm-normalize-package-bin/README.md +14 -0
  112. package/node_modules/npm-normalize-package-bin/index.js +60 -0
  113. package/node_modules/npm-normalize-package-bin/package-lock.json +3529 -0
  114. package/node_modules/npm-normalize-package-bin/package.json +57 -0
  115. package/node_modules/npm-normalize-package-bin/test/array.js +37 -0
  116. package/node_modules/npm-normalize-package-bin/test/nobin.js +35 -0
  117. package/node_modules/npm-normalize-package-bin/test/object.js +141 -0
  118. package/node_modules/npm-normalize-package-bin/test/string.js +37 -0
  119. package/node_modules/npm-packlist/index.js +90 -21
  120. package/node_modules/npm-packlist/package.json +27 -21
  121. package/node_modules/npmlog/package.json +13 -14
  122. package/node_modules/number-is-nan/package.json +13 -14
  123. package/node_modules/object-assign/package.json +13 -14
  124. package/node_modules/once/package.json +14 -14
  125. package/node_modules/os-homedir/package.json +13 -14
  126. package/node_modules/os-tmpdir/package.json +13 -14
  127. package/node_modules/osenv/package.json +13 -14
  128. package/node_modules/path-is-absolute/package.json +13 -14
  129. package/node_modules/process-nextick-args/index.js +2 -1
  130. package/node_modules/process-nextick-args/package.json +17 -18
  131. package/node_modules/rc/node_modules/minimist/package.json +13 -14
  132. package/node_modules/rc/package.json +18 -19
  133. package/node_modules/readable-stream/package.json +13 -14
  134. package/node_modules/rimraf/package.json +22 -20
  135. package/node_modules/rimraf/rimraf.js +9 -1
  136. package/node_modules/safe-buffer/index.d.ts +187 -0
  137. package/node_modules/safe-buffer/package.json +23 -21
  138. package/node_modules/safer-buffer/package.json +13 -14
  139. package/node_modules/sax/package.json +13 -14
  140. package/node_modules/semver/CHANGELOG.md +39 -0
  141. package/node_modules/semver/README.md +43 -19
  142. package/node_modules/semver/bin/semver +92 -75
  143. package/node_modules/semver/package.json +25 -20
  144. package/node_modules/semver/semver.js +922 -763
  145. package/node_modules/set-blocking/package.json +13 -14
  146. package/node_modules/signal-exit/package.json +13 -14
  147. package/node_modules/string-width/package.json +14 -14
  148. package/node_modules/string_decoder/package.json +13 -14
  149. package/node_modules/strip-ansi/package.json +14 -14
  150. package/node_modules/strip-json-comments/package.json +13 -14
  151. package/node_modules/tar/README.md +7 -2
  152. package/node_modules/tar/lib/header.js +20 -4
  153. package/node_modules/tar/lib/large-numbers.js +32 -27
  154. package/node_modules/tar/lib/mkdir.js +2 -2
  155. package/node_modules/tar/lib/mode-fix.js +14 -0
  156. package/node_modules/tar/lib/pack.js +1 -0
  157. package/node_modules/tar/lib/parse.js +7 -1
  158. package/node_modules/tar/lib/read-entry.js +4 -0
  159. package/node_modules/tar/lib/unpack.js +67 -6
  160. package/node_modules/tar/lib/write-entry.js +25 -6
  161. package/node_modules/tar/package.json +33 -30
  162. package/node_modules/util-deprecate/package.json +13 -14
  163. package/node_modules/wide-align/package.json +19 -20
  164. package/node_modules/wrappy/package.json +14 -14
  165. package/node_modules/yallist/iterator.js +5 -5
  166. package/node_modules/yallist/package.json +19 -19
  167. package/node_modules/yallist/yallist.js +52 -2
  168. package/package.json +6 -9
  169. package/src/async.cc +2 -2
  170. package/src/constants.cc +20 -20
  171. package/src/thread.cc +5 -6
  172. package/.npmignore +0 -1
  173. package/build/.target.mk +0 -53
  174. package/build/Makefile +0 -352
  175. package/build/Release/.deps/Release/.node.d +0 -1
  176. package/build/Release/.deps/Release/fse.node.d +0 -1
  177. package/build/Release/.deps/Release/obj.target/action_after_build.stamp.d +0 -1
  178. package/build/Release/.deps/Release/obj.target/fse/fsevents.o.d +0 -65
  179. package/build/Release/.deps/Users/eshanker/Code/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node.d +0 -1
  180. package/build/Release/.node +0 -0
  181. package/build/Release/fse.node +0 -0
  182. package/build/Release/obj.target/action_after_build.stamp +0 -0
  183. package/build/Release/obj.target/fse/fsevents.o +0 -0
  184. package/build/action_after_build.target.mk +0 -32
  185. package/build/binding.Makefile +0 -6
  186. package/build/fse.target.mk +0 -179
  187. package/build/gyp-mac-tool +0 -611
  188. package/build/stage/v1.1.2/fse-v1.1.2-node-v48-darwin-x64.tar.gz +0 -0
  189. package/lib/binding/Release/node-v11-darwin-x64/fse.node +0 -0
  190. package/lib/binding/Release/node-v46-darwin-x64/fse.node +0 -0
  191. package/lib/binding/Release/node-v47-darwin-x64/fse.node +0 -0
  192. package/lib/binding/Release/node-v48-darwin-x64/fse.node +0 -0
  193. package/lib/binding/Release/node-v57-darwin-x64/fse.node +0 -0
  194. package/node_modules/are-we-there-yet/CHANGES.md~ +0 -27
  195. package/node_modules/debug/.coveralls.yml +0 -1
  196. package/node_modules/debug/.eslintrc +0 -11
  197. package/node_modules/debug/.npmignore +0 -9
  198. package/node_modules/debug/.travis.yml +0 -14
  199. package/node_modules/debug/Makefile +0 -50
  200. package/node_modules/debug/component.json +0 -19
  201. package/node_modules/debug/karma.conf.js +0 -70
  202. package/node_modules/debug/src/debug.js +0 -202
  203. package/node_modules/debug/src/inspector-log.js +0 -15
  204. package/node_modules/iconv-lite/.travis.yml +0 -23
  205. package/node_modules/rc/.npmignore +0 -3
  206. package/node_modules/safe-buffer/.travis.yml +0 -7
  207. package/node_modules/safe-buffer/test.js +0 -101
  208. package/src/locking.cc +0 -27
@@ -1,30 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "fs-minipass@1.2.5",
5
- "/Users/eshanker/Code/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
- "_requiredBy": [],
25
- "_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.5.tgz",
26
- "_spec": "1.2.5",
27
- "_where": "/Users/eshanker/Code/fsevents",
18
+ "_requiredBy": [
19
+ "/tar"
20
+ ],
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",
28
25
  "author": {
29
26
  "name": "Isaac Z. Schlueter",
30
27
  "email": "i@izs.me",
@@ -33,13 +30,15 @@
33
30
  "bugs": {
34
31
  "url": "https://github.com/npm/fs-minipass/issues"
35
32
  },
33
+ "bundleDependencies": false,
36
34
  "dependencies": {
37
- "minipass": "^2.2.1"
35
+ "minipass": "^2.6.0"
38
36
  },
37
+ "deprecated": false,
39
38
  "description": "fs read and write streams based on minipass",
40
39
  "devDependencies": {
41
40
  "mutate-fs": "^2.0.1",
42
- "tap": "^10.7.2"
41
+ "tap": "^14.6.4"
43
42
  },
44
43
  "files": [
45
44
  "index.js"
@@ -54,10 +53,13 @@
54
53
  "url": "git+https://github.com/npm/fs-minipass.git"
55
54
  },
56
55
  "scripts": {
57
- "postpublish": "git push origin --all; git push origin --tags",
56
+ "postpublish": "git push origin --follow-tags",
58
57
  "postversion": "npm publish",
59
58
  "preversion": "npm test",
60
- "test": "tap test/*.js --100 -J"
59
+ "test": "tap"
60
+ },
61
+ "tap": {
62
+ "check-coverage": true
61
63
  },
62
- "version": "1.2.5"
64
+ "version": "1.2.7"
63
65
  }
@@ -1,30 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "fs.realpath@1.0.0",
5
- "/Users/eshanker/Code/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
- "_requiredBy": [],
18
+ "_requiredBy": [
19
+ "/glob"
20
+ ],
25
21
  "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
26
- "_spec": "1.0.0",
27
- "_where": "/Users/eshanker/Code/fsevents",
22
+ "_shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
23
+ "_spec": "fs.realpath@^1.0.0",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/glob",
28
25
  "author": {
29
26
  "name": "Isaac Z. Schlueter",
30
27
  "email": "i@izs.me",
@@ -33,7 +30,9 @@
33
30
  "bugs": {
34
31
  "url": "https://github.com/isaacs/fs.realpath/issues"
35
32
  },
33
+ "bundleDependencies": false,
36
34
  "dependencies": {},
35
+ "deprecated": false,
37
36
  "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
38
37
  "devDependencies": {},
39
38
  "files": [
@@ -1,30 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "gauge@2.7.4",
5
- "/Users/eshanker/Code/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
- "_requiredBy": [],
18
+ "_requiredBy": [
19
+ "/npmlog"
20
+ ],
25
21
  "_resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
26
- "_spec": "2.7.4",
27
- "_where": "/Users/eshanker/Code/fsevents",
22
+ "_shasum": "2c03405c7538c39d7eb37b317022e325fb018bf7",
23
+ "_spec": "gauge@~2.7.3",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/npmlog",
28
25
  "author": {
29
26
  "name": "Rebecca Turner",
30
27
  "email": "me@re-becca.org"
@@ -32,6 +29,7 @@
32
29
  "bugs": {
33
30
  "url": "https://github.com/iarna/gauge/issues"
34
31
  },
32
+ "bundleDependencies": false,
35
33
  "dependencies": {
36
34
  "aproba": "^1.0.3",
37
35
  "console-control-strings": "^1.0.0",
@@ -42,6 +40,7 @@
42
40
  "strip-ansi": "^3.0.1",
43
41
  "wide-align": "^1.1.0"
44
42
  },
43
+ "deprecated": false,
45
44
  "description": "A terminal based horizontal guage",
46
45
  "devDependencies": {
47
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,30 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "glob@7.1.2",
5
- "/Users/eshanker/Code/fsevents"
6
- ]
7
- ],
8
- "_from": "glob@7.1.2",
9
- "_id": "glob@7.1.2",
2
+ "_from": "glob@^7.1.3",
3
+ "_id": "glob@7.1.6",
10
4
  "_inBundle": false,
11
- "_integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
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.2",
11
+ "raw": "glob@^7.1.3",
18
12
  "name": "glob",
19
13
  "escapedName": "glob",
20
- "rawSpec": "7.1.2",
14
+ "rawSpec": "^7.1.3",
21
15
  "saveSpec": null,
22
- "fetchSpec": "7.1.2"
16
+ "fetchSpec": "^7.1.3"
23
17
  },
24
- "_requiredBy": [],
25
- "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
26
- "_spec": "7.1.2",
27
- "_where": "/Users/eshanker/Code/fsevents",
18
+ "_requiredBy": [
19
+ "/rimraf"
20
+ ],
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",
28
25
  "author": {
29
26
  "name": "Isaac Z. Schlueter",
30
27
  "email": "i@izs.me",
@@ -33,6 +30,7 @@
33
30
  "bugs": {
34
31
  "url": "https://github.com/isaacs/node-glob/issues"
35
32
  },
33
+ "bundleDependencies": false,
36
34
  "dependencies": {
37
35
  "fs.realpath": "^1.0.0",
38
36
  "inflight": "^1.0.4",
@@ -41,11 +39,12 @@
41
39
  "once": "^1.3.0",
42
40
  "path-is-absolute": "^1.0.0"
43
41
  },
42
+ "deprecated": false,
44
43
  "description": "a little globber",
45
44
  "devDependencies": {
46
45
  "mkdirp": "0",
47
46
  "rimraf": "^2.2.8",
48
- "tap": "^7.1.2",
47
+ "tap": "^12.0.1",
49
48
  "tick": "0.0.6"
50
49
  },
51
50
  "engines": {
@@ -56,6 +55,9 @@
56
55
  "sync.js",
57
56
  "common.js"
58
57
  ],
58
+ "funding": {
59
+ "url": "https://github.com/sponsors/isaacs"
60
+ },
59
61
  "homepage": "https://github.com/isaacs/node-glob#readme",
60
62
  "license": "ISC",
61
63
  "main": "glob.js",
@@ -73,5 +75,5 @@
73
75
  "test": "tap test/*.js --cov",
74
76
  "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
75
77
  },
76
- "version": "7.1.2"
78
+ "version": "7.1.6"
77
79
  }
@@ -1,30 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "has-unicode@2.0.1",
5
- "/Users/eshanker/Code/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
- "_requiredBy": [],
18
+ "_requiredBy": [
19
+ "/gauge"
20
+ ],
25
21
  "_resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
26
- "_spec": "2.0.1",
27
- "_where": "/Users/eshanker/Code/fsevents",
22
+ "_shasum": "e0e6fe6a28cf51138855e086d1691e771de2a8b9",
23
+ "_spec": "has-unicode@^2.0.0",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/gauge",
28
25
  "author": {
29
26
  "name": "Rebecca Turner",
30
27
  "email": "me@re-becca.org"
@@ -32,6 +29,8 @@
32
29
  "bugs": {
33
30
  "url": "https://github.com/iarna/has-unicode/issues"
34
31
  },
32
+ "bundleDependencies": false,
33
+ "deprecated": false,
35
34
  "description": "Try to guess if your terminal supports unicode",
36
35
  "devDependencies": {
37
36
  "require-inject": "^1.3.0",
@@ -1,3 +1,19 @@
1
+ # 0.4.24 / 2018-08-22
2
+
3
+ * Added MIK encoding (#196, by @Ivan-Kalatchev)
4
+
5
+
6
+ # 0.4.23 / 2018-05-07
7
+
8
+ * Fix deprecation warning in Node v10 due to the last usage of `new Buffer` (#185, by @felixbuenemann)
9
+ * Switched from NodeBuffer to Buffer in typings (#155 by @felixfbecker, #186 by @larssn)
10
+
11
+
12
+ # 0.4.22 / 2018-05-05
13
+
14
+ * Use older semver style for dependencies to be compatible with Node version 0.10 (#182, by @dougwilson)
15
+ * Fix tests to accomodate fixes in Node v10 (#182, by @dougwilson)
16
+
1
17
 
2
18
  # 0.4.21 / 2018-04-06
3
19
 
@@ -20,10 +20,10 @@ function SBCSCodec(codecOptions, iconv) {
20
20
  codecOptions.chars = asciiString + codecOptions.chars;
21
21
  }
22
22
 
23
- this.decodeBuf = new Buffer.from(codecOptions.chars, 'ucs2');
23
+ this.decodeBuf = Buffer.from(codecOptions.chars, 'ucs2');
24
24
 
25
25
  // Encoding buffer.
26
- var encodeBuf = new Buffer.alloc(65536, iconv.defaultCharSingleByte.charCodeAt(0));
26
+ var encodeBuf = Buffer.alloc(65536, iconv.defaultCharSingleByte.charCodeAt(0));
27
27
 
28
28
  for (var i = 0; i < codecOptions.chars.length; i++)
29
29
  encodeBuf[codecOptions.chars.charCodeAt(i)] = i;
@@ -17,6 +17,11 @@ module.exports = {
17
17
  "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ "
18
18
  },
19
19
 
20
+ "mik": {
21
+ "type": "_sbcs",
22
+ "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "
23
+ },
24
+
20
25
  // Aliases of generated encodings.
21
26
  "ascii8bit": "ascii",
22
27
  "usascii": "ascii",
@@ -10,7 +10,7 @@ module.exports = function (iconv) {
10
10
  // Node authors rewrote Buffer internals to make it compatible with
11
11
  // Uint8Array and we cannot patch key functions since then.
12
12
  // Note: this does use older Buffer API on a purpose
13
- iconv.supportsNodeEncodingsExtension = !(new Buffer(0) instanceof Uint8Array);
13
+ iconv.supportsNodeEncodingsExtension = !(Buffer.from || new Buffer(0) instanceof Uint8Array);
14
14
 
15
15
  iconv.extendNodeEncodings = function extendNodeEncodings() {
16
16
  if (original) return;
@@ -6,9 +6,9 @@
6
6
  *--------------------------------------------------------------------------------------------*/
7
7
 
8
8
  declare module 'iconv-lite' {
9
- export function decode(buffer: NodeBuffer, encoding: string, options?: Options): string;
9
+ export function decode(buffer: Buffer, encoding: string, options?: Options): string;
10
10
 
11
- export function encode(content: string, encoding: string, options?: Options): NodeBuffer;
11
+ export function encode(content: string, encoding: string, options?: Options): Buffer;
12
12
 
13
13
  export function encodingExists(encoding: string): boolean;
14
14
 
@@ -1,30 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "iconv-lite@0.4.21",
5
- "/Users/eshanker/Code/fsevents"
6
- ]
7
- ],
8
- "_from": "iconv-lite@0.4.21",
9
- "_id": "iconv-lite@0.4.21",
2
+ "_from": "iconv-lite@^0.4.4",
3
+ "_id": "iconv-lite@0.4.24",
10
4
  "_inBundle": false,
11
- "_integrity": "sha512-En5V9za5mBt2oUA03WGD3TwDv0MKAruqsuxstbMUZaj9W9k/m1CV/9py3l0L5kw9Bln8fdHQmzHSYtvpvTLpKw==",
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.21",
11
+ "raw": "iconv-lite@^0.4.4",
18
12
  "name": "iconv-lite",
19
13
  "escapedName": "iconv-lite",
20
- "rawSpec": "0.4.21",
14
+ "rawSpec": "^0.4.4",
21
15
  "saveSpec": null,
22
- "fetchSpec": "0.4.21"
16
+ "fetchSpec": "^0.4.4"
23
17
  },
24
- "_requiredBy": [],
25
- "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.21.tgz",
26
- "_spec": "0.4.21",
27
- "_where": "/Users/eshanker/Code/fsevents",
18
+ "_requiredBy": [
19
+ "/needle"
20
+ ],
21
+ "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
22
+ "_shasum": "2022b4b25fbddc21d2f524974a474aafe733908b",
23
+ "_spec": "iconv-lite@^0.4.4",
24
+ "_where": "/Users/pipobscure/fsevents/node_modules/needle",
28
25
  "author": {
29
26
  "name": "Alexander Shtuchkin",
30
27
  "email": "ashtuchkin@gmail.com"
@@ -36,9 +33,11 @@
36
33
  "bugs": {
37
34
  "url": "https://github.com/ashtuchkin/iconv-lite/issues"
38
35
  },
36
+ "bundleDependencies": false,
39
37
  "dependencies": {
40
- "safer-buffer": "^2.1.0"
38
+ "safer-buffer": ">= 2.1.2 < 3"
41
39
  },
40
+ "deprecated": false,
42
41
  "description": "Convert character encodings in pure javascript.",
43
42
  "devDependencies": {
44
43
  "async": "*",
@@ -46,7 +45,7 @@
46
45
  "iconv": "*",
47
46
  "istanbul": "*",
48
47
  "mocha": "^3.1.0",
49
- "request": "~2.81.0",
48
+ "request": "~2.87.0",
50
49
  "semver": "*",
51
50
  "unorm": "*"
52
51
  },
@@ -73,5 +72,5 @@
73
72
  "test": "mocha --reporter spec --grep ."
74
73
  },
75
74
  "typings": "./lib/index.d.ts",
76
- "version": "0.4.21"
75
+ "version": "0.4.24"
77
76
  }
@@ -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,30 +1,27 @@
1
1
  {
2
- "_args": [
3
- [
4
- "ignore-walk@3.0.1",
5
- "/Users/eshanker/Code/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
- "_requiredBy": [],
25
- "_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.1.tgz",
26
- "_spec": "3.0.1",
27
- "_where": "/Users/eshanker/Code/fsevents",
18
+ "_requiredBy": [
19
+ "/npm-packlist"
20
+ ],
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",
28
25
  "author": {
29
26
  "name": "Isaac Z. Schlueter",
30
27
  "email": "i@izs.me",
@@ -33,15 +30,17 @@
33
30
  "bugs": {
34
31
  "url": "https://github.com/isaacs/ignore-walk/issues"
35
32
  },
33
+ "bundleDependencies": false,
36
34
  "dependencies": {
37
35
  "minimatch": "^3.0.4"
38
36
  },
37
+ "deprecated": false,
39
38
  "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
40
39
  "devDependencies": {
41
40
  "mkdirp": "^0.5.1",
42
41
  "mutate-fs": "^1.1.0",
43
42
  "rimraf": "^2.6.1",
44
- "tap": "^10.7.2"
43
+ "tap": "^14.6.9"
45
44
  },
46
45
  "files": [
47
46
  "index.js"
@@ -66,7 +65,10 @@
66
65
  "postpublish": "git push origin --all; git push origin --tags",
67
66
  "postversion": "npm publish",
68
67
  "preversion": "npm test",
69
- "test": "tap test/*.js --100"
68
+ "test": "tap"
69
+ },
70
+ "tap": {
71
+ "jobs": 1
70
72
  },
71
- "version": "3.0.1"
73
+ "version": "3.0.3"
72
74
  }