fsevents 1.2.8 → 1.2.9
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of fsevents might be problematic. Click here for more details.
- package/.travis.yml +1 -0
- package/fsevents.cc +8 -11
- package/node_modules/abbrev/package.json +13 -10
- package/node_modules/ansi-regex/package.json +13 -10
- package/node_modules/aproba/package.json +13 -10
- package/node_modules/are-we-there-yet/package.json +13 -10
- package/node_modules/balanced-match/package.json +13 -10
- package/node_modules/brace-expansion/package.json +13 -10
- package/node_modules/chownr/package.json +13 -10
- package/node_modules/code-point-at/package.json +13 -10
- package/node_modules/concat-map/package.json +8 -5
- package/node_modules/console-control-strings/package.json +13 -10
- package/node_modules/core-util-is/package.json +13 -10
- package/node_modules/debug/package.json +13 -10
- package/node_modules/deep-extend/package.json +13 -10
- package/node_modules/delegates/package.json +13 -10
- package/node_modules/detect-libc/package.json +13 -10
- package/node_modules/fs-minipass/package.json +13 -10
- package/node_modules/fs.realpath/package.json +13 -10
- package/node_modules/gauge/package.json +13 -10
- package/node_modules/glob/package.json +13 -10
- package/node_modules/has-unicode/package.json +13 -10
- package/node_modules/iconv-lite/package.json +13 -10
- package/node_modules/ignore-walk/package.json +13 -10
- package/node_modules/inflight/package.json +13 -10
- package/node_modules/inherits/package.json +13 -10
- package/node_modules/ini/package.json +13 -10
- package/node_modules/is-fullwidth-code-point/package.json +13 -10
- package/node_modules/isarray/package.json +13 -10
- package/node_modules/minimatch/package.json +13 -10
- package/node_modules/minimist/package.json +8 -5
- package/node_modules/minipass/package.json +13 -10
- package/node_modules/minizlib/package.json +13 -10
- package/node_modules/mkdirp/package.json +13 -10
- package/node_modules/ms/package.json +13 -10
- package/node_modules/needle/package.json +13 -10
- package/node_modules/node-pre-gyp/package.json +7 -5
- package/node_modules/nopt/package.json +13 -10
- package/node_modules/npm-bundled/package.json +13 -10
- package/node_modules/npm-packlist/package.json +13 -10
- package/node_modules/npmlog/package.json +13 -10
- package/node_modules/number-is-nan/package.json +13 -10
- package/node_modules/object-assign/package.json +13 -10
- package/node_modules/once/package.json +13 -10
- package/node_modules/os-homedir/package.json +13 -10
- package/node_modules/os-tmpdir/package.json +13 -10
- package/node_modules/osenv/package.json +13 -10
- package/node_modules/path-is-absolute/package.json +13 -10
- package/node_modules/process-nextick-args/package.json +13 -10
- package/node_modules/rc/node_modules/minimist/package.json +13 -10
- package/node_modules/rc/package.json +13 -10
- package/node_modules/readable-stream/package.json +13 -10
- package/node_modules/rimraf/package.json +13 -10
- package/node_modules/safe-buffer/package.json +13 -10
- package/node_modules/safer-buffer/package.json +13 -10
- package/node_modules/sax/package.json +13 -10
- package/node_modules/semver/package.json +13 -10
- package/node_modules/set-blocking/package.json +13 -10
- package/node_modules/signal-exit/package.json +13 -10
- package/node_modules/string-width/package.json +13 -10
- package/node_modules/string_decoder/package.json +13 -10
- package/node_modules/strip-ansi/package.json +13 -10
- package/node_modules/strip-json-comments/package.json +13 -10
- package/node_modules/tar/package.json +13 -10
- package/node_modules/util-deprecate/package.json +13 -10
- package/node_modules/wide-align/package.json +13 -10
- package/node_modules/wrappy/package.json +13 -10
- package/node_modules/yallist/package.json +13 -10
- package/package.json +1 -1
- package/src/constants.cc +20 -20
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"readable-stream@2.3.6",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "readable-stream@2.3.6",
|
3
9
|
"_id": "readable-stream@2.3.6",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
|
6
12
|
"_location": "/readable-stream",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "readable-stream
|
17
|
+
"raw": "readable-stream@2.3.6",
|
12
18
|
"name": "readable-stream",
|
13
19
|
"escapedName": "readable-stream",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "2.3.6",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "2.3.6"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/are-we-there-yet"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/are-we-there-yet",
|
28
|
+
"_spec": "2.3.6",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"browser": {
|
26
31
|
"util": false,
|
27
32
|
"./readable.js": "./readable-browser.js",
|
@@ -32,7 +37,6 @@
|
|
32
37
|
"bugs": {
|
33
38
|
"url": "https://github.com/nodejs/readable-stream/issues"
|
34
39
|
},
|
35
|
-
"bundleDependencies": false,
|
36
40
|
"dependencies": {
|
37
41
|
"core-util-is": "~1.0.0",
|
38
42
|
"inherits": "~2.0.3",
|
@@ -42,7 +46,6 @@
|
|
42
46
|
"string_decoder": "~1.1.1",
|
43
47
|
"util-deprecate": "~1.0.1"
|
44
48
|
},
|
45
|
-
"deprecated": false,
|
46
49
|
"description": "Streams3, a user-land copy of the stream library from Node.js",
|
47
50
|
"devDependencies": {
|
48
51
|
"assert": "^1.4.0",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"rimraf@2.6.3",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "rimraf@2.6.3",
|
3
9
|
"_id": "rimraf@2.6.3",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
|
6
12
|
"_location": "/rimraf",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "rimraf
|
17
|
+
"raw": "rimraf@2.6.3",
|
12
18
|
"name": "rimraf",
|
13
19
|
"escapedName": "rimraf",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "2.6.3",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "2.6.3"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/node-pre-gyp"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/node-pre-gyp",
|
28
|
+
"_spec": "2.6.3",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Isaac Z. Schlueter",
|
27
32
|
"email": "i@izs.me",
|
@@ -33,11 +38,9 @@
|
|
33
38
|
"bugs": {
|
34
39
|
"url": "https://github.com/isaacs/rimraf/issues"
|
35
40
|
},
|
36
|
-
"bundleDependencies": false,
|
37
41
|
"dependencies": {
|
38
42
|
"glob": "^7.1.3"
|
39
43
|
},
|
40
|
-
"deprecated": false,
|
41
44
|
"description": "A deep deletion module for node (like `rm -rf`)",
|
42
45
|
"devDependencies": {
|
43
46
|
"mkdirp": "^0.5.1",
|
@@ -1,19 +1,25 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"safe-buffer@5.1.2",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "safe-buffer@5.1.2",
|
3
9
|
"_id": "safe-buffer@5.1.2",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
6
12
|
"_location": "/safe-buffer",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "safe-buffer
|
17
|
+
"raw": "safe-buffer@5.1.2",
|
12
18
|
"name": "safe-buffer",
|
13
19
|
"escapedName": "safe-buffer",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "5.1.2",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "5.1.2"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/minipass",
|
@@ -22,9 +28,8 @@
|
|
22
28
|
"/tar"
|
23
29
|
],
|
24
30
|
"_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
25
|
-
"
|
26
|
-
"
|
27
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/readable-stream",
|
31
|
+
"_spec": "5.1.2",
|
32
|
+
"_where": "/Users/pipobscure/fsevents",
|
28
33
|
"author": {
|
29
34
|
"name": "Feross Aboukhadijeh",
|
30
35
|
"email": "feross@feross.org",
|
@@ -33,8 +38,6 @@
|
|
33
38
|
"bugs": {
|
34
39
|
"url": "https://github.com/feross/safe-buffer/issues"
|
35
40
|
},
|
36
|
-
"bundleDependencies": false,
|
37
|
-
"deprecated": false,
|
38
41
|
"description": "Safer Node.js Buffer API",
|
39
42
|
"devDependencies": {
|
40
43
|
"standard": "*",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"safer-buffer@2.1.2",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "safer-buffer@2.1.2",
|
3
9
|
"_id": "safer-buffer@2.1.2",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
6
12
|
"_location": "/safer-buffer",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "safer-buffer
|
17
|
+
"raw": "safer-buffer@2.1.2",
|
12
18
|
"name": "safer-buffer",
|
13
19
|
"escapedName": "safer-buffer",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "2.1.2",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "2.1.2"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/iconv-lite"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/iconv-lite",
|
28
|
+
"_spec": "2.1.2",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Nikita Skovoroda",
|
27
32
|
"email": "chalkerx@gmail.com",
|
@@ -30,8 +35,6 @@
|
|
30
35
|
"bugs": {
|
31
36
|
"url": "https://github.com/ChALkeR/safer-buffer/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "Modern Buffer API polyfill without footguns",
|
36
39
|
"devDependencies": {
|
37
40
|
"standard": "^11.0.1",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"sax@1.2.4",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "sax@1.2.4",
|
3
9
|
"_id": "sax@1.2.4",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
|
6
12
|
"_location": "/sax",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "sax
|
17
|
+
"raw": "sax@1.2.4",
|
12
18
|
"name": "sax",
|
13
19
|
"escapedName": "sax",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.2.4",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.2.4"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/needle"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/needle",
|
28
|
+
"_spec": "1.2.4",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Isaac Z. Schlueter",
|
27
32
|
"email": "i@izs.me",
|
@@ -30,8 +35,6 @@
|
|
30
35
|
"bugs": {
|
31
36
|
"url": "https://github.com/isaacs/sax-js/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "An evented streaming XML parser in JavaScript",
|
36
39
|
"devDependencies": {
|
37
40
|
"standard": "^8.6.0",
|
@@ -1,35 +1,38 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"semver@5.7.0",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "semver@5.7.0",
|
3
9
|
"_id": "semver@5.7.0",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==",
|
6
12
|
"_location": "/semver",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "semver
|
17
|
+
"raw": "semver@5.7.0",
|
12
18
|
"name": "semver",
|
13
19
|
"escapedName": "semver",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "5.7.0",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "5.7.0"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/node-pre-gyp"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.0.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/node-pre-gyp",
|
28
|
+
"_spec": "5.7.0",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"bin": {
|
26
31
|
"semver": "./bin/semver"
|
27
32
|
},
|
28
33
|
"bugs": {
|
29
34
|
"url": "https://github.com/npm/node-semver/issues"
|
30
35
|
},
|
31
|
-
"bundleDependencies": false,
|
32
|
-
"deprecated": false,
|
33
36
|
"description": "The semantic version parser used by npm.",
|
34
37
|
"devDependencies": {
|
35
38
|
"tap": "^13.0.0-rc.18"
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"set-blocking@2.0.0",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "set-blocking@2.0.0",
|
3
9
|
"_id": "set-blocking@2.0.0",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
|
6
12
|
"_location": "/set-blocking",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "set-blocking
|
17
|
+
"raw": "set-blocking@2.0.0",
|
12
18
|
"name": "set-blocking",
|
13
19
|
"escapedName": "set-blocking",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "2.0.0",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "2.0.0"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/npmlog"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/npmlog",
|
28
|
+
"_spec": "2.0.0",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Ben Coe",
|
27
32
|
"email": "ben@npmjs.com"
|
@@ -29,8 +34,6 @@
|
|
29
34
|
"bugs": {
|
30
35
|
"url": "https://github.com/yargs/set-blocking/issues"
|
31
36
|
},
|
32
|
-
"bundleDependencies": false,
|
33
|
-
"deprecated": false,
|
34
37
|
"description": "set blocking stdio and stderr ensuring that terminal output does not truncate",
|
35
38
|
"devDependencies": {
|
36
39
|
"chai": "^3.5.0",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"signal-exit@3.0.2",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "signal-exit@3.0.2",
|
3
9
|
"_id": "signal-exit@3.0.2",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
|
6
12
|
"_location": "/signal-exit",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "signal-exit
|
17
|
+
"raw": "signal-exit@3.0.2",
|
12
18
|
"name": "signal-exit",
|
13
19
|
"escapedName": "signal-exit",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "3.0.2",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "3.0.2"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/gauge"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/gauge",
|
28
|
+
"_spec": "3.0.2",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Ben Coe",
|
27
32
|
"email": "ben@npmjs.com"
|
@@ -29,8 +34,6 @@
|
|
29
34
|
"bugs": {
|
30
35
|
"url": "https://github.com/tapjs/signal-exit/issues"
|
31
36
|
},
|
32
|
-
"bundleDependencies": false,
|
33
|
-
"deprecated": false,
|
34
37
|
"description": "when you want to fire an event no matter how a process exits.",
|
35
38
|
"devDependencies": {
|
36
39
|
"chai": "^3.5.0",
|
@@ -1,28 +1,33 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"string-width@1.0.2",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "string-width@1.0.2",
|
3
9
|
"_id": "string-width@1.0.2",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
|
6
12
|
"_location": "/string-width",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "string-width
|
17
|
+
"raw": "string-width@1.0.2",
|
12
18
|
"name": "string-width",
|
13
19
|
"escapedName": "string-width",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.0.2",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.0.2"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/gauge",
|
20
26
|
"/wide-align"
|
21
27
|
],
|
22
28
|
"_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/gauge",
|
29
|
+
"_spec": "1.0.2",
|
30
|
+
"_where": "/Users/pipobscure/fsevents",
|
26
31
|
"author": {
|
27
32
|
"name": "Sindre Sorhus",
|
28
33
|
"email": "sindresorhus@gmail.com",
|
@@ -31,13 +36,11 @@
|
|
31
36
|
"bugs": {
|
32
37
|
"url": "https://github.com/sindresorhus/string-width/issues"
|
33
38
|
},
|
34
|
-
"bundleDependencies": false,
|
35
39
|
"dependencies": {
|
36
40
|
"code-point-at": "^1.0.0",
|
37
41
|
"is-fullwidth-code-point": "^1.0.0",
|
38
42
|
"strip-ansi": "^3.0.0"
|
39
43
|
},
|
40
|
-
"deprecated": false,
|
41
44
|
"description": "Get the visual width of a string - the number of columns required to display it",
|
42
45
|
"devDependencies": {
|
43
46
|
"ava": "*",
|
@@ -1,35 +1,38 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"string_decoder@1.1.1",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "string_decoder@1.1.1",
|
3
9
|
"_id": "string_decoder@1.1.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
6
12
|
"_location": "/string_decoder",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "string_decoder
|
17
|
+
"raw": "string_decoder@1.1.1",
|
12
18
|
"name": "string_decoder",
|
13
19
|
"escapedName": "string_decoder",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.1.1",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.1.1"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/readable-stream"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/readable-stream",
|
28
|
+
"_spec": "1.1.1",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"bugs": {
|
26
31
|
"url": "https://github.com/nodejs/string_decoder/issues"
|
27
32
|
},
|
28
|
-
"bundleDependencies": false,
|
29
33
|
"dependencies": {
|
30
34
|
"safe-buffer": "~5.1.0"
|
31
35
|
},
|
32
|
-
"deprecated": false,
|
33
36
|
"description": "The string_decoder module from Node core",
|
34
37
|
"devDependencies": {
|
35
38
|
"babel-polyfill": "^6.23.0",
|
@@ -1,28 +1,33 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"strip-ansi@3.0.1",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "strip-ansi@3.0.1",
|
3
9
|
"_id": "strip-ansi@3.0.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
|
6
12
|
"_location": "/strip-ansi",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "strip-ansi
|
17
|
+
"raw": "strip-ansi@3.0.1",
|
12
18
|
"name": "strip-ansi",
|
13
19
|
"escapedName": "strip-ansi",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "3.0.1",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "3.0.1"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/gauge",
|
20
26
|
"/string-width"
|
21
27
|
],
|
22
28
|
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/gauge",
|
29
|
+
"_spec": "3.0.1",
|
30
|
+
"_where": "/Users/pipobscure/fsevents",
|
26
31
|
"author": {
|
27
32
|
"name": "Sindre Sorhus",
|
28
33
|
"email": "sindresorhus@gmail.com",
|
@@ -31,11 +36,9 @@
|
|
31
36
|
"bugs": {
|
32
37
|
"url": "https://github.com/chalk/strip-ansi/issues"
|
33
38
|
},
|
34
|
-
"bundleDependencies": false,
|
35
39
|
"dependencies": {
|
36
40
|
"ansi-regex": "^2.0.0"
|
37
41
|
},
|
38
|
-
"deprecated": false,
|
39
42
|
"description": "Strip ANSI escape codes",
|
40
43
|
"devDependencies": {
|
41
44
|
"ava": "*",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"strip-json-comments@2.0.1",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "strip-json-comments@2.0.1",
|
3
9
|
"_id": "strip-json-comments@2.0.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
|
6
12
|
"_location": "/strip-json-comments",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "strip-json-comments
|
17
|
+
"raw": "strip-json-comments@2.0.1",
|
12
18
|
"name": "strip-json-comments",
|
13
19
|
"escapedName": "strip-json-comments",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "2.0.1",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "2.0.1"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/rc"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/rc",
|
28
|
+
"_spec": "2.0.1",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Sindre Sorhus",
|
27
32
|
"email": "sindresorhus@gmail.com",
|
@@ -30,8 +35,6 @@
|
|
30
35
|
"bugs": {
|
31
36
|
"url": "https://github.com/sindresorhus/strip-json-comments/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "Strip comments from JSON. Lets you use comments in your JSON files!",
|
36
39
|
"devDependencies": {
|
37
40
|
"ava": "*",
|