elfy
Version:
Simple elf format parser in node.js
31 lines (30 loc) • 570 B
JSON
{
"name": "elfy",
"version": "1.0.0",
"description": "Simple elf format parser in node.js",
"main": "lib/elfy.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --reporter spec test/*-test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:indutny/elfy"
},
"keywords": [
"elfy",
"elf",
"executable",
"parser"
],
"author": "Fedor Indutny <fedor@indutny.com>",
"license": "MIT",
"devDependencies": {
"mocha": "^6.2.2"
},
"dependencies": {
"endian-reader": "^0.3.0"
}
}