UNPKG

children-dirs

Version:

Get paths of directories in a directory

59 lines (58 loc) 1.26 kB
{ "name": "children-dirs", "version": "2.0.0", "description": "Get paths of directories in a directory", "homepage": "https://github.com/sholladay/children-dirs", "main": "index.js", "author": { "name": "Seth Holladay", "url": "https://seth-holladay.com", "email": "me@seth-holladay.com" }, "scripts": { "test": "xo && ava" }, "repository": { "type": "git", "url": "git@github.com:sholladay/children-dirs.git" }, "bugs": { "url": "https://github.com/sholladay/children-dirs/issues", "email": "me@seth-holladay.com" }, "engines": { "node": ">=8" }, "license": "MPL-2.0", "files": [ "index.js" ], "devDependencies": { "ava": "^0.24.0", "eslint-config-tidy": "^0.5.0", "mkdirtemp": "^1.0.0", "xo": "^0.18.0" }, "keywords": [ "get", "list", "find", "children", "dir", "dirs", "directory", "directories", "path", "paths", "resolve", "absolute", "ls", "fs", "readdir", "inside", "under" ], "xo": { "extend": "tidy" } }