parse-zoneinfo
Version:
Async parser for binary tzdata zoneinfo files.
39 lines (38 loc) • 772 B
JSON
{
"name": "parse-zoneinfo",
"version": "2.0.1",
"description": "Async parser for binary tzdata zoneinfo files.",
"exports": "./lib/parse-zoneinfo.js",
"homepage": "https://github.com/pirxpilot/parse-zoneinfo",
"author": {
"name": "Damian Krzeminski",
"email": "pirxpilot@furkot.com",
"url": "https://pirxpilot.me"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pirxpilot/parse-zoneinfo.git"
},
"license": "MIT",
"keywords": [
"parse-zoneinfo",
"timezone",
"tzdata",
"zoneinfo",
"parser",
"time zone",
"tz",
"olson",
"parser",
"async"
],
"devDependencies": {
"@biomejs/biome": "^1.9.4"
},
"scripts": {
"test": "make check"
},
"files": [
"lib"
]
}