fsevents 1.2.9 → 1.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fsevents might be problematic. Click here for more details.
- package/node_modules/abbrev/package.json +10 -13
- package/node_modules/ansi-regex/package.json +10 -13
- package/node_modules/aproba/package.json +10 -13
- package/node_modules/are-we-there-yet/package.json +10 -13
- package/node_modules/balanced-match/package.json +10 -13
- package/node_modules/brace-expansion/package.json +10 -13
- package/node_modules/chownr/chownr.js +47 -10
- package/node_modules/chownr/package.json +15 -18
- package/node_modules/code-point-at/package.json +10 -13
- package/node_modules/concat-map/package.json +5 -8
- package/node_modules/console-control-strings/package.json +10 -13
- package/node_modules/core-util-is/package.json +10 -13
- package/node_modules/debug/README.md +0 -18
- package/node_modules/debug/dist/debug.js +2 -28
- package/node_modules/debug/node.js +1 -0
- package/node_modules/debug/package.json +15 -30
- package/node_modules/debug/src/browser.js +103 -187
- package/node_modules/debug/src/common.js +240 -257
- package/node_modules/debug/src/index.js +5 -3
- package/node_modules/debug/src/node.js +82 -165
- package/node_modules/deep-extend/package.json +10 -13
- package/node_modules/delegates/package.json +10 -13
- package/node_modules/detect-libc/package.json +10 -13
- package/node_modules/fs-minipass/index.js +2 -1
- package/node_modules/fs-minipass/package.json +21 -21
- package/node_modules/fs.realpath/package.json +10 -13
- package/node_modules/gauge/package.json +10 -13
- package/node_modules/glob/LICENSE +6 -0
- package/node_modules/glob/README.md +8 -1
- package/node_modules/glob/package.json +17 -17
- package/node_modules/has-unicode/package.json +10 -13
- package/node_modules/iconv-lite/package.json +10 -13
- package/node_modules/ignore-walk/README.md +1 -1
- package/node_modules/ignore-walk/index.js +9 -5
- package/node_modules/ignore-walk/package.json +19 -19
- package/node_modules/inflight/package.json +10 -13
- package/node_modules/inherits/inherits.js +2 -0
- package/node_modules/inherits/inherits_browser.js +18 -14
- package/node_modules/inherits/package.json +16 -19
- package/node_modules/ini/package.json +10 -13
- package/node_modules/is-fullwidth-code-point/package.json +10 -13
- package/node_modules/isarray/package.json +10 -13
- package/node_modules/minimatch/package.json +10 -13
- package/node_modules/minimist/package.json +5 -8
- package/node_modules/minipass/README.md +486 -4
- package/node_modules/minipass/index.js +190 -28
- package/node_modules/minipass/package.json +20 -20
- package/node_modules/minizlib/README.md +36 -27
- package/node_modules/minizlib/constants.js +73 -4
- package/node_modules/minizlib/index.js +137 -152
- package/node_modules/minizlib/package.json +15 -18
- package/node_modules/mkdirp/package.json +10 -13
- package/node_modules/ms/index.js +2 -2
- package/node_modules/ms/package.json +14 -17
- package/node_modules/ms/readme.md +1 -1
- package/node_modules/needle/lib/needle.js +2 -0
- package/node_modules/needle/package.json +15 -18
- package/node_modules/needle/test/headers_spec.js +1 -1
- package/node_modules/node-pre-gyp/package.json +9 -12
- package/node_modules/nopt/package.json +10 -13
- package/node_modules/npm-bundled/index.js +13 -5
- package/node_modules/npm-bundled/package.json +17 -17
- package/node_modules/npm-normalize-package-bin/.github/settings.yml +2 -0
- package/node_modules/npm-normalize-package-bin/.npmignore +24 -0
- package/node_modules/npm-normalize-package-bin/LICENSE +15 -0
- package/node_modules/npm-normalize-package-bin/README.md +14 -0
- package/node_modules/npm-normalize-package-bin/index.js +60 -0
- package/node_modules/npm-normalize-package-bin/package-lock.json +3529 -0
- package/node_modules/npm-normalize-package-bin/package.json +57 -0
- package/node_modules/npm-normalize-package-bin/test/array.js +37 -0
- package/node_modules/npm-normalize-package-bin/test/nobin.js +35 -0
- package/node_modules/npm-normalize-package-bin/test/object.js +141 -0
- package/node_modules/npm-normalize-package-bin/test/string.js +37 -0
- package/node_modules/npm-packlist/index.js +55 -16
- package/node_modules/npm-packlist/package.json +24 -20
- package/node_modules/npmlog/package.json +10 -13
- package/node_modules/number-is-nan/package.json +10 -13
- package/node_modules/object-assign/package.json +10 -13
- package/node_modules/once/package.json +10 -13
- package/node_modules/os-homedir/package.json +10 -13
- package/node_modules/os-tmpdir/package.json +10 -13
- package/node_modules/osenv/package.json +10 -13
- package/node_modules/path-is-absolute/package.json +10 -13
- package/node_modules/process-nextick-args/index.js +2 -1
- package/node_modules/process-nextick-args/package.json +14 -17
- package/node_modules/rc/node_modules/minimist/package.json +10 -13
- package/node_modules/rc/package.json +10 -13
- package/node_modules/readable-stream/package.json +10 -13
- package/node_modules/rimraf/package.json +14 -17
- package/node_modules/rimraf/rimraf.js +9 -1
- package/node_modules/safe-buffer/package.json +10 -13
- package/node_modules/safer-buffer/package.json +10 -13
- package/node_modules/sax/package.json +10 -13
- package/node_modules/semver/README.md +12 -11
- package/node_modules/semver/package.json +14 -17
- package/node_modules/set-blocking/package.json +10 -13
- package/node_modules/signal-exit/package.json +10 -13
- package/node_modules/string-width/package.json +10 -13
- package/node_modules/string_decoder/package.json +10 -13
- package/node_modules/strip-ansi/package.json +10 -13
- package/node_modules/strip-json-comments/package.json +10 -13
- package/node_modules/tar/lib/large-numbers.js +32 -27
- package/node_modules/tar/lib/mkdir.js +2 -2
- package/node_modules/tar/lib/parse.js +6 -1
- package/node_modules/tar/lib/read-entry.js +4 -0
- package/node_modules/tar/lib/write-entry.js +2 -2
- package/node_modules/tar/package.json +25 -24
- package/node_modules/util-deprecate/package.json +10 -13
- package/node_modules/wide-align/package.json +10 -13
- package/node_modules/wrappy/package.json +10 -13
- package/node_modules/yallist/package.json +14 -17
- package/node_modules/yallist/yallist.js +50 -0
- package/package.json +1 -1
- package/node_modules/needle/.npmignore +0 -6
- package/node_modules/needle/package-lock.json +0 -395
- package/node_modules/needle/test/keys/ssl.cert +0 -21
- package/node_modules/needle/test/keys/ssl.key +0 -27
@@ -1,32 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"object-assign@4.1.1",
|
5
|
-
"/Users/pipobscure/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "object-assign@4.1.1",
|
2
|
+
"_from": "object-assign@^4.1.0",
|
9
3
|
"_id": "object-assign@4.1.1",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
|
12
6
|
"_location": "/object-assign",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "object-assign
|
11
|
+
"raw": "object-assign@^4.1.0",
|
18
12
|
"name": "object-assign",
|
19
13
|
"escapedName": "object-assign",
|
20
|
-
"rawSpec": "4.1.
|
14
|
+
"rawSpec": "^4.1.0",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "4.1.
|
16
|
+
"fetchSpec": "^4.1.0"
|
23
17
|
},
|
24
18
|
"_requiredBy": [
|
25
19
|
"/gauge"
|
26
20
|
],
|
27
21
|
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
28
|
-
"
|
29
|
-
"
|
22
|
+
"_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
|
23
|
+
"_spec": "object-assign@^4.1.0",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/gauge",
|
30
25
|
"author": {
|
31
26
|
"name": "Sindre Sorhus",
|
32
27
|
"email": "sindresorhus@gmail.com",
|
@@ -35,6 +30,8 @@
|
|
35
30
|
"bugs": {
|
36
31
|
"url": "https://github.com/sindresorhus/object-assign/issues"
|
37
32
|
},
|
33
|
+
"bundleDependencies": false,
|
34
|
+
"deprecated": false,
|
38
35
|
"description": "ES2015 `Object.assign()` ponyfill",
|
39
36
|
"devDependencies": {
|
40
37
|
"ava": "^0.16.0",
|
@@ -1,33 +1,28 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"once@1.4.0",
|
5
|
-
"/Users/pipobscure/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "once@1.4.0",
|
2
|
+
"_from": "once@^1.3.0",
|
9
3
|
"_id": "once@1.4.0",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
12
6
|
"_location": "/once",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "once
|
11
|
+
"raw": "once@^1.3.0",
|
18
12
|
"name": "once",
|
19
13
|
"escapedName": "once",
|
20
|
-
"rawSpec": "1.
|
14
|
+
"rawSpec": "^1.3.0",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.
|
16
|
+
"fetchSpec": "^1.3.0"
|
23
17
|
},
|
24
18
|
"_requiredBy": [
|
25
19
|
"/glob",
|
26
20
|
"/inflight"
|
27
21
|
],
|
28
22
|
"_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
29
|
-
"
|
30
|
-
"
|
23
|
+
"_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
|
24
|
+
"_spec": "once@^1.3.0",
|
25
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/glob",
|
31
26
|
"author": {
|
32
27
|
"name": "Isaac Z. Schlueter",
|
33
28
|
"email": "i@izs.me",
|
@@ -36,9 +31,11 @@
|
|
36
31
|
"bugs": {
|
37
32
|
"url": "https://github.com/isaacs/once/issues"
|
38
33
|
},
|
34
|
+
"bundleDependencies": false,
|
39
35
|
"dependencies": {
|
40
36
|
"wrappy": "1"
|
41
37
|
},
|
38
|
+
"deprecated": false,
|
42
39
|
"description": "Run a function exactly one time",
|
43
40
|
"devDependencies": {
|
44
41
|
"tap": "^7.0.1"
|
@@ -1,32 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"os-homedir@1.0.2",
|
5
|
-
"/Users/pipobscure/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "os-homedir@1.0.2",
|
2
|
+
"_from": "os-homedir@^1.0.0",
|
9
3
|
"_id": "os-homedir@1.0.2",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
|
12
6
|
"_location": "/os-homedir",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "os-homedir
|
11
|
+
"raw": "os-homedir@^1.0.0",
|
18
12
|
"name": "os-homedir",
|
19
13
|
"escapedName": "os-homedir",
|
20
|
-
"rawSpec": "1.0.
|
14
|
+
"rawSpec": "^1.0.0",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.0.
|
16
|
+
"fetchSpec": "^1.0.0"
|
23
17
|
},
|
24
18
|
"_requiredBy": [
|
25
19
|
"/osenv"
|
26
20
|
],
|
27
21
|
"_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
|
28
|
-
"
|
29
|
-
"
|
22
|
+
"_shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
|
23
|
+
"_spec": "os-homedir@^1.0.0",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/osenv",
|
30
25
|
"author": {
|
31
26
|
"name": "Sindre Sorhus",
|
32
27
|
"email": "sindresorhus@gmail.com",
|
@@ -35,6 +30,8 @@
|
|
35
30
|
"bugs": {
|
36
31
|
"url": "https://github.com/sindresorhus/os-homedir/issues"
|
37
32
|
},
|
33
|
+
"bundleDependencies": false,
|
34
|
+
"deprecated": false,
|
38
35
|
"description": "Node.js 4 `os.homedir()` ponyfill",
|
39
36
|
"devDependencies": {
|
40
37
|
"ava": "*",
|
@@ -1,32 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"os-tmpdir@1.0.2",
|
5
|
-
"/Users/pipobscure/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "os-tmpdir@1.0.2",
|
2
|
+
"_from": "os-tmpdir@^1.0.0",
|
9
3
|
"_id": "os-tmpdir@1.0.2",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
|
12
6
|
"_location": "/os-tmpdir",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "os-tmpdir
|
11
|
+
"raw": "os-tmpdir@^1.0.0",
|
18
12
|
"name": "os-tmpdir",
|
19
13
|
"escapedName": "os-tmpdir",
|
20
|
-
"rawSpec": "1.0.
|
14
|
+
"rawSpec": "^1.0.0",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.0.
|
16
|
+
"fetchSpec": "^1.0.0"
|
23
17
|
},
|
24
18
|
"_requiredBy": [
|
25
19
|
"/osenv"
|
26
20
|
],
|
27
21
|
"_resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
28
|
-
"
|
29
|
-
"
|
22
|
+
"_shasum": "bbe67406c79aa85c5cfec766fe5734555dfa1274",
|
23
|
+
"_spec": "os-tmpdir@^1.0.0",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/osenv",
|
30
25
|
"author": {
|
31
26
|
"name": "Sindre Sorhus",
|
32
27
|
"email": "sindresorhus@gmail.com",
|
@@ -35,6 +30,8 @@
|
|
35
30
|
"bugs": {
|
36
31
|
"url": "https://github.com/sindresorhus/os-tmpdir/issues"
|
37
32
|
},
|
33
|
+
"bundleDependencies": false,
|
34
|
+
"deprecated": false,
|
38
35
|
"description": "Node.js os.tmpdir() ponyfill",
|
39
36
|
"devDependencies": {
|
40
37
|
"ava": "*",
|
@@ -1,32 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"osenv@0.1.5",
|
5
|
-
"/Users/pipobscure/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "osenv@0.1.5",
|
2
|
+
"_from": "osenv@^0.1.4",
|
9
3
|
"_id": "osenv@0.1.5",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
|
12
6
|
"_location": "/osenv",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "osenv
|
11
|
+
"raw": "osenv@^0.1.4",
|
18
12
|
"name": "osenv",
|
19
13
|
"escapedName": "osenv",
|
20
|
-
"rawSpec": "0.1.
|
14
|
+
"rawSpec": "^0.1.4",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "0.1.
|
16
|
+
"fetchSpec": "^0.1.4"
|
23
17
|
},
|
24
18
|
"_requiredBy": [
|
25
19
|
"/nopt"
|
26
20
|
],
|
27
21
|
"_resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
|
28
|
-
"
|
29
|
-
"
|
22
|
+
"_shasum": "85cdfafaeb28e8677f416e287592b5f3f49ea410",
|
23
|
+
"_spec": "osenv@^0.1.4",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/nopt",
|
30
25
|
"author": {
|
31
26
|
"name": "Isaac Z. Schlueter",
|
32
27
|
"email": "i@izs.me",
|
@@ -35,10 +30,12 @@
|
|
35
30
|
"bugs": {
|
36
31
|
"url": "https://github.com/npm/osenv/issues"
|
37
32
|
},
|
33
|
+
"bundleDependencies": false,
|
38
34
|
"dependencies": {
|
39
35
|
"os-homedir": "^1.0.0",
|
40
36
|
"os-tmpdir": "^1.0.0"
|
41
37
|
},
|
38
|
+
"deprecated": false,
|
42
39
|
"description": "Look up environment settings specific to different operating systems",
|
43
40
|
"devDependencies": {
|
44
41
|
"tap": "^11.1.0"
|
@@ -1,32 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"path-is-absolute@1.0.1",
|
5
|
-
"/Users/pipobscure/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "path-is-absolute@1.0.1",
|
2
|
+
"_from": "path-is-absolute@^1.0.0",
|
9
3
|
"_id": "path-is-absolute@1.0.1",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
|
12
6
|
"_location": "/path-is-absolute",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "path-is-absolute
|
11
|
+
"raw": "path-is-absolute@^1.0.0",
|
18
12
|
"name": "path-is-absolute",
|
19
13
|
"escapedName": "path-is-absolute",
|
20
|
-
"rawSpec": "1.0.
|
14
|
+
"rawSpec": "^1.0.0",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.0.
|
16
|
+
"fetchSpec": "^1.0.0"
|
23
17
|
},
|
24
18
|
"_requiredBy": [
|
25
19
|
"/glob"
|
26
20
|
],
|
27
21
|
"_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
28
|
-
"
|
29
|
-
"
|
22
|
+
"_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
|
23
|
+
"_spec": "path-is-absolute@^1.0.0",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/glob",
|
30
25
|
"author": {
|
31
26
|
"name": "Sindre Sorhus",
|
32
27
|
"email": "sindresorhus@gmail.com",
|
@@ -35,6 +30,8 @@
|
|
35
30
|
"bugs": {
|
36
31
|
"url": "https://github.com/sindresorhus/path-is-absolute/issues"
|
37
32
|
},
|
33
|
+
"bundleDependencies": false,
|
34
|
+
"deprecated": false,
|
38
35
|
"description": "Node.js 0.12 path.isAbsolute() ponyfill",
|
39
36
|
"devDependencies": {
|
40
37
|
"xo": "^0.16.0"
|
@@ -1,6 +1,7 @@
|
|
1
1
|
'use strict';
|
2
2
|
|
3
|
-
if (
|
3
|
+
if (typeof process === 'undefined' ||
|
4
|
+
!process.version ||
|
4
5
|
process.version.indexOf('v0.') === 0 ||
|
5
6
|
process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) {
|
6
7
|
module.exports = { nextTick: nextTick };
|
@@ -1,36 +1,33 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
"process-nextick-args@2.0.0",
|
5
|
-
"/Users/pipobscure/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "process-nextick-args@2.0.0",
|
9
|
-
"_id": "process-nextick-args@2.0.0",
|
2
|
+
"_from": "process-nextick-args@~2.0.0",
|
3
|
+
"_id": "process-nextick-args@2.0.1",
|
10
4
|
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
12
6
|
"_location": "/process-nextick-args",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "process-nextick-args
|
11
|
+
"raw": "process-nextick-args@~2.0.0",
|
18
12
|
"name": "process-nextick-args",
|
19
13
|
"escapedName": "process-nextick-args",
|
20
|
-
"rawSpec": "2.0.0",
|
14
|
+
"rawSpec": "~2.0.0",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "2.0.0"
|
16
|
+
"fetchSpec": "~2.0.0"
|
23
17
|
},
|
24
18
|
"_requiredBy": [
|
25
19
|
"/readable-stream"
|
26
20
|
],
|
27
|
-
"_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.
|
28
|
-
"
|
29
|
-
"
|
21
|
+
"_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
22
|
+
"_shasum": "7820d9b16120cc55ca9ae7792680ae7dba6d7fe2",
|
23
|
+
"_spec": "process-nextick-args@~2.0.0",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/readable-stream",
|
30
25
|
"author": "",
|
31
26
|
"bugs": {
|
32
27
|
"url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
|
33
28
|
},
|
29
|
+
"bundleDependencies": false,
|
30
|
+
"deprecated": false,
|
34
31
|
"description": "process.nextTick but always with args",
|
35
32
|
"devDependencies": {
|
36
33
|
"tap": "~0.2.6"
|
@@ -49,5 +46,5 @@
|
|
49
46
|
"scripts": {
|
50
47
|
"test": "node test.js"
|
51
48
|
},
|
52
|
-
"version": "2.0.
|
49
|
+
"version": "2.0.1"
|
53
50
|
}
|
@@ -1,32 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"minimist@1.2.0",
|
5
|
-
"/Users/pipobscure/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "minimist@1.2.0",
|
2
|
+
"_from": "minimist@^1.2.0",
|
9
3
|
"_id": "minimist@1.2.0",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
|
12
6
|
"_location": "/rc/minimist",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "minimist
|
11
|
+
"raw": "minimist@^1.2.0",
|
18
12
|
"name": "minimist",
|
19
13
|
"escapedName": "minimist",
|
20
|
-
"rawSpec": "1.2.0",
|
14
|
+
"rawSpec": "^1.2.0",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.2.0"
|
16
|
+
"fetchSpec": "^1.2.0"
|
23
17
|
},
|
24
18
|
"_requiredBy": [
|
25
19
|
"/rc"
|
26
20
|
],
|
27
21
|
"_resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
|
28
|
-
"
|
29
|
-
"
|
22
|
+
"_shasum": "a35008b20f41383eec1fb914f4cd5df79a264284",
|
23
|
+
"_spec": "minimist@^1.2.0",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/rc",
|
30
25
|
"author": {
|
31
26
|
"name": "James Halliday",
|
32
27
|
"email": "mail@substack.net",
|
@@ -35,6 +30,8 @@
|
|
35
30
|
"bugs": {
|
36
31
|
"url": "https://github.com/substack/minimist/issues"
|
37
32
|
},
|
33
|
+
"bundleDependencies": false,
|
34
|
+
"deprecated": false,
|
38
35
|
"description": "parse argument options",
|
39
36
|
"devDependencies": {
|
40
37
|
"covert": "^1.0.0",
|
@@ -1,32 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"rc@1.2.8",
|
5
|
-
"/Users/pipobscure/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "rc@1.2.8",
|
2
|
+
"_from": "rc@^1.2.7",
|
9
3
|
"_id": "rc@1.2.8",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
|
12
6
|
"_location": "/rc",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "rc
|
11
|
+
"raw": "rc@^1.2.7",
|
18
12
|
"name": "rc",
|
19
13
|
"escapedName": "rc",
|
20
|
-
"rawSpec": "1.2.
|
14
|
+
"rawSpec": "^1.2.7",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.2.
|
16
|
+
"fetchSpec": "^1.2.7"
|
23
17
|
},
|
24
18
|
"_requiredBy": [
|
25
19
|
"/node-pre-gyp"
|
26
20
|
],
|
27
21
|
"_resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
|
28
|
-
"
|
29
|
-
"
|
22
|
+
"_shasum": "cd924bf5200a075b83c188cd6b9e211b7fc0d3ed",
|
23
|
+
"_spec": "rc@^1.2.7",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/node-pre-gyp",
|
30
25
|
"author": {
|
31
26
|
"name": "Dominic Tarr",
|
32
27
|
"email": "dominic.tarr@gmail.com",
|
@@ -39,12 +34,14 @@
|
|
39
34
|
"bugs": {
|
40
35
|
"url": "https://github.com/dominictarr/rc/issues"
|
41
36
|
},
|
37
|
+
"bundleDependencies": false,
|
42
38
|
"dependencies": {
|
43
39
|
"deep-extend": "^0.6.0",
|
44
40
|
"ini": "~1.3.0",
|
45
41
|
"minimist": "^1.2.0",
|
46
42
|
"strip-json-comments": "~2.0.1"
|
47
43
|
},
|
44
|
+
"deprecated": false,
|
48
45
|
"description": "hardwired configuration loader",
|
49
46
|
"homepage": "https://github.com/dominictarr/rc#readme",
|
50
47
|
"keywords": [
|
@@ -1,32 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"readable-stream@2.3.6",
|
5
|
-
"/Users/pipobscure/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "readable-stream@2.3.6",
|
2
|
+
"_from": "readable-stream@^2.0.6",
|
9
3
|
"_id": "readable-stream@2.3.6",
|
10
4
|
"_inBundle": false,
|
11
5
|
"_integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
|
12
6
|
"_location": "/readable-stream",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "readable-stream
|
11
|
+
"raw": "readable-stream@^2.0.6",
|
18
12
|
"name": "readable-stream",
|
19
13
|
"escapedName": "readable-stream",
|
20
|
-
"rawSpec": "2.
|
14
|
+
"rawSpec": "^2.0.6",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "2.
|
16
|
+
"fetchSpec": "^2.0.6"
|
23
17
|
},
|
24
18
|
"_requiredBy": [
|
25
19
|
"/are-we-there-yet"
|
26
20
|
],
|
27
21
|
"_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
|
28
|
-
"
|
29
|
-
"
|
22
|
+
"_shasum": "b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf",
|
23
|
+
"_spec": "readable-stream@^2.0.6",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/are-we-there-yet",
|
30
25
|
"browser": {
|
31
26
|
"util": false,
|
32
27
|
"./readable.js": "./readable-browser.js",
|
@@ -37,6 +32,7 @@
|
|
37
32
|
"bugs": {
|
38
33
|
"url": "https://github.com/nodejs/readable-stream/issues"
|
39
34
|
},
|
35
|
+
"bundleDependencies": false,
|
40
36
|
"dependencies": {
|
41
37
|
"core-util-is": "~1.0.0",
|
42
38
|
"inherits": "~2.0.3",
|
@@ -46,6 +42,7 @@
|
|
46
42
|
"string_decoder": "~1.1.1",
|
47
43
|
"util-deprecate": "~1.0.1"
|
48
44
|
},
|
45
|
+
"deprecated": false,
|
49
46
|
"description": "Streams3, a user-land copy of the stream library from Node.js",
|
50
47
|
"devDependencies": {
|
51
48
|
"assert": "^1.4.0",
|
@@ -1,32 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
"rimraf@2.6.3",
|
5
|
-
"/Users/pipobscure/fsevents"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "rimraf@2.6.3",
|
9
|
-
"_id": "rimraf@2.6.3",
|
2
|
+
"_from": "rimraf@^2.6.1",
|
3
|
+
"_id": "rimraf@2.7.1",
|
10
4
|
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
12
6
|
"_location": "/rimraf",
|
13
7
|
"_phantomChildren": {},
|
14
8
|
"_requested": {
|
15
|
-
"type": "
|
9
|
+
"type": "range",
|
16
10
|
"registry": true,
|
17
|
-
"raw": "rimraf
|
11
|
+
"raw": "rimraf@^2.6.1",
|
18
12
|
"name": "rimraf",
|
19
13
|
"escapedName": "rimraf",
|
20
|
-
"rawSpec": "2.6.
|
14
|
+
"rawSpec": "^2.6.1",
|
21
15
|
"saveSpec": null,
|
22
|
-
"fetchSpec": "2.6.
|
16
|
+
"fetchSpec": "^2.6.1"
|
23
17
|
},
|
24
18
|
"_requiredBy": [
|
25
19
|
"/node-pre-gyp"
|
26
20
|
],
|
27
|
-
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.
|
28
|
-
"
|
29
|
-
"
|
21
|
+
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
22
|
+
"_shasum": "35797f13a7fdadc566142c29d4f07ccad483e3ec",
|
23
|
+
"_spec": "rimraf@^2.6.1",
|
24
|
+
"_where": "/Users/pipobscure/fsevents/node_modules/node-pre-gyp",
|
30
25
|
"author": {
|
31
26
|
"name": "Isaac Z. Schlueter",
|
32
27
|
"email": "i@izs.me",
|
@@ -38,9 +33,11 @@
|
|
38
33
|
"bugs": {
|
39
34
|
"url": "https://github.com/isaacs/rimraf/issues"
|
40
35
|
},
|
36
|
+
"bundleDependencies": false,
|
41
37
|
"dependencies": {
|
42
38
|
"glob": "^7.1.3"
|
43
39
|
},
|
40
|
+
"deprecated": false,
|
44
41
|
"description": "A deep deletion module for node (like `rm -rf`)",
|
45
42
|
"devDependencies": {
|
46
43
|
"mkdirp": "^0.5.1",
|
@@ -66,5 +63,5 @@
|
|
66
63
|
"preversion": "npm test",
|
67
64
|
"test": "tap test/*.js"
|
68
65
|
},
|
69
|
-
"version": "2.
|
66
|
+
"version": "2.7.1"
|
70
67
|
}
|
@@ -4,7 +4,12 @@ rimraf.sync = rimrafSync
|
|
4
4
|
var assert = require("assert")
|
5
5
|
var path = require("path")
|
6
6
|
var fs = require("fs")
|
7
|
-
var glob =
|
7
|
+
var glob = undefined
|
8
|
+
try {
|
9
|
+
glob = require("glob")
|
10
|
+
} catch (_err) {
|
11
|
+
// treat glob as optional.
|
12
|
+
}
|
8
13
|
var _0666 = parseInt('666', 8)
|
9
14
|
|
10
15
|
var defaultGlobOpts = {
|
@@ -37,6 +42,9 @@ function defaults (options) {
|
|
37
42
|
if (options.glob === false) {
|
38
43
|
options.disableGlob = true
|
39
44
|
}
|
45
|
+
if (options.disableGlob !== true && glob === undefined) {
|
46
|
+
throw Error('glob dependency not found, set `options.disableGlob = true` if intentional')
|
47
|
+
}
|
40
48
|
options.disableGlob = options.disableGlob || false
|
41
49
|
options.glob = options.glob || defaultGlobOpts
|
42
50
|
}
|