read-dir-and-stat
Version:
Reads the directory files and adds the stat info.
52 lines • 1.07 kB
JSON
{
"name": "read-dir-and-stat",
"description": "Reads the directory files and adds the stat info.",
"keywords": [
"read",
"dir",
"and",
"stat",
"reads",
"the",
"directory",
"files",
"adds",
"info"
],
"license": "MIT",
"version": "1.0.9",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/read-dir-and-stat.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/read-dir-and-stat/issues"
},
"homepage": "https://github.com/IonicaBizau/read-dir-and-stat#readme",
"dependencies": {
"bindy": "^1.0.3",
"same-time": "^2.3.1"
}
}