UNPKG

spacetime-daylight

Version:
43 lines 1.23 kB
{ "name": "spacetime-daylight", "version": "1.5.2", "description": "calculate approximate sunlight times for a given timezone", "main": "builds/spacetime-daylight.mjs", "unpkg": "builds/spacetime-daylight.min.js", "module": "builds/spacetime-daylight.mjs", "type": "module", "sideEffects": false, "exports": { ".": { "require": "./builds/spacetime-daylight.cjs", "import": "./builds/spacetime-daylight.mjs", "default": "./builds/spacetime-daylight.mjs" } }, "homepage": "https://github.com/spencermountain/spacetime/tree/master/plugins/spacetime-daylight", "scripts": { "watch": "amble ./scratch.js", "test": "\"node_modules/.bin/tape\" \"./tests/*.test.js\" | \"node_modules/.bin/tap-dancer\" --color", "build": "rollup -c --silent" }, "repository": { "type": "git", "url": "git+https://github.com/spencermountain/spacetime.git" }, "keywords": [ "sunlight", "timezone" ], "author": "spencermountain@gmail.com", "dependencies": { "spacetime-geo": "1.4.1", "suncalc": "1.9.0" }, "devDependencies": { "amble": "1.3.0", "spacetime": ">=7.4.0", "tap-dancer": "0.3.4", "tape": "5.9.0" }, "license": "MIT" }