Files
flights_web_raw/apps/angular/node_modules/timezone-mock/package.json
T

35 lines
752 B
JSON

{
"name": "timezone-mock",
"version": "1.3.2",
"description": "A JavaScript library to mock the local timezone.",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Jimbly/timezone-mock.git"
},
"keywords": [
"timezone",
"mock",
"date",
"dst",
"daylight",
"saving",
"savings",
"time"
],
"author": "Jimb Esser (https://github.com/Jimbly/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jimbly/timezone-mock/issues"
},
"homepage": "https://github.com/Jimbly/timezone-mock",
"devDependencies": {
"eslint": "^6.8.0"
},
"scripts": {
"test": "node tests/test-constructors.js",
"lint": "eslint index.js"
}
}