home
This commit is contained in:
parent
a71a3b5593
commit
cb52890889
16657 changed files with 1483086 additions and 1 deletions
58
home/ags/node_modules/@girs/glib-2.0/package.json
generated
vendored
Normal file
58
home/ags/node_modules/@girs/glib-2.0/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"name": "@girs/glib-2.0",
|
||||
"version": "2.78.0-3.3.0",
|
||||
"description": "GJS TypeScript type definitions for GLib-2.0, generated from library version 2.78.0",
|
||||
"type": "module",
|
||||
"module": "glib-2.0.js",
|
||||
"main": "glib-2.0.js",
|
||||
"exports": {
|
||||
"./ambient": {
|
||||
"types": "./glib-2.0-ambient.d.ts",
|
||||
"default": "./glib-2.0-ambient.js"
|
||||
},
|
||||
"./import": {
|
||||
"types": "./glib-2.0-import.d.ts",
|
||||
"default": "./glib-2.0-import.js"
|
||||
},
|
||||
".": {
|
||||
"import": {
|
||||
"types": "./glib-2.0.d.ts",
|
||||
"default": "./glib-2.0.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./glib-2.0.d.cts",
|
||||
"default": "./glib-2.0.cjs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "yarn test:esm && yarn test:cjs",
|
||||
"test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit glib-2.0.d.ts",
|
||||
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit glib-2.0.d.cts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@girs/gjs": "^3.3.0",
|
||||
"@girs/gobject-2.0": "^2.78.0-3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "*"
|
||||
},
|
||||
"keywords": [
|
||||
"Gir",
|
||||
"TypeScript",
|
||||
"types",
|
||||
"GObject-Introspection",
|
||||
"GJS",
|
||||
"GLib-2.0"
|
||||
],
|
||||
"author": "ts-for-gir",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gjsify/ts-for-gir/issues"
|
||||
},
|
||||
"homepage": "https://github.com/gjsify/types/tree/main/glib-2.0#readme"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue