2022-01-29 02:29:34 +00:00
|
|
|
{
|
|
|
|
"name": "otorp",
|
2022-01-31 11:40:30 +00:00
|
|
|
"version": "0.0.1",
|
2022-01-29 02:29:34 +00:00
|
|
|
"author": "sheetjs",
|
|
|
|
"description": "Recover protobuf definitions from Mach-O binaries",
|
|
|
|
"bin": {
|
|
|
|
"otorp": "dump_macho_proto_defs.node.js"
|
|
|
|
},
|
|
|
|
"main": "index.node.js",
|
|
|
|
"dependencies": {
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"esbuild": "0.14.14"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/SheetJS/sheetjs.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "make"
|
|
|
|
},
|
|
|
|
"homepage": "https://sheetjs.com/",
|
|
|
|
"files": ["index.node.js", "dump_macho_proto_defs.node.js", "LICENSE", "README.md"],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/SheetJS/sheetjs/issues"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8"
|
|
|
|
}
|
|
|
|
}
|