UNPKG

asmref

Version:

Command line tool to lookup assembly reference for multiple architectures

45 lines (44 loc) 870 B
{ "name": "asmref", "version": "0.1.4", "description": "Command line tool to lookup assembly reference for multiple architectures", "main": "asmref.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "asmref" : "./asmref.js" }, "files": [ "README.md", "LICENSE", "asmref.js", "resources/reference.sqlite" ], "keywords": [ "asm", "assembly", "reference", "x86", "x86_64", "mips", "arm", "xtensa", "commandline", "cli", "tool" ], "author": { "name": "Jaime Peñalba", "email": "jpenalbae@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/jpenalbae/asmref.git" }, "license": "GPL-3.0", "dependencies": { "minimist": "^1.1.1", "sqlite3": "^4.0.1", "temp": "^0.8.3", "which": "^1.1.1" } }