LarpixClient/electron/node_modules/node-abi/package.json
olcxja fb6c8b6ee9
All checks were successful
Android Build / publish (push) Successful in 55s
Linux Build / publish (push) Successful in 1m6s
update electron to v43
2026-07-09 22:38:33 +02:00

61 lines
1.5 KiB
JSON

{
"name": "node-abi",
"version": "4.33.0",
"description": "Get the Node ABI for a given target and runtime, and vice versa.",
"keywords": [
"abi",
"electron",
"node",
"node_module_version",
"v8"
],
"homepage": "https://github.com/electron/node-abi#readme",
"bugs": {
"url": "https://github.com/electron/node-abi/issues"
},
"license": "MIT",
"author": "Lukas Geiger",
"repository": {
"type": "git",
"url": "git+https://github.com/electron/node-abi.git"
},
"files": [
"abi_registry.json",
"index.js",
"getNextTarget.js"
],
"type": "module",
"exports": "./index.js",
"publishConfig": {
"provenance": true
},
"scripts": {
"test": "node --test test/index.js",
"lint": "oxfmt --check . && oxlint",
"lint:fix": "oxfmt --write . && oxlint --fix",
"update-abi-registry": "node --unhandled-rejections=strict scripts/update-abi-registry.js",
"prepare": "husky"
},
"dependencies": {
"semver": "^7.6.3"
},
"devDependencies": {
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0"
},
"lint-staged": {
"*.{js,mjs,cjs}": [
"oxfmt --write",
"oxlint"
],
"*.{json,css,html}": [
"oxfmt --write"
]
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
}