fsevents 1.2.2 → 1.2.3

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.

Files changed (70) hide show
  1. package/.travis.yml +1 -0
  2. package/fsevents.cc +4 -8
  3. package/node_modules/abbrev/package.json +14 -14
  4. package/node_modules/ansi-regex/package.json +14 -13
  5. package/node_modules/aproba/package.json +14 -13
  6. package/node_modules/are-we-there-yet/package.json +14 -13
  7. package/node_modules/balanced-match/package.json +14 -13
  8. package/node_modules/brace-expansion/package.json +14 -13
  9. package/node_modules/chownr/package.json +14 -13
  10. package/node_modules/code-point-at/package.json +14 -13
  11. package/node_modules/concat-map/package.json +9 -8
  12. package/node_modules/console-control-strings/package.json +14 -14
  13. package/node_modules/core-util-is/package.json +14 -13
  14. package/node_modules/debug/package.json +14 -13
  15. package/node_modules/deep-extend/package.json +14 -13
  16. package/node_modules/delegates/package.json +14 -13
  17. package/node_modules/detect-libc/package.json +14 -13
  18. package/node_modules/fs-minipass/package.json +14 -13
  19. package/node_modules/fs.realpath/package.json +14 -13
  20. package/node_modules/gauge/package.json +14 -13
  21. package/node_modules/glob/package.json +14 -13
  22. package/node_modules/has-unicode/package.json +14 -13
  23. package/node_modules/iconv-lite/package.json +14 -13
  24. package/node_modules/ignore-walk/package.json +14 -13
  25. package/node_modules/inflight/package.json +14 -13
  26. package/node_modules/inherits/package.json +14 -16
  27. package/node_modules/ini/package.json +14 -13
  28. package/node_modules/is-fullwidth-code-point/package.json +14 -13
  29. package/node_modules/isarray/package.json +14 -13
  30. package/node_modules/minimatch/package.json +14 -14
  31. package/node_modules/minimist/package.json +9 -8
  32. package/node_modules/minipass/package.json +14 -15
  33. package/node_modules/minizlib/package.json +14 -13
  34. package/node_modules/mkdirp/package.json +14 -15
  35. package/node_modules/ms/package.json +9 -8
  36. package/node_modules/needle/package.json +14 -13
  37. package/node_modules/node-pre-gyp/package.json +12 -9
  38. package/node_modules/nopt/package.json +14 -13
  39. package/node_modules/npm-bundled/package.json +14 -13
  40. package/node_modules/npm-packlist/package.json +14 -13
  41. package/node_modules/npmlog/package.json +14 -13
  42. package/node_modules/number-is-nan/package.json +14 -13
  43. package/node_modules/object-assign/package.json +14 -13
  44. package/node_modules/once/package.json +14 -14
  45. package/node_modules/os-homedir/package.json +14 -13
  46. package/node_modules/os-tmpdir/package.json +14 -13
  47. package/node_modules/osenv/package.json +14 -13
  48. package/node_modules/path-is-absolute/package.json +14 -13
  49. package/node_modules/process-nextick-args/package.json +14 -13
  50. package/node_modules/rc/node_modules/minimist/package.json +14 -13
  51. package/node_modules/rc/package.json +14 -13
  52. package/node_modules/readable-stream/package.json +14 -13
  53. package/node_modules/rimraf/package.json +14 -13
  54. package/node_modules/safe-buffer/package.json +14 -16
  55. package/node_modules/safer-buffer/package.json +14 -13
  56. package/node_modules/sax/package.json +14 -13
  57. package/node_modules/semver/package.json +14 -13
  58. package/node_modules/set-blocking/package.json +14 -13
  59. package/node_modules/signal-exit/package.json +14 -13
  60. package/node_modules/string-width/package.json +14 -14
  61. package/node_modules/string_decoder/package.json +14 -13
  62. package/node_modules/strip-ansi/package.json +14 -14
  63. package/node_modules/strip-json-comments/package.json +14 -13
  64. package/node_modules/tar/package.json +14 -13
  65. package/node_modules/util-deprecate/package.json +14 -13
  66. package/node_modules/wide-align/package.json +14 -13
  67. package/node_modules/wrappy/package.json +14 -14
  68. package/node_modules/yallist/package.json +14 -14
  69. package/package.json +1 -1
  70. package/src/methods.cc +9 -7
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="v10"
8
9
  - NODE_VERSION="v9"
9
10
  - NODE_VERSION="v8"
10
11
  - NODE_VERSION="v7"
package/fsevents.cc CHANGED
@@ -14,9 +14,9 @@
14
14
 
15
15
  #include "src/storage.cc"
16
16
  namespace fse {
17
- class FSEvents : public node::ObjectWrap {
17
+ class FSEvents : public Nan::ObjectWrap {
18
18
  public:
19
- FSEvents(const char *path, Nan::Callback *handler);
19
+ explicit FSEvents(const char *path);
20
20
  ~FSEvents();
21
21
 
22
22
  // locking.cc
@@ -42,7 +42,6 @@ namespace fse {
42
42
 
43
43
  // methods.cc - internal
44
44
  Nan::AsyncResource async_resource;
45
- Nan::Callback *handler;
46
45
  void emitEvent(const char *path, UInt32 flags, UInt64 id);
47
46
 
48
47
  // Common
@@ -60,18 +59,15 @@ namespace fse {
60
59
 
61
60
  using namespace fse;
62
61
 
63
- FSEvents::FSEvents(const char *path, Nan::Callback *handler)
64
- : async_resource("fsevents:FSEvents"), handler(handler) {
62
+ FSEvents::FSEvents(const char *path)
63
+ : async_resource("fsevents:FSEvents"), lockStarted(false) {
65
64
  CFStringRef dirs[] = { CFStringCreateWithCString(NULL, path, kCFStringEncodingUTF8) };
66
65
  paths = CFArrayCreate(NULL, (const void **)&dirs, 1, NULL);
67
66
  threadloop = NULL;
68
67
  lockingStart();
69
68
  }
70
69
  FSEvents::~FSEvents() {
71
- std::cout << "YIKES" << std::endl;
72
70
  lockingStop();
73
- delete handler;
74
- handler = NULL;
75
71
 
76
72
  CFRelease(paths);
77
73
  }
@@ -1,28 +1,30 @@
1
1
  {
2
- "_from": "abbrev@1",
2
+ "_args": [
3
+ [
4
+ "abbrev@1.1.1",
5
+ "/Users/eshanker/Code/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": "range",
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
- "_requiredBy": [
19
- "/nopt",
20
- "/tap/nopt"
21
- ],
24
+ "_requiredBy": [],
22
25
  "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
23
- "_shasum": "f8f2c887ad10bf67f634f005b6987fed3179aac8",
24
- "_spec": "abbrev@1",
25
- "_where": "/Users/eshanker/Code/fsevents/node_modules/nopt",
26
+ "_spec": "1.1.1",
27
+ "_where": "/Users/eshanker/Code/fsevents",
26
28
  "author": {
27
29
  "name": "Isaac Z. Schlueter",
28
30
  "email": "i@izs.me"
@@ -30,8 +32,6 @@
30
32
  "bugs": {
31
33
  "url": "https://github.com/isaacs/abbrev-js/issues"
32
34
  },
33
- "bundleDependencies": false,
34
- "deprecated": false,
35
35
  "description": "Like ruby's abbrev module, but in js",
36
36
  "devDependencies": {
37
37
  "tap": "^10.1"
@@ -1,27 +1,30 @@
1
1
  {
2
- "_from": "ansi-regex@^2.0.0",
2
+ "_args": [
3
+ [
4
+ "ansi-regex@2.1.1",
5
+ "/Users/eshanker/Code/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": "range",
15
+ "type": "version",
10
16
  "registry": true,
11
- "raw": "ansi-regex@^2.0.0",
17
+ "raw": "ansi-regex@2.1.1",
12
18
  "name": "ansi-regex",
13
19
  "escapedName": "ansi-regex",
14
- "rawSpec": "^2.0.0",
20
+ "rawSpec": "2.1.1",
15
21
  "saveSpec": null,
16
- "fetchSpec": "^2.0.0"
22
+ "fetchSpec": "2.1.1"
17
23
  },
18
- "_requiredBy": [
19
- "/strip-ansi"
20
- ],
24
+ "_requiredBy": [],
21
25
  "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
22
- "_shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df",
23
- "_spec": "ansi-regex@^2.0.0",
24
- "_where": "/Users/eshanker/Code/fsevents/node_modules/strip-ansi",
26
+ "_spec": "2.1.1",
27
+ "_where": "/Users/eshanker/Code/fsevents",
25
28
  "author": {
26
29
  "name": "Sindre Sorhus",
27
30
  "email": "sindresorhus@gmail.com",
@@ -30,8 +33,6 @@
30
33
  "bugs": {
31
34
  "url": "https://github.com/chalk/ansi-regex/issues"
32
35
  },
33
- "bundleDependencies": false,
34
- "deprecated": false,
35
36
  "description": "Regular expression for matching ANSI escape codes",
36
37
  "devDependencies": {
37
38
  "ava": "0.17.0",
@@ -1,27 +1,30 @@
1
1
  {
2
- "_from": "aproba@^1.0.3",
2
+ "_args": [
3
+ [
4
+ "aproba@1.2.0",
5
+ "/Users/eshanker/Code/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": "range",
15
+ "type": "version",
10
16
  "registry": true,
11
- "raw": "aproba@^1.0.3",
17
+ "raw": "aproba@1.2.0",
12
18
  "name": "aproba",
13
19
  "escapedName": "aproba",
14
- "rawSpec": "^1.0.3",
20
+ "rawSpec": "1.2.0",
15
21
  "saveSpec": null,
16
- "fetchSpec": "^1.0.3"
22
+ "fetchSpec": "1.2.0"
17
23
  },
18
- "_requiredBy": [
19
- "/gauge"
20
- ],
24
+ "_requiredBy": [],
21
25
  "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
22
- "_shasum": "6802e6264efd18c790a1b0d517f0f2627bf2c94a",
23
- "_spec": "aproba@^1.0.3",
24
- "_where": "/Users/eshanker/Code/fsevents/node_modules/gauge",
26
+ "_spec": "1.2.0",
27
+ "_where": "/Users/eshanker/Code/fsevents",
25
28
  "author": {
26
29
  "name": "Rebecca Turner",
27
30
  "email": "me@re-becca.org"
@@ -29,9 +32,7 @@
29
32
  "bugs": {
30
33
  "url": "https://github.com/iarna/aproba/issues"
31
34
  },
32
- "bundleDependencies": false,
33
35
  "dependencies": {},
34
- "deprecated": false,
35
36
  "description": "A ridiculously light-weight argument validator (now browser friendly)",
36
37
  "devDependencies": {
37
38
  "standard": "^10.0.3",
@@ -1,27 +1,30 @@
1
1
  {
2
- "_from": "are-we-there-yet@~1.1.2",
2
+ "_args": [
3
+ [
4
+ "are-we-there-yet@1.1.4",
5
+ "/Users/eshanker/Code/fsevents"
6
+ ]
7
+ ],
8
+ "_from": "are-we-there-yet@1.1.4",
3
9
  "_id": "are-we-there-yet@1.1.4",
4
10
  "_inBundle": false,
5
11
  "_integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=",
6
12
  "_location": "/are-we-there-yet",
7
13
  "_phantomChildren": {},
8
14
  "_requested": {
9
- "type": "range",
15
+ "type": "version",
10
16
  "registry": true,
11
- "raw": "are-we-there-yet@~1.1.2",
17
+ "raw": "are-we-there-yet@1.1.4",
12
18
  "name": "are-we-there-yet",
13
19
  "escapedName": "are-we-there-yet",
14
- "rawSpec": "~1.1.2",
20
+ "rawSpec": "1.1.4",
15
21
  "saveSpec": null,
16
- "fetchSpec": "~1.1.2"
22
+ "fetchSpec": "1.1.4"
17
23
  },
18
- "_requiredBy": [
19
- "/npmlog"
20
- ],
24
+ "_requiredBy": [],
21
25
  "_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz",
22
- "_shasum": "bb5dca382bb94f05e15194373d16fd3ba1ca110d",
23
- "_spec": "are-we-there-yet@~1.1.2",
24
- "_where": "/Users/eshanker/Code/fsevents/node_modules/npmlog",
26
+ "_spec": "1.1.4",
27
+ "_where": "/Users/eshanker/Code/fsevents",
25
28
  "author": {
26
29
  "name": "Rebecca Turner",
27
30
  "url": "http://re-becca.org"
@@ -29,12 +32,10 @@
29
32
  "bugs": {
30
33
  "url": "https://github.com/iarna/are-we-there-yet/issues"
31
34
  },
32
- "bundleDependencies": false,
33
35
  "dependencies": {
34
36
  "delegates": "^1.0.0",
35
37
  "readable-stream": "^2.0.6"
36
38
  },
37
- "deprecated": false,
38
39
  "description": "Keep track of the overall completion of many disparate processes",
39
40
  "devDependencies": {
40
41
  "standard": "^6.0.8",
@@ -1,27 +1,30 @@
1
1
  {
2
- "_from": "balanced-match@^1.0.0",
2
+ "_args": [
3
+ [
4
+ "balanced-match@1.0.0",
5
+ "/Users/eshanker/Code/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": "range",
15
+ "type": "version",
10
16
  "registry": true,
11
- "raw": "balanced-match@^1.0.0",
17
+ "raw": "balanced-match@1.0.0",
12
18
  "name": "balanced-match",
13
19
  "escapedName": "balanced-match",
14
- "rawSpec": "^1.0.0",
20
+ "rawSpec": "1.0.0",
15
21
  "saveSpec": null,
16
- "fetchSpec": "^1.0.0"
22
+ "fetchSpec": "1.0.0"
17
23
  },
18
- "_requiredBy": [
19
- "/brace-expansion"
20
- ],
24
+ "_requiredBy": [],
21
25
  "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
22
- "_shasum": "89b4d199ab2bee49de164ea02b89ce462d71b767",
23
- "_spec": "balanced-match@^1.0.0",
24
- "_where": "/Users/eshanker/Code/fsevents/node_modules/brace-expansion",
26
+ "_spec": "1.0.0",
27
+ "_where": "/Users/eshanker/Code/fsevents",
25
28
  "author": {
26
29
  "name": "Julian Gruber",
27
30
  "email": "mail@juliangruber.com",
@@ -30,9 +33,7 @@
30
33
  "bugs": {
31
34
  "url": "https://github.com/juliangruber/balanced-match/issues"
32
35
  },
33
- "bundleDependencies": false,
34
36
  "dependencies": {},
35
- "deprecated": false,
36
37
  "description": "Match balanced character pairs, like \"{\" and \"}\"",
37
38
  "devDependencies": {
38
39
  "matcha": "^0.7.0",
@@ -1,27 +1,30 @@
1
1
  {
2
- "_from": "brace-expansion@^1.1.7",
2
+ "_args": [
3
+ [
4
+ "brace-expansion@1.1.11",
5
+ "/Users/eshanker/Code/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": "range",
15
+ "type": "version",
10
16
  "registry": true,
11
- "raw": "brace-expansion@^1.1.7",
17
+ "raw": "brace-expansion@1.1.11",
12
18
  "name": "brace-expansion",
13
19
  "escapedName": "brace-expansion",
14
- "rawSpec": "^1.1.7",
20
+ "rawSpec": "1.1.11",
15
21
  "saveSpec": null,
16
- "fetchSpec": "^1.1.7"
22
+ "fetchSpec": "1.1.11"
17
23
  },
18
- "_requiredBy": [
19
- "/minimatch"
20
- ],
24
+ "_requiredBy": [],
21
25
  "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
22
- "_shasum": "3c7fcbf529d87226f3d2f52b966ff5271eb441dd",
23
- "_spec": "brace-expansion@^1.1.7",
24
- "_where": "/Users/eshanker/Code/fsevents/node_modules/minimatch",
26
+ "_spec": "1.1.11",
27
+ "_where": "/Users/eshanker/Code/fsevents",
25
28
  "author": {
26
29
  "name": "Julian Gruber",
27
30
  "email": "mail@juliangruber.com",
@@ -30,12 +33,10 @@
30
33
  "bugs": {
31
34
  "url": "https://github.com/juliangruber/brace-expansion/issues"
32
35
  },
33
- "bundleDependencies": false,
34
36
  "dependencies": {
35
37
  "balanced-match": "^1.0.0",
36
38
  "concat-map": "0.0.1"
37
39
  },
38
- "deprecated": false,
39
40
  "description": "Brace expansion as known from sh/bash",
40
41
  "devDependencies": {
41
42
  "matcha": "^0.7.0",
@@ -1,27 +1,30 @@
1
1
  {
2
- "_from": "chownr@^1.0.1",
2
+ "_args": [
3
+ [
4
+ "chownr@1.0.1",
5
+ "/Users/eshanker/Code/fsevents"
6
+ ]
7
+ ],
8
+ "_from": "chownr@1.0.1",
3
9
  "_id": "chownr@1.0.1",
4
10
  "_inBundle": false,
5
11
  "_integrity": "sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE=",
6
12
  "_location": "/chownr",
7
13
  "_phantomChildren": {},
8
14
  "_requested": {
9
- "type": "range",
15
+ "type": "version",
10
16
  "registry": true,
11
- "raw": "chownr@^1.0.1",
17
+ "raw": "chownr@1.0.1",
12
18
  "name": "chownr",
13
19
  "escapedName": "chownr",
14
- "rawSpec": "^1.0.1",
20
+ "rawSpec": "1.0.1",
15
21
  "saveSpec": null,
16
- "fetchSpec": "^1.0.1"
22
+ "fetchSpec": "1.0.1"
17
23
  },
18
- "_requiredBy": [
19
- "/tar"
20
- ],
24
+ "_requiredBy": [],
21
25
  "_resolved": "https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz",
22
- "_shasum": "e2a75042a9551908bebd25b8523d5f9769d79181",
23
- "_spec": "chownr@^1.0.1",
24
- "_where": "/Users/eshanker/Code/fsevents/node_modules/tar",
26
+ "_spec": "1.0.1",
27
+ "_where": "/Users/eshanker/Code/fsevents",
25
28
  "author": {
26
29
  "name": "Isaac Z. Schlueter",
27
30
  "email": "i@izs.me",
@@ -30,8 +33,6 @@
30
33
  "bugs": {
31
34
  "url": "https://github.com/isaacs/chownr/issues"
32
35
  },
33
- "bundleDependencies": false,
34
- "deprecated": false,
35
36
  "description": "like `chown -R`",
36
37
  "devDependencies": {
37
38
  "mkdirp": "0.3",
@@ -1,27 +1,30 @@
1
1
  {
2
- "_from": "code-point-at@^1.0.0",
2
+ "_args": [
3
+ [
4
+ "code-point-at@1.1.0",
5
+ "/Users/eshanker/Code/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": "range",
15
+ "type": "version",
10
16
  "registry": true,
11
- "raw": "code-point-at@^1.0.0",
17
+ "raw": "code-point-at@1.1.0",
12
18
  "name": "code-point-at",
13
19
  "escapedName": "code-point-at",
14
- "rawSpec": "^1.0.0",
20
+ "rawSpec": "1.1.0",
15
21
  "saveSpec": null,
16
- "fetchSpec": "^1.0.0"
22
+ "fetchSpec": "1.1.0"
17
23
  },
18
- "_requiredBy": [
19
- "/string-width"
20
- ],
24
+ "_requiredBy": [],
21
25
  "_resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
22
- "_shasum": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77",
23
- "_spec": "code-point-at@^1.0.0",
24
- "_where": "/Users/eshanker/Code/fsevents/node_modules/string-width",
26
+ "_spec": "1.1.0",
27
+ "_where": "/Users/eshanker/Code/fsevents",
25
28
  "author": {
26
29
  "name": "Sindre Sorhus",
27
30
  "email": "sindresorhus@gmail.com",
@@ -30,8 +33,6 @@
30
33
  "bugs": {
31
34
  "url": "https://github.com/sindresorhus/code-point-at/issues"
32
35
  },
33
- "bundleDependencies": false,
34
- "deprecated": false,
35
36
  "description": "ES2015 `String#codePointAt()` ponyfill",
36
37
  "devDependencies": {
37
38
  "ava": "*",
@@ -1,4 +1,10 @@
1
1
  {
2
+ "_args": [
3
+ [
4
+ "concat-map@0.0.1",
5
+ "/Users/eshanker/Code/fsevents"
6
+ ]
7
+ ],
2
8
  "_from": "concat-map@0.0.1",
3
9
  "_id": "concat-map@0.0.1",
4
10
  "_inBundle": false,
@@ -15,13 +21,10 @@
15
21
  "saveSpec": null,
16
22
  "fetchSpec": "0.0.1"
17
23
  },
18
- "_requiredBy": [
19
- "/brace-expansion"
20
- ],
24
+ "_requiredBy": [],
21
25
  "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
22
- "_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
23
- "_spec": "concat-map@0.0.1",
24
- "_where": "/Users/eshanker/Code/fsevents/node_modules/brace-expansion",
26
+ "_spec": "0.0.1",
27
+ "_where": "/Users/eshanker/Code/fsevents",
25
28
  "author": {
26
29
  "name": "James Halliday",
27
30
  "email": "mail@substack.net",
@@ -30,8 +33,6 @@
30
33
  "bugs": {
31
34
  "url": "https://github.com/substack/node-concat-map/issues"
32
35
  },
33
- "bundleDependencies": false,
34
- "deprecated": false,
35
36
  "description": "concatenative mapdashery",
36
37
  "devDependencies": {
37
38
  "tape": "~2.4.0"
@@ -1,28 +1,30 @@
1
1
  {
2
- "_from": "console-control-strings@~1.1.0",
2
+ "_args": [
3
+ [
4
+ "console-control-strings@1.1.0",
5
+ "/Users/eshanker/Code/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": "range",
15
+ "type": "version",
10
16
  "registry": true,
11
- "raw": "console-control-strings@~1.1.0",
17
+ "raw": "console-control-strings@1.1.0",
12
18
  "name": "console-control-strings",
13
19
  "escapedName": "console-control-strings",
14
- "rawSpec": "~1.1.0",
20
+ "rawSpec": "1.1.0",
15
21
  "saveSpec": null,
16
- "fetchSpec": "~1.1.0"
22
+ "fetchSpec": "1.1.0"
17
23
  },
18
- "_requiredBy": [
19
- "/gauge",
20
- "/npmlog"
21
- ],
24
+ "_requiredBy": [],
22
25
  "_resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
23
- "_shasum": "3d7cf4464db6446ea644bf4b39507f9851008e8e",
24
- "_spec": "console-control-strings@~1.1.0",
25
- "_where": "/Users/eshanker/Code/fsevents/node_modules/npmlog",
26
+ "_spec": "1.1.0",
27
+ "_where": "/Users/eshanker/Code/fsevents",
26
28
  "author": {
27
29
  "name": "Rebecca Turner",
28
30
  "email": "me@re-becca.org",
@@ -31,8 +33,6 @@
31
33
  "bugs": {
32
34
  "url": "https://github.com/iarna/console-control-strings/issues"
33
35
  },
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,27 +1,30 @@
1
1
  {
2
- "_from": "core-util-is@~1.0.0",
2
+ "_args": [
3
+ [
4
+ "core-util-is@1.0.2",
5
+ "/Users/eshanker/Code/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": "range",
15
+ "type": "version",
10
16
  "registry": true,
11
- "raw": "core-util-is@~1.0.0",
17
+ "raw": "core-util-is@1.0.2",
12
18
  "name": "core-util-is",
13
19
  "escapedName": "core-util-is",
14
- "rawSpec": "~1.0.0",
20
+ "rawSpec": "1.0.2",
15
21
  "saveSpec": null,
16
- "fetchSpec": "~1.0.0"
22
+ "fetchSpec": "1.0.2"
17
23
  },
18
- "_requiredBy": [
19
- "/readable-stream"
20
- ],
24
+ "_requiredBy": [],
21
25
  "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
22
- "_shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
23
- "_spec": "core-util-is@~1.0.0",
24
- "_where": "/Users/eshanker/Code/fsevents/node_modules/readable-stream",
26
+ "_spec": "1.0.2",
27
+ "_where": "/Users/eshanker/Code/fsevents",
25
28
  "author": {
26
29
  "name": "Isaac Z. Schlueter",
27
30
  "email": "i@izs.me",
@@ -30,8 +33,6 @@
30
33
  "bugs": {
31
34
  "url": "https://github.com/isaacs/core-util-is/issues"
32
35
  },
33
- "bundleDependencies": false,
34
- "deprecated": false,
35
36
  "description": "The `util.is*` functions introduced in Node v0.12.",
36
37
  "devDependencies": {
37
38
  "tap": "^2.3.0"