initial commit

This commit is contained in:
Ayo 2022-09-19 11:34:11 +02:00
commit acc0bd5fd9
6 changed files with 64 additions and 0 deletions

BIN
.README.md.un~ Normal file

Binary file not shown.

BIN
.package.json.un~ Normal file

Binary file not shown.

4
README.md Normal file
View file

@ -0,0 +1,4 @@
# Generate Timezone JSON
### Installation
`npm i generate-timezone-json`

6
package-lock.json generated Normal file
View file

@ -0,0 +1,6 @@
{
"name": "@ayoayco/generate-timezone-json",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}

27
package.json Normal file
View file

@ -0,0 +1,27 @@
{
"name": "generate-timezone-json",
"version": "0.0.1",
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
"main": "index.js",
"scripts": {
"test": "generate-timezone-json --tab-file zone.tab"
},
"repository": {
"type": "git",
"url": "github.com/ayoayco/generate-timezone-json"
},
"keywords": [
"timezones",
"json",
"timezones",
"tab",
"timezones",
"iana",
"db",
"timezones",
"iana",
"database"
],
"author": "Ayo Ayco",
"license": "ISC"
}

27
package.json~ Normal file
View file

@ -0,0 +1,27 @@
{
"name": "generate-timezone-json",
"version": "1.0.0",
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
"main": "index.js",
"scripts": {
"test": "generate-timezone-json --tab-file zone.tab"
},
"repository": {
"type": "git",
"url": "github.com/ayoayco/generate-timezone-json"
},
"keywords": [
"timezones",
"json",
"timezones",
"tab",
"timezones",
"iana",
"db",
"timezones",
"iana",
"database"
],
"author": "Ayo Ayco",
"license": "ISC"
}