-
Notifications
You must be signed in to change notification settings - Fork 2
/
metainfo.json
141 lines (141 loc) · 5.84 KB
/
metainfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "suncalc",
"url" : "https://github.com/ypid/suncalc",
"support": {
"issues": "https://github.com/ypid/suncalc/issues",
"docs": "https://ypid.github.io/suncalc/suncalc/SunCalc.html"
},
"integration_testing": {
"name": "Travis CI",
"url": "https://travis-ci.org/ypid/suncalc",
"img": "https://travis-ci.org/ypid/suncalc.svg?branch=master"
},
"license": {
"name": {
"short": "BSD",
"full": "BSD 2-clause \"Simplified\" License",
"spdx_identifier": "BSD-2-Clause"
},
"url": {
"default": "https://tldrlegal.com/license/bsd-2-clause-license-%28freebsd%29",
"tldrlegal": "https://tldrlegal.com/license/bsd-2-clause-license-%28freebsd%29",
"spdx": "https://spdx.org/licenses/BSD-2-Clause.html",
"wikipedia": "https://en.wikipedia.org/wiki/BSD_licenses#2-clause"
}
},
"description": "Calculate sun position, sunlight phases, moon position and lunar phase.",
"version": "1.7.0",
"releasenote": "First release of this port written in Haxe.",
"target_info": {
"haxe": {
"target_env_name": "Haxe",
"target_env_url": "https://en.wikipedia.org/wiki/Haxe",
"package_platform": "haxelib",
"package_url": "https://lib.haxe.org/p/suncalc",
"package_badge": "https://img.shields.io/badge/Haxe-VERSION-blue.svg",
"type": "native port",
"source_file": "https://github.com/ypid/suncalc/blob/master/src/suncalc/SunCalc.hx"
},
"js": {
"target_env_name": "JavaScript/Node.JS",
"target_env_url": "https://en.wikipedia.org/wiki/JavaScript",
"package_platform": "NPM",
"package_url": "https://www.npmjs.org/package/suncalc",
"package_badge": "https://img.shields.io/npm/v/suncalc.svg",
"repo_url": "https://github.com/mourner/suncalc",
"type": "native port"
},
"java": {
"target_env_name": "Java",
"target_env_url": "https://en.wikipedia.org/wiki/Java_%28programming_language%29",
"repo_url": "https://github.com/mncaudill/SunCalc-Java",
"type": "native port"
},
"php": {
"target_env_name": "PHP",
"target_env_url": "https://en.wikipedia.org/wiki/PHP",
"package_platform": "Packagist",
"package_url": "https://packagist.org/packages/ypid/suncalc",
"package_badge": "https://img.shields.io/packagist/v/ypid/suncalc.svg",
"additional_badges": [
[],
[ "PHPPackages Rank", "https://phppackages.org/p/ypid/suncalc/badge/rank.svg", "https://phppackages.org/p/ypid/suncalc" ],
[ "PHPPackages Referenced By", "https://phppackages.org/p/ypid/suncalc/badge/referenced-by.svg", "https://phppackages.org/p/ypid/suncalc" ],
[ "Packagist monthly downloads", "https://img.shields.io/packagist/dm/ypid/suncalc.svg", "$package_url" ],
[ "Packagist daily downloads", "https://img.shields.io/packagist/dd/ypid/suncalc.svg", "$package_url" ],
[ "Packagist total downloads", "https://img.shields.io/packagist/dt/ypid/suncalc.svg", "$package_url" ]
],
"install_cmd": "composer require ypid/suncalc",
"repo_url": "https://github.com/ypid/suncalc-php",
"type": "target"
},
"python": {
"target_env_name": "Python",
"target_env_url": "https://en.wikipedia.org/wiki/Python_%28programming_language%29",
"repo_url": "https://github.com/Broham/suncalcPy",
"type": "native port"
},
"cpp": {
"target_env_name": "C++",
"target_env_url": "https://en.wikipedia.org/wiki/C%2B%2B"
},
"neko": {
"target_env_name": "NekoVM",
"target_env_url": "https://en.wikipedia.org/wiki/Neko_%28programming_language%29"
}
},
"target_info_unsupported": {
"swf": {
"target_env_name": "Adobe Flash",
"target_env_url": "https://en.wikipedia.org/wiki/Adobe_Flash"
},
"as3": {
"target_env_name": "ActionScript 3",
"target_env_url": "https://en.wikipedia.org/wiki/ActionScript"
}
},
"target_info_haxe_unsupported": {
"go": {
"target_env_name": "Go",
"target_env_url": "https://en.wikipedia.org/wiki/Go_%28programming_language%29",
"repo_url": "https://github.com/mourner/suncalc-go",
"type": "native port"
},
"swift": {
"target_env_name": "Swift",
"target_env_url": "https://en.wikipedia.org/wiki/Swift_%28programming_language%29",
"repo_url": "https://github.com/shanus/suncalc-swift",
"type": "native port"
},
"objective-c": {
"target_env_name": "Objective-C",
"target_env_url": "https://en.wikipedia.org/wiki/Objective-C",
"repo_url": "https://github.com/swerdlow/suncalc-objective-c",
"type": "native port"
}
},
"authors": [
{
"name": "Robin Schneider",
"nick": "ypid",
"email": "[email protected]",
"homepage": "http://ypid.de/",
"role": "Maintainer, Rewrite in Haxe",
"targets": [ "haxe", "php" ]
},
{
"name": "Vladimir Agafonkin",
"nick": "mourner",
"email": "[email protected]",
"homepage": "http://agafonkin.com/en",
"role": "Initial implementation in JavaScript",
"targets": [ "js", "go", "role::upstream" ]
}
],
"dependencies": {
"haxe": {
"datetime": "",
"version": ""
}
}
}