UNPKG

@clangd/install

Version:

Installing clangd binaries from editor plugins.

53 lines (52 loc) 1.31 kB
{ "name": "@clangd/install", "version": "0.1.20", "description": "Installing clangd binaries from editor plugins.", "main": "out/src/index.js", "files": [ "out/src/index.d.ts" ], "scripts": { "compile": "tsc -watch -p ./", "test": "tsc -p ./ && NODE_OPTIONS='--enable-source-maps' tape 'out/test/**/*.js' | tap-spec", "format": "prettier . --write", "prepare": "tsc -p ./" }, "repository": { "type": "git", "url": "git+https://github.com/clangd/node-clangd.git" }, "keywords": [ "clangd", "coc", "vscode" ], "license": "Apache-2.0 WITH LLVM-exception", "bugs": { "url": "https://github.com/clangd/node-clangd/issues" }, "dependencies": { "node-fetch": "^2.7.0", "readdirp": "^4.1.1", "rimraf": "^6.0.1", "semver": "^7.6.3", "unzipper": "^0.12.3", "which": "^5.0.0" }, "devDependencies": { "@types/node": "^22.0.2", "@types/node-fetch": "^2.6.11", "@types/node-static": "^0.7.11", "@types/semver": "^7.5.8", "@types/tape": "^5.6.4", "@types/tmp": "^0.2.6", "@types/unzipper": "^0.10.11", "@types/which": "^3.0.4", "node-static": "^0.7.11", "prettier": "^3.3.3", "tap-spec": "^5.0.0", "tape": "^5.8.1", "tmp-promise": "^3.0.3", "typescript": "^5.5.4" } }