This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
program.packages.json
120 lines (120 loc) · 4.13 KB
/
program.packages.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
{
"packages": {
"github.com/cadorn/ace-extjs/packages/extjs3-ace/": {
"locator": {
"location": "./packages/extjs3-ace"
}
},
"github.com/cadorn/ace-extjs/packages/extjs4-ace/": {
"locator": {
"location": "./packages/extjs4-ace"
}
},
"github.com/cadorn/ace-extjs/packages/extjs-ace/": {
"locator": {
"location": "./packages/extjs-ace"
}
},
"github.com/cadorn/ace-extjs/packages/ace-editor/": {
"locator": {
"location": "./packages/ace-editor"
}
},
"github.com/cadorn/ace-extjs/packages/ace-worker/": {
"locator": {
"location": "./packages/ace-worker"
}
},
"github.com/ajaxorg/ace/": {
"locator": {
"archive": "https://github.com/cadorn/ace/zipball/c13896a1e2ca93f912cba337dfe0faba3eb3fdb3"
},
"descriptor": {
"uid": "https://github.com/ajaxorg/ace/",
"main": "",
"directories": {
"lib": "lib/ace"
},
"contexts": {
"top": {
"/": {
"include": {
"/lib/ace/range": {},
"/lib/ace/tokenizer": {},
"/lib/ace/mode/text": {},
"/lib/ace/mode/matching_brace_outdent": {},
"/lib/ace/mode/doc_comment_highlight_rules": {}
},
"load": {
"/lib/ace/mode/*": {},
"/lib/ace/theme/*": {}
}
}
}
},
"modules": {
"/lib/ace/worker/worker_client": {
"id": "github.com/cadorn/ace-extjs/packages/ace-editor/",
"module": "modules/ace/worker/worker_client"
}
},
"mappings": {
"ace": {
"id": "github.com/ajaxorg/ace/"
},
"pilot": {
"id": "github.com/ajaxorg/pilot/"
},
"asyncjs": {
"available": false
}
},
"dependencies": [
{
"id": "github.com/cadorn/ace-extjs/packages/ace-editor/",
"descriptor": {
"directories": {
"lib": "modules"
}
}
}
]
}
},
"github.com/ajaxorg/cockpit/": {
"locator": {
"archive": "https://github.com/ajaxorg/cockpit/zipball/33f02ab3af5d755c98b3c58309ac2c62fc6de736"
},
"descriptor": {
"uid": "https://github.com/ajaxorg/cockpit/",
"directories": {
"lib": "lib/cockpit"
},
"mappings": {
"cockpit": {
"id": "github.com/ajaxorg/cockpit/"
},
"pilot": {
"id": "github.com/ajaxorg/pilot/"
}
}
}
},
"github.com/ajaxorg/pilot/": {
"locator": {
"archive": "https://github.com/ajaxorg/pilot/zipball/ab8065643f28a1a4a3db30f6f68d378581397ff4"
},
"descriptor": {
"uid": "https://github.com/ajaxorg/pilot/",
"directories": {
"lib": "lib/pilot"
},
"mappings": {
"pilot": {
"id": "github.com/ajaxorg/pilot/"
}
}
}
}
}
}