UNPKG

@justnine/asm80

Version:

ASM80 stand-alone assembler (fork of asm80)

44 lines (43 loc) 1.07 kB
{ "name": "@justnine/asm80", "version": "1.11.14-borb4", "description": "ASM80 stand-alone assembler (fork of asm80)", "main": "asm80.js", "scripts": { "test": "node asm80.js --help", "patch-release": "npm version patch && npm publish && git push --follow-tags", "minor-release": "npm version minor && npm publish && git push --follow-tags" }, "repository": { "type": "git", "url": "https://github.com/borb/asm80-node.git" }, "bin": { "asm80": "./asm80.js" }, "keywords": [ "Assembler", "Z80", "8080", "6502", "6809", "6800", "1802" ], "author": "Updates by rob a <rob@aphlor.org>, originated from Martin Maly <maly@maly.cz> (http://www.asm80.com)", "engines": { "node": ">=10.0", "npm": "1" }, "license": "MIT", "bugs": { "url": "https://github.com/borb/asm80-node/issues" }, "homepage": "https://github.com/borb/asm80-node#readme", "dependencies": { "atob-lite": "^2.0.0", "btoa-lite": "^1.0.0", "buffer": "^5.7.0", "commander": "^2.20.3" } }