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 Upload Create File Create Folder Execute Editing: /agents/nodejs/package.json{ "name": "applicationinsights-ipa", "private": true, "version": "1.3.8", "description": "Application Insights InProc Agent", "main": "build/index.js", "scripts": { "build": "tsc", "fix": "gts fix", "prepare": "npm run build", "pretest": "npm run build", "posttest": "npm run check", "prune": "npm prune --production" }, "dependencies": { "@azure/identity": "^4.4.1", "applicationinsights": "^2.9.6" }, "devDependencies": { "@types/microsoft__typescript-etw": "^0.1.0", "@types/node": "^10.0.3", "typescript": "4.1.2" }, "author": "Microsoft Corporation", "license": "MIT" } Save