UNPKG

globbie

Version:

Simple directory globbing using picomatch

32 lines (31 loc) 681 B
{ "name": "globbie", "version": "1.0.1", "description": "Simple directory globbing using picomatch", "main": "index.js", "scripts": { "test": "standard && brittle test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/holepunchto/globbie.git" }, "keywords": [ "globbie", "glob", "picomatch" ], "author": "Holepunch", "license": "Apache-2.0", "bugs": { "url": "https://github.com/holepunchto/globbie/issues" }, "homepage": "https://github.com/holepunchto/globbie#readme", "dependencies": { "brittle": "^3.6.0", "picomatch": "^4.0.2" }, "devDependencies": { "standard": "^17.1.0" } }