UNPKG

node-eventlog

Version:

An event log utility for Windows 10 & Server 2012/2016 that actually works

42 lines (41 loc) 1.13 kB
{ "name": "node-eventlog", "version": "1.0.2", "description": "An event log utility for Windows 10 & Server 2012/2016 that actually works", "main": "index.js", "gypfile": true, "scripts": { "install": "node-pre-gyp install --fallback-to-build --target_arch=x64 --target_platform=win32" }, "repository": { "type": "git", "url": "git+https://github.com/xSlither/node-eventlog.git" }, "keywords": [ "node", "windows", "eventlog", "server", "logging" ], "author": "Chase M. Allen", "license": "Apache-2.0", "bugs": { "url": "https://github.com/xSlither/node-eventlog/issues" }, "homepage": "https://github.com/xSlither/node-eventlog#readme", "dependencies": { "node-addon-api": "^2.0.0", "node-pre-gyp": "^0.17.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/xSlither/node-eventlog/releases/download/", "remote_path": "{version}", "napi_versions": [ 2 ] } }