globbie
Version:
Simple directory globbing using picomatch
48 lines (47 loc) • 992 B
JSON
{
"name": "globbie",
"version": "1.0.3",
"description": "Simple directory globbing using picomatch",
"main": "index.js",
"scripts": {
"test": "node test/globbie.test.js",
"test:bare": "bare test/globbie.test.js",
"lint": "standard"
},
"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",
"imports": {
"fs": {
"bare": "bare-fs"
},
"path": {
"bare": "bare-path"
},
"process": {
"bare": "bare-process"
}
},
"dependencies": {
"bare-fs": "^4.1.2",
"bare-path": "^3.0.0",
"bare-process": "^4.2.1",
"picomatch": "^4.0.2"
},
"devDependencies": {
"brittle": "^3.16.2",
"standard": "^17.1.0"
}
}