fsevents 1.0.6 → 1.0.7
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/are-we-there-yet/LICENSE +5 -0
- package/node_modules/are-we-there-yet/README.md +2 -1
- package/node_modules/are-we-there-yet/README.md~ +183 -0
- package/node_modules/are-we-there-yet/package.json +10 -9
- package/node_modules/async/README.md +14 -10
- package/node_modules/async/dist/async.js +22 -18
- package/node_modules/async/dist/async.min.js +1 -1
- package/node_modules/async/lib/async.js +22 -18
- package/node_modules/async/package.json +11 -10
- package/node_modules/core-util-is/package.json +2 -1
- package/node_modules/dashdash/README.md +6 -3
- package/node_modules/dashdash/lib/dashdash.js +10 -1
- package/node_modules/dashdash/package.json +9 -8
- package/node_modules/escape-string-regexp/index.js +1 -1
- package/node_modules/escape-string-regexp/package.json +17 -15
- package/node_modules/escape-string-regexp/readme.md +4 -4
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +9 -0
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +42 -30
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +9 -9
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js +28 -0
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/package.json +11 -11
- package/node_modules/graceful-fs/package.json +2 -3
- package/node_modules/isarray/package.json +2 -1
- package/node_modules/mime-db/HISTORY.md +32 -0
- package/node_modules/mime-db/README.md +1 -1
- package/node_modules/mime-db/db.json +78 -0
- package/node_modules/mime-db/package.json +15 -14
- package/node_modules/mime-types/HISTORY.md +12 -0
- package/node_modules/mime-types/package.json +11 -10
- package/node_modules/node-pre-gyp/CHANGELOG.md +8 -0
- package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +32 -0
- package/node_modules/node-pre-gyp/package.json +8 -8
- package/node_modules/{bl/node_modules/readable-stream/node_modules/process-nextick-args → process-nextick-args}/.travis.yml +6 -1
- package/node_modules/{bl/node_modules/readable-stream/node_modules/process-nextick-args → process-nextick-args}/index.js +8 -1
- package/node_modules/{bl/node_modules/readable-stream/node_modules/process-nextick-args → process-nextick-args}/package.json +13 -12
- package/node_modules/rc/lib/utils.js +1 -1
- package/node_modules/rc/package.json +11 -10
- package/node_modules/readable-stream/README.md +27 -6
- package/node_modules/{bl/node_modules/readable-stream → readable-stream}/doc/stream.markdown +608 -574
- package/node_modules/readable-stream/lib/_stream_duplex.js +18 -25
- package/node_modules/readable-stream/lib/_stream_passthrough.js +2 -21
- package/node_modules/readable-stream/lib/_stream_readable.js +117 -93
- package/node_modules/readable-stream/lib/_stream_transform.js +15 -27
- package/node_modules/readable-stream/lib/_stream_writable.js +140 -88
- package/node_modules/readable-stream/package.json +33 -25
- package/node_modules/readable-stream/readable.js +6 -1
- package/node_modules/rimraf/README.md +58 -0
- package/node_modules/rimraf/node_modules/glob/README.md +27 -45
- package/node_modules/rimraf/node_modules/glob/common.js +7 -26
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json +1 -1
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +9 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +42 -30
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +9 -9
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js +28 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +11 -11
- package/node_modules/rimraf/node_modules/glob/package.json +11 -10
- package/node_modules/rimraf/package.json +12 -11
- package/node_modules/rimraf/rimraf.js +7 -5
- package/node_modules/sshpk/bin/sshpk-conv +1 -1
- package/node_modules/sshpk/lib/dhe.js +1 -2
- package/node_modules/sshpk/lib/ssh-buffer.js +2 -1
- package/node_modules/sshpk/package.json +13 -11
- package/node_modules/string_decoder/package.json +2 -1
- package/node_modules/tar-pack/index.js +1 -2
- package/node_modules/tar-pack/node_modules/rimraf/LICENSE +12 -20
- package/node_modules/tar-pack/node_modules/rimraf/README.md +17 -4
- package/node_modules/tar-pack/node_modules/rimraf/bin.js +11 -4
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/README.md +359 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/common.js +226 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/glob.js +752 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/.eslintrc +17 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/LICENSE +15 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/README.md +37 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/inflight.js +44 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/LICENSE +15 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/README.md +36 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json +58 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/test/basic.js +51 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/wrappy.js +33 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/package.json +67 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/test.js +97 -0
- package/node_modules/{bl/node_modules/readable-stream → tar-pack/node_modules/rimraf/node_modules/glob}/node_modules/inherits/package.json +3 -3
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/README.md +216 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/minimatch.js +912 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore +3 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +122 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js +8 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +191 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore +2 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml +3 -0
- package/node_modules/tar-pack/node_modules/{readable-stream/node_modules/isarray/README.md → rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md} +0 -33
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile +6 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +89 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js +5 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +50 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +79 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js +84 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml +4 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE +18 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown +62 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js +6 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js +13 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +90 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js +39 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +81 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json +66 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/README.md +51 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/LICENSE +15 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/README.md +36 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json +58 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/test/basic.js +51 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/wrappy.js +33 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/once.js +21 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/package.json +70 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/index.js +20 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/package.json +78 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/readme.md +51 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/package.json +79 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/sync.js +460 -0
- package/node_modules/tar-pack/node_modules/rimraf/package.json +28 -40
- package/node_modules/tar-pack/node_modules/rimraf/rimraf.js +138 -53
- package/node_modules/tar-pack/package.json +21 -11
- package/node_modules/tunnel-agent/index.js +2 -0
- package/node_modules/tunnel-agent/package.json +10 -9
- package/node_modules/{bl/node_modules/readable-stream/node_modules/util-deprecate → util-deprecate}/package.json +3 -2
- package/node_modules/verror/package.json +3 -2
- package/package.json +2 -2
- package/CHANGELOG.md +0 -16
- package/node_modules/bl/node_modules/readable-stream/.npmignore +0 -5
- package/node_modules/bl/node_modules/readable-stream/LICENSE +0 -18
- package/node_modules/bl/node_modules/readable-stream/README.md +0 -36
- package/node_modules/bl/node_modules/readable-stream/duplex.js +0 -1
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js +0 -82
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_passthrough.js +0 -27
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js +0 -973
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_transform.js +0 -197
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_writable.js +0 -527
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/LICENSE +0 -19
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/README.md +0 -3
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/float.patch +0 -604
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +0 -107
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/package.json +0 -67
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/test.js +0 -68
- package/node_modules/bl/node_modules/readable-stream/node_modules/isarray/README.md +0 -54
- package/node_modules/bl/node_modules/readable-stream/node_modules/isarray/build/build.js +0 -209
- package/node_modules/bl/node_modules/readable-stream/node_modules/isarray/component.json +0 -19
- package/node_modules/bl/node_modules/readable-stream/node_modules/isarray/index.js +0 -3
- package/node_modules/bl/node_modules/readable-stream/node_modules/isarray/package.json +0 -59
- package/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/.npmignore +0 -2
- package/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/LICENSE +0 -20
- package/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/README.md +0 -7
- package/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/index.js +0 -221
- package/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/package.json +0 -60
- package/node_modules/bl/node_modules/readable-stream/package.json +0 -82
- package/node_modules/bl/node_modules/readable-stream/passthrough.js +0 -1
- package/node_modules/bl/node_modules/readable-stream/readable.js +0 -12
- package/node_modules/bl/node_modules/readable-stream/transform.js +0 -1
- package/node_modules/bl/node_modules/readable-stream/writable.js +0 -1
- package/node_modules/node-pre-gyp/LICENSE +0 -27
- package/node_modules/readable-stream/float.patch +0 -923
- package/node_modules/tar-pack/node_modules/readable-stream/.npmignore +0 -5
- package/node_modules/tar-pack/node_modules/readable-stream/LICENSE +0 -18
- package/node_modules/tar-pack/node_modules/readable-stream/README.md +0 -15
- package/node_modules/tar-pack/node_modules/readable-stream/duplex.js +0 -1
- package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_duplex.js +0 -89
- package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_passthrough.js +0 -46
- package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_readable.js +0 -982
- package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_transform.js +0 -210
- package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_writable.js +0 -386
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/LICENSE +0 -19
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/README.md +0 -3
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/float.patch +0 -604
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +0 -107
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/package.json +0 -67
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/test.js +0 -68
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/LICENSE +0 -16
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/README.md +0 -42
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/inherits.js +0 -1
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/inherits_browser.js +0 -23
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/package.json +0 -58
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/test.js +0 -25
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/build/build.js +0 -209
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/component.json +0 -19
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/index.js +0 -3
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/package.json +0 -59
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/.npmignore +0 -2
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/LICENSE +0 -20
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/README.md +0 -7
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/index.js +0 -221
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/package.json +0 -60
- package/node_modules/tar-pack/node_modules/readable-stream/package.json +0 -76
- package/node_modules/tar-pack/node_modules/readable-stream/passthrough.js +0 -1
- package/node_modules/tar-pack/node_modules/readable-stream/readable.js +0 -8
- package/node_modules/tar-pack/node_modules/readable-stream/transform.js +0 -1
- package/node_modules/tar-pack/node_modules/readable-stream/writable.js +0 -1
- package/node_modules/tar-pack/node_modules/rimraf/AUTHORS +0 -6
- package/node_modules/tar-pack/node_modules/rimraf/test/run.sh +0 -16
- package/node_modules/tar-pack/node_modules/rimraf/test/setup.sh +0 -47
- package/node_modules/tar-pack/node_modules/rimraf/test/test-async.js +0 -5
- package/node_modules/tar-pack/node_modules/rimraf/test/test-sync.js +0 -3
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/process-nextick-args → process-nextick-args}/license.md +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/process-nextick-args → process-nextick-args}/readme.md +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/process-nextick-args → process-nextick-args}/test.js +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → readable-stream}/.travis.yml +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → readable-stream}/.zuul.yml +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → readable-stream}/doc/wg-meetings/2015-01-30.md +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → tar-pack/node_modules/rimraf/node_modules/glob}/node_modules/inherits/LICENSE +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → tar-pack/node_modules/rimraf/node_modules/glob}/node_modules/inherits/README.md +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → tar-pack/node_modules/rimraf/node_modules/glob}/node_modules/inherits/inherits.js +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → tar-pack/node_modules/rimraf/node_modules/glob}/node_modules/inherits/inherits_browser.js +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → tar-pack/node_modules/rimraf/node_modules/glob}/node_modules/inherits/test.js +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/util-deprecate → util-deprecate}/History.md +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/util-deprecate → util-deprecate}/LICENSE +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/util-deprecate → util-deprecate}/README.md +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/util-deprecate → util-deprecate}/browser.js +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/util-deprecate → util-deprecate}/node.js +0 -0
@@ -0,0 +1,460 @@
|
|
1
|
+
module.exports = globSync
|
2
|
+
globSync.GlobSync = GlobSync
|
3
|
+
|
4
|
+
var fs = require('fs')
|
5
|
+
var minimatch = require('minimatch')
|
6
|
+
var Minimatch = minimatch.Minimatch
|
7
|
+
var Glob = require('./glob.js').Glob
|
8
|
+
var util = require('util')
|
9
|
+
var path = require('path')
|
10
|
+
var assert = require('assert')
|
11
|
+
var isAbsolute = require('path-is-absolute')
|
12
|
+
var common = require('./common.js')
|
13
|
+
var alphasort = common.alphasort
|
14
|
+
var alphasorti = common.alphasorti
|
15
|
+
var setopts = common.setopts
|
16
|
+
var ownProp = common.ownProp
|
17
|
+
var childrenIgnored = common.childrenIgnored
|
18
|
+
|
19
|
+
function globSync (pattern, options) {
|
20
|
+
if (typeof options === 'function' || arguments.length === 3)
|
21
|
+
throw new TypeError('callback provided to sync glob\n'+
|
22
|
+
'See: https://github.com/isaacs/node-glob/issues/167')
|
23
|
+
|
24
|
+
return new GlobSync(pattern, options).found
|
25
|
+
}
|
26
|
+
|
27
|
+
function GlobSync (pattern, options) {
|
28
|
+
if (!pattern)
|
29
|
+
throw new Error('must provide pattern')
|
30
|
+
|
31
|
+
if (typeof options === 'function' || arguments.length === 3)
|
32
|
+
throw new TypeError('callback provided to sync glob\n'+
|
33
|
+
'See: https://github.com/isaacs/node-glob/issues/167')
|
34
|
+
|
35
|
+
if (!(this instanceof GlobSync))
|
36
|
+
return new GlobSync(pattern, options)
|
37
|
+
|
38
|
+
setopts(this, pattern, options)
|
39
|
+
|
40
|
+
if (this.noprocess)
|
41
|
+
return this
|
42
|
+
|
43
|
+
var n = this.minimatch.set.length
|
44
|
+
this.matches = new Array(n)
|
45
|
+
for (var i = 0; i < n; i ++) {
|
46
|
+
this._process(this.minimatch.set[i], i, false)
|
47
|
+
}
|
48
|
+
this._finish()
|
49
|
+
}
|
50
|
+
|
51
|
+
GlobSync.prototype._finish = function () {
|
52
|
+
assert(this instanceof GlobSync)
|
53
|
+
if (this.realpath) {
|
54
|
+
var self = this
|
55
|
+
this.matches.forEach(function (matchset, index) {
|
56
|
+
var set = self.matches[index] = Object.create(null)
|
57
|
+
for (var p in matchset) {
|
58
|
+
try {
|
59
|
+
p = self._makeAbs(p)
|
60
|
+
var real = fs.realpathSync(p, self.realpathCache)
|
61
|
+
set[real] = true
|
62
|
+
} catch (er) {
|
63
|
+
if (er.syscall === 'stat')
|
64
|
+
set[self._makeAbs(p)] = true
|
65
|
+
else
|
66
|
+
throw er
|
67
|
+
}
|
68
|
+
}
|
69
|
+
})
|
70
|
+
}
|
71
|
+
common.finish(this)
|
72
|
+
}
|
73
|
+
|
74
|
+
|
75
|
+
GlobSync.prototype._process = function (pattern, index, inGlobStar) {
|
76
|
+
assert(this instanceof GlobSync)
|
77
|
+
|
78
|
+
// Get the first [n] parts of pattern that are all strings.
|
79
|
+
var n = 0
|
80
|
+
while (typeof pattern[n] === 'string') {
|
81
|
+
n ++
|
82
|
+
}
|
83
|
+
// now n is the index of the first one that is *not* a string.
|
84
|
+
|
85
|
+
// See if there's anything else
|
86
|
+
var prefix
|
87
|
+
switch (n) {
|
88
|
+
// if not, then this is rather simple
|
89
|
+
case pattern.length:
|
90
|
+
this._processSimple(pattern.join('/'), index)
|
91
|
+
return
|
92
|
+
|
93
|
+
case 0:
|
94
|
+
// pattern *starts* with some non-trivial item.
|
95
|
+
// going to readdir(cwd), but not include the prefix in matches.
|
96
|
+
prefix = null
|
97
|
+
break
|
98
|
+
|
99
|
+
default:
|
100
|
+
// pattern has some string bits in the front.
|
101
|
+
// whatever it starts with, whether that's 'absolute' like /foo/bar,
|
102
|
+
// or 'relative' like '../baz'
|
103
|
+
prefix = pattern.slice(0, n).join('/')
|
104
|
+
break
|
105
|
+
}
|
106
|
+
|
107
|
+
var remain = pattern.slice(n)
|
108
|
+
|
109
|
+
// get the list of entries.
|
110
|
+
var read
|
111
|
+
if (prefix === null)
|
112
|
+
read = '.'
|
113
|
+
else if (isAbsolute(prefix) || isAbsolute(pattern.join('/'))) {
|
114
|
+
if (!prefix || !isAbsolute(prefix))
|
115
|
+
prefix = '/' + prefix
|
116
|
+
read = prefix
|
117
|
+
} else
|
118
|
+
read = prefix
|
119
|
+
|
120
|
+
var abs = this._makeAbs(read)
|
121
|
+
|
122
|
+
//if ignored, skip processing
|
123
|
+
if (childrenIgnored(this, read))
|
124
|
+
return
|
125
|
+
|
126
|
+
var isGlobStar = remain[0] === minimatch.GLOBSTAR
|
127
|
+
if (isGlobStar)
|
128
|
+
this._processGlobStar(prefix, read, abs, remain, index, inGlobStar)
|
129
|
+
else
|
130
|
+
this._processReaddir(prefix, read, abs, remain, index, inGlobStar)
|
131
|
+
}
|
132
|
+
|
133
|
+
|
134
|
+
GlobSync.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar) {
|
135
|
+
var entries = this._readdir(abs, inGlobStar)
|
136
|
+
|
137
|
+
// if the abs isn't a dir, then nothing can match!
|
138
|
+
if (!entries)
|
139
|
+
return
|
140
|
+
|
141
|
+
// It will only match dot entries if it starts with a dot, or if
|
142
|
+
// dot is set. Stuff like @(.foo|.bar) isn't allowed.
|
143
|
+
var pn = remain[0]
|
144
|
+
var negate = !!this.minimatch.negate
|
145
|
+
var rawGlob = pn._glob
|
146
|
+
var dotOk = this.dot || rawGlob.charAt(0) === '.'
|
147
|
+
|
148
|
+
var matchedEntries = []
|
149
|
+
for (var i = 0; i < entries.length; i++) {
|
150
|
+
var e = entries[i]
|
151
|
+
if (e.charAt(0) !== '.' || dotOk) {
|
152
|
+
var m
|
153
|
+
if (negate && !prefix) {
|
154
|
+
m = !e.match(pn)
|
155
|
+
} else {
|
156
|
+
m = e.match(pn)
|
157
|
+
}
|
158
|
+
if (m)
|
159
|
+
matchedEntries.push(e)
|
160
|
+
}
|
161
|
+
}
|
162
|
+
|
163
|
+
var len = matchedEntries.length
|
164
|
+
// If there are no matched entries, then nothing matches.
|
165
|
+
if (len === 0)
|
166
|
+
return
|
167
|
+
|
168
|
+
// if this is the last remaining pattern bit, then no need for
|
169
|
+
// an additional stat *unless* the user has specified mark or
|
170
|
+
// stat explicitly. We know they exist, since readdir returned
|
171
|
+
// them.
|
172
|
+
|
173
|
+
if (remain.length === 1 && !this.mark && !this.stat) {
|
174
|
+
if (!this.matches[index])
|
175
|
+
this.matches[index] = Object.create(null)
|
176
|
+
|
177
|
+
for (var i = 0; i < len; i ++) {
|
178
|
+
var e = matchedEntries[i]
|
179
|
+
if (prefix) {
|
180
|
+
if (prefix.slice(-1) !== '/')
|
181
|
+
e = prefix + '/' + e
|
182
|
+
else
|
183
|
+
e = prefix + e
|
184
|
+
}
|
185
|
+
|
186
|
+
if (e.charAt(0) === '/' && !this.nomount) {
|
187
|
+
e = path.join(this.root, e)
|
188
|
+
}
|
189
|
+
this.matches[index][e] = true
|
190
|
+
}
|
191
|
+
// This was the last one, and no stats were needed
|
192
|
+
return
|
193
|
+
}
|
194
|
+
|
195
|
+
// now test all matched entries as stand-ins for that part
|
196
|
+
// of the pattern.
|
197
|
+
remain.shift()
|
198
|
+
for (var i = 0; i < len; i ++) {
|
199
|
+
var e = matchedEntries[i]
|
200
|
+
var newPattern
|
201
|
+
if (prefix)
|
202
|
+
newPattern = [prefix, e]
|
203
|
+
else
|
204
|
+
newPattern = [e]
|
205
|
+
this._process(newPattern.concat(remain), index, inGlobStar)
|
206
|
+
}
|
207
|
+
}
|
208
|
+
|
209
|
+
|
210
|
+
GlobSync.prototype._emitMatch = function (index, e) {
|
211
|
+
var abs = this._makeAbs(e)
|
212
|
+
if (this.mark)
|
213
|
+
e = this._mark(e)
|
214
|
+
|
215
|
+
if (this.matches[index][e])
|
216
|
+
return
|
217
|
+
|
218
|
+
if (this.nodir) {
|
219
|
+
var c = this.cache[this._makeAbs(e)]
|
220
|
+
if (c === 'DIR' || Array.isArray(c))
|
221
|
+
return
|
222
|
+
}
|
223
|
+
|
224
|
+
this.matches[index][e] = true
|
225
|
+
if (this.stat)
|
226
|
+
this._stat(e)
|
227
|
+
}
|
228
|
+
|
229
|
+
|
230
|
+
GlobSync.prototype._readdirInGlobStar = function (abs) {
|
231
|
+
// follow all symlinked directories forever
|
232
|
+
// just proceed as if this is a non-globstar situation
|
233
|
+
if (this.follow)
|
234
|
+
return this._readdir(abs, false)
|
235
|
+
|
236
|
+
var entries
|
237
|
+
var lstat
|
238
|
+
var stat
|
239
|
+
try {
|
240
|
+
lstat = fs.lstatSync(abs)
|
241
|
+
} catch (er) {
|
242
|
+
// lstat failed, doesn't exist
|
243
|
+
return null
|
244
|
+
}
|
245
|
+
|
246
|
+
var isSym = lstat.isSymbolicLink()
|
247
|
+
this.symlinks[abs] = isSym
|
248
|
+
|
249
|
+
// If it's not a symlink or a dir, then it's definitely a regular file.
|
250
|
+
// don't bother doing a readdir in that case.
|
251
|
+
if (!isSym && !lstat.isDirectory())
|
252
|
+
this.cache[abs] = 'FILE'
|
253
|
+
else
|
254
|
+
entries = this._readdir(abs, false)
|
255
|
+
|
256
|
+
return entries
|
257
|
+
}
|
258
|
+
|
259
|
+
GlobSync.prototype._readdir = function (abs, inGlobStar) {
|
260
|
+
var entries
|
261
|
+
|
262
|
+
if (inGlobStar && !ownProp(this.symlinks, abs))
|
263
|
+
return this._readdirInGlobStar(abs)
|
264
|
+
|
265
|
+
if (ownProp(this.cache, abs)) {
|
266
|
+
var c = this.cache[abs]
|
267
|
+
if (!c || c === 'FILE')
|
268
|
+
return null
|
269
|
+
|
270
|
+
if (Array.isArray(c))
|
271
|
+
return c
|
272
|
+
}
|
273
|
+
|
274
|
+
try {
|
275
|
+
return this._readdirEntries(abs, fs.readdirSync(abs))
|
276
|
+
} catch (er) {
|
277
|
+
this._readdirError(abs, er)
|
278
|
+
return null
|
279
|
+
}
|
280
|
+
}
|
281
|
+
|
282
|
+
GlobSync.prototype._readdirEntries = function (abs, entries) {
|
283
|
+
// if we haven't asked to stat everything, then just
|
284
|
+
// assume that everything in there exists, so we can avoid
|
285
|
+
// having to stat it a second time.
|
286
|
+
if (!this.mark && !this.stat) {
|
287
|
+
for (var i = 0; i < entries.length; i ++) {
|
288
|
+
var e = entries[i]
|
289
|
+
if (abs === '/')
|
290
|
+
e = abs + e
|
291
|
+
else
|
292
|
+
e = abs + '/' + e
|
293
|
+
this.cache[e] = true
|
294
|
+
}
|
295
|
+
}
|
296
|
+
|
297
|
+
this.cache[abs] = entries
|
298
|
+
|
299
|
+
// mark and cache dir-ness
|
300
|
+
return entries
|
301
|
+
}
|
302
|
+
|
303
|
+
GlobSync.prototype._readdirError = function (f, er) {
|
304
|
+
// handle errors, and cache the information
|
305
|
+
switch (er.code) {
|
306
|
+
case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205
|
307
|
+
case 'ENOTDIR': // totally normal. means it *does* exist.
|
308
|
+
this.cache[this._makeAbs(f)] = 'FILE'
|
309
|
+
break
|
310
|
+
|
311
|
+
case 'ENOENT': // not terribly unusual
|
312
|
+
case 'ELOOP':
|
313
|
+
case 'ENAMETOOLONG':
|
314
|
+
case 'UNKNOWN':
|
315
|
+
this.cache[this._makeAbs(f)] = false
|
316
|
+
break
|
317
|
+
|
318
|
+
default: // some unusual error. Treat as failure.
|
319
|
+
this.cache[this._makeAbs(f)] = false
|
320
|
+
if (this.strict)
|
321
|
+
throw er
|
322
|
+
if (!this.silent)
|
323
|
+
console.error('glob error', er)
|
324
|
+
break
|
325
|
+
}
|
326
|
+
}
|
327
|
+
|
328
|
+
GlobSync.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar) {
|
329
|
+
|
330
|
+
var entries = this._readdir(abs, inGlobStar)
|
331
|
+
|
332
|
+
// no entries means not a dir, so it can never have matches
|
333
|
+
// foo.txt/** doesn't match foo.txt
|
334
|
+
if (!entries)
|
335
|
+
return
|
336
|
+
|
337
|
+
// test without the globstar, and with every child both below
|
338
|
+
// and replacing the globstar.
|
339
|
+
var remainWithoutGlobStar = remain.slice(1)
|
340
|
+
var gspref = prefix ? [ prefix ] : []
|
341
|
+
var noGlobStar = gspref.concat(remainWithoutGlobStar)
|
342
|
+
|
343
|
+
// the noGlobStar pattern exits the inGlobStar state
|
344
|
+
this._process(noGlobStar, index, false)
|
345
|
+
|
346
|
+
var len = entries.length
|
347
|
+
var isSym = this.symlinks[abs]
|
348
|
+
|
349
|
+
// If it's a symlink, and we're in a globstar, then stop
|
350
|
+
if (isSym && inGlobStar)
|
351
|
+
return
|
352
|
+
|
353
|
+
for (var i = 0; i < len; i++) {
|
354
|
+
var e = entries[i]
|
355
|
+
if (e.charAt(0) === '.' && !this.dot)
|
356
|
+
continue
|
357
|
+
|
358
|
+
// these two cases enter the inGlobStar state
|
359
|
+
var instead = gspref.concat(entries[i], remainWithoutGlobStar)
|
360
|
+
this._process(instead, index, true)
|
361
|
+
|
362
|
+
var below = gspref.concat(entries[i], remain)
|
363
|
+
this._process(below, index, true)
|
364
|
+
}
|
365
|
+
}
|
366
|
+
|
367
|
+
GlobSync.prototype._processSimple = function (prefix, index) {
|
368
|
+
// XXX review this. Shouldn't it be doing the mounting etc
|
369
|
+
// before doing stat? kinda weird?
|
370
|
+
var exists = this._stat(prefix)
|
371
|
+
|
372
|
+
if (!this.matches[index])
|
373
|
+
this.matches[index] = Object.create(null)
|
374
|
+
|
375
|
+
// If it doesn't exist, then just mark the lack of results
|
376
|
+
if (!exists)
|
377
|
+
return
|
378
|
+
|
379
|
+
if (prefix && isAbsolute(prefix) && !this.nomount) {
|
380
|
+
var trail = /[\/\\]$/.test(prefix)
|
381
|
+
if (prefix.charAt(0) === '/') {
|
382
|
+
prefix = path.join(this.root, prefix)
|
383
|
+
} else {
|
384
|
+
prefix = path.resolve(this.root, prefix)
|
385
|
+
if (trail)
|
386
|
+
prefix += '/'
|
387
|
+
}
|
388
|
+
}
|
389
|
+
|
390
|
+
if (process.platform === 'win32')
|
391
|
+
prefix = prefix.replace(/\\/g, '/')
|
392
|
+
|
393
|
+
// Mark this as a match
|
394
|
+
this.matches[index][prefix] = true
|
395
|
+
}
|
396
|
+
|
397
|
+
// Returns either 'DIR', 'FILE', or false
|
398
|
+
GlobSync.prototype._stat = function (f) {
|
399
|
+
var abs = this._makeAbs(f)
|
400
|
+
var needDir = f.slice(-1) === '/'
|
401
|
+
|
402
|
+
if (f.length > this.maxLength)
|
403
|
+
return false
|
404
|
+
|
405
|
+
if (!this.stat && ownProp(this.cache, abs)) {
|
406
|
+
var c = this.cache[abs]
|
407
|
+
|
408
|
+
if (Array.isArray(c))
|
409
|
+
c = 'DIR'
|
410
|
+
|
411
|
+
// It exists, but maybe not how we need it
|
412
|
+
if (!needDir || c === 'DIR')
|
413
|
+
return c
|
414
|
+
|
415
|
+
if (needDir && c === 'FILE')
|
416
|
+
return false
|
417
|
+
|
418
|
+
// otherwise we have to stat, because maybe c=true
|
419
|
+
// if we know it exists, but not what it is.
|
420
|
+
}
|
421
|
+
|
422
|
+
var exists
|
423
|
+
var stat = this.statCache[abs]
|
424
|
+
if (!stat) {
|
425
|
+
var lstat
|
426
|
+
try {
|
427
|
+
lstat = fs.lstatSync(abs)
|
428
|
+
} catch (er) {
|
429
|
+
return false
|
430
|
+
}
|
431
|
+
|
432
|
+
if (lstat.isSymbolicLink()) {
|
433
|
+
try {
|
434
|
+
stat = fs.statSync(abs)
|
435
|
+
} catch (er) {
|
436
|
+
stat = lstat
|
437
|
+
}
|
438
|
+
} else {
|
439
|
+
stat = lstat
|
440
|
+
}
|
441
|
+
}
|
442
|
+
|
443
|
+
this.statCache[abs] = stat
|
444
|
+
|
445
|
+
var c = stat.isDirectory() ? 'DIR' : 'FILE'
|
446
|
+
this.cache[abs] = this.cache[abs] || c
|
447
|
+
|
448
|
+
if (needDir && c !== 'DIR')
|
449
|
+
return false
|
450
|
+
|
451
|
+
return c
|
452
|
+
}
|
453
|
+
|
454
|
+
GlobSync.prototype._mark = function (p) {
|
455
|
+
return common.mark(this, p)
|
456
|
+
}
|
457
|
+
|
458
|
+
GlobSync.prototype._makeAbs = function (f) {
|
459
|
+
return common.makeAbs(this, f)
|
460
|
+
}
|
@@ -1,18 +1,19 @@
|
|
1
1
|
{
|
2
|
-
"_from": "rimraf@~2.
|
3
|
-
"_id": "rimraf@2.
|
2
|
+
"_from": "rimraf@~2.4.4",
|
3
|
+
"_id": "rimraf@2.4.5",
|
4
4
|
"_location": "/tar-pack/rimraf",
|
5
|
+
"_nodeVersion": "4.0.0",
|
5
6
|
"_npmUser": {
|
6
7
|
"email": "i@izs.me",
|
7
8
|
"name": "isaacs"
|
8
9
|
},
|
9
|
-
"_npmVersion": "
|
10
|
+
"_npmVersion": "3.3.2",
|
10
11
|
"_phantomChildren": {},
|
11
12
|
"_requiredBy": [
|
12
13
|
"/tar-pack"
|
13
14
|
],
|
14
|
-
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.
|
15
|
-
"_shasum": "
|
15
|
+
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz",
|
16
|
+
"_shasum": "ee710ce5d93a8fdb856fb5ea8ff0e2d75934b2da",
|
16
17
|
"author": {
|
17
18
|
"email": "i@izs.me",
|
18
19
|
"name": "Isaac Z. Schlueter",
|
@@ -24,42 +25,28 @@
|
|
24
25
|
"bugs": {
|
25
26
|
"url": "https://github.com/isaacs/rimraf/issues"
|
26
27
|
},
|
27
|
-
"
|
28
|
-
|
29
|
-
|
30
|
-
"email": "i@izs.me",
|
31
|
-
"url": "http://blog.izs.me"
|
32
|
-
},
|
33
|
-
{
|
34
|
-
"name": "Wayne Larsen",
|
35
|
-
"email": "wayne@larsen.st",
|
36
|
-
"url": "http://github.com/wvl"
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"name": "ritch",
|
40
|
-
"email": "skawful@gmail.com"
|
41
|
-
},
|
42
|
-
{
|
43
|
-
"name": "Marcel Laverdet"
|
44
|
-
},
|
45
|
-
{
|
46
|
-
"name": "Yosef Dinerstein",
|
47
|
-
"email": "yosefd@microsoft.com"
|
48
|
-
}
|
49
|
-
],
|
50
|
-
"dependencies": {},
|
28
|
+
"dependencies": {
|
29
|
+
"glob": "^6.0.1"
|
30
|
+
},
|
51
31
|
"description": "A deep deletion module for node (like `rm -rf`)",
|
52
|
-
"devDependencies": {
|
32
|
+
"devDependencies": {
|
33
|
+
"mkdirp": "^0.5.1",
|
34
|
+
"tap": "^2.3.4"
|
35
|
+
},
|
53
36
|
"directories": {},
|
54
37
|
"dist": {
|
55
|
-
"shasum": "
|
56
|
-
"tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.
|
57
|
-
},
|
58
|
-
"homepage": "https://github.com/isaacs/rimraf",
|
59
|
-
"license": {
|
60
|
-
"type": "MIT",
|
61
|
-
"url": "https://github.com/isaacs/rimraf/raw/master/LICENSE"
|
38
|
+
"shasum": "ee710ce5d93a8fdb856fb5ea8ff0e2d75934b2da",
|
39
|
+
"tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz"
|
62
40
|
},
|
41
|
+
"files": [
|
42
|
+
"LICENSE",
|
43
|
+
"README.md",
|
44
|
+
"bin.js",
|
45
|
+
"rimraf.js"
|
46
|
+
],
|
47
|
+
"gitHead": "02c4ecd2a7a1895ada0a244ea04e6f0996f6ba61",
|
48
|
+
"homepage": "https://github.com/isaacs/rimraf#readme",
|
49
|
+
"license": "ISC",
|
63
50
|
"main": "rimraf.js",
|
64
51
|
"maintainers": [
|
65
52
|
{
|
@@ -69,13 +56,14 @@
|
|
69
56
|
],
|
70
57
|
"name": "rimraf",
|
71
58
|
"optionalDependencies": {},
|
72
|
-
"readme": "
|
59
|
+
"readme": "[](https://travis-ci.org/isaacs/rimraf) [](https://david-dm.org/isaacs/rimraf) [](https://david-dm.org/isaacs/rimraf#info=devDependencies)\n\nThe [UNIX command](http://en.wikipedia.org/wiki/Rm_(Unix)) `rm -rf` for node.\n\nInstall with `npm install rimraf`, or just drop rimraf.js somewhere.\n\n## API\n\n`rimraf(f, [opts], callback)`\n\nThe first parameter will be interpreted as a globbing pattern for files. If you\nwant to disable globbing you can do so with `opts.disableGlob` (defaults to\n`false`). This might be handy, for instance, if you have filenames that contain\nglobbing wildcard characters.\n\nThe callback will be called with an error if there is one. Certain\nerrors are handled for you:\n\n* Windows: `EBUSY` and `ENOTEMPTY` - rimraf will back off a maximum of\n `opts.maxBusyTries` times before giving up, adding 100ms of wait\n between each attempt. The default `maxBusyTries` is 3.\n* `ENOENT` - If the file doesn't exist, rimraf will return\n successfully, since your desired outcome is already the case.\n* `EMFILE` - Since `readdir` requires opening a file descriptor, it's\n possible to hit `EMFILE` if too many file descriptors are in use.\n In the sync case, there's nothing to be done for this. But in the\n async case, rimraf will gradually back off with timeouts up to\n `opts.emfileWait` ms, which defaults to 1000.\n\n## rimraf.sync\n\nIt can remove stuff synchronously, too. But that's not so good. Use\nthe async API. It's better.\n\n## CLI\n\nIf installed with `npm install rimraf -g` it can be used as a global\ncommand `rimraf <path> [<path> ...]` which is useful for cross platform support.\n\n## mkdirp\n\nIf you need to create a directory recursively, check out\n[mkdirp](https://github.com/substack/node-mkdirp).\n",
|
60
|
+
"readmeFilename": "README.md",
|
73
61
|
"repository": {
|
74
62
|
"type": "git",
|
75
63
|
"url": "git://github.com/isaacs/rimraf.git"
|
76
64
|
},
|
77
65
|
"scripts": {
|
78
|
-
"test": "
|
66
|
+
"test": "tap test/*.js"
|
79
67
|
},
|
80
|
-
"version": "2.
|
68
|
+
"version": "2.4.5"
|
81
69
|
}
|