32bit-adressing-table-modrm
Version:
Intel- 32-Bit Addressing Forms with the ModR/M Byte converted to an easily searchable Hashmap, also includes a reverse search.
48 lines (47 loc) • 1.33 kB
JSON
{
"name": "32bit-adressing-table-modrm",
"version": "1.0.14",
"description": "Intel- 32-Bit Addressing Forms with the ModR/M Byte converted to an easily searchable Hashmap, also includes a reverse search.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "node node_modules/mocha/bin/mocha tests/**.test.ts --require register --ui bdd --reporter spec",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jensen-Mourat/32bit-adressing-table-modrm.git"
},
"keywords": [
"Assembly",
"Intel",
"x86",
"ModR/M",
"table"
],
"author": "Jensen Mourat",
"license": "ISC",
"devDependencies": {
"@testdeck/mocha": "^0.1.2",
"@types/chai": "^4.2.14",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"ts-mockito": "^2.6.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.3",
"ts-node": "^9.1.1"
},
"files": [
"lib/**/*"
]
}