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.
81 lines
2.0 KiB
81 lines
2.0 KiB
{
|
|
"_from": "cross-spawn@^4",
|
|
"_id": "cross-spawn@4.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-e5JHYhwjrf3ThWAEqCPL45dCTUE=",
|
|
"_location": "/cross-spawn",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cross-spawn@^4",
|
|
"name": "cross-spawn",
|
|
"escapedName": "cross-spawn",
|
|
"rawSpec": "^4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4"
|
|
},
|
|
"_requiredBy": [
|
|
"/foreground-child"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.2.tgz",
|
|
"_shasum": "7b9247621c23adfdd3856004a823cbe397424d41",
|
|
"_spec": "cross-spawn@^4",
|
|
"_where": "/home/orionstark/Documents/astronomy-algorithm/node_modules/foreground-child",
|
|
"author": {
|
|
"name": "IndigoUnited",
|
|
"email": "hello@indigounited.com",
|
|
"url": "http://indigounited.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"lru-cache": "^4.0.1",
|
|
"which": "^1.2.9"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Cross platform child_process#spawn and child_process#spawnSync",
|
|
"devDependencies": {
|
|
"@satazor/eslint-config": "^3.0.0",
|
|
"eslint": "^3.0.0",
|
|
"expect.js": "^0.3.0",
|
|
"glob": "^7.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^3.0.2",
|
|
"rimraf": "^2.5.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
|
|
"keywords": [
|
|
"spawn",
|
|
"spawnSync",
|
|
"windows",
|
|
"cross",
|
|
"platform",
|
|
"path",
|
|
"ext",
|
|
"path-ext",
|
|
"path_ext",
|
|
"shebang",
|
|
"hashbang",
|
|
"cmd",
|
|
"execute"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "cross-spawn",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/IndigoUnited/node-cross-spawn.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'",
|
|
"test": "node test/prepare && mocha --bail test/test"
|
|
},
|
|
"version": "4.0.2"
|
|
}
|
|
|