UNPKG

r2papi

Version:

r2api on top of r2pipe for typescript and js

70 lines (69 loc) 1.75 kB
{ "name": "r2papi", "version": "0.4.9", "description": "r2api on top of r2pipe for typescript and js", "author": "pancake@nopcode.org", "homepage": "http://www.radare.org", "bugs": { "url": "https://github.com/radareorg/radare2-r2pipe/issues" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.19.1", "eslint": "^8.34.0", "r2pipe": "^2.8.6", "prettier": "^3.2.4", "typedoc": "^0.25.7", "typescript": "^5.3.3" }, "scripts": { "build": "cd sync && tsc -m node16 --target es2020 --declaration r2pipe.ts base64.ts ai.ts r2papi.ts esil.ts shell.ts", "abuild": "cd async && tsc -m node16 --target es2020 --declaration r2pipe.ts base64.ts ai.ts r2papi.ts esil.ts shell.ts", "test": "echo \"Error: no test specified\" && exit 1", "adoc": "cd async && typedoc r2pipe.ts ai.ts r2papi.ts base64.ts shell.ts esil.ts", "sdoc": "cd sync && typedoc r2pipe.ts ai.ts r2papi.ts base64.ts shell.ts esil.ts" }, "repository": { "type": "git", "url": "git+https://github.com/radareorg/radare2-r2papi.git" }, "keywords": [ "radare", "radare2", "r2", "reversing", "disassembler", "hexadecimal", "editor", "exploit", "exploiting" ], "files": [ "README.md", "ai.js", "ai.ts", "ai.d.ts", "index.js", "index.ts", "index.d.js", "r2frida.js", "r2frida.ts", "r2frida.d.js", "base64.js", "base64.ts", "base64.d.js", "r2pipe.js", "r2pipe.ts", "r2pipe.d.ts", "esil.js", "esil.ts", "esil.d.ts", "shell.js", "shell.ts", "shell.d.ts", "r2papi.js", "r2papi.ts", "r2papi.d.ts" ], "license": "MIT" }