package.json (711B)
1 { 2 "name": "asmdb", 3 "version": "0.1.0", 4 "license": "Zlib", 5 "engines": { "node": ">=8" }, 6 7 "description": "Instructions database and utilities for X86/X64 and ARM (THUMB/A32/A64) architectures.", 8 "keywords": [ 9 "asm", "assembler", "database", "instructions", 10 "arm", "thumb", "thumb2", "a32", "a64", "aarch32", "aarch64", 11 "x86", "x86_64", "x64", "amd64" 12 ], 13 14 "homepage": "https://github.com/asmjit/asmjit/db", 15 "bugs": { 16 "url": "https://github.com/asmjit/asmjit/issues" 17 }, 18 19 "contributors": [ 20 "Petr Kobalicek <kobalicek.petr@gmail.com> (kobalicek.com)" 21 ], 22 23 "main": "index.js", 24 25 "repository" : { 26 "type": "git", 27 "url": "https://github.com/asmjit/asmjit.git" 28 } 29 }