@frida/events
Version:
Node.js's events module for Frida
43 lines (42 loc) • 910 B
JSON
{
"name": "@frida/events",
"version": "4.0.4",
"description": "Node.js's events module for Frida",
"keywords": [
"events",
"eventEmitter",
"eventDispatcher",
"listeners"
],
"publishConfig": {
"access": "public"
},
"author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
"repository": {
"type": "git",
"url": "https://github.com/frida/gumjs-events.git",
"web": "https://github.com/frida/gumjs-events"
},
"bugs": {
"url": "http://github.com/frida/gumjs-events/issues/"
},
"main": "./events.js",
"type": "module",
"files": [
"/events.js"
],
"engines": {
"node": ">=0.8.x"
},
"devDependencies": {
"functions-have-names": "^1.2.1",
"has": "^1.0.3",
"has-symbols": "^1.0.1",
"isarray": "^2.0.5",
"tape": "^5.0.0"
},
"scripts": {
"test": "node tests/index.js"
},
"license": "MIT"
}