fs-db
Version:
wip to use fs as a db
49 lines (48 loc) • 999 B
JSON
{
"name": "fs-db",
"version": "2.1.3",
"description": "wip to use fs as a db",
"main": "index.js",
"scripts": {
"test": "tape test"
},
"repository": {
"type": "git",
"url": "https://github.com/ahdinosaur/fs-db.git"
},
"keywords": [
"directory",
"analyze",
"walk",
"json",
"yaml",
"model",
"fs",
"database",
"human",
"readable"
],
"author": "ahdinosaur",
"license": "ISC",
"bugs": {
"url": "https://github.com/ahdinosaur/fs-db/issues"
},
"homepage": "https://github.com/ahdinosaur/fs-db",
"devDependencies": {
"pull-array-collate": "^0.1.0",
"sort-by": "^1.1.0",
"sort-keys": "^1.0.0",
"tape": "^3.5.0"
},
"dependencies": {
"debug": "^2.1.3",
"is-plain-object": "^1.0.0",
"json-pointer": "^0.3.0",
"level-codec": "^4.2.0",
"pull-paramap": "^1.1.1",
"pull-stream": "^2.26.0",
"readdirp": "^1.3.0",
"stream-to-pull-stream": "^1.6.1",
"xtend": "^4.0.0"
}
}