@jyd519/winax
Version:
Windows COM bindings
73 lines (72 loc) • 1.58 kB
JSON
{
"name": "@jyd519/winax",
"version": "1.0.8",
"description": "Windows COM bindings",
"homepage": "https://github.com/durs/node-activex",
"keywords": [
"OLE",
"COM",
"ActiveX",
"ActiveXObject",
"CreateObject",
"Variant",
"Dispatch",
"WSH",
"WMI",
"Excel",
"Word",
"WScript",
"ConnectObject",
"DisconnectObject"
],
"author": {
"name": "Yuri Dursin",
"url": "https://github.com/durs",
"email": "yuri.dursin@gmail.com"
},
"binary": {
"module_name": "winax",
"module_path": "./lib/{configuration}/{node_abi}-{platform}-{arch}/",
"remote_path": "./softwares/node/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://ata-yuekao-update.oss-cn-beijing.aliyuncs.com"
},
"files": [
"*.js",
"*.d.ts",
"package.json",
"package-lock.json",
"*.gyp",
"ajsp.js",
"LICENSE",
"README.md",
"NodeWScript.js",
"include/**",
"src/**"
],
"bin": {
"nodewscript": "NodeWScript.js"
},
"contributors": [
"Yuri Dursin <yuri.dursin@gmail.com>",
"Somanuell",
"Daniel-Userlane",
"Alexey Grinevich <alexey.grinevich@inflectra.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/durs/node-activex.git"
},
"engines": {
"node": ">= 10.0.0"
},
"dependencies": {
"@mapbox/node-pre-gyp": "^2.0.0"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "mocha test"
},
"license": "MIT",
"main": "index.js"
}