UNPKG

read-cached-file

Version:

Cache the result of a slow and/or resource/time consuming operation (e.g. response from a server request, heavy computation) into a local file.

44 lines (43 loc) 1.02 kB
{ "name": "read-cached-file", "version": "1.0.7", "description": "Cache the result of a slow and/or resource/time consuming operation (e.g. response from a server request, heavy computation) into a local file.", "main": "readCachedFile.js", "scripts": { "doc": "jsdoc -c ./jsdoc.conf.json", "postdoc": "start docs/index.html" }, "type": "module", "keywords": [ "local", "cache", "read", "cached", "file", "slow", "save", "network-requests", "resource-consumption", "local-caching", "local-file", "speed-up", "time-consuming" ], "author": "kevduc", "license": "MIT", "devDependencies": { "jsdoc": "^3.6.7" }, "directories": { "doc": "docs" }, "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/kevduc/read-cached-file.git" }, "bugs": { "url": "https://github.com/kevduc/read-cached-file/issues" }, "homepage": "https://github.com/kevduc/read-cached-file#readme" }