date-store
Version:
Easily persist or get stored dates/times. Useful for conditionally making updates in an application based on the amount of time that has passed.
65 lines (64 loc) • 1.23 kB
JSON
{
"name": "date-store",
"description": "Easily persist or get stored dates/times. Useful for conditionally making updates in an application based on the amount of time that has passed.",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/date-store",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/date-store",
"bugs": {
"url": "https://github.com/jonschlinkert/date-store/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"date.js": "^0.3.3"
},
"devDependencies": {
"gulp-format-md": "^2.0.0",
"mocha": "^6.1.4"
},
"keywords": [
"ago",
"cache",
"data",
"date",
"day",
"db",
"filter",
"month",
"since",
"store",
"time",
"week",
"year"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"data-store",
"nanoseconds",
"time-stamp"
]
},
"lint": {
"reflinks": true
}
}
}