|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_args": [
- [
- "moment-timezone@0.5.33",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "moment-timezone@0.5.33",
- "_id": "moment-timezone@0.5.33",
- "_inBundle": false,
- "_integrity": "sha512-PTc2vcT8K9J5/9rDEPe5czSIKgLoGsH8UNpA4qZTVw0Vd/Uz19geE9abbIOQKaAQFcnQ3v5YEXrbSc5BpshH+w==",
- "_location": "/moment-timezone",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "moment-timezone@0.5.33",
- "name": "moment-timezone",
- "escapedName": "moment-timezone",
- "rawSpec": "0.5.33",
- "saveSpec": null,
- "fetchSpec": "0.5.33"
- },
- "_requiredBy": [
- "/node-ical"
- ],
- "_resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.33.tgz",
- "_spec": "0.5.33",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Tim Wood",
- "email": "washwithcare@gmail.com",
- "url": "http://timwoodcreates.com/"
- },
- "bugs": {
- "url": "https://github.com/moment/moment-timezone/issues"
- },
- "dependencies": {
- "moment": ">= 2.9.0"
- },
- "description": "Parse and display moments in any timezone.",
- "devDependencies": {
- "grunt": "1.0.4",
- "grunt-contrib-clean": "^2.0.0",
- "grunt-contrib-jshint": "^2.1.0",
- "grunt-contrib-nodeunit": "^2.0.0",
- "grunt-contrib-uglify": "^4.0.1",
- "grunt-exec": "^3.0.0",
- "typescript": "^3.5.1"
- },
- "engines": {
- "node": "*"
- },
- "homepage": "http://momentjs.com/timezone/",
- "jspm": {
- "main": "builds/moment-timezone-with-data",
- "shim": {
- "moment-timezone": {
- "deps": [
- "moment"
- ]
- }
- }
- },
- "keywords": [
- "moment",
- "date",
- "time",
- "timezone",
- "olson",
- "iana",
- "zone",
- "tz"
- ],
- "license": "MIT",
- "main": "./index.js",
- "name": "moment-timezone",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/moment/moment-timezone.git"
- },
- "scripts": {
- "test": "grunt"
- },
- "typings": "./index.d.ts",
- "version": "0.5.33"
- }
|