@matteogheza/node-eventlog
Version:
An event log utility for Windows 10 & Server 2012/2016 that actually works - Updated to node-addon-api v8
65 lines (64 loc) • 1.59 kB
JSON
{
"name": "@matteogheza/node-eventlog",
"version": "2.0.9",
"description": "An event log utility for Windows 10 & Server 2012/2016 that actually works - Updated to node-addon-api v8",
"main": "index.js",
"gypfile": true,
"files": [
"index.js",
"index.d.ts",
"binding.gyp",
"src/**/*",
"lib/**/*"
],
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "node test.js",
"build": "node-pre-gyp rebuild",
"package": "node-pre-gyp package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatteoGheza/node-eventlog.git"
},
"keywords": [
"node",
"windows",
"eventlog",
"server",
"logging",
"node-addon-api",
"napi",
"native",
"windows-eventlog",
"event-logging"
],
"author": "Chase M. Allen",
"contributors": [
"Matteo Gheza <me@matteogheza.it> (https://github.com/MatteoGheza)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MatteoGheza/node-eventlog/issues"
},
"homepage": "https://github.com/MatteoGheza/node-eventlog#readme",
"dependencies": {
"node-addon-api": "^8.5.0",
"@mapbox/node-pre-gyp": "^2.0.0"
},
"binary": {
"module_name": "node-eventlog",
"module_path": "./lib/binding/napi-v{napi_build_version}",
"package_name": "{platform}-{arch}-napi-v{napi_build_version}.tar.gz",
"host": "https://github.com/MatteoGheza/node-eventlog/releases/download/",
"remote_path": "{version}",
"napi_versions": [
3,
4,
5,
6,
7,
8
]
}
}