{ "name": "vscode-html-css", "displayName": "HTML CSS Support", "description": "CSS Intellisense for HTML", "version": "1.11.0", "publisher": "ecmel", "license": "MIT", "homepage": "https://github.com/ecmel/vscode-html-css", "bugs": "https://github.com/ecmel/vscode-html-css/issues", "icon": "icon.png", "repository": { "type": "git", "url": "https://github.com/ecmel/vscode-html-css.git" }, "engines": { "vscode": "^1.64.0" }, "categories": [ "Programming Languages", "Other" ], "keywords": [ "css", "html", "twig", "blade", "django", "nunjucks", "mustache", "angular", "react", "vue", "multi-root ready" ], "activationEvents": [ "*" ], "contributes": { "configuration": { "title": "CSS Settings", "properties": { "css.enabledLanguages": { "type": "array", "scope": "application", "description": "List of languages which suggestions are desired.", "default": [ "html" ] }, "css.styleSheets": { "type": "array", "scope": "resource", "description": "List of local or remote style sheets for suggestions.", "default": [] } } }, "commands": [ { "command": "vscode-html-css.validate", "title": "CSS: Validate Attributes" }, { "command": "vscode-html-css.dispose", "title": "CSS: Clear Cache" } ] }, "main": "./dist/extension.js", "scripts": { "vscode:prepublish": "npm run package", "compile": "webpack", "watch": "webpack --watch", "package": "webpack --mode production --devtool hidden-source-map", "test-compile": "tsc -p ./", "test-watch": "tsc -watch -p ./", "pretest": "npm run test-compile && npm run lint", "lint": "eslint src --ext ts", "test": "node ./out/test/runTest.js", "release": "vsce package", "deploy": "vsce publish" }, "devDependencies": { "@types/css-tree": "^1.0.7", "@types/glob": "^7.2.0", "@types/mocha": "^9.0.0", "@types/node-fetch": "^2.5.8", "@types/node": "14.x", "@types/vscode": "^1.64.0", "@typescript-eslint/eslint-plugin": "^5.9.1", "@typescript-eslint/parser": "^5.9.1", "@vscode/test-electron": "^2.0.3", "css-tree": "^2.0.4", "eslint": "^8.6.0", "glob": "^7.2.0", "mocha": "^9.1.3", "node-fetch": "^2.6.1", "path-browserify": "^1.0.1", "process": "^0.11.10", "ts-loader": "^9.2.6", "typescript": "^4.5.4", "vsce": "^2.6.7", "vscode-test": "^1.6.1", "webpack-cli": "^4.9.1", "webpack": "^5.66.0" }, "__metadata": { "id": "aaee577c-f062-495a-9816-0cbd442f1d25", "publisherId": "7aa35068-d7c4-4220-b9c1-10360795fd5f", "publisherDisplayName": "ecmel", "isPreReleaseVersion": false, "installedTimestamp": 1645004958662 } }