UNPKG

@ui5-language-assistant/xml-views-tooltip

Version:
49 lines (48 loc) 1.28 kB
{ "name": "@ui5-language-assistant/xml-views-tooltip", "version": "3.3.1", "description": "XML Views Tooltip", "keywords": [ "Hover", "tooltip" ], "files": [ ".reuse", "LICENSES", "lib/src", "api.d.ts", "src" ], "main": "lib/src/api.js", "repository": "https://github.com/sap/ui5-language-assistant/", "license": "Apache-2.0", "typings": "./api.d.ts", "engines": { "node": ">=10.0.0" }, "dependencies": { "@ui5-language-assistant/logic-utils": "3.3.1", "@ui5-language-assistant/semantic-model": "3.3.1", "@ui5-language-assistant/semantic-model-types": "3.3.1", "@xml-tools/ast": "5.0.0", "@xml-tools/ast-position": "2.0.2", "@xml-tools/common": "0.1.2", "lodash": "4.17.21" }, "devDependencies": { "vscode-languageserver": "6.1.1" }, "scripts": { "ci": "npm-run-all clean compile lint coverage", "clean": "rimraf ./lib ./coverage ./nyc_output", "compile": "yarn run clean && tsc -p .", "compile:watch": "tsc -p . --watch", "lint": "eslint . --ext .ts --max-warnings=0 --ignore-path=../../.gitignore", "test": "mocha", "coverage": "nyc mocha" }, "publishConfig": { "access": "public" }, "gitHead": "134c5f5cf151d3f2931a175b52d33d20ccd59b40" }