UNPKG

lbdate

Version:

JavaScript Date object serialization helper.

37 lines (36 loc) 798 B
{ "name": "lbdate", "version": "1.5.1", "description": "JavaScript Date object serialization helper.", "author": "Leon Bernstein", "license": "MIT", "homepage": "https://github.com/LbJS/LbDate#readme", "repository": { "type": "git", "url": "gti+https://github.com/LbJS/LbDate.git" }, "bugs": { "url": "https://github.com/LbJS/LbDate/issues" }, "publishConfig": { "access": "public" }, "main": "./es2018/index.js", "sideEffects": false, "keywords": [ "date", "time", "timezone", "json", "ISO", "8601", "UTC" ], "private": false, "module": "./esm2018/index.js", "types": "./types/index.d.ts", "es2015": "./es2015/index.js", "esm2015": "./esm2015/index.js", "es5": "./es5/index.js", "esm5": "./esm5/index.js" }