blob: d64419dd71a6458a1c1b90947b4356c3b2dc5554 (
plain)
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
|
[""
["identity" ["com.github.luxlang" "lux-js" "0.6.3-SNAPSHOT"]
"info" ["url" "https://github.com/LuxLang/lux"
"scm" "https://github.com/LuxLang/lux.git"
"licenses" [["name" "Lux License v0.1.2"
"url" "https://github.com/LuxLang/lux/blob/master/license.txt"
"type" "repo"]]
"developers" [["name" "Eduardo Julian"
"url" "https://github.com/eduardoejp"]]]
"description" "A JavaScript compiler for Lux."
"deploy_repositories" {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"
"releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"}
"repositories" ["https://oss.sonatype.org/content/repositories/snapshots/"
"https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
"dependencies" [... ["com.github.luxlang" "stdlib" "0.6.3" "tar"]
]
"program" "program"]
"js"
["compiler" ["com.github.luxlang" "lux-js" "0.6.2" "js"]]
"jvm"
["compiler" ["com.github.luxlang" "lux-jvm" "0.6.3" "jar"]
"dependencies" [["org.openjdk.nashorn" "nashorn-core" "15.1" "jar"]]]]
|