-
Notifications
You must be signed in to change notification settings - Fork 0
/
program.declarations.json
65 lines (65 loc) · 1.86 KB
/
program.declarations.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
{
"engines": {
"node": ">=0.4.11"
},
"packages": {
"github.com/pinf/server-js/": {
"locator": {
"archive": "https://github.com/pinf/server-js/zipball/v0.1.24"
}
},
"nodejs.org/": {
"provider": "nodejs.org/"
},
"pinf.org/loader/": {
"provider": "pinf.org/loader/"
},
"github.com/senchalabs/connect/": {
"locator": {
"name": "connect",
"version": "1.6.2",
"pm": "npm"
}
},
"github.com/felixge/node-formidable/": {
"locator": {
"name": "formidable",
"version": "1.0.2",
"pm": "npm"
}
},
"github.com/pinf/console-js/": {
"locator": {
"archive": "https://github.com/pinf/console-js/zipball/v0.1.1"
}
},
"github.com/pinf/insight-js/": {
"locator": {
"archive": "https://github.com/pinf/insight-js/zipball/v0.1.0"
}
},
"github.com/pinf/wildfire-js/": {
"locator": {
"archive": "https://github.com/pinf/wildfire-js/zipball/v0.1.0"
}
},
"github.com/pinf/modules-js/": {
"locator": {
"archive": "https://github.com/pinf/modules-js/zipball/v0.1.17"
}
},
"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/"
}
]
}
}
}
}