Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7daf15989 | |||
| dae98ea939 | |||
| a6fa7d61b6 | |||
| e1d7910e1f | |||
| 8994b6406b | |||
| 66e524ee9d | |||
| 7210be13ad | |||
| 4b3058e023 | |||
| ebf186856a | |||
| 15c2c50b7a | |||
| 83dcc5c39e |
2 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "generate-timezone-json",
|
"name": "generate-timezone-json",
|
||||||
"version": "0.2.36",
|
"version": "0.2.41",
|
||||||
"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",
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"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 +21,7 @@
|
||||||
"author": "Ayo Ayco",
|
"author": "Ayo Ayco",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vvo/tzdb": "^6.187.0",
|
"@vvo/tzdb": "^6.196.0",
|
||||||
"parse-zonetab": "^1.0.0"
|
"parse-zonetab": "^1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,16 +9,16 @@ importers:
|
||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vvo/tzdb':
|
'@vvo/tzdb':
|
||||||
specifier: ^6.187.0
|
specifier: ^6.196.0
|
||||||
version: 6.187.0
|
version: 6.196.0
|
||||||
parse-zonetab:
|
parse-zonetab:
|
||||||
specifier: ^1.0.0
|
specifier: ^1.0.0
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
'@vvo/tzdb@6.187.0':
|
'@vvo/tzdb@6.196.0':
|
||||||
resolution: {integrity: sha512-SkGZLQyHT3dYxv0HyUHX+h1lDwTMfJs/nXT6BrLdl1nXdpcCEeGJPGiVf/9uv8uD8mCeMok1MM5CcG67VoEypQ==}
|
resolution: {integrity: sha512-5BBJBmxJ1z/TzSuKE10stIX4dOsFN4tlMqj3WMPBSGM8euO1z5X/s2DaTSkXlTzznD5aWa4nV3t//zChFHruag==}
|
||||||
|
|
||||||
buffer-alloc-unsafe@1.1.0:
|
buffer-alloc-unsafe@1.1.0:
|
||||||
resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==}
|
resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==}
|
||||||
|
|
@ -131,7 +131,7 @@ packages:
|
||||||
|
|
||||||
snapshots:
|
snapshots:
|
||||||
|
|
||||||
'@vvo/tzdb@6.187.0': {}
|
'@vvo/tzdb@6.196.0': {}
|
||||||
|
|
||||||
buffer-alloc-unsafe@1.1.0: {}
|
buffer-alloc-unsafe@1.1.0: {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue