-
Notifications
You must be signed in to change notification settings - Fork 1
/
program.json
77 lines (77 loc) · 2.16 KB
/
program.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
{
"uid": "http://github.com/pinf/test-programs-js/",
"extends": [
{
"location": "https://raw.github.com/pinf/server-js/v0.1.17/program.packages.json"
},
{
"location": "./HelloWorld/program.json"
},
{
"location": "./AdditionalLoad/program.json"
},
{
"location": "./JSLintBenchmark/program.json"
},
{
"location": "./ModuleSourceFormats/program.json"
},
{
"location": "./CommonJSAPI/program.json"
},
{
"location": "./URLFetcher/program.json"
},
{
"location": "./CanvasGraphics/program.json"
}
],
"boot": "github.com/pinf/test-programs-js/",
"packages": {
"github.com/pinf/test-programs-js/": {
"locator": {
"location": "./"
}
},
"pinf.org/loader/": {
"provider": "pinf.org/loader/"
},
"nodejs.org/": {
"provider": "nodejs.org/"
},
"github.com/pinf/modules-js/": {
"locator": {
"archive": "https://github.com/pinf/modules-js/zipball/v0.1.13"
}
},
"github.com/kriskowal/q/": {
"locator": {
"archive": "https://github.com/kriskowal/q/zipball/v0.3.0"
},
"descriptor": {
"uid": "https://github.com/kriskowal/q/",
"dependencies": [
{
"id": "github.com/pinf/modules-js/"
}
],
"engines": "*"
}
},
"github.com/pinf/test-js/": {
"locator": {
"archive": "http://github.com/pinf/test-js/zipball/v0.1.3"
}
},
"github.com/pinf/loader-js/": {
"locator": {
"archive": "http://github.com/pinf/loader-js/zipball/v0.2.21"
}
},
"github.com/pinf/server-js/": {
"locator": {
"archive": "https://github.com/pinf/server-js/zipball/v0.1.17"
}
}
}
}