itz-caching-time
Version:
Cache your expensive code
31 lines (30 loc) • 681 B
JSON
{
"name": "itz-caching-time",
"version": "0.1.4",
"description": "Cache your expensive code",
"main": "src/index.js",
"scripts": {
"test": "mocha -A test"
},
"keywords": [
"caching",
"code",
"expensive"
],
"author": "Maciej Krüger <mkg20001@gmail.com>",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mkg20001/itz-caching-time.git"
},
"bugs": {
"url": "https://github.com/mkg20001/itz-caching-time/issues"
},
"homepage": "https://github.com/mkg20001/itz-caching-time#readme",
"devDependencies": {
"mocha": "^6.2.2"
},
"dependencies": {
"itz-locking-time": "^0.1.1"
}
}