Skip to content

Commit

Permalink
Merge pull request #13 from liuderchi/npm-yaml-lang-server
Browse files Browse the repository at this point in the history
Add yaml-language-server from npm
  • Loading branch information
liuderchi authored Oct 12, 2017
2 parents b035992 + b2fc3a8 commit f3124f5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 37 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"atom-languageclient": "^0.6.4",
"yaml-language-server": "git+https://github.com/liuderchi/yaml-language-server.git#build"
"yaml-language-server": "^0.0.1"
},
"engines": {
"atom": ">=1.21.0"
Expand Down
78 changes: 42 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,11 @@ agent-base@~1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-1.0.2.tgz#6890d3fb217004b62b70f8928e0fae5f8952a706"

ajv-keywords@^1.0.0:
version "1.5.1"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c"

ajv@^4.7.0:
version "4.11.8"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536"
dependencies:
co "^4.6.0"
json-stable-stringify "^1.0.1"
ajv-keywords@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.0.tgz#a296e17f7bfae7c1ce4f7e0de53d29cb32162df0"

ajv@^5.2.0:
ajv@^5.2.0, ajv@^5.2.3:
version "5.2.3"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.2.3.tgz#c06f598778c44c6b161abafe3466b81ad1814ed2"
dependencies:
Expand Down Expand Up @@ -125,7 +118,7 @@ callsites@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca"

chalk@^1.1.1, chalk@^1.1.3:
chalk@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
dependencies:
Expand Down Expand Up @@ -214,8 +207,8 @@ debug@2.6.0:
ms "0.7.2"

debug@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.0.1.tgz#0564c612b521dc92d9f2988f0549e34f9c98db64"
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
dependencies:
ms "2.0.0"

Expand Down Expand Up @@ -262,8 +255,8 @@ eslint-scope@^3.7.1:
estraverse "^4.1.1"

eslint@^4.7.1:
version "4.7.2"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.7.2.tgz#ff6f5f5193848a27ee9b627be3e73fb9cb5e662e"
version "4.8.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.8.0.tgz#229ef0e354e0e61d837c7a80fdfba825e199815e"
dependencies:
ajv "^5.2.0"
babel-code-frame "^6.22.0"
Expand Down Expand Up @@ -369,8 +362,8 @@ file-entry-cache@^2.0.0:
object-assign "^4.0.1"

flat-cache@^1.2.1:
version "1.2.2"
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.2.2.tgz#fa86714e72c21db88601761ecf2f555d1abc6b96"
version "1.3.0"
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.0.tgz#d3030b32b38154f4e3b7e9c709f490f7ef97c481"
dependencies:
circular-json "^0.3.1"
del "^2.0.2"
Expand Down Expand Up @@ -641,7 +634,7 @@ lodash.keys@^3.0.0:
lodash.isarguments "^3.0.0"
lodash.isarray "^3.0.0"

lodash@^4.0.0, lodash@^4.17.4, lodash@^4.3.0:
lodash@^4.17.4, lodash@^4.3.0:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

Expand Down Expand Up @@ -859,15 +852,17 @@ signal-exit@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"

slice-ansi@0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"
slice-ansi@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d"
dependencies:
is-fullwidth-code-point "^2.0.0"

sprintf-js@~1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"

string-width@^2.0.0, string-width@^2.1.0:
string-width@^2.1.0, string-width@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
dependencies:
Expand Down Expand Up @@ -913,15 +908,15 @@ supports-color@^4.0.0:
has-flag "^2.0.0"

table@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/table/-/table-4.0.1.tgz#a8116c133fac2c61f4a420ab6cdf5c4d61f0e435"
version "4.0.2"
resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36"
dependencies:
ajv "^4.7.0"
ajv-keywords "^1.0.0"
chalk "^1.1.1"
lodash "^4.0.0"
slice-ansi "0.0.4"
string-width "^2.0.0"
ajv "^5.2.3"
ajv-keywords "^2.1.0"
chalk "^2.1.0"
lodash "^4.17.4"
slice-ansi "1.0.0"
string-width "^2.1.1"

text-table@~0.2.0:
version "0.2.0"
Expand All @@ -937,6 +932,10 @@ tmp@^0.0.33:
dependencies:
os-tmpdir "~1.0.2"

triesearch@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/triesearch/-/triesearch-1.0.2.tgz#7d99c1bb2a0965618a1ac1ec82f5ef7c868ed7ed"

tryit@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb"
Expand Down Expand Up @@ -965,8 +964,8 @@ vscode-json-languageservice@2.0.16:
vscode-uri "^1.0.1"

vscode-json-languageservice@^2.0.14:
version "2.0.20"
resolved "https://registry.yarnpkg.com/vscode-json-languageservice/-/vscode-json-languageservice-2.0.20.tgz#1628f3c99d2f761c2f5414f1ac638be3516d9aac"
version "2.0.21"
resolved "https://registry.yarnpkg.com/vscode-json-languageservice/-/vscode-json-languageservice-2.0.21.tgz#31a15afc2096a778f5f64d74dfd5f7a3b0193493"
dependencies:
jsonc-parser "^1.0.0"
vscode-languageserver-types "^3.4.0"
Expand Down Expand Up @@ -1034,6 +1033,10 @@ yallist@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"

yaml-ast-parser-beta@0.0.33:
version "0.0.33"
resolved "https://registry.yarnpkg.com/yaml-ast-parser-beta/-/yaml-ast-parser-beta-0.0.33.tgz#a06aab026023180e7a8a66941622f616d68828d0"

yaml-ast-parser@0.0.34:
version "0.0.34"
resolved "https://registry.yarnpkg.com/yaml-ast-parser/-/yaml-ast-parser-0.0.34.tgz#d00f3cf9d773b7241409ae92a6740d1db19f49e6"
Expand All @@ -1042,18 +1045,21 @@ yaml-ast-parser@^0.0.32:
version "0.0.32"
resolved "https://registry.yarnpkg.com/yaml-ast-parser/-/yaml-ast-parser-0.0.32.tgz#da0f1c28997805f1597feefbed4f92bd67656b6f"

"yaml-language-server@git+https://github.com/liuderchi/yaml-language-server.git#build":
version "0.0.2"
resolved "git+https://github.com/liuderchi/yaml-language-server.git#f156841fdde1f7a98d6446a363fabccd689be936"
yaml-language-server@^0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/yaml-language-server/-/yaml-language-server-0.0.1.tgz#3b406472e41f9b9d98c6cc1ef048e0f7aec57704"
dependencies:
"@types/mocha" "2.2.41"
deep-equal "^1.0.1"
jsonc-parser "^0.4.2"
minimatch "^3.0.4"
mocha "3.4.2"
request-light "^0.2.0"
triesearch "^1.0.2"
vscode-json-languageservice "2.0.16"
vscode-languageserver "3.1.0"
vscode-nls "^2.0.2"
vscode-uri "1.0.0"
vscode-yaml-languageservice "^0.2.0"
yaml-ast-parser "^0.0.32"
yaml-ast-parser-beta "0.0.33"

0 comments on commit f3124f5

Please sign in to comment.