UNPKG

1.05 kBJSONView Raw
1{
2 "name": "nodejs-fs-utils",
3 "version": "1.2.0",
4 "description": "NodeJs FileSystem (FS) extra utilities, walk, fsize ( folder / symlinks / files ), rmdirs, ",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/sergiu-gordienco/nodejs-fs-utils.git"
12 },
13 "keywords": [
14 "nodejs",
15 "dir size",
16 "folder",
17 "node",
18 "size",
19 "walk",
20 "walk sync",
21 "dir walk",
22 "directory size",
23 "folder size",
24 "get folder size",
25 "fs extra",
26 "fs utils",
27 "link",
28 "rmdirs",
29 "remove dir",
30 "remove folder",
31 "mkdirp",
32 "node fs utils",
33 "nodejs fs utils"
34 ],
35 "author": "Sergiu Gordienco <sergiu.gordienco@gmail.com> (http://www.cloudwebcode.com/)",
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/sergiu-gordienco/nodejs-fs-utils/issues"
39 },
40 "homepage": "https://github.com/sergiu-gordienco/nodejs-fs-utils",
41 "dependencies" : {
42 "module-require": "*"
43 }
44}