{ "_args": [ [ "suncalc@1.8.0", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor" ] ], "_from": "suncalc@1.8.0", "_id": "suncalc@1.8.0", "_inBundle": false, "_integrity": "sha1-HZiYEJVjB4dQ9JlKlZ5lTYdqy/U=", "_location": "/suncalc", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "suncalc@1.8.0", "name": "suncalc", "escapedName": "suncalc", "rawSpec": "1.8.0", "saveSpec": null, "fetchSpec": "1.8.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/suncalc/-/suncalc-1.8.0.tgz", "_spec": "1.8.0", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor", "author": { "name": "Vladimir Agafonkin" }, "bugs": { "url": "https://github.com/mourner/suncalc/issues" }, "description": "A tiny JavaScript library for calculating sun/moon positions and phases.", "devDependencies": { "eslint": "^3.12.2", "eslint-config-mourner": "^2.0.1", "tap": "^8.0.1" }, "eslintConfig": { "extends": "mourner", "rules": { "indent": 0, "array-bracket-spacing": 0, "strict": 0, "brace-style": 0 }, "env": { "amd": true } }, "homepage": "https://github.com/mourner/suncalc", "jshintConfig": { "quotmark": "single", "trailing": true, "unused": true }, "keywords": [ "sun", "astronomy", "math", "calculation", "sunrise", "sunset", "twilight", "moon", "illumination" ], "main": "suncalc.js", "name": "suncalc", "repository": { "type": "git", "url": "git://github.com/mourner/suncalc.git" }, "scripts": { "cov": "tap test.js --cov", "pretest": "eslint suncalc.js test.js", "test": "tap test.js" }, "version": "1.8.0" }