fsevents 1.2.3 → 1.2.8
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.
- package/.travis.yml +1 -3
- package/fsevents.cc +6 -15
- package/node_modules/abbrev/package.json +13 -14
- package/node_modules/ansi-regex/package.json +13 -14
- package/node_modules/aproba/package.json +13 -14
- package/node_modules/are-we-there-yet/CHANGES.md +6 -0
- package/node_modules/are-we-there-yet/package.json +19 -20
- package/node_modules/are-we-there-yet/tracker-stream.js +1 -0
- package/node_modules/balanced-match/package.json +13 -14
- package/node_modules/brace-expansion/package.json +13 -14
- package/node_modules/chownr/chownr.js +74 -38
- package/node_modules/chownr/package.json +22 -20
- package/node_modules/code-point-at/package.json +13 -14
- package/node_modules/concat-map/package.json +8 -9
- package/node_modules/console-control-strings/package.json +14 -14
- package/node_modules/core-util-is/package.json +13 -14
- package/node_modules/debug/CHANGELOG.md +34 -1
- package/node_modules/debug/README.md +206 -63
- package/node_modules/debug/dist/debug.js +912 -0
- package/node_modules/debug/package.json +46 -33
- package/node_modules/debug/src/browser.js +185 -106
- package/node_modules/debug/src/common.js +266 -0
- package/node_modules/debug/src/index.js +4 -4
- package/node_modules/debug/src/node.js +174 -165
- package/node_modules/deep-extend/CHANGELOG.md +28 -3
- package/node_modules/deep-extend/LICENSE +1 -1
- package/node_modules/deep-extend/README.md +2 -1
- package/node_modules/deep-extend/lib/deep-extend.js +11 -5
- package/node_modules/deep-extend/package.json +26 -28
- package/node_modules/delegates/package.json +13 -14
- package/node_modules/detect-libc/package.json +13 -14
- package/node_modules/fs-minipass/package.json +13 -14
- package/node_modules/fs.realpath/package.json +13 -14
- package/node_modules/gauge/package.json +13 -14
- package/node_modules/glob/package.json +18 -19
- package/node_modules/has-unicode/package.json +13 -14
- package/node_modules/iconv-lite/Changelog.md +16 -0
- package/node_modules/iconv-lite/encodings/sbcs-codec.js +2 -2
- package/node_modules/iconv-lite/encodings/sbcs-data.js +5 -0
- package/node_modules/iconv-lite/lib/extend-node.js +1 -1
- package/node_modules/iconv-lite/lib/index.d.ts +2 -2
- package/node_modules/iconv-lite/package.json +19 -20
- package/node_modules/ignore-walk/package.json +13 -14
- package/node_modules/inflight/package.json +13 -14
- package/node_modules/inherits/package.json +14 -14
- package/node_modules/ini/package.json +13 -14
- package/node_modules/is-fullwidth-code-point/package.json +13 -14
- package/node_modules/isarray/package.json +13 -14
- package/node_modules/minimatch/package.json +14 -14
- package/node_modules/minimist/package.json +8 -9
- package/node_modules/minipass/LICENSE +15 -0
- package/node_modules/minipass/README.md +81 -3
- package/node_modules/minipass/index.js +77 -6
- package/node_modules/minipass/package.json +21 -20
- package/node_modules/minizlib/index.js +66 -95
- package/node_modules/minizlib/package.json +18 -19
- package/node_modules/mkdirp/package.json +14 -14
- package/node_modules/ms/index.js +28 -18
- package/node_modules/ms/package.json +22 -23
- package/node_modules/ms/readme.md +17 -8
- package/node_modules/needle/.npmignore +6 -0
- package/node_modules/needle/README.md +3 -3
- package/node_modules/needle/examples/multipart-stream.js +1 -1
- package/node_modules/needle/lib/auth.js +1 -1
- package/node_modules/needle/lib/cookies.js +12 -10
- package/node_modules/needle/lib/multipart.js +1 -1
- package/node_modules/needle/lib/needle.js +18 -6
- package/node_modules/needle/package-lock.json +395 -0
- package/node_modules/needle/package.json +26 -27
- package/node_modules/needle/test/basic_auth_spec.js +1 -1
- package/node_modules/needle/test/cookies_spec.js +2 -2
- package/node_modules/needle/test/errors_spec.js +4 -4
- package/node_modules/needle/test/keys/ssl.cert +21 -0
- package/node_modules/needle/test/keys/ssl.key +27 -0
- package/node_modules/needle/test/long_string_spec.js +1 -1
- package/node_modules/needle/test/output_spec.js +1 -1
- package/node_modules/needle/test/post_data_spec.js +20 -20
- package/node_modules/needle/test/proxy_spec.js +1 -1
- package/node_modules/needle/test/url_spec.js +11 -3
- package/node_modules/needle/test/utils/test.js +1 -1
- package/node_modules/node-pre-gyp/CHANGELOG.md +34 -3
- package/node_modules/node-pre-gyp/README.md +53 -21
- package/node_modules/node-pre-gyp/appveyor.yml +2 -9
- package/node_modules/node-pre-gyp/contributing.md +2 -2
- package/node_modules/node-pre-gyp/lib/build.js +1 -1
- package/node_modules/node-pre-gyp/lib/install.js +46 -12
- package/node_modules/node-pre-gyp/lib/node-pre-gyp.js +1 -1
- package/node_modules/node-pre-gyp/lib/package.js +5 -2
- package/node_modules/node-pre-gyp/lib/pre-binding.js +5 -5
- package/node_modules/node-pre-gyp/lib/rebuild.js +1 -1
- package/node_modules/node-pre-gyp/lib/reinstall.js +1 -1
- package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +148 -0
- package/node_modules/node-pre-gyp/lib/util/handle_gyp_opts.js +5 -2
- package/node_modules/node-pre-gyp/lib/util/napi.js +70 -22
- package/node_modules/node-pre-gyp/lib/util/versioning.js +7 -6
- package/node_modules/node-pre-gyp/package.json +16 -19
- package/node_modules/nopt/package.json +13 -14
- package/node_modules/npm-bundled/LICENSE +15 -0
- package/node_modules/npm-bundled/README.md +2 -0
- package/node_modules/npm-bundled/index.js +16 -2
- package/node_modules/npm-bundled/package.json +18 -19
- package/node_modules/npm-packlist/index.js +43 -13
- package/node_modules/npm-packlist/package.json +18 -19
- package/node_modules/npmlog/package.json +13 -14
- package/node_modules/number-is-nan/package.json +13 -14
- package/node_modules/object-assign/package.json +13 -14
- package/node_modules/once/package.json +14 -14
- package/node_modules/os-homedir/package.json +13 -14
- package/node_modules/os-tmpdir/package.json +13 -14
- package/node_modules/osenv/package.json +13 -14
- package/node_modules/path-is-absolute/package.json +13 -14
- package/node_modules/process-nextick-args/package.json +13 -14
- package/node_modules/rc/node_modules/minimist/package.json +13 -14
- package/node_modules/rc/package.json +18 -19
- package/node_modules/readable-stream/package.json +13 -14
- package/node_modules/rimraf/package.json +22 -20
- package/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/safe-buffer/package.json +23 -21
- package/node_modules/safer-buffer/package.json +13 -14
- package/node_modules/sax/package.json +13 -14
- package/node_modules/semver/CHANGELOG.md +39 -0
- package/node_modules/semver/README.md +31 -8
- package/node_modules/semver/bin/semver +92 -75
- package/node_modules/semver/package.json +25 -20
- package/node_modules/semver/semver.js +922 -763
- package/node_modules/set-blocking/package.json +13 -14
- package/node_modules/signal-exit/package.json +13 -14
- package/node_modules/string-width/package.json +14 -14
- package/node_modules/string_decoder/package.json +13 -14
- package/node_modules/strip-ansi/package.json +14 -14
- package/node_modules/strip-json-comments/package.json +13 -14
- package/node_modules/tar/README.md +7 -2
- package/node_modules/tar/lib/header.js +20 -4
- package/node_modules/tar/lib/mode-fix.js +14 -0
- package/node_modules/tar/lib/pack.js +1 -0
- package/node_modules/tar/lib/parse.js +2 -1
- package/node_modules/tar/lib/unpack.js +67 -6
- package/node_modules/tar/lib/write-entry.js +25 -6
- package/node_modules/tar/package.json +25 -26
- package/node_modules/util-deprecate/package.json +13 -14
- package/node_modules/wide-align/package.json +19 -20
- package/node_modules/wrappy/package.json +14 -14
- package/node_modules/yallist/iterator.js +5 -5
- package/node_modules/yallist/package.json +19 -19
- package/node_modules/yallist/yallist.js +2 -2
- package/package.json +6 -9
- package/src/async.cc +2 -2
- package/src/thread.cc +5 -6
- package/.npmignore +0 -1
- package/build/.target.mk +0 -53
- package/build/Makefile +0 -352
- package/build/Release/.deps/Release/.node.d +0 -1
- package/build/Release/.deps/Release/fse.node.d +0 -1
- package/build/Release/.deps/Release/obj.target/action_after_build.stamp.d +0 -1
- package/build/Release/.deps/Release/obj.target/fse/fsevents.o.d +0 -65
- package/build/Release/.deps/Users/eshanker/Code/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node.d +0 -1
- package/build/Release/.node +0 -0
- package/build/Release/fse.node +0 -0
- package/build/Release/obj.target/action_after_build.stamp +0 -0
- package/build/Release/obj.target/fse/fsevents.o +0 -0
- package/build/action_after_build.target.mk +0 -32
- package/build/binding.Makefile +0 -6
- package/build/fse.target.mk +0 -179
- package/build/gyp-mac-tool +0 -611
- package/build/stage/v1.1.2/fse-v1.1.2-node-v48-darwin-x64.tar.gz +0 -0
- package/lib/binding/Release/node-v11-darwin-x64/fse.node +0 -0
- package/lib/binding/Release/node-v46-darwin-x64/fse.node +0 -0
- package/lib/binding/Release/node-v47-darwin-x64/fse.node +0 -0
- package/lib/binding/Release/node-v48-darwin-x64/fse.node +0 -0
- package/lib/binding/Release/node-v57-darwin-x64/fse.node +0 -0
- package/node_modules/are-we-there-yet/CHANGES.md~ +0 -27
- package/node_modules/debug/.coveralls.yml +0 -1
- package/node_modules/debug/.eslintrc +0 -11
- package/node_modules/debug/.npmignore +0 -9
- package/node_modules/debug/.travis.yml +0 -14
- package/node_modules/debug/Makefile +0 -50
- package/node_modules/debug/component.json +0 -19
- package/node_modules/debug/karma.conf.js +0 -70
- package/node_modules/debug/node.js +0 -1
- package/node_modules/debug/src/debug.js +0 -202
- package/node_modules/debug/src/inspector-log.js +0 -15
- package/node_modules/iconv-lite/.travis.yml +0 -23
- package/node_modules/rc/.npmignore +0 -3
- package/node_modules/safe-buffer/.travis.yml +0 -7
- package/node_modules/safe-buffer/test.js +0 -101
- package/src/locking.cc +0 -27
@@ -6,9 +6,9 @@
|
|
6
6
|
*--------------------------------------------------------------------------------------------*/
|
7
7
|
|
8
8
|
declare module 'iconv-lite' {
|
9
|
-
export function decode(buffer:
|
9
|
+
export function decode(buffer: Buffer, encoding: string, options?: Options): string;
|
10
10
|
|
11
|
-
export function encode(content: string, encoding: string, options?: Options):
|
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
|
-
"
|
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-
|
5
|
+
"_integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
12
6
|
"_location": "/iconv-lite",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "iconv-lite
|
11
|
+
"raw": "iconv-lite@^0.4.4",
|
18
12
|
"name": "iconv-lite",
|
19
13
|
"escapedName": "iconv-lite",
|
20
|
-
"rawSpec": "0.4.
|
14
|
+
"rawSpec": "^0.4.4",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "0.4.
|
16
|
+
"fetchSpec": "^0.4.4"
|
23
17
|
},
|
24
|
-
"_requiredBy": [
|
25
|
-
|
26
|
-
|
27
|
-
"
|
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": "
|
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.
|
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.
|
75
|
+
"version": "0.4.24"
|
77
76
|
}
|
@@ -1,30 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"ignore-walk@3.0.1",
|
5
|
-
"/Users/eshanker/Code/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "ignore-walk@3.0.1",
|
2
|
+
"_from": "ignore-walk@^3.0.1",
|
9
3
|
"_id": "ignore-walk@3.0.1",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ==",
|
12
6
|
"_location": "/ignore-walk",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "ignore-walk
|
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": [
|
18
|
+
"_requiredBy": [
|
19
|
+
"/npm-packlist"
|
20
|
+
],
|
25
21
|
"_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.1.tgz",
|
26
|
-
"
|
27
|
-
"
|
22
|
+
"_shasum": "a83e62e7d272ac0e3b551aaa82831a19b69f82f8",
|
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,9 +30,11 @@
|
|
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",
|
@@ -1,30 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"inflight@1.0.6",
|
5
|
-
"/Users/eshanker/Code/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": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "inflight
|
11
|
+
"raw": "inflight@^1.0.4",
|
18
12
|
"name": "inflight",
|
19
13
|
"escapedName": "inflight",
|
20
|
-
"rawSpec": "1.0.
|
14
|
+
"rawSpec": "^1.0.4",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.0.
|
16
|
+
"fetchSpec": "^1.0.4"
|
23
17
|
},
|
24
|
-
"_requiredBy": [
|
18
|
+
"_requiredBy": [
|
19
|
+
"/glob"
|
20
|
+
],
|
25
21
|
"_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
26
|
-
"
|
27
|
-
"
|
22
|
+
"_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
|
23
|
+
"_spec": "inflight@^1.0.4",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/glob",
|
28
25
|
"author": {
|
29
26
|
"name": "Isaac Z. Schlueter",
|
30
27
|
"email": "i@izs.me",
|
@@ -33,10 +30,12 @@
|
|
33
30
|
"bugs": {
|
34
31
|
"url": "https://github.com/isaacs/inflight/issues"
|
35
32
|
},
|
33
|
+
"bundleDependencies": false,
|
36
34
|
"dependencies": {
|
37
35
|
"once": "^1.3.0",
|
38
36
|
"wrappy": "1"
|
39
37
|
},
|
38
|
+
"deprecated": false,
|
40
39
|
"description": "Add callbacks to requests in flight to avoid async duplication",
|
41
40
|
"devDependencies": {
|
42
41
|
"tap": "^7.1.2"
|
@@ -1,34 +1,34 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"inherits@2.0.3",
|
5
|
-
"/Users/eshanker/Code/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "inherits@2.0.3",
|
2
|
+
"_from": "inherits@~2.0.3",
|
9
3
|
"_id": "inherits@2.0.3",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
|
12
6
|
"_location": "/inherits",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "inherits
|
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
|
-
"_requiredBy": [
|
18
|
+
"_requiredBy": [
|
19
|
+
"/glob",
|
20
|
+
"/readable-stream"
|
21
|
+
],
|
25
22
|
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
|
26
|
-
"
|
27
|
-
"
|
23
|
+
"_shasum": "633c2c83e3da42a502f52466022480f4208261de",
|
24
|
+
"_spec": "inherits@~2.0.3",
|
25
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/readable-stream",
|
28
26
|
"browser": "./inherits_browser.js",
|
29
27
|
"bugs": {
|
30
28
|
"url": "https://github.com/isaacs/inherits/issues"
|
31
29
|
},
|
30
|
+
"bundleDependencies": false,
|
31
|
+
"deprecated": false,
|
32
32
|
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
|
33
33
|
"devDependencies": {
|
34
34
|
"tap": "^7.1.0"
|
@@ -1,30 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"ini@1.3.5",
|
5
|
-
"/Users/eshanker/Code/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": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "ini
|
11
|
+
"raw": "ini@~1.3.0",
|
18
12
|
"name": "ini",
|
19
13
|
"escapedName": "ini",
|
20
|
-
"rawSpec": "1.3.
|
14
|
+
"rawSpec": "~1.3.0",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.3.
|
16
|
+
"fetchSpec": "~1.3.0"
|
23
17
|
},
|
24
|
-
"_requiredBy": [
|
18
|
+
"_requiredBy": [
|
19
|
+
"/rc"
|
20
|
+
],
|
25
21
|
"_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
|
26
|
-
"
|
27
|
-
"
|
22
|
+
"_shasum": "eee25f56db1c9ec6085e0c22778083f596abf927",
|
23
|
+
"_spec": "ini@~1.3.0",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/rc",
|
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/ini/issues"
|
35
32
|
},
|
33
|
+
"bundleDependencies": false,
|
36
34
|
"dependencies": {},
|
35
|
+
"deprecated": false,
|
37
36
|
"description": "An ini encoder/decoder for node",
|
38
37
|
"devDependencies": {
|
39
38
|
"standard": "^10.0.3",
|
@@ -1,30 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"is-fullwidth-code-point@1.0.0",
|
5
|
-
"/Users/eshanker/Code/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "is-fullwidth-code-point@1.0.0",
|
2
|
+
"_from": "is-fullwidth-code-point@^1.0.0",
|
9
3
|
"_id": "is-fullwidth-code-point@1.0.0",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
|
12
6
|
"_location": "/is-fullwidth-code-point",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "is-fullwidth-code-point
|
11
|
+
"raw": "is-fullwidth-code-point@^1.0.0",
|
18
12
|
"name": "is-fullwidth-code-point",
|
19
13
|
"escapedName": "is-fullwidth-code-point",
|
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
|
+
"/string-width"
|
20
|
+
],
|
25
21
|
"_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
|
26
|
-
"
|
27
|
-
"
|
22
|
+
"_shasum": "ef9e31386f031a7f0d643af82fde50c457ef00cb",
|
23
|
+
"_spec": "is-fullwidth-code-point@^1.0.0",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/string-width",
|
28
25
|
"author": {
|
29
26
|
"name": "Sindre Sorhus",
|
30
27
|
"email": "sindresorhus@gmail.com",
|
@@ -33,9 +30,11 @@
|
|
33
30
|
"bugs": {
|
34
31
|
"url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
|
35
32
|
},
|
33
|
+
"bundleDependencies": false,
|
36
34
|
"dependencies": {
|
37
35
|
"number-is-nan": "^1.0.0"
|
38
36
|
},
|
37
|
+
"deprecated": false,
|
39
38
|
"description": "Check if the character represented by a given Unicode code point is fullwidth",
|
40
39
|
"devDependencies": {
|
41
40
|
"ava": "0.0.4",
|
@@ -1,30 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"isarray@1.0.0",
|
5
|
-
"/Users/eshanker/Code/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "isarray@1.0.0",
|
2
|
+
"_from": "isarray@~1.0.0",
|
9
3
|
"_id": "isarray@1.0.0",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
|
12
6
|
"_location": "/isarray",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "isarray
|
11
|
+
"raw": "isarray@~1.0.0",
|
18
12
|
"name": "isarray",
|
19
13
|
"escapedName": "isarray",
|
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
|
+
"/readable-stream"
|
20
|
+
],
|
25
21
|
"_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
26
|
-
"
|
27
|
-
"
|
22
|
+
"_shasum": "bb935d48582cba168c06834957a54a3e07124f11",
|
23
|
+
"_spec": "isarray@~1.0.0",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/readable-stream",
|
28
25
|
"author": {
|
29
26
|
"name": "Julian Gruber",
|
30
27
|
"email": "mail@juliangruber.com",
|
@@ -33,7 +30,9 @@
|
|
33
30
|
"bugs": {
|
34
31
|
"url": "https://github.com/juliangruber/isarray/issues"
|
35
32
|
},
|
33
|
+
"bundleDependencies": false,
|
36
34
|
"dependencies": {},
|
35
|
+
"deprecated": false,
|
37
36
|
"description": "Array#isArray for older browsers",
|
38
37
|
"devDependencies": {
|
39
38
|
"tape": "~2.13.4"
|
@@ -1,30 +1,28 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"minimatch@3.0.4",
|
5
|
-
"/Users/eshanker/Code/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "minimatch@3.0.4",
|
2
|
+
"_from": "minimatch@^3.0.4",
|
9
3
|
"_id": "minimatch@3.0.4",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
|
12
6
|
"_location": "/minimatch",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "minimatch
|
11
|
+
"raw": "minimatch@^3.0.4",
|
18
12
|
"name": "minimatch",
|
19
13
|
"escapedName": "minimatch",
|
20
|
-
"rawSpec": "3.0.4",
|
14
|
+
"rawSpec": "^3.0.4",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "3.0.4"
|
16
|
+
"fetchSpec": "^3.0.4"
|
23
17
|
},
|
24
|
-
"_requiredBy": [
|
18
|
+
"_requiredBy": [
|
19
|
+
"/glob",
|
20
|
+
"/ignore-walk"
|
21
|
+
],
|
25
22
|
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
|
26
|
-
"
|
27
|
-
"
|
23
|
+
"_shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
|
24
|
+
"_spec": "minimatch@^3.0.4",
|
25
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/ignore-walk",
|
28
26
|
"author": {
|
29
27
|
"name": "Isaac Z. Schlueter",
|
30
28
|
"email": "i@izs.me",
|
@@ -33,9 +31,11 @@
|
|
33
31
|
"bugs": {
|
34
32
|
"url": "https://github.com/isaacs/minimatch/issues"
|
35
33
|
},
|
34
|
+
"bundleDependencies": false,
|
36
35
|
"dependencies": {
|
37
36
|
"brace-expansion": "^1.1.7"
|
38
37
|
},
|
38
|
+
"deprecated": false,
|
39
39
|
"description": "a glob matcher in javascript",
|
40
40
|
"devDependencies": {
|
41
41
|
"tap": "^10.3.2"
|
@@ -1,10 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"_args": [
|
3
|
-
[
|
4
|
-
"minimist@0.0.8",
|
5
|
-
"/Users/eshanker/Code/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
2
|
"_from": "minimist@0.0.8",
|
9
3
|
"_id": "minimist@0.0.8",
|
10
4
|
"_inBundle": false,
|
@@ -21,10 +15,13 @@
|
|
21
15
|
"saveSpec": null,
|
22
16
|
"fetchSpec": "0.0.8"
|
23
17
|
},
|
24
|
-
"_requiredBy": [
|
18
|
+
"_requiredBy": [
|
19
|
+
"/mkdirp"
|
20
|
+
],
|
25
21
|
"_resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
|
26
|
-
"
|
27
|
-
"
|
22
|
+
"_shasum": "857fcabfc3397d2625b8228262e86aa7a011b05d",
|
23
|
+
"_spec": "minimist@0.0.8",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/mkdirp",
|
28
25
|
"author": {
|
29
26
|
"name": "James Halliday",
|
30
27
|
"email": "mail@substack.net",
|
@@ -33,6 +30,8 @@
|
|
33
30
|
"bugs": {
|
34
31
|
"url": "https://github.com/substack/minimist/issues"
|
35
32
|
},
|
33
|
+
"bundleDependencies": false,
|
34
|
+
"deprecated": false,
|
36
35
|
"description": "parse argument options",
|
37
36
|
"devDependencies": {
|
38
37
|
"tap": "~0.4.0",
|
@@ -0,0 +1,15 @@
|
|
1
|
+
The ISC License
|
2
|
+
|
3
|
+
Copyright (c) npm, Inc. and Contributors
|
4
|
+
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
6
|
+
purpose with or without fee is hereby granted, provided that the above
|
7
|
+
copyright notice and this permission notice appear in all copies.
|
8
|
+
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
10
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
11
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
12
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
13
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
14
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
15
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
@@ -15,9 +15,7 @@ cases where PassThrough is a good idea.
|
|
15
15
|
There is a `read()` method, but it's much more efficient to consume
|
16
16
|
data from this stream via `'data'` events or by calling `pipe()` into
|
17
17
|
some other stream. Calling `read()` requires the buffer to be
|
18
|
-
flattened in some cases, which requires copying memory.
|
19
|
-
`read()` always returns Buffers, even if an `encoding` option is
|
20
|
-
specified.
|
18
|
+
flattened in some cases, which requires copying memory.
|
21
19
|
|
22
20
|
There is also no `unpipe()` method. Once you start piping, there is
|
23
21
|
no stopping it!
|
@@ -44,3 +42,83 @@ mp.write('foo')
|
|
44
42
|
mp.pipe(someOtherStream)
|
45
43
|
mp.end('bar')
|
46
44
|
```
|
45
|
+
|
46
|
+
### collecting
|
47
|
+
|
48
|
+
```js
|
49
|
+
mp.collect().then(all => {
|
50
|
+
// all is an array of all the data emitted
|
51
|
+
// encoding is supported in this case, so
|
52
|
+
// so the result will be a collection of strings if
|
53
|
+
// an encoding is specified, or buffers/objects if not.
|
54
|
+
//
|
55
|
+
// In an async function, you may do
|
56
|
+
// const data = await stream.collect()
|
57
|
+
})
|
58
|
+
```
|
59
|
+
|
60
|
+
### iteration
|
61
|
+
|
62
|
+
You can iterate over streams synchronously or asynchronously in
|
63
|
+
platforms that support it.
|
64
|
+
|
65
|
+
Synchronous iteration will end when the currently available data is
|
66
|
+
consumed, even if the `end` event has not been reached. In string and
|
67
|
+
buffer mode, the data is concatenated, so unless multiple writes are
|
68
|
+
occurring in the same tick as the `read()`, sync iteration loops will
|
69
|
+
generally only have a single iteration.
|
70
|
+
|
71
|
+
To consume chunks in this way exactly as they have been written, with
|
72
|
+
no flattening, create the stream with the `{ objectMode: true }`
|
73
|
+
option.
|
74
|
+
|
75
|
+
```js
|
76
|
+
const mp = new Minipass({ objectMode: true })
|
77
|
+
mp.write('a')
|
78
|
+
mp.write('b')
|
79
|
+
for (let letter of mp) {
|
80
|
+
console.log(letter) // a, b
|
81
|
+
}
|
82
|
+
mp.write('c')
|
83
|
+
mp.write('d')
|
84
|
+
for (let letter of mp) {
|
85
|
+
console.log(letter) // c, d
|
86
|
+
}
|
87
|
+
mp.write('e')
|
88
|
+
mp.end()
|
89
|
+
for (let letter of mp) {
|
90
|
+
console.log(letter) // e
|
91
|
+
}
|
92
|
+
for (let letter of mp) {
|
93
|
+
console.log(letter) // nothing
|
94
|
+
}
|
95
|
+
```
|
96
|
+
|
97
|
+
Asynchronous iteration will continue until the end event is reached,
|
98
|
+
consuming all of the data.
|
99
|
+
|
100
|
+
```js
|
101
|
+
const mp = new Minipass({ encoding: 'utf8' })
|
102
|
+
|
103
|
+
// some source of some data
|
104
|
+
let i = 5
|
105
|
+
const inter = setInterval(() => {
|
106
|
+
if (i --> 0)
|
107
|
+
mp.write(Buffer.from('foo\n', 'utf8'))
|
108
|
+
else {
|
109
|
+
mp.end()
|
110
|
+
clearInterval(inter)
|
111
|
+
}
|
112
|
+
}, 100)
|
113
|
+
|
114
|
+
// consume the data with asynchronous iteration
|
115
|
+
async function consume () {
|
116
|
+
for await (let chunk of mp) {
|
117
|
+
console.log(chunk)
|
118
|
+
}
|
119
|
+
return 'ok'
|
120
|
+
}
|
121
|
+
|
122
|
+
consume().then(res => console.log(res))
|
123
|
+
// logs `foo\n` 5 times, and then `ok`
|
124
|
+
```
|