@girs/anjuta-3.0 3.0.0-3.2.7 → 3.0.0-3.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/anjuta-3.0-ambient.js +2 -0
- package/anjuta-3.0-import.js +3 -0
- package/anjuta-3.0.d.cts +0 -34
- package/anjuta-3.0.d.ts +0 -34
- package/package.json +25 -19
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Anjuta-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Anjuta-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/anjuta-3.0.d.cts
CHANGED
|
@@ -2195,7 +2195,6 @@ export module CommandBar {
|
|
|
2195
2195
|
|
|
2196
2196
|
// Own constructor properties of Anjuta-3.0.Anjuta.CommandBar
|
|
2197
2197
|
|
|
2198
|
-
max_text_width?: number | null
|
|
2199
2198
|
maxTextWidth?: number | null
|
|
2200
2199
|
}
|
|
2201
2200
|
|
|
@@ -2205,7 +2204,6 @@ export interface CommandBar extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
2205
2204
|
|
|
2206
2205
|
// Own properties of Anjuta-3.0.Anjuta.CommandBar
|
|
2207
2206
|
|
|
2208
|
-
readonly max_text_width: number
|
|
2209
2207
|
readonly maxTextWidth: number
|
|
2210
2208
|
|
|
2211
2209
|
// Own fields of Anjuta-3.0.Anjuta.CommandBar
|
|
@@ -2534,7 +2532,6 @@ export module Completion {
|
|
|
2534
2532
|
|
|
2535
2533
|
// Own constructor properties of Anjuta-3.0.Anjuta.Completion
|
|
2536
2534
|
|
|
2537
|
-
case_sensitive?: boolean | null
|
|
2538
2535
|
caseSensitive?: boolean | null
|
|
2539
2536
|
}
|
|
2540
2537
|
|
|
@@ -2544,7 +2541,6 @@ export interface Completion {
|
|
|
2544
2541
|
|
|
2545
2542
|
// Own properties of Anjuta-3.0.Anjuta.Completion
|
|
2546
2543
|
|
|
2547
|
-
case_sensitive: boolean
|
|
2548
2544
|
caseSensitive: boolean
|
|
2549
2545
|
|
|
2550
2546
|
// Own fields of Anjuta-3.0.Anjuta.Completion
|
|
@@ -3418,7 +3414,6 @@ export module Entry {
|
|
|
3418
3414
|
|
|
3419
3415
|
// Own constructor properties of Anjuta-3.0.Anjuta.Entry
|
|
3420
3416
|
|
|
3421
|
-
help_text?: string | null
|
|
3422
3417
|
helpText?: string | null
|
|
3423
3418
|
}
|
|
3424
3419
|
|
|
@@ -3428,7 +3423,6 @@ export interface Entry extends Atk.ImplementorIface, Gtk.Buildable, Gtk.CellEdit
|
|
|
3428
3423
|
|
|
3429
3424
|
// Own properties of Anjuta-3.0.Anjuta.Entry
|
|
3430
3425
|
|
|
3431
|
-
help_text: string | null
|
|
3432
3426
|
helpText: string | null
|
|
3433
3427
|
|
|
3434
3428
|
// Own fields of Anjuta-3.0.Anjuta.Entry
|
|
@@ -3987,7 +3981,6 @@ export module FileDropEntry {
|
|
|
3987
3981
|
|
|
3988
3982
|
// Own constructor properties of Anjuta-3.0.Anjuta.FileDropEntry
|
|
3989
3983
|
|
|
3990
|
-
relative_path?: string | null
|
|
3991
3984
|
relativePath?: string | null
|
|
3992
3985
|
}
|
|
3993
3986
|
|
|
@@ -3997,7 +3990,6 @@ export interface FileDropEntry extends Atk.ImplementorIface, Gtk.Buildable, Gtk.
|
|
|
3997
3990
|
|
|
3998
3991
|
// Own properties of Anjuta-3.0.Anjuta.FileDropEntry
|
|
3999
3992
|
|
|
4000
|
-
relative_path: string | null
|
|
4001
3993
|
relativePath: string | null
|
|
4002
3994
|
|
|
4003
3995
|
// Own fields of Anjuta-3.0.Anjuta.FileDropEntry
|
|
@@ -4319,8 +4311,6 @@ export module FileList {
|
|
|
4319
4311
|
|
|
4320
4312
|
// Own constructor properties of Anjuta-3.0.Anjuta.FileList
|
|
4321
4313
|
|
|
4322
|
-
relative_path?: string | null
|
|
4323
|
-
show_add_button?: boolean | null
|
|
4324
4314
|
relativePath?: string | null
|
|
4325
4315
|
showAddButton?: boolean | null
|
|
4326
4316
|
}
|
|
@@ -4331,9 +4321,7 @@ export interface FileList extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orien
|
|
|
4331
4321
|
|
|
4332
4322
|
// Own properties of Anjuta-3.0.Anjuta.FileList
|
|
4333
4323
|
|
|
4334
|
-
relative_path: string | null
|
|
4335
4324
|
relativePath: string | null
|
|
4336
|
-
show_add_button: boolean
|
|
4337
4325
|
showAddButton: boolean
|
|
4338
4326
|
|
|
4339
4327
|
// Own fields of Anjuta-3.0.Anjuta.FileList
|
|
@@ -5313,17 +5301,13 @@ export interface PluginHandle {
|
|
|
5313
5301
|
// Own properties of Anjuta-3.0.Anjuta.PluginHandle
|
|
5314
5302
|
|
|
5315
5303
|
readonly about: string | null
|
|
5316
|
-
readonly can_load: boolean
|
|
5317
5304
|
readonly canLoad: boolean
|
|
5318
|
-
readonly can_unload: boolean
|
|
5319
5305
|
readonly canUnload: boolean
|
|
5320
5306
|
readonly checked: boolean
|
|
5321
5307
|
readonly dependencies: any
|
|
5322
|
-
readonly dependency_names: any
|
|
5323
5308
|
readonly dependencyNames: any
|
|
5324
5309
|
readonly dependents: any
|
|
5325
5310
|
readonly description: any
|
|
5326
|
-
readonly icon_path: string | null
|
|
5327
5311
|
readonly iconPath: string | null
|
|
5328
5312
|
readonly id: string | null
|
|
5329
5313
|
readonly interfaces: any
|
|
@@ -5331,9 +5315,7 @@ export interface PluginHandle {
|
|
|
5331
5315
|
readonly name: string | null
|
|
5332
5316
|
readonly path: string | null
|
|
5333
5317
|
readonly resident: boolean
|
|
5334
|
-
readonly resolve_pass: number
|
|
5335
5318
|
readonly resolvePass: number
|
|
5336
|
-
readonly user_activatable: boolean
|
|
5337
5319
|
readonly userActivatable: boolean
|
|
5338
5320
|
|
|
5339
5321
|
// Own fields of Anjuta-3.0.Anjuta.PluginHandle
|
|
@@ -5471,9 +5453,7 @@ export interface PluginManager {
|
|
|
5471
5453
|
|
|
5472
5454
|
// Own properties of Anjuta-3.0.Anjuta.PluginManager
|
|
5473
5455
|
|
|
5474
|
-
readonly activated_plugins: any
|
|
5475
5456
|
readonly activatedPlugins: any
|
|
5476
|
-
readonly available_plugins: any
|
|
5477
5457
|
readonly availablePlugins: any
|
|
5478
5458
|
readonly profiles: any
|
|
5479
5459
|
shell: GObject.Object
|
|
@@ -6108,9 +6088,6 @@ export module Profile {
|
|
|
6108
6088
|
|
|
6109
6089
|
// Own constructor properties of Anjuta-3.0.Anjuta.Profile
|
|
6110
6090
|
|
|
6111
|
-
plugin_manager?: PluginManager | null
|
|
6112
|
-
profile_name?: string | null
|
|
6113
|
-
sync_file?: Gio.File | null
|
|
6114
6091
|
pluginManager?: PluginManager | null
|
|
6115
6092
|
profileName?: string | null
|
|
6116
6093
|
syncFile?: Gio.File | null
|
|
@@ -6122,11 +6099,8 @@ export interface Profile {
|
|
|
6122
6099
|
|
|
6123
6100
|
// Own properties of Anjuta-3.0.Anjuta.Profile
|
|
6124
6101
|
|
|
6125
|
-
plugin_manager: PluginManager
|
|
6126
6102
|
pluginManager: PluginManager
|
|
6127
|
-
profile_name: string | null
|
|
6128
6103
|
profileName: string | null
|
|
6129
|
-
sync_file: Gio.File
|
|
6130
6104
|
syncFile: Gio.File
|
|
6131
6105
|
|
|
6132
6106
|
// Own fields of Anjuta-3.0.Anjuta.Profile
|
|
@@ -6286,7 +6260,6 @@ export module ProfileManager {
|
|
|
6286
6260
|
|
|
6287
6261
|
// Own constructor properties of Anjuta-3.0.Anjuta.ProfileManager
|
|
6288
6262
|
|
|
6289
|
-
plugin_manager?: PluginManager | null
|
|
6290
6263
|
pluginManager?: PluginManager | null
|
|
6291
6264
|
}
|
|
6292
6265
|
|
|
@@ -6296,7 +6269,6 @@ export interface ProfileManager {
|
|
|
6296
6269
|
|
|
6297
6270
|
// Own properties of Anjuta-3.0.Anjuta.ProfileManager
|
|
6298
6271
|
|
|
6299
|
-
plugin_manager: PluginManager
|
|
6300
6272
|
pluginManager: PluginManager
|
|
6301
6273
|
|
|
6302
6274
|
// Own fields of Anjuta-3.0.Anjuta.ProfileManager
|
|
@@ -8293,9 +8265,6 @@ export module VcsStatusTreeView {
|
|
|
8293
8265
|
|
|
8294
8266
|
// Own constructor properties of Anjuta-3.0.Anjuta.VcsStatusTreeView
|
|
8295
8267
|
|
|
8296
|
-
conflicted_selectable?: boolean | null
|
|
8297
|
-
show_status?: boolean | null
|
|
8298
|
-
status_codes?: VcsStatus | null
|
|
8299
8268
|
conflictedSelectable?: boolean | null
|
|
8300
8269
|
showStatus?: boolean | null
|
|
8301
8270
|
statusCodes?: VcsStatus | null
|
|
@@ -8307,11 +8276,8 @@ export interface VcsStatusTreeView extends Atk.ImplementorIface, Gtk.Buildable,
|
|
|
8307
8276
|
|
|
8308
8277
|
// Own properties of Anjuta-3.0.Anjuta.VcsStatusTreeView
|
|
8309
8278
|
|
|
8310
|
-
readonly conflicted_selectable: boolean
|
|
8311
8279
|
readonly conflictedSelectable: boolean
|
|
8312
|
-
show_status: boolean
|
|
8313
8280
|
showStatus: boolean
|
|
8314
|
-
readonly status_codes: VcsStatus
|
|
8315
8281
|
readonly statusCodes: VcsStatus
|
|
8316
8282
|
|
|
8317
8283
|
// Own fields of Anjuta-3.0.Anjuta.VcsStatusTreeView
|
package/anjuta-3.0.d.ts
CHANGED
|
@@ -2197,7 +2197,6 @@ module CommandBar {
|
|
|
2197
2197
|
|
|
2198
2198
|
// Own constructor properties of Anjuta-3.0.Anjuta.CommandBar
|
|
2199
2199
|
|
|
2200
|
-
max_text_width?: number | null
|
|
2201
2200
|
maxTextWidth?: number | null
|
|
2202
2201
|
}
|
|
2203
2202
|
|
|
@@ -2207,7 +2206,6 @@ interface CommandBar extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
2207
2206
|
|
|
2208
2207
|
// Own properties of Anjuta-3.0.Anjuta.CommandBar
|
|
2209
2208
|
|
|
2210
|
-
readonly max_text_width: number
|
|
2211
2209
|
readonly maxTextWidth: number
|
|
2212
2210
|
|
|
2213
2211
|
// Own fields of Anjuta-3.0.Anjuta.CommandBar
|
|
@@ -2536,7 +2534,6 @@ module Completion {
|
|
|
2536
2534
|
|
|
2537
2535
|
// Own constructor properties of Anjuta-3.0.Anjuta.Completion
|
|
2538
2536
|
|
|
2539
|
-
case_sensitive?: boolean | null
|
|
2540
2537
|
caseSensitive?: boolean | null
|
|
2541
2538
|
}
|
|
2542
2539
|
|
|
@@ -2546,7 +2543,6 @@ interface Completion {
|
|
|
2546
2543
|
|
|
2547
2544
|
// Own properties of Anjuta-3.0.Anjuta.Completion
|
|
2548
2545
|
|
|
2549
|
-
case_sensitive: boolean
|
|
2550
2546
|
caseSensitive: boolean
|
|
2551
2547
|
|
|
2552
2548
|
// Own fields of Anjuta-3.0.Anjuta.Completion
|
|
@@ -3420,7 +3416,6 @@ module Entry {
|
|
|
3420
3416
|
|
|
3421
3417
|
// Own constructor properties of Anjuta-3.0.Anjuta.Entry
|
|
3422
3418
|
|
|
3423
|
-
help_text?: string | null
|
|
3424
3419
|
helpText?: string | null
|
|
3425
3420
|
}
|
|
3426
3421
|
|
|
@@ -3430,7 +3425,6 @@ interface Entry extends Atk.ImplementorIface, Gtk.Buildable, Gtk.CellEditable, G
|
|
|
3430
3425
|
|
|
3431
3426
|
// Own properties of Anjuta-3.0.Anjuta.Entry
|
|
3432
3427
|
|
|
3433
|
-
help_text: string | null
|
|
3434
3428
|
helpText: string | null
|
|
3435
3429
|
|
|
3436
3430
|
// Own fields of Anjuta-3.0.Anjuta.Entry
|
|
@@ -3989,7 +3983,6 @@ module FileDropEntry {
|
|
|
3989
3983
|
|
|
3990
3984
|
// Own constructor properties of Anjuta-3.0.Anjuta.FileDropEntry
|
|
3991
3985
|
|
|
3992
|
-
relative_path?: string | null
|
|
3993
3986
|
relativePath?: string | null
|
|
3994
3987
|
}
|
|
3995
3988
|
|
|
@@ -3999,7 +3992,6 @@ interface FileDropEntry extends Atk.ImplementorIface, Gtk.Buildable, Gtk.CellEdi
|
|
|
3999
3992
|
|
|
4000
3993
|
// Own properties of Anjuta-3.0.Anjuta.FileDropEntry
|
|
4001
3994
|
|
|
4002
|
-
relative_path: string | null
|
|
4003
3995
|
relativePath: string | null
|
|
4004
3996
|
|
|
4005
3997
|
// Own fields of Anjuta-3.0.Anjuta.FileDropEntry
|
|
@@ -4321,8 +4313,6 @@ module FileList {
|
|
|
4321
4313
|
|
|
4322
4314
|
// Own constructor properties of Anjuta-3.0.Anjuta.FileList
|
|
4323
4315
|
|
|
4324
|
-
relative_path?: string | null
|
|
4325
|
-
show_add_button?: boolean | null
|
|
4326
4316
|
relativePath?: string | null
|
|
4327
4317
|
showAddButton?: boolean | null
|
|
4328
4318
|
}
|
|
@@ -4333,9 +4323,7 @@ interface FileList extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
4333
4323
|
|
|
4334
4324
|
// Own properties of Anjuta-3.0.Anjuta.FileList
|
|
4335
4325
|
|
|
4336
|
-
relative_path: string | null
|
|
4337
4326
|
relativePath: string | null
|
|
4338
|
-
show_add_button: boolean
|
|
4339
4327
|
showAddButton: boolean
|
|
4340
4328
|
|
|
4341
4329
|
// Own fields of Anjuta-3.0.Anjuta.FileList
|
|
@@ -5315,17 +5303,13 @@ interface PluginHandle {
|
|
|
5315
5303
|
// Own properties of Anjuta-3.0.Anjuta.PluginHandle
|
|
5316
5304
|
|
|
5317
5305
|
readonly about: string | null
|
|
5318
|
-
readonly can_load: boolean
|
|
5319
5306
|
readonly canLoad: boolean
|
|
5320
|
-
readonly can_unload: boolean
|
|
5321
5307
|
readonly canUnload: boolean
|
|
5322
5308
|
readonly checked: boolean
|
|
5323
5309
|
readonly dependencies: any
|
|
5324
|
-
readonly dependency_names: any
|
|
5325
5310
|
readonly dependencyNames: any
|
|
5326
5311
|
readonly dependents: any
|
|
5327
5312
|
readonly description: any
|
|
5328
|
-
readonly icon_path: string | null
|
|
5329
5313
|
readonly iconPath: string | null
|
|
5330
5314
|
readonly id: string | null
|
|
5331
5315
|
readonly interfaces: any
|
|
@@ -5333,9 +5317,7 @@ interface PluginHandle {
|
|
|
5333
5317
|
readonly name: string | null
|
|
5334
5318
|
readonly path: string | null
|
|
5335
5319
|
readonly resident: boolean
|
|
5336
|
-
readonly resolve_pass: number
|
|
5337
5320
|
readonly resolvePass: number
|
|
5338
|
-
readonly user_activatable: boolean
|
|
5339
5321
|
readonly userActivatable: boolean
|
|
5340
5322
|
|
|
5341
5323
|
// Own fields of Anjuta-3.0.Anjuta.PluginHandle
|
|
@@ -5473,9 +5455,7 @@ interface PluginManager {
|
|
|
5473
5455
|
|
|
5474
5456
|
// Own properties of Anjuta-3.0.Anjuta.PluginManager
|
|
5475
5457
|
|
|
5476
|
-
readonly activated_plugins: any
|
|
5477
5458
|
readonly activatedPlugins: any
|
|
5478
|
-
readonly available_plugins: any
|
|
5479
5459
|
readonly availablePlugins: any
|
|
5480
5460
|
readonly profiles: any
|
|
5481
5461
|
shell: GObject.Object
|
|
@@ -6110,9 +6090,6 @@ module Profile {
|
|
|
6110
6090
|
|
|
6111
6091
|
// Own constructor properties of Anjuta-3.0.Anjuta.Profile
|
|
6112
6092
|
|
|
6113
|
-
plugin_manager?: PluginManager | null
|
|
6114
|
-
profile_name?: string | null
|
|
6115
|
-
sync_file?: Gio.File | null
|
|
6116
6093
|
pluginManager?: PluginManager | null
|
|
6117
6094
|
profileName?: string | null
|
|
6118
6095
|
syncFile?: Gio.File | null
|
|
@@ -6124,11 +6101,8 @@ interface Profile {
|
|
|
6124
6101
|
|
|
6125
6102
|
// Own properties of Anjuta-3.0.Anjuta.Profile
|
|
6126
6103
|
|
|
6127
|
-
plugin_manager: PluginManager
|
|
6128
6104
|
pluginManager: PluginManager
|
|
6129
|
-
profile_name: string | null
|
|
6130
6105
|
profileName: string | null
|
|
6131
|
-
sync_file: Gio.File
|
|
6132
6106
|
syncFile: Gio.File
|
|
6133
6107
|
|
|
6134
6108
|
// Own fields of Anjuta-3.0.Anjuta.Profile
|
|
@@ -6288,7 +6262,6 @@ module ProfileManager {
|
|
|
6288
6262
|
|
|
6289
6263
|
// Own constructor properties of Anjuta-3.0.Anjuta.ProfileManager
|
|
6290
6264
|
|
|
6291
|
-
plugin_manager?: PluginManager | null
|
|
6292
6265
|
pluginManager?: PluginManager | null
|
|
6293
6266
|
}
|
|
6294
6267
|
|
|
@@ -6298,7 +6271,6 @@ interface ProfileManager {
|
|
|
6298
6271
|
|
|
6299
6272
|
// Own properties of Anjuta-3.0.Anjuta.ProfileManager
|
|
6300
6273
|
|
|
6301
|
-
plugin_manager: PluginManager
|
|
6302
6274
|
pluginManager: PluginManager
|
|
6303
6275
|
|
|
6304
6276
|
// Own fields of Anjuta-3.0.Anjuta.ProfileManager
|
|
@@ -8295,9 +8267,6 @@ module VcsStatusTreeView {
|
|
|
8295
8267
|
|
|
8296
8268
|
// Own constructor properties of Anjuta-3.0.Anjuta.VcsStatusTreeView
|
|
8297
8269
|
|
|
8298
|
-
conflicted_selectable?: boolean | null
|
|
8299
|
-
show_status?: boolean | null
|
|
8300
|
-
status_codes?: VcsStatus | null
|
|
8301
8270
|
conflictedSelectable?: boolean | null
|
|
8302
8271
|
showStatus?: boolean | null
|
|
8303
8272
|
statusCodes?: VcsStatus | null
|
|
@@ -8309,11 +8278,8 @@ interface VcsStatusTreeView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scr
|
|
|
8309
8278
|
|
|
8310
8279
|
// Own properties of Anjuta-3.0.Anjuta.VcsStatusTreeView
|
|
8311
8280
|
|
|
8312
|
-
readonly conflicted_selectable: boolean
|
|
8313
8281
|
readonly conflictedSelectable: boolean
|
|
8314
|
-
show_status: boolean
|
|
8315
8282
|
showStatus: boolean
|
|
8316
|
-
readonly status_codes: VcsStatus
|
|
8317
8283
|
readonly statusCodes: VcsStatus
|
|
8318
8284
|
|
|
8319
8285
|
// Own fields of Anjuta-3.0.Anjuta.VcsStatusTreeView
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/anjuta-3.0",
|
|
3
|
-
"version": "3.0.0-3.2.
|
|
3
|
+
"version": "3.0.0-3.2.8",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Anjuta-3.0, generated from library version 3.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "anjuta-3.0.js",
|
|
7
7
|
"main": "anjuta-3.0.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./anjuta-3.0-ambient.d.ts",
|
|
11
|
+
"default": "./anjuta-3.0-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./anjuta-3.0-import.d.ts",
|
|
15
|
+
"default": "./anjuta-3.0-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./anjuta-3.0.d.ts",
|
|
@@ -25,21 +31,21 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit anjuta-3.0.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/atk-1.0": "^2.
|
|
29
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
30
|
-
"@girs/freetype2-2.0": "^2.0.0-3.2.
|
|
31
|
-
"@girs/gdk-3.0": "^3.24.
|
|
32
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
33
|
-
"@girs/gdl-3": "^3.0.0-3.2.
|
|
34
|
-
"@girs/gio-2.0": "^2.
|
|
35
|
-
"@girs/gjs": "^3.2.
|
|
36
|
-
"@girs/glib-2.0": "^2.
|
|
37
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
38
|
-
"@girs/gobject-2.0": "^2.
|
|
39
|
-
"@girs/gtk-3.0": "^3.24.
|
|
40
|
-
"@girs/harfbuzz-0.0": "^8.
|
|
41
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
42
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
34
|
+
"@girs/atk-1.0": "^2.45.1-3.2.8",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.8",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.8",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.39-3.2.8",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
|
|
39
|
+
"@girs/gdl-3": "^3.0.0-3.2.8",
|
|
40
|
+
"@girs/gio-2.0": "^2.77.0-3.2.8",
|
|
41
|
+
"@girs/gjs": "^3.2.8",
|
|
42
|
+
"@girs/glib-2.0": "^2.77.0-3.2.8",
|
|
43
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.8",
|
|
44
|
+
"@girs/gobject-2.0": "^2.77.0-3.2.8",
|
|
45
|
+
"@girs/gtk-3.0": "^3.24.39-3.2.8",
|
|
46
|
+
"@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
|
|
47
|
+
"@girs/pango-1.0": "^1.51.0-3.2.8",
|
|
48
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.8"
|
|
43
49
|
},
|
|
44
50
|
"devDependencies": {
|
|
45
51
|
"typescript": "*"
|
|
@@ -56,7 +62,7 @@
|
|
|
56
62
|
"license": "MIT",
|
|
57
63
|
"repository": {
|
|
58
64
|
"type": "git",
|
|
59
|
-
"url": "git+https://github.com/gjsify/
|
|
65
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
60
66
|
},
|
|
61
67
|
"bugs": {
|
|
62
68
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|