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
|
+
"npm-packlist@1.4.1",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "npm-packlist@1.4.1",
|
3
9
|
"_id": "npm-packlist@1.4.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-+TcdO7HJJ8peiiYhvPxsEDhF3PJFGUGRcFsGve3vxvxdcpO2Z4Z7rkosRM0kWj6LfbK/P0gu3dzk5RU1ffvFcw==",
|
6
12
|
"_location": "/npm-packlist",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "npm-packlist
|
17
|
+
"raw": "npm-packlist@1.4.1",
|
12
18
|
"name": "npm-packlist",
|
13
19
|
"escapedName": "npm-packlist",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.4.1",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.4.1"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/node-pre-gyp"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.1.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/node-pre-gyp",
|
28
|
+
"_spec": "1.4.1",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Isaac Z. Schlueter",
|
27
32
|
"email": "i@izs.me",
|
@@ -30,12 +35,10 @@
|
|
30
35
|
"bugs": {
|
31
36
|
"url": "https://github.com/npm/npm-packlist/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
38
|
"dependencies": {
|
35
39
|
"ignore-walk": "^3.0.1",
|
36
40
|
"npm-bundled": "^1.0.1"
|
37
41
|
},
|
38
|
-
"deprecated": false,
|
39
42
|
"description": "Get a list of the files to add from a folder into an npm package",
|
40
43
|
"devDependencies": {
|
41
44
|
"mkdirp": "^0.5.1",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"npmlog@4.1.2",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "npmlog@4.1.2",
|
3
9
|
"_id": "npmlog@4.1.2",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
|
6
12
|
"_location": "/npmlog",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "npmlog
|
17
|
+
"raw": "npmlog@4.1.2",
|
12
18
|
"name": "npmlog",
|
13
19
|
"escapedName": "npmlog",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "4.1.2",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "4.1.2"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/node-pre-gyp"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/node-pre-gyp",
|
28
|
+
"_spec": "4.1.2",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Isaac Z. Schlueter",
|
27
32
|
"email": "i@izs.me",
|
@@ -30,14 +35,12 @@
|
|
30
35
|
"bugs": {
|
31
36
|
"url": "https://github.com/npm/npmlog/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
38
|
"dependencies": {
|
35
39
|
"are-we-there-yet": "~1.1.2",
|
36
40
|
"console-control-strings": "~1.1.0",
|
37
41
|
"gauge": "~2.7.3",
|
38
42
|
"set-blocking": "~2.0.0"
|
39
43
|
},
|
40
|
-
"deprecated": false,
|
41
44
|
"description": "logger for npm",
|
42
45
|
"devDependencies": {
|
43
46
|
"standard": "~7.1.2",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"number-is-nan@1.0.1",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "number-is-nan@1.0.1",
|
3
9
|
"_id": "number-is-nan@1.0.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
|
6
12
|
"_location": "/number-is-nan",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "number-is-nan
|
17
|
+
"raw": "number-is-nan@1.0.1",
|
12
18
|
"name": "number-is-nan",
|
13
19
|
"escapedName": "number-is-nan",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.0.1",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.0.1"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/is-fullwidth-code-point"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/is-fullwidth-code-point",
|
28
|
+
"_spec": "1.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/number-is-nan/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "ES2015 Number.isNaN() ponyfill",
|
36
39
|
"devDependencies": {
|
37
40
|
"ava": "*"
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"object-assign@4.1.1",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "object-assign@4.1.1",
|
3
9
|
"_id": "object-assign@4.1.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
|
6
12
|
"_location": "/object-assign",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "object-assign
|
17
|
+
"raw": "object-assign@4.1.1",
|
12
18
|
"name": "object-assign",
|
13
19
|
"escapedName": "object-assign",
|
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
|
"/gauge"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/gauge",
|
28
|
+
"_spec": "4.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/sindresorhus/object-assign/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "ES2015 `Object.assign()` ponyfill",
|
36
39
|
"devDependencies": {
|
37
40
|
"ava": "^0.16.0",
|
@@ -1,28 +1,33 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"once@1.4.0",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "once@1.4.0",
|
3
9
|
"_id": "once@1.4.0",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
6
12
|
"_location": "/once",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "once
|
17
|
+
"raw": "once@1.4.0",
|
12
18
|
"name": "once",
|
13
19
|
"escapedName": "once",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.4.0",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.4.0"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/glob",
|
20
26
|
"/inflight"
|
21
27
|
],
|
22
28
|
"_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/glob",
|
29
|
+
"_spec": "1.4.0",
|
30
|
+
"_where": "/Users/pipobscure/fsevents",
|
26
31
|
"author": {
|
27
32
|
"name": "Isaac Z. Schlueter",
|
28
33
|
"email": "i@izs.me",
|
@@ -31,11 +36,9 @@
|
|
31
36
|
"bugs": {
|
32
37
|
"url": "https://github.com/isaacs/once/issues"
|
33
38
|
},
|
34
|
-
"bundleDependencies": false,
|
35
39
|
"dependencies": {
|
36
40
|
"wrappy": "1"
|
37
41
|
},
|
38
|
-
"deprecated": false,
|
39
42
|
"description": "Run a function exactly one time",
|
40
43
|
"devDependencies": {
|
41
44
|
"tap": "^7.0.1"
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"os-homedir@1.0.2",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "os-homedir@1.0.2",
|
3
9
|
"_id": "os-homedir@1.0.2",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
|
6
12
|
"_location": "/os-homedir",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "os-homedir
|
17
|
+
"raw": "os-homedir@1.0.2",
|
12
18
|
"name": "os-homedir",
|
13
19
|
"escapedName": "os-homedir",
|
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
|
"/osenv"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/osenv",
|
28
|
+
"_spec": "1.0.2",
|
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/os-homedir/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "Node.js 4 `os.homedir()` ponyfill",
|
36
39
|
"devDependencies": {
|
37
40
|
"ava": "*",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"os-tmpdir@1.0.2",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "os-tmpdir@1.0.2",
|
3
9
|
"_id": "os-tmpdir@1.0.2",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
|
6
12
|
"_location": "/os-tmpdir",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "os-tmpdir
|
17
|
+
"raw": "os-tmpdir@1.0.2",
|
12
18
|
"name": "os-tmpdir",
|
13
19
|
"escapedName": "os-tmpdir",
|
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
|
"/osenv"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/osenv",
|
28
|
+
"_spec": "1.0.2",
|
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/os-tmpdir/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "Node.js os.tmpdir() ponyfill",
|
36
39
|
"devDependencies": {
|
37
40
|
"ava": "*",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"osenv@0.1.5",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "osenv@0.1.5",
|
3
9
|
"_id": "osenv@0.1.5",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
|
6
12
|
"_location": "/osenv",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "osenv
|
17
|
+
"raw": "osenv@0.1.5",
|
12
18
|
"name": "osenv",
|
13
19
|
"escapedName": "osenv",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "0.1.5",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "0.1.5"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/nopt"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/nopt",
|
28
|
+
"_spec": "0.1.5",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Isaac Z. Schlueter",
|
27
32
|
"email": "i@izs.me",
|
@@ -30,12 +35,10 @@
|
|
30
35
|
"bugs": {
|
31
36
|
"url": "https://github.com/npm/osenv/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
38
|
"dependencies": {
|
35
39
|
"os-homedir": "^1.0.0",
|
36
40
|
"os-tmpdir": "^1.0.0"
|
37
41
|
},
|
38
|
-
"deprecated": false,
|
39
42
|
"description": "Look up environment settings specific to different operating systems",
|
40
43
|
"devDependencies": {
|
41
44
|
"tap": "^11.1.0"
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"path-is-absolute@1.0.1",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "path-is-absolute@1.0.1",
|
3
9
|
"_id": "path-is-absolute@1.0.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
|
6
12
|
"_location": "/path-is-absolute",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "path-is-absolute
|
17
|
+
"raw": "path-is-absolute@1.0.1",
|
12
18
|
"name": "path-is-absolute",
|
13
19
|
"escapedName": "path-is-absolute",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.0.1",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.0.1"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/glob"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/glob",
|
28
|
+
"_spec": "1.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/path-is-absolute/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "Node.js 0.12 path.isAbsolute() ponyfill",
|
36
39
|
"devDependencies": {
|
37
40
|
"xo": "^0.16.0"
|
@@ -1,33 +1,36 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"process-nextick-args@2.0.0",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "process-nextick-args@2.0.0",
|
3
9
|
"_id": "process-nextick-args@2.0.0",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==",
|
6
12
|
"_location": "/process-nextick-args",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "process-nextick-args
|
17
|
+
"raw": "process-nextick-args@2.0.0",
|
12
18
|
"name": "process-nextick-args",
|
13
19
|
"escapedName": "process-nextick-args",
|
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
|
"/readable-stream"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/readable-stream",
|
28
|
+
"_spec": "2.0.0",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": "",
|
26
31
|
"bugs": {
|
27
32
|
"url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
|
28
33
|
},
|
29
|
-
"bundleDependencies": false,
|
30
|
-
"deprecated": false,
|
31
34
|
"description": "process.nextTick but always with args",
|
32
35
|
"devDependencies": {
|
33
36
|
"tap": "~0.2.6"
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"minimist@1.2.0",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "minimist@1.2.0",
|
3
9
|
"_id": "minimist@1.2.0",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
|
6
12
|
"_location": "/rc/minimist",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "minimist
|
17
|
+
"raw": "minimist@1.2.0",
|
12
18
|
"name": "minimist",
|
13
19
|
"escapedName": "minimist",
|
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
|
"/rc"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/rc",
|
28
|
+
"_spec": "1.2.0",
|
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/minimist/issues"
|
32
37
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
38
|
"description": "parse argument options",
|
36
39
|
"devDependencies": {
|
37
40
|
"covert": "^1.0.0",
|
@@ -1,27 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"rc@1.2.8",
|
5
|
+
"/Users/pipobscure/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "rc@1.2.8",
|
3
9
|
"_id": "rc@1.2.8",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
|
6
12
|
"_location": "/rc",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "rc
|
17
|
+
"raw": "rc@1.2.8",
|
12
18
|
"name": "rc",
|
13
19
|
"escapedName": "rc",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.2.8",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.2.8"
|
17
23
|
},
|
18
24
|
"_requiredBy": [
|
19
25
|
"/node-pre-gyp"
|
20
26
|
],
|
21
27
|
"_resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/pipobscure/fsevents/node_modules/node-pre-gyp",
|
28
|
+
"_spec": "1.2.8",
|
29
|
+
"_where": "/Users/pipobscure/fsevents",
|
25
30
|
"author": {
|
26
31
|
"name": "Dominic Tarr",
|
27
32
|
"email": "dominic.tarr@gmail.com",
|
@@ -34,14 +39,12 @@
|
|
34
39
|
"bugs": {
|
35
40
|
"url": "https://github.com/dominictarr/rc/issues"
|
36
41
|
},
|
37
|
-
"bundleDependencies": false,
|
38
42
|
"dependencies": {
|
39
43
|
"deep-extend": "^0.6.0",
|
40
44
|
"ini": "~1.3.0",
|
41
45
|
"minimist": "^1.2.0",
|
42
46
|
"strip-json-comments": "~2.0.1"
|
43
47
|
},
|
44
|
-
"deprecated": false,
|
45
48
|
"description": "hardwired configuration loader",
|
46
49
|
"homepage": "https://github.com/dominictarr/rc#readme",
|
47
50
|
"keywords": [
|