26 lines
575 B
JSON
Raw Normal View History

2025-04-28 12:25:20 +08:00
{
"author": "Anna Henningsen <anna@addaleax.net>",
"name": "get-symbol-from-current-process-h",
"license": "MIT",
"description": "C function to get a symbol from the current process",
"keywords": [
"c",
"symbol",
"dlsym",
"xplat",
"napi"
],
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git://github.com/node-ffi-napi/get-symbol-from-current-process-h.git"
},
"main": "get-paths.js",
"scripts": {
"test": "reverse-test get-uv-event-loop-napi-h"
},
"devDependencies": {
"reverse-test": "^1.1.0"
}
}