2021-05-27 23:51:33 +00:00
{
"name" : "xtz" ,
2022-03-10 06:47:20 +00:00
"version" : "1.3.0" ,
2021-05-27 23:51:33 +00:00
"description" : "A fast, lightweight, zero-dependency library to translate between Time Zones and UTC with native Intl.DateTimeFormat in ~100 LoC. For Node.js & Browsers." ,
"main" : "xtz.js" ,
2022-03-10 06:47:19 +00:00
"files" : [
"xtz.js" ,
"tolocalisostring.js"
] ,
2021-05-27 23:51:33 +00:00
"scripts" : {
2021-05-28 14:28:18 +00:00
"test" : "node ./test.js" ,
"build" : "uglifyjs ./xtz.js > ./xtz.min.js ; gzip -k -f ./xtz.min.js"
2021-05-27 23:51:33 +00:00
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/therootcompany/tz.js.git"
} ,
"keywords" : [
"tz" ,
"timezone" ,
"date" ,
"intl" ,
"temporal" ,
"polyfill" ,
"convert" ,
"translate"
] ,
"author" : "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)" ,
"license" : "MPL-2.0" ,
"bugs" : {
"url" : "https://github.com/therootcompany/tz.js/issues"
} ,
"homepage" : "https://github.com/therootcompany/tz.js#readme"
}