{ "name": "@theia/memory-inspector", "version": "1.68.0", "description": "Theia - Memory Inspector", "keywords": [ "theia-extension" ], "homepage": "https://github.com/eclipse-theia/theia", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { "type": "git", "url": "https://github.com/eclipse-theia/theia.git" }, "bugs": { "url": "https://github.com/eclipse-theia/theia/issues" }, "files": [ "lib", "src" ], "scripts": { "build": "theiaext build", "clean": "theiaext clean", "compile": "theiaext compile", "lint": "theiaext lint", "test": "theiaext test", "watch": "theiaext watch" }, "dependencies": { "@theia/core": "1.68.0", "@theia/debug": "1.68.0", "@vscode/debugprotocol": "^1.51.0", "long": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@types/long": "^4.0.0" }, "theiaExtensions": [ { "frontend": "lib/browser/memory-inspector-frontend-module" } ], "publishConfig": { "access": "public" }, "gitHead": "21358137e41342742707f660b8e222f940a27652" }