UNPKG

@mangar2/persist

Version:

Persists an object in a file

28 lines (27 loc) 684 B
{ "name": "@mangar2/persist", "version": "1.0.5", "description": "Persists an object in a file", "main": "persist.js", "scripts": { "test": "node test/test.js", "doku": "js2md . README.md", "lint": "eslint *.js", "prepublishOnly": "npm run lint && npm test && npm run doku" }, "keywords": [ "File", "Persist" ], "dependencies": { "fs": "0.0.1-security", "@mangar2/errorlog": "latest" }, "author": "Volker Böhm", "license": "LGPL-3.0-or-later", "homepage": "https://github.com/Mangar2/yaha.git", "repository": { "type": "git", "url": "https://github.com/Mangar2/yaha/tree/master/node_modules/@mangar2/persist" } }