Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
timezone-mock
/
Filename :
package.json
back
Copy
{ "name": "timezone-mock", "version": "1.3.1", "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" } }