2022-05-18 13:29:28 -04:00
|
|
|
{
|
2022-07-20 01:38:18 -04:00
|
|
|
"name": "coc.nvim-release",
|
2022-08-10 23:57:20 -04:00
|
|
|
"version": "0.0.82",
|
2022-05-18 13:29:28 -04:00
|
|
|
"description": "LSP based intellisense engine for neovim & vim8.",
|
|
|
|
"engines": {
|
2022-05-27 03:57:56 -04:00
|
|
|
"node": ">=12.12.0"
|
2022-05-18 13:29:28 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/neoclide/coc.nvim.git"
|
|
|
|
},
|
|
|
|
"author": "Qiming Zhao <chemzqm@gmail.com>",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/neoclide/coc.nvim/issues"
|
|
|
|
},
|
2022-07-20 01:38:18 -04:00
|
|
|
"homepage": "https://github.com/neoclide/coc.nvim#readme"
|
2022-05-18 13:29:28 -04:00
|
|
|
}
|