UNPKG

908 BJSONView Raw
1{
2 "name": "fs-of-type",
3 "version": "0.1.9",
4 "description": "wraps async.filter to find items of a particular type in a directory",
5 "main": "index.js",
6 "scripts": {
7 "test": "ava --verbose"
8 },
9 "engines": {
10 "node": ">=4.0.0"
11 },
12 "keywords": [
13 "async",
14 "blockDevice",
15 "characterDevice",
16 "dir",
17 "directory",
18 "directories",
19 "fifo",
20 "file",
21 "files",
22 "filter",
23 "filtering",
24 "fs",
25 "isDirectory",
26 "isFile",
27 "only",
28 "socket",
29 "symlink",
30 "typeof"
31 ],
32 "author": "Kevin Donahue <kevindonahuedevelopment@gmail.com> (https://twitter.com/recur_excur)",
33 "license": "MIT",
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/kevmannn/fs-of-type"
37 },
38 "dependencies": {
39 "async": "^2.0.0-rc.3",
40 "path-exists": "^3.0.0",
41 "untildify": "^3.0.1"
42 },
43 "devDependencies": {
44 "ava": "^0.15.1"
45 }
46}