commit acc0bd5fd95af1497678e14983fa31816f9be107 Author: Ayo Date: Mon Sep 19 11:34:11 2022 +0200 initial commit diff --git a/.README.md.un~ b/.README.md.un~ new file mode 100644 index 0000000..d28621a Binary files /dev/null and b/.README.md.un~ differ diff --git a/.package.json.un~ b/.package.json.un~ new file mode 100644 index 0000000..0a3cfa1 Binary files /dev/null and b/.package.json.un~ differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..0fd8e04 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Generate Timezone JSON + +### Installation +`npm i generate-timezone-json` diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..f1ded93 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "@ayoayco/generate-timezone-json", + "lockfileVersion": 2, + "requires": true, + "packages": {} +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..dc8ddde --- /dev/null +++ b/package.json @@ -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" +} diff --git a/package.json~ b/package.json~ new file mode 100644 index 0000000..276b511 --- /dev/null +++ b/package.json~ @@ -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" +}