-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.01 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "stats-filelist",
"version": "1.0.2",
"title": "statsFilelist",
"description": "Get a list of files and directories with `Stats` of each item. And filter the list with evaluating path, path pattern, type, size, modified time, and more.",
"keywords": [
"list",
"array",
"file",
"files",
"directory",
"directories",
"filter",
"find",
"path",
"pattern",
"type",
"size",
"modified-time",
"stats",
"extension",
"fs.Stats",
"RegExp",
"attribute",
"attributes",
"recursive",
"include",
"exclude"
],
"main": "./lib/stats-filelist.js",
"files": [
"lib/*.js"
],
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/anseki/stats-filelist",
"repository": {
"type": "git",
"url": "git://github.com/anseki/stats-filelist.git"
},
"bugs": "https://github.com/anseki/stats-filelist/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}