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.
- package/.travis.yml +2 -3
- package/fsevents.cc +14 -26
- 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 +113 -40
- 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 +188 -63
- package/node_modules/debug/dist/debug.js +886 -0
- package/node_modules/debug/package.json +34 -33
- package/node_modules/debug/src/browser.js +77 -82
- package/node_modules/debug/src/common.js +249 -0
- package/node_modules/debug/src/index.js +5 -3
- package/node_modules/debug/src/node.js +72 -146
- 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/index.js +2 -1
- package/node_modules/fs-minipass/package.json +24 -22
- package/node_modules/fs.realpath/package.json +13 -14
- package/node_modules/gauge/package.json +13 -14
- package/node_modules/glob/LICENSE +6 -0
- package/node_modules/glob/README.md +8 -1
- package/node_modules/glob/package.json +21 -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/README.md +1 -1
- package/node_modules/ignore-walk/index.js +9 -5
- package/node_modules/ignore-walk/package.json +22 -20
- package/node_modules/inflight/package.json +13 -14
- package/node_modules/inherits/inherits.js +2 -0
- package/node_modules/inherits/inherits_browser.js +18 -14
- package/node_modules/inherits/package.json +20 -20
- 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 +567 -7
- package/node_modules/minipass/index.js +255 -22
- package/node_modules/minipass/package.json +26 -22
- package/node_modules/minizlib/README.md +36 -27
- package/node_modules/minizlib/constants.js +73 -4
- package/node_modules/minizlib/index.js +188 -232
- package/node_modules/minizlib/package.json +19 -20
- package/node_modules/mkdirp/package.json +14 -14
- package/node_modules/ms/index.js +29 -19
- package/node_modules/ms/package.json +22 -23
- package/node_modules/ms/readme.md +18 -9
- 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 +20 -6
- 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/headers_spec.js +1 -1
- 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 -20
- 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 +29 -7
- package/node_modules/npm-bundled/package.json +21 -19
- package/node_modules/npm-normalize-package-bin/.github/settings.yml +2 -0
- package/node_modules/npm-normalize-package-bin/.npmignore +24 -0
- package/node_modules/npm-normalize-package-bin/LICENSE +15 -0
- package/node_modules/npm-normalize-package-bin/README.md +14 -0
- package/node_modules/npm-normalize-package-bin/index.js +60 -0
- package/node_modules/npm-normalize-package-bin/package-lock.json +3529 -0
- package/node_modules/npm-normalize-package-bin/package.json +57 -0
- package/node_modules/npm-normalize-package-bin/test/array.js +37 -0
- package/node_modules/npm-normalize-package-bin/test/nobin.js +35 -0
- package/node_modules/npm-normalize-package-bin/test/object.js +141 -0
- package/node_modules/npm-normalize-package-bin/test/string.js +37 -0
- package/node_modules/npm-packlist/index.js +90 -21
- package/node_modules/npm-packlist/package.json +27 -21
- 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/index.js +2 -1
- package/node_modules/process-nextick-args/package.json +17 -18
- 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/rimraf/rimraf.js +9 -1
- 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 +43 -19
- 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/large-numbers.js +32 -27
- package/node_modules/tar/lib/mkdir.js +2 -2
- 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 +7 -1
- package/node_modules/tar/lib/read-entry.js +4 -0
- 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 +33 -30
- 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 +52 -2
- package/package.json +6 -9
- package/src/async.cc +2 -2
- package/src/constants.cc +20 -20
- 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/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
@@ -1,30 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
"chownr@1.0.1",
|
5
|
-
"/Users/eshanker/Code/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "chownr@1.0.1",
|
9
|
-
"_id": "chownr@1.0.1",
|
2
|
+
"_from": "chownr@^1.1.1",
|
3
|
+
"_id": "chownr@1.1.3",
|
10
4
|
"_inBundle": false,
|
11
|
-
"_integrity": "
|
5
|
+
"_integrity": "sha512-i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw==",
|
12
6
|
"_location": "/chownr",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "chownr
|
11
|
+
"raw": "chownr@^1.1.1",
|
18
12
|
"name": "chownr",
|
19
13
|
"escapedName": "chownr",
|
20
|
-
"rawSpec": "1.
|
14
|
+
"rawSpec": "^1.1.1",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.
|
16
|
+
"fetchSpec": "^1.1.1"
|
23
17
|
},
|
24
|
-
"_requiredBy": [
|
25
|
-
|
26
|
-
|
27
|
-
"
|
18
|
+
"_requiredBy": [
|
19
|
+
"/tar"
|
20
|
+
],
|
21
|
+
"_resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.3.tgz",
|
22
|
+
"_shasum": "42d837d5239688d55f303003a508230fa6727142",
|
23
|
+
"_spec": "chownr@^1.1.1",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/tar",
|
28
25
|
"author": {
|
29
26
|
"name": "Isaac Z. Schlueter",
|
30
27
|
"email": "i@izs.me",
|
@@ -33,11 +30,13 @@
|
|
33
30
|
"bugs": {
|
34
31
|
"url": "https://github.com/isaacs/chownr/issues"
|
35
32
|
},
|
33
|
+
"bundleDependencies": false,
|
34
|
+
"deprecated": false,
|
36
35
|
"description": "like `chown -R`",
|
37
36
|
"devDependencies": {
|
38
37
|
"mkdirp": "0.3",
|
39
38
|
"rimraf": "",
|
40
|
-
"tap": "^
|
39
|
+
"tap": "^12.0.1"
|
41
40
|
},
|
42
41
|
"files": [
|
43
42
|
"chownr.js"
|
@@ -51,7 +50,10 @@
|
|
51
50
|
"url": "git://github.com/isaacs/chownr.git"
|
52
51
|
},
|
53
52
|
"scripts": {
|
54
|
-
"
|
53
|
+
"postpublish": "git push origin --follow-tags",
|
54
|
+
"postversion": "npm publish",
|
55
|
+
"preversion": "npm test",
|
56
|
+
"test": "tap test/*.js --cov"
|
55
57
|
},
|
56
|
-
"version": "1.
|
58
|
+
"version": "1.1.3"
|
57
59
|
}
|
@@ -1,30 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"code-point-at@1.1.0",
|
5
|
-
"/Users/eshanker/Code/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "code-point-at@1.1.0",
|
2
|
+
"_from": "code-point-at@^1.0.0",
|
9
3
|
"_id": "code-point-at@1.1.0",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
|
12
6
|
"_location": "/code-point-at",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "code-point-at
|
11
|
+
"raw": "code-point-at@^1.0.0",
|
18
12
|
"name": "code-point-at",
|
19
13
|
"escapedName": "code-point-at",
|
20
|
-
"rawSpec": "1.
|
14
|
+
"rawSpec": "^1.0.0",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.
|
16
|
+
"fetchSpec": "^1.0.0"
|
23
17
|
},
|
24
|
-
"_requiredBy": [
|
18
|
+
"_requiredBy": [
|
19
|
+
"/string-width"
|
20
|
+
],
|
25
21
|
"_resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
|
26
|
-
"
|
27
|
-
"
|
22
|
+
"_shasum": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77",
|
23
|
+
"_spec": "code-point-at@^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,6 +30,8 @@
|
|
33
30
|
"bugs": {
|
34
31
|
"url": "https://github.com/sindresorhus/code-point-at/issues"
|
35
32
|
},
|
33
|
+
"bundleDependencies": false,
|
34
|
+
"deprecated": false,
|
36
35
|
"description": "ES2015 `String#codePointAt()` ponyfill",
|
37
36
|
"devDependencies": {
|
38
37
|
"ava": "*",
|
@@ -1,10 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"_args": [
|
3
|
-
[
|
4
|
-
"concat-map@0.0.1",
|
5
|
-
"/Users/eshanker/Code/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
2
|
"_from": "concat-map@0.0.1",
|
9
3
|
"_id": "concat-map@0.0.1",
|
10
4
|
"_inBundle": false,
|
@@ -21,10 +15,13 @@
|
|
21
15
|
"saveSpec": null,
|
22
16
|
"fetchSpec": "0.0.1"
|
23
17
|
},
|
24
|
-
"_requiredBy": [
|
18
|
+
"_requiredBy": [
|
19
|
+
"/brace-expansion"
|
20
|
+
],
|
25
21
|
"_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
26
|
-
"
|
27
|
-
"
|
22
|
+
"_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
|
23
|
+
"_spec": "concat-map@0.0.1",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/brace-expansion",
|
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/node-concat-map/issues"
|
35
32
|
},
|
33
|
+
"bundleDependencies": false,
|
34
|
+
"deprecated": false,
|
36
35
|
"description": "concatenative mapdashery",
|
37
36
|
"devDependencies": {
|
38
37
|
"tape": "~2.4.0"
|
@@ -1,30 +1,28 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"console-control-strings@1.1.0",
|
5
|
-
"/Users/eshanker/Code/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "console-control-strings@1.1.0",
|
2
|
+
"_from": "console-control-strings@~1.1.0",
|
9
3
|
"_id": "console-control-strings@1.1.0",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
|
12
6
|
"_location": "/console-control-strings",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "console-control-strings
|
11
|
+
"raw": "console-control-strings@~1.1.0",
|
18
12
|
"name": "console-control-strings",
|
19
13
|
"escapedName": "console-control-strings",
|
20
|
-
"rawSpec": "1.1.0",
|
14
|
+
"rawSpec": "~1.1.0",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.1.0"
|
16
|
+
"fetchSpec": "~1.1.0"
|
23
17
|
},
|
24
|
-
"_requiredBy": [
|
18
|
+
"_requiredBy": [
|
19
|
+
"/gauge",
|
20
|
+
"/npmlog"
|
21
|
+
],
|
25
22
|
"_resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
26
|
-
"
|
27
|
-
"
|
23
|
+
"_shasum": "3d7cf4464db6446ea644bf4b39507f9851008e8e",
|
24
|
+
"_spec": "console-control-strings@~1.1.0",
|
25
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/npmlog",
|
28
26
|
"author": {
|
29
27
|
"name": "Rebecca Turner",
|
30
28
|
"email": "me@re-becca.org",
|
@@ -33,6 +31,8 @@
|
|
33
31
|
"bugs": {
|
34
32
|
"url": "https://github.com/iarna/console-control-strings/issues"
|
35
33
|
},
|
34
|
+
"bundleDependencies": false,
|
35
|
+
"deprecated": false,
|
36
36
|
"description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.",
|
37
37
|
"devDependencies": {
|
38
38
|
"standard": "^7.1.2",
|
@@ -1,30 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"core-util-is@1.0.2",
|
5
|
-
"/Users/eshanker/Code/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "core-util-is@1.0.2",
|
2
|
+
"_from": "core-util-is@~1.0.0",
|
9
3
|
"_id": "core-util-is@1.0.2",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
|
12
6
|
"_location": "/core-util-is",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "core-util-is
|
11
|
+
"raw": "core-util-is@~1.0.0",
|
18
12
|
"name": "core-util-is",
|
19
13
|
"escapedName": "core-util-is",
|
20
|
-
"rawSpec": "1.0.
|
14
|
+
"rawSpec": "~1.0.0",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.0.
|
16
|
+
"fetchSpec": "~1.0.0"
|
23
17
|
},
|
24
|
-
"_requiredBy": [
|
18
|
+
"_requiredBy": [
|
19
|
+
"/readable-stream"
|
20
|
+
],
|
25
21
|
"_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
|
26
|
-
"
|
27
|
-
"
|
22
|
+
"_shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
|
23
|
+
"_spec": "core-util-is@~1.0.0",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/readable-stream",
|
28
25
|
"author": {
|
29
26
|
"name": "Isaac Z. Schlueter",
|
30
27
|
"email": "i@izs.me",
|
@@ -33,6 +30,8 @@
|
|
33
30
|
"bugs": {
|
34
31
|
"url": "https://github.com/isaacs/core-util-is/issues"
|
35
32
|
},
|
33
|
+
"bundleDependencies": false,
|
34
|
+
"deprecated": false,
|
36
35
|
"description": "The `util.is*` functions introduced in Node v0.12.",
|
37
36
|
"devDependencies": {
|
38
37
|
"tap": "^2.3.0"
|
@@ -1,4 +1,37 @@
|
|
1
1
|
|
2
|
+
3.1.0 / 2017-09-26
|
3
|
+
==================
|
4
|
+
|
5
|
+
* Add `DEBUG_HIDE_DATE` env var (#486)
|
6
|
+
* Remove ReDoS regexp in %o formatter (#504)
|
7
|
+
* Remove "component" from package.json
|
8
|
+
* Remove `component.json`
|
9
|
+
* Ignore package-lock.json
|
10
|
+
* Examples: fix colors printout
|
11
|
+
* Fix: browser detection
|
12
|
+
* Fix: spelling mistake (#496, @EdwardBetts)
|
13
|
+
|
14
|
+
3.0.1 / 2017-08-24
|
15
|
+
==================
|
16
|
+
|
17
|
+
* Fix: Disable colors in Edge and Internet Explorer (#489)
|
18
|
+
|
19
|
+
3.0.0 / 2017-08-08
|
20
|
+
==================
|
21
|
+
|
22
|
+
* Breaking: Remove DEBUG_FD (#406)
|
23
|
+
* Breaking: Use `Date#toISOString()` instead to `Date#toUTCString()` when output is not a TTY (#418)
|
24
|
+
* Breaking: Make millisecond timer namespace specific and allow 'always enabled' output (#408)
|
25
|
+
* Addition: document `enabled` flag (#465)
|
26
|
+
* Addition: add 256 colors mode (#481)
|
27
|
+
* Addition: `enabled()` updates existing debug instances, add `destroy()` function (#440)
|
28
|
+
* Update: component: update "ms" to v2.0.0
|
29
|
+
* Update: separate the Node and Browser tests in Travis-CI
|
30
|
+
* Update: refactor Readme, fixed documentation, added "Namespace Colors" section, redid screenshots
|
31
|
+
* Update: separate Node.js and web browser examples for organization
|
32
|
+
* Update: update "browserify" to v14.4.0
|
33
|
+
* Fix: fix Readme typo (#473)
|
34
|
+
|
2
35
|
2.6.9 / 2017-09-22
|
3
36
|
==================
|
4
37
|
|
@@ -27,7 +60,7 @@
|
|
27
60
|
2.6.4 / 2017-04-20
|
28
61
|
==================
|
29
62
|
|
30
|
-
* Fix: bug that would
|
63
|
+
* Fix: bug that would occur if process.env.DEBUG is a non-string value. (#444, @LucianBuzzo)
|
31
64
|
* Chore: ignore bower.json in npm installations. (#437, @joaovieira)
|
32
65
|
* Misc: update "ms" to v0.7.3 (@tootallnate)
|
33
66
|
|