frida-buffer
Version:
Frida compatibility shim for the “buffer” module
28 lines (27 loc) • 568 B
JSON
{
"name": "frida-buffer",
"version": "1.0.7",
"authors": [
"Frida Developers"
],
"description": "Frida compatibility shim for the “buffer” module",
"keywords": [
"frida"
],
"homepage": "https://www.frida.re",
"main": "index.js",
"files": [
"/index.js"
],
"license": "LGPL-2.0 WITH WxWindows-exception-3.1",
"repository": {
"type": "git",
"url": "https://github.com/frida/frida-buffer.git"
},
"bugs": {
"url": "https://github.com/frida/frida-buffer/issues"
},
"dependencies": {
"buffer": "^5.3.0"
}
}