Files
MemShellParty/web/vendor/cfr/package.json
T

24 lines
491 B
JSON

{
"name": "@run-slicer/cfr",
"version": "0.1.6-0.152",
"description": "A JavaScript port of the CFR decompiler (https://github.com/leibnitz27/cfr).",
"type": "module",
"main": "cfr.js",
"module": "cfr.js",
"exports": {
".": {
"types": "./cfr.d.ts",
"import": "./cfr.js",
"default": "./cfr.js"
}
},
"types": "cfr.d.ts",
"keywords": [
"decompiler",
"java",
"decompilation",
"cfr"
],
"author": "run-slicer",
"license": "MIT"
}