Compare commits
48 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a985384079 | |||
| 38ab0b197e | |||
| 3400ffceb0 | |||
| 818e6dca1e | |||
| 2416c82685 | |||
| 9cbd6efb3e | |||
| d7daf15989 | |||
| dae98ea939 | |||
| a6fa7d61b6 | |||
| e1d7910e1f | |||
| 8994b6406b | |||
| 66e524ee9d | |||
| 7210be13ad | |||
| 4b3058e023 | |||
| ebf186856a | |||
| 15c2c50b7a | |||
| 83dcc5c39e | |||
| 61c1c45389 | |||
| 74a6b1fdbb | |||
| bd9ebd4754 | |||
| b34700ba76 | |||
| 91c2c00e79 | |||
| dec287483a | |||
| 0b6a1d37c3 | |||
| 598fed56a6 | |||
| f39dcd05e3 | |||
| b09819d865 | |||
| abf36c8861 | |||
| d90b7b617f | |||
| 150922d6cc | |||
| 4f416ac999 | |||
| da3809b000 | |||
| 5af43df76b | |||
| 572ee8478f | |||
| 1e8fcf4d96 | |||
| f63892ceee | |||
| 4a1dabbc09 | |||
| a9680c3e90 | |||
| d682248553 | |||
| b186df7de7 | |||
| 7f21a15082 | |||
| 8dd557f46f | |||
| dcc74fcf8c | |||
| 417a7ec947 | |||
| 37fd7f8ec7 | |||
| 24b2d0d153 | |||
| 9d689c89fb | |||
| 333ff9b027 |
3 changed files with 37 additions and 19 deletions
3
.husky/post-commit
Normal file
3
.husky/post-commit
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
echo "post-commit..."
|
||||||
|
git push gh
|
||||||
|
git push sh
|
||||||
12
package.json
12
package.json
|
|
@ -1,17 +1,18 @@
|
||||||
{
|
{
|
||||||
"name": "generate-timezone-json",
|
"name": "generate-timezone-json",
|
||||||
"version": "0.2.21",
|
"version": "0.2.43",
|
||||||
"bin": "./index.js",
|
"bin": "./index.js",
|
||||||
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
|
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
"start": "node .",
|
"start": "node .",
|
||||||
"test": "generate-timezone-json --tab-file zone.tab"
|
"test": "generate-timezone-json --tab-file zone.tab",
|
||||||
|
"prepare": "husky"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ayoayco/generate-timezone-json"
|
"url": "https://git.ayo.run/ayo/generate-timezone-json"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"timezones",
|
"timezones",
|
||||||
|
|
@ -21,7 +22,10 @@
|
||||||
"author": "Ayo Ayco",
|
"author": "Ayo Ayco",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vvo/tzdb": "^6.137.0",
|
"@vvo/tzdb": "^6.198.0",
|
||||||
"parse-zonetab": "^1.0.0"
|
"parse-zonetab": "^1.0.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"husky": "^9.1.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,16 +9,20 @@ importers:
|
||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vvo/tzdb':
|
'@vvo/tzdb':
|
||||||
specifier: ^6.137.0
|
specifier: ^6.198.0
|
||||||
version: 6.137.0
|
version: 6.198.0
|
||||||
parse-zonetab:
|
parse-zonetab:
|
||||||
specifier: ^1.0.0
|
specifier: ^1.0.0
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
devDependencies:
|
||||||
|
husky:
|
||||||
|
specifier: ^9.1.7
|
||||||
|
version: 9.1.7
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
'@vvo/tzdb@6.137.0':
|
'@vvo/tzdb@6.198.0':
|
||||||
resolution: {integrity: sha512-er8kaywRTjBTlaBgYynd3Fe/OPUfL3GuRMJOyWRlZ3V7EX4A6pryXTf42FL1ZXjOkDPz+/exAUe03kmb02MLOA==}
|
resolution: {integrity: sha512-bNRWBhWYl0edVgyX6AYbhoCM2tk2lXJjGCyO2VDc2xn6Dw8dLd7WGj2DDXkVOkmOIQTNjEAcxrEpIzz5pWVwFg==}
|
||||||
|
|
||||||
buffer-alloc-unsafe@1.1.0:
|
buffer-alloc-unsafe@1.1.0:
|
||||||
resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==}
|
resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==}
|
||||||
|
|
@ -52,6 +56,11 @@ packages:
|
||||||
resolution: {integrity: sha512-AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA==}
|
resolution: {integrity: sha512-AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
|
|
||||||
|
husky@9.1.7:
|
||||||
|
resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
inherits@2.0.4:
|
inherits@2.0.4:
|
||||||
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
||||||
|
|
||||||
|
|
@ -68,8 +77,8 @@ packages:
|
||||||
json-stringify-safe@5.0.1:
|
json-stringify-safe@5.0.1:
|
||||||
resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==}
|
resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==}
|
||||||
|
|
||||||
minimist@1.2.7:
|
minimist@1.2.8:
|
||||||
resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==}
|
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
||||||
|
|
||||||
ndjson@1.5.0:
|
ndjson@1.5.0:
|
||||||
resolution: {integrity: sha512-hUPLuaziboGjNF7wHngkgVc0FOclR8dDk/HfEvTtDr/iUrqBWiRcRSTK3/nLOqKH33th714BrMmTPtObI9gZxQ==}
|
resolution: {integrity: sha512-hUPLuaziboGjNF7wHngkgVc0FOclR8dDk/HfEvTtDr/iUrqBWiRcRSTK3/nLOqKH33th714BrMmTPtObI9gZxQ==}
|
||||||
|
|
@ -100,8 +109,8 @@ packages:
|
||||||
process-nextick-args@2.0.1:
|
process-nextick-args@2.0.1:
|
||||||
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
|
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
|
||||||
|
|
||||||
readable-stream@2.3.7:
|
readable-stream@2.3.8:
|
||||||
resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==}
|
resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
|
||||||
|
|
||||||
safe-buffer@5.1.2:
|
safe-buffer@5.1.2:
|
||||||
resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
|
resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
|
||||||
|
|
@ -131,7 +140,7 @@ packages:
|
||||||
|
|
||||||
snapshots:
|
snapshots:
|
||||||
|
|
||||||
'@vvo/tzdb@6.137.0': {}
|
'@vvo/tzdb@6.198.0': {}
|
||||||
|
|
||||||
buffer-alloc-unsafe@1.1.0: {}
|
buffer-alloc-unsafe@1.1.0: {}
|
||||||
|
|
||||||
|
|
@ -153,13 +162,13 @@ snapshots:
|
||||||
generate-function: 1.1.0
|
generate-function: 1.1.0
|
||||||
generate-object-property: 1.2.0
|
generate-object-property: 1.2.0
|
||||||
inherits: 2.0.4
|
inherits: 2.0.4
|
||||||
minimist: 1.2.7
|
minimist: 1.2.8
|
||||||
ndjson: 1.5.0
|
ndjson: 1.5.0
|
||||||
|
|
||||||
from2@2.3.0:
|
from2@2.3.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
inherits: 2.0.4
|
inherits: 2.0.4
|
||||||
readable-stream: 2.3.7
|
readable-stream: 2.3.8
|
||||||
|
|
||||||
generate-function@1.1.0: {}
|
generate-function@1.1.0: {}
|
||||||
|
|
||||||
|
|
@ -172,6 +181,8 @@ snapshots:
|
||||||
object-assign: 4.1.1
|
object-assign: 4.1.1
|
||||||
pinkie-promise: 2.0.1
|
pinkie-promise: 2.0.1
|
||||||
|
|
||||||
|
husky@9.1.7: {}
|
||||||
|
|
||||||
inherits@2.0.4: {}
|
inherits@2.0.4: {}
|
||||||
|
|
||||||
into-stream@2.0.1:
|
into-stream@2.0.1:
|
||||||
|
|
@ -184,12 +195,12 @@ snapshots:
|
||||||
|
|
||||||
json-stringify-safe@5.0.1: {}
|
json-stringify-safe@5.0.1: {}
|
||||||
|
|
||||||
minimist@1.2.7: {}
|
minimist@1.2.8: {}
|
||||||
|
|
||||||
ndjson@1.5.0:
|
ndjson@1.5.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
json-stringify-safe: 5.0.1
|
json-stringify-safe: 5.0.1
|
||||||
minimist: 1.2.7
|
minimist: 1.2.8
|
||||||
split2: 2.2.0
|
split2: 2.2.0
|
||||||
through2: 2.0.5
|
through2: 2.0.5
|
||||||
|
|
||||||
|
|
@ -219,7 +230,7 @@ snapshots:
|
||||||
|
|
||||||
process-nextick-args@2.0.1: {}
|
process-nextick-args@2.0.1: {}
|
||||||
|
|
||||||
readable-stream@2.3.7:
|
readable-stream@2.3.8:
|
||||||
dependencies:
|
dependencies:
|
||||||
core-util-is: 1.0.3
|
core-util-is: 1.0.3
|
||||||
inherits: 2.0.4
|
inherits: 2.0.4
|
||||||
|
|
@ -241,7 +252,7 @@ snapshots:
|
||||||
|
|
||||||
through2@2.0.5:
|
through2@2.0.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
readable-stream: 2.3.7
|
readable-stream: 2.3.8
|
||||||
xtend: 4.0.2
|
xtend: 4.0.2
|
||||||
|
|
||||||
to-fast-properties@1.0.3: {}
|
to-fast-properties@1.0.3: {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue