/var/www/greso.tech/server/nsm/node_modules/moment-timezone
NameSizeModeActions
builds/-0755rm
data/-0755rm
changelog.md146430644editdlrm
composer.json8620644editdlrm
index.d.ts30860644editdlrm
index.js1140644editdlrm
LICENSE10970644editdlrm
moment-timezone-utils.d.ts26570644editdlrm
moment-timezone-utils.js77870644editdlrm
moment-timezone.js163400644editdlrm
package.json10770644editdlrm
README.md27000644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/moment-timezone/package.json (1077B)
{ "name": "moment-timezone", "version": "0.5.43", "description": "Parse and display moments in any timezone.", "homepage": "http://momentjs.com/timezone/", "author": "Tim Wood (http://timwoodcreates.com/)", "keywords": [ "moment", "date", "time", "timezone", "olson", "iana", "zone", "tz" ], "main": "./index.js", "typings": "./index.d.ts", "engines": { "node": "*" }, "repository": { "type": "git", "url": "https://github.com/moment/moment-timezone.git" }, "bugs": { "url": "https://github.com/moment/moment-timezone/issues" }, "license": "MIT", "dependencies": { "moment": "^2.29.4" }, "devDependencies": { "grunt": "^1.5.3", "grunt-contrib-clean": "^2.0.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-nodeunit": "^4.0.0", "grunt-contrib-uglify": "^5.2.2", "grunt-exec": "^3.0.0", "typescript": "^3.5.1" }, "jspm": { "main": "builds/moment-timezone-with-data", "shim": { "moment-timezone": { "deps": [ "moment" ] } } }, "scripts": { "test": "grunt" } }