Added game info bar

This commit is contained in:
clerie
2018-04-04 12:31:55 +02:00
parent 811ecfddfb
commit 95741499fd
271 changed files with 46086 additions and 2 deletions
index.js
node_modules
.bin
commander
diff
escape-string-regexp
glob
growl
jade
lru-cache
minimatch
minimist
mkdirp
mocha
quick-local-ip
sigmund
supports-color
to-iso-string
package-lock.jsonpackage.json
public

9
node_modules/glob/examples/g.js generated vendored Normal file

@@ -0,0 +1,9 @@
var Glob = require("../").Glob
var pattern = "test/a/**/[cg]/../[cg]"
console.log(pattern)
var mg = new Glob(pattern, {mark: true, sync:true}, function (er, matches) {
console.log("matches", matches)
})
console.log("after")