{
  "_from": "suncalc@^1.8.0",
  "_id": "suncalc@1.8.0",
  "_inBundle": false,
  "_integrity": "sha1-HZiYEJVjB4dQ9JlKlZ5lTYdqy/U=",
  "_location": "/suncalc",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "suncalc@^1.8.0",
    "name": "suncalc",
    "escapedName": "suncalc",
    "rawSpec": "^1.8.0",
    "saveSpec": null,
    "fetchSpec": "^1.8.0"
  },
  "_requiredBy": [
    "/opening_hours"
  ],
  "_resolved": "https://registry.npmjs.org/suncalc/-/suncalc-1.8.0.tgz",
  "_shasum": "1d9898109563078750f4994a959e654d876acbf5",
  "_spec": "suncalc@^1.8.0",
  "_where": "/home/user/p-y-dev/src/osm/ohm/opening_hours.js/submodules/YoHours/node_modules/opening_hours",
  "author": {
    "name": "Vladimir Agafonkin"
  },
  "bugs": {
    "url": "https://github.com/mourner/suncalc/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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"
}
