Sun calculation js library which is fully based on formula from http://aa.quae.nl/en/reken/zonpositie.html
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
3.0 KiB
130 lines
3.0 KiB
{
|
|
"_from": "coveralls@^2.13.3",
|
|
"_id": "coveralls@2.13.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-iiAmn+l1XqRwNLXhW8Rs5qHZRFMYp9ZIPjEOVRpC/c4so6Y/f4/lFi0FfR5B9cCqgyhkJ5cZmbvcVRfP8MHchw==",
|
|
"_location": "/coveralls",
|
|
"_phantomChildren": {
|
|
"argparse": "1.0.10",
|
|
"esprima": "2.7.3"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "coveralls@^2.13.3",
|
|
"name": "coveralls",
|
|
"escapedName": "coveralls",
|
|
"rawSpec": "^2.13.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.13.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/tap"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/coveralls/-/coveralls-2.13.3.tgz",
|
|
"_shasum": "9ad7c2ae527417f361e8b626483f48ee92dd2bc7",
|
|
"_spec": "coveralls@^2.13.3",
|
|
"_where": "/home/orionstark/Documents/astronomy-algorithm/node_modules/tap",
|
|
"author": {
|
|
"name": "Gregg Caines"
|
|
},
|
|
"bin": {
|
|
"coveralls": "./bin/coveralls.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nickmerwin/node-coveralls/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Gregg Caines",
|
|
"email": "gregg@caines.ca",
|
|
"url": "http://caines.ca"
|
|
},
|
|
{
|
|
"name": "Joshua Ma",
|
|
"email": "github@joshma.com",
|
|
"url": "http://joshma.com"
|
|
},
|
|
{
|
|
"name": "Alan Gutierrez",
|
|
"email": "alan@prettyrobots.com",
|
|
"url": "http://www.prettyrobots.com/"
|
|
},
|
|
{
|
|
"name": "Kir Belevich",
|
|
"url": "https://github.com/svg"
|
|
},
|
|
{
|
|
"name": "elliotcable",
|
|
"email": "github@elliottcable.name",
|
|
"url": "http://elliottcable.name/"
|
|
},
|
|
{
|
|
"name": "Slotos",
|
|
"email": "slotos@gmail.com",
|
|
"url": "http://slotos.net"
|
|
},
|
|
{
|
|
"name": "mattjmorrison",
|
|
"email": "mattjmorrison@mattjmorrison.com",
|
|
"url": "http://mattjmorrison.com"
|
|
},
|
|
{
|
|
"name": "Arpad Borsos",
|
|
"email": "arpad.borsos@googlemail.com",
|
|
"url": "http://swatinem.de/"
|
|
},
|
|
{
|
|
"name": "Adam Moss",
|
|
"url": "https://github.com/adam-moss"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"js-yaml": "3.6.1",
|
|
"lcov-parse": "0.0.10",
|
|
"log-driver": "1.2.5",
|
|
"minimist": "1.2.0",
|
|
"request": "2.79.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "takes json-cov output into stdin and POSTs to coveralls.io",
|
|
"devDependencies": {
|
|
"istanbul": "0.4.5",
|
|
"jshint": "2.9.3",
|
|
"mocha": "3.2.0",
|
|
"mocha-lcov-reporter": "1.2.0",
|
|
"should": "9.0.2",
|
|
"sinon-restore": "1.0.1",
|
|
"snyk": "1.23.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.6"
|
|
},
|
|
"homepage": "https://github.com/nickmerwin/node-coveralls#readme",
|
|
"keywords": [
|
|
"coverage",
|
|
"coveralls"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Nick Merwin",
|
|
"email": "nick@coveralls.io",
|
|
"url": "https://coveralls.io"
|
|
}
|
|
],
|
|
"name": "coveralls",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/nickmerwin/node-coveralls.git"
|
|
},
|
|
"scripts": {
|
|
"test": "snyk test && make test"
|
|
},
|
|
"version": "2.13.3"
|
|
}
|
|
|