UNPKG

agentvasya

Version:

Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more

46 lines (45 loc) 1.03 kB
{ "name": "node-abi", "version": "3.77.0", "description": "Get the Node ABI for a given target and runtime, and vice versa.", "main": "index.js", "scripts": { "test": "tape test/index.js", "update-abi-registry": "node --unhandled-rejections=strict scripts/update-abi-registry.js" }, "files": [ "abi_registry.json" ], "repository": { "type": "git", "url": "git+https://github.com/electron/node-abi.git" }, "keywords": [ "node", "electron", "node_module_version", "abi", "v8" ], "author": "Lukas Geiger", "license": "MIT", "bugs": { "url": "https://github.com/electron/node-abi/issues" }, "homepage": "https://github.com/electron/node-abi#readme", "devDependencies": { "@semantic-release/npm": "13.0.0-alpha.15", "semantic-release": "^24.2.7", "tape": "^5.3.1" }, "dependencies": { "semver": "^7.3.5" }, "engines": { "node": ">=10" }, "publishConfig": { "provenance": true }, "packageManager": "yarn@1.22.22" }