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.
69 lines
1.7 KiB
69 lines
1.7 KiB
{
|
|
"_from": "clean-yaml-object@^0.1.0",
|
|
"_id": "clean-yaml-object@0.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Y/sRDcLOGoTcIfbZM0h20BCui2g=",
|
|
"_location": "/clean-yaml-object",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "clean-yaml-object@^0.1.0",
|
|
"name": "clean-yaml-object",
|
|
"escapedName": "clean-yaml-object",
|
|
"rawSpec": "^0.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/tap"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz",
|
|
"_shasum": "63fb110dc2ce1a84dc21f6d9334876d010ae8b68",
|
|
"_spec": "clean-yaml-object@^0.1.0",
|
|
"_where": "/home/orionstark/Documents/astronomy-algorithm/node_modules/tap",
|
|
"author": {
|
|
"name": "James Talmage",
|
|
"email": "james@talmage.io",
|
|
"url": "github.com/jamestalmage"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tapjs/clean-yaml-object/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Clean up an object prior to serialization",
|
|
"devDependencies": {
|
|
"ava": "^0.10.0",
|
|
"coveralls": "^2.11.6",
|
|
"nyc": "^5.3.0",
|
|
"xo": "^0.12.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/tapjs/clean-yaml-object#readme",
|
|
"keywords": [
|
|
"serialize",
|
|
"clean",
|
|
"dedupe",
|
|
"circular",
|
|
"yaml",
|
|
"json",
|
|
"error"
|
|
],
|
|
"license": "MIT",
|
|
"name": "clean-yaml-object",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tapjs/clean-yaml-object.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && nyc --cache --reporter=lcov --reporter=text ava"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|
|
|