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
package/.travis.yml
CHANGED
@@ -5,6 +5,7 @@ env:
|
|
5
5
|
- secure: "gve1nkeKkwFEG1VAT3i+JwYyAdF0gKXwKx0uxbkBTsmm2M+0MDusohQdFLoEIkSIFktXBIDefoa7iGpLKRfG2VsZLpwJgnvnD0HqbnuR+k+W+bu7BHt4CAaR6GTllsDCjyq9zNyhUThzSnf2WNIpOEF5kHspZlbGfawURuUJH/U="
|
6
6
|
- secure: "jqVpmWxxBVXu2X8+XJMpKH0cooc2EKz9xKL2znBfYdNafJORSXcFAVbjCX5mZmVDcgIMwDtm2+gIG4P73hzJ2e3S+y2Z9ROJGyXHa3AxUTvXHQsxqzH8coHHqB8vTvfr0t2O5aKfpvpICpSea39r0hzNoMv6Ie5SwBdqj1YY9K0="
|
7
7
|
matrix:
|
8
|
+
- NODE_VERSION="v12"
|
8
9
|
- NODE_VERSION="v11"
|
9
10
|
- NODE_VERSION="v10"
|
10
11
|
- NODE_VERSION="v9"
|
package/fsevents.cc
CHANGED
@@ -40,7 +40,7 @@ namespace fse {
|
|
40
40
|
// Common
|
41
41
|
CFArrayRef paths;
|
42
42
|
std::vector<fse_event*> events;
|
43
|
-
static void Initialize(v8::
|
43
|
+
static void Initialize(v8::Local<v8::Object> exports);
|
44
44
|
|
45
45
|
// methods.cc - exposed
|
46
46
|
static NAN_METHOD(New);
|
@@ -73,19 +73,16 @@ FSEvents::~FSEvents() {
|
|
73
73
|
#include "src/constants.cc"
|
74
74
|
#include "src/methods.cc"
|
75
75
|
|
76
|
-
void FSEvents::Initialize(v8::
|
76
|
+
void FSEvents::Initialize(v8::Local<v8::Object> exports) {
|
77
|
+
v8::Isolate* isolate = exports->GetIsolate();
|
78
|
+
v8::Local<v8::Context> context = isolate->GetCurrentContext();
|
77
79
|
v8::Local<v8::FunctionTemplate> tpl = Nan::New<v8::FunctionTemplate>(FSEvents::New);
|
78
80
|
tpl->SetClassName(Nan::New<v8::String>("FSEvents").ToLocalChecked());
|
79
81
|
tpl->InstanceTemplate()->SetInternalFieldCount(1);
|
80
|
-
tpl
|
81
|
-
|
82
|
-
|
83
|
-
tpl->
|
84
|
-
Nan::New<v8::String>("stop").ToLocalChecked(),
|
85
|
-
Nan::New<v8::FunctionTemplate>(FSEvents::Stop));
|
86
|
-
exports->Set(Nan::New<v8::String>("Constants").ToLocalChecked(), Constants());
|
87
|
-
exports->Set(Nan::New<v8::String>("FSEvents").ToLocalChecked(),
|
88
|
-
tpl->GetFunction());
|
82
|
+
Nan::SetPrototypeTemplate(tpl, "start", Nan::New<v8::FunctionTemplate>(FSEvents::Start));
|
83
|
+
Nan::SetPrototypeTemplate(tpl, "stop", Nan::New<v8::FunctionTemplate>(FSEvents::Stop));
|
84
|
+
Nan::Set(exports, Nan::New<v8::String>("Constants").ToLocalChecked(), Constants());
|
85
|
+
Nan::Set(exports, Nan::New<v8::String>("FSEvents").ToLocalChecked(), tpl->GetFunction(context).ToLocalChecked());
|
89
86
|
}
|
90
87
|
|
91
88
|
NODE_MODULE(fse, FSEvents::Initialize)
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"abbrev@1.1.1",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "abbrev@1.1.1",
|
3
9
|
"_id": "abbrev@1.1.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
|
6
12
|
"_location": "/abbrev",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "abbrev@1",
|
17
|
+
"raw": "abbrev@1.1.1",
|
12
18
|
"name": "abbrev",
|
13
19
|
"escapedName": "abbrev",
|
14
|
-
"rawSpec": "1",
|
20
|
+
"rawSpec": "1.1.1",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "1"
|
22
|
+
"fetchSpec": "1.1.1"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/nopt"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/nopt",
|
28
|
+
"_spec": "1.1.1",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Isaac Z. Schlueter",
|
27
32
|
"email": "i@izs.me"
|
@@ -29,8 +34,6 @@
|
|
29
34
|
"bugs": {
|
30
35
|
"url": "https://github.com/isaacs/abbrev-js/issues"
|
31
36
|
},
|
32
|
-
"bundleDependencies": false,
|
33
|
-
"deprecated": false,
|
34
37
|
"description": "Like ruby's abbrev module, but in js",
|
35
38
|
"devDependencies": {
|
36
39
|
"tap": "^10.1"
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"ansi-regex@2.1.1",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "ansi-regex@2.1.1",
|
3
9
|
"_id": "ansi-regex@2.1.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
|
6
12
|
"_location": "/ansi-regex",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "ansi-regex
|
17
|
+
"raw": "ansi-regex@2.1.1",
|
12
18
|
"name": "ansi-regex",
|
13
19
|
"escapedName": "ansi-regex",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "2.1.1",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "2.1.1"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/strip-ansi"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/strip-ansi",
|
28
|
+
"_spec": "2.1.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/chalk/ansi-regex/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "Regular expression for matching ANSI escape codes",
|
36
39
|
"devDependencies": {
|
37
40
|
"ava": "0.17.0",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"aproba@1.2.0",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "aproba@1.2.0",
|
3
9
|
"_id": "aproba@1.2.0",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
|
6
12
|
"_location": "/aproba",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "aproba
|
17
|
+
"raw": "aproba@1.2.0",
|
12
18
|
"name": "aproba",
|
13
19
|
"escapedName": "aproba",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.2.0",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.2.0"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/gauge"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/gauge",
|
28
|
+
"_spec": "1.2.0",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Rebecca Turner",
|
27
32
|
"email": "me@re-becca.org"
|
@@ -29,9 +34,7 @@
|
|
29
34
|
"bugs": {
|
30
35
|
"url": "https://github.com/iarna/aproba/issues"
|
31
36
|
},
|
32
|
-
"bundleDependencies": false,
|
33
37
|
"dependencies": {},
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "A ridiculously light-weight argument validator (now browser friendly)",
|
36
39
|
"devDependencies": {
|
37
40
|
"standard": "^10.0.3",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"are-we-there-yet@1.1.5",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "are-we-there-yet@1.1.5",
|
3
9
|
"_id": "are-we-there-yet@1.1.5",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==",
|
6
12
|
"_location": "/are-we-there-yet",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "are-we-there-yet
|
17
|
+
"raw": "are-we-there-yet@1.1.5",
|
12
18
|
"name": "are-we-there-yet",
|
13
19
|
"escapedName": "are-we-there-yet",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.1.5",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.1.5"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/npmlog"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/npmlog",
|
28
|
+
"_spec": "1.1.5",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Rebecca Turner",
|
27
32
|
"url": "http://re-becca.org"
|
@@ -29,12 +34,10 @@
|
|
29
34
|
"bugs": {
|
30
35
|
"url": "https://github.com/iarna/are-we-there-yet/issues"
|
31
36
|
},
|
32
|
-
"bundleDependencies": false,
|
33
37
|
"dependencies": {
|
34
38
|
"delegates": "^1.0.0",
|
35
39
|
"readable-stream": "^2.0.6"
|
36
40
|
},
|
37
|
-
"deprecated": false,
|
38
41
|
"description": "Keep track of the overall completion of many disparate processes",
|
39
42
|
"devDependencies": {
|
40
43
|
"standard": "^11.0.1",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"balanced-match@1.0.0",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "balanced-match@1.0.0",
|
3
9
|
"_id": "balanced-match@1.0.0",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
|
6
12
|
"_location": "/balanced-match",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "balanced-match
|
17
|
+
"raw": "balanced-match@1.0.0",
|
12
18
|
"name": "balanced-match",
|
13
19
|
"escapedName": "balanced-match",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.0.0",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.0.0"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/brace-expansion"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/brace-expansion",
|
28
|
+
"_spec": "1.0.0",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Julian Gruber",
|
27
32
|
"email": "mail@juliangruber.com",
|
@@ -30,9 +35,7 @@
|
|
30
35
|
"bugs": {
|
31
36
|
"url": "https://github.com/juliangruber/balanced-match/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
38
|
"dependencies": {},
|
35
|
-
"deprecated": false,
|
36
39
|
"description": "Match balanced character pairs, like \"{\" and \"}\"",
|
37
40
|
"devDependencies": {
|
38
41
|
"matcha": "^0.7.0",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"brace-expansion@1.1.11",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "brace-expansion@1.1.11",
|
3
9
|
"_id": "brace-expansion@1.1.11",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
6
12
|
"_location": "/brace-expansion",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "brace-expansion
|
17
|
+
"raw": "brace-expansion@1.1.11",
|
12
18
|
"name": "brace-expansion",
|
13
19
|
"escapedName": "brace-expansion",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.1.11",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.1.11"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/minimatch"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/minimatch",
|
28
|
+
"_spec": "1.1.11",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Julian Gruber",
|
27
32
|
"email": "mail@juliangruber.com",
|
@@ -30,12 +35,10 @@
|
|
30
35
|
"bugs": {
|
31
36
|
"url": "https://github.com/juliangruber/brace-expansion/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
38
|
"dependencies": {
|
35
39
|
"balanced-match": "^1.0.0",
|
36
40
|
"concat-map": "0.0.1"
|
37
41
|
},
|
38
|
-
"deprecated": false,
|
39
42
|
"description": "Brace expansion as known from sh/bash",
|
40
43
|
"devDependencies": {
|
41
44
|
"matcha": "^0.7.0",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"chownr@1.1.1",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "chownr@1.1.1",
|
3
9
|
"_id": "chownr@1.1.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g==",
|
6
12
|
"_location": "/chownr",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "chownr
|
17
|
+
"raw": "chownr@1.1.1",
|
12
18
|
"name": "chownr",
|
13
19
|
"escapedName": "chownr",
|
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
|
"/tar"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.1.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/tar",
|
28
|
+
"_spec": "1.1.1",
|
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/chownr/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "like `chown -R`",
|
36
39
|
"devDependencies": {
|
37
40
|
"mkdirp": "0.3",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"code-point-at@1.1.0",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "code-point-at@1.1.0",
|
3
9
|
"_id": "code-point-at@1.1.0",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
|
6
12
|
"_location": "/code-point-at",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "code-point-at
|
17
|
+
"raw": "code-point-at@1.1.0",
|
12
18
|
"name": "code-point-at",
|
13
19
|
"escapedName": "code-point-at",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.1.0",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.1.0"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/string-width"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/string-width",
|
28
|
+
"_spec": "1.1.0",
|
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/code-point-at/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "ES2015 `String#codePointAt()` ponyfill",
|
36
39
|
"devDependencies": {
|
37
40
|
"ava": "*",
|
@@ -1,4 +1,10 @@
|
|
1
1
|
{
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"concat-map@0.0.1",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
2
8
|
"_from": "concat-map@0.0.1",
|
3
9
|
"_id": "concat-map@0.0.1",
|
4
10
|
"_inBundle": false,
|
@@ -19,9 +25,8 @@
|
|
19
25
|
"/brace-expansion"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/brace-expansion",
|
28
|
+
"_spec": "0.0.1",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "James Halliday",
|
27
32
|
"email": "mail@substack.net",
|
@@ -30,8 +35,6 @@
|
|
30
35
|
"bugs": {
|
31
36
|
"url": "https://github.com/substack/node-concat-map/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "concatenative mapdashery",
|
36
39
|
"devDependencies": {
|
37
40
|
"tape": "~2.4.0"
|
@@ -1,28 +1,33 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"console-control-strings@1.1.0",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "console-control-strings@1.1.0",
|
3
9
|
"_id": "console-control-strings@1.1.0",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
|
6
12
|
"_location": "/console-control-strings",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "console-control-strings
|
17
|
+
"raw": "console-control-strings@1.1.0",
|
12
18
|
"name": "console-control-strings",
|
13
19
|
"escapedName": "console-control-strings",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.1.0",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.1.0"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/gauge",
|
20
26
|
"/npmlog"
|
21
27
|
],
|
22
28
|
"_resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/npmlog",
|
29
|
+
"_spec": "1.1.0",
|
30
|
+
"_where": "/Users/pipobscure/fsevents",
|
26
31
|
"author": {
|
27
32
|
"name": "Rebecca Turner",
|
28
33
|
"email": "me@re-becca.org",
|
@@ -31,8 +36,6 @@
|
|
31
36
|
"bugs": {
|
32
37
|
"url": "https://github.com/iarna/console-control-strings/issues"
|
33
38
|
},
|
34
|
-
"bundleDependencies": false,
|
35
|
-
"deprecated": false,
|
36
39
|
"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
40
|
"devDependencies": {
|
38
41
|
"standard": "^7.1.2",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"core-util-is@1.0.2",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "core-util-is@1.0.2",
|
3
9
|
"_id": "core-util-is@1.0.2",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
|
6
12
|
"_location": "/core-util-is",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "core-util-is
|
17
|
+
"raw": "core-util-is@1.0.2",
|
12
18
|
"name": "core-util-is",
|
13
19
|
"escapedName": "core-util-is",
|
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
|
"/readable-stream"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/readable-stream",
|
28
|
+
"_spec": "1.0.2",
|
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/core-util-is/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "The `util.is*` functions introduced in Node v0.12.",
|
36
39
|
"devDependencies": {
|
37
40
|
"tap": "^2.3.0"
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"debug@4.1.1",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "debug@4.1.1",
|
3
9
|
"_id": "debug@4.1.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
|
6
12
|
"_location": "/debug",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "debug
|
17
|
+
"raw": "debug@4.1.1",
|
12
18
|
"name": "debug",
|
13
19
|
"escapedName": "debug",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "4.1.1",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "4.1.1"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/needle"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/needle",
|
28
|
+
"_spec": "4.1.1",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "TJ Holowaychuk",
|
27
32
|
"email": "tj@vision-media.ca"
|
@@ -30,7 +35,6 @@
|
|
30
35
|
"bugs": {
|
31
36
|
"url": "https://github.com/visionmedia/debug/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
38
|
"contributors": [
|
35
39
|
{
|
36
40
|
"name": "Nathan Rajlich",
|
@@ -45,7 +49,6 @@
|
|
45
49
|
"dependencies": {
|
46
50
|
"ms": "^2.1.1"
|
47
51
|
},
|
48
|
-
"deprecated": false,
|
49
52
|
"description": "small debugging utility",
|
50
53
|
"devDependencies": {
|
51
54
|
"@babel/cli": "^7.0.0",
|