⬆️ languages

This commit is contained in:
Max Brunsfeld
2018-08-06 15:10:38 -07:00
parent 4c43c071b1
commit 29ef7d7024
2 changed files with 63 additions and 33 deletions

80
package-lock.json generated
View File

@@ -3637,11 +3637,11 @@
}
},
"language-c": {
"version": "https://www.atom.io/api/packages/language-c/versions/0.60.1/tarball",
"integrity": "sha512-0uDylX4OFp8BefkiCe/tYFRUKvbDAp6+1LvNQ1eOUe9HgcSYArt1zELGb8xOPZH9vgStVgAkAGUoPuTn/f/xLA==",
"version": "https://www.atom.io/api/packages/language-c/versions/0.60.2/tarball",
"integrity": "sha512-IOFJUkZo7DWLRI61TT/XkgHeaaZeO9TJLnpYSITOVrMQCsVfnot06wSM/rwxHKECEYOGrqHtCc2P6Ufo+olvfQ==",
"requires": {
"tree-sitter-c": "^0.13.2",
"tree-sitter-cpp": "^0.13.2"
"tree-sitter-c": "^0.13.3",
"tree-sitter-cpp": "^0.13.3"
}
},
"language-clojure": {
@@ -3669,10 +3669,10 @@
"integrity": "sha512-xvsGO/d3/XsKJmwdAz9VGHo6t7A13VuJeuEoZaoLmvzwkVpFdpJcK8PNwVMPHav+lpNeu73qiXmqS+YIlvLwLQ=="
},
"language-go": {
"version": "https://www.atom.io/api/packages/language-go/versions/0.46.0/tarball",
"integrity": "sha512-0LYmn6TwBTNqLN4y855CilEYmGnIj//LnNrPrRTEgyyeYawn8NQ+9aBvOuGi/frxwHrqY6wep+d7Oh3cArGQLQ==",
"version": "https://www.atom.io/api/packages/language-go/versions/0.46.1/tarball",
"integrity": "sha512-/997iP4/fkyLS08O3uL9hauKAhHg2hspm0+p1tIMHzIciiZmY9oba7biCJWOG9naQcvbSljg2c3WIz0EX3tGjg==",
"requires": {
"tree-sitter-go": "^0.13.0"
"tree-sitter-go": "^0.13.1"
}
},
"language-html": {
@@ -3755,10 +3755,10 @@
"integrity": "sha512-qaH8BDNBOkpbR4thmcRimEphnrzzhpDxeQM+WCM3Unp3a8r3aV2xcY9LlvbZxpclz8TOUyvuc5qgj1YI//ge9w=="
},
"language-shellscript": {
"version": "https://www.atom.io/api/packages/language-shellscript/versions/0.27.0/tarball",
"integrity": "sha512-nUeHKM+79f6PakRznEJz8OXYTCvAIpPWc7tKrPidKOeH9pvbcPm7AX8iwwzPqEEDHYMyWKKI+nW7uIL5IkoLrw==",
"version": "https://www.atom.io/api/packages/language-shellscript/versions/0.27.2/tarball",
"integrity": "sha512-D89G7aEfwvyPcCii+dVTvICVBbXlyOMPHJEtUyRox0SgXAbO5RV/fgK3ZUEzV/YPUqw+5Ftq0VWoA2TyUsgGpg==",
"requires": {
"tree-sitter-bash": "^0.13.0"
"tree-sitter-bash": "^0.13.2"
}
},
"language-source": {
@@ -3782,8 +3782,8 @@
"integrity": "sha512-r6eUkKAcfMa2Xv41zHILIZacf7TauLQH2D/lWl3CYekN1DcUMPPuyhUHutV/BpWX3wy5ZDXhhtIHFK4zsAyWtA=="
},
"language-typescript": {
"version": "https://www.atom.io/api/packages/language-typescript/versions/0.4.2/tarball",
"integrity": "sha512-PMYFoRSfLijLgwffs1oOg72QBlePZmQLWX8x/J+yRSyG+VaMzyglYjD5KtYC1U+mjue3K8y4lBivjgiD7woDqg==",
"version": "https://www.atom.io/api/packages/language-typescript/versions/0.4.3/tarball",
"integrity": "sha512-ppeE49tZBFs5aq2U3fwitcHA3ETzzIibq/Iwzvh4v+aeeFB49EzDhIRQhKYz3Spm4p7mIV7rqzD337w+he/bIw==",
"requires": {
"tree-sitter-typescript": "^0.13.3"
}
@@ -6009,25 +6009,55 @@
}
},
"tree-sitter-bash": {
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/tree-sitter-bash/-/tree-sitter-bash-0.13.0.tgz",
"integrity": "sha512-ecZgyP78NdYoywj6PVw84Kh5vpe4vIy4eG50VMUJz4/eMJKwEvLcFhHVMtJp/Dm4lqjuwpEpSsBYDV/iJKLaZA==",
"version": "0.13.2",
"resolved": "https://registry.npmjs.org/tree-sitter-bash/-/tree-sitter-bash-0.13.2.tgz",
"integrity": "sha512-6viPvaHwTLRVYLeUXyCSvu+ybLAOVDbkqhvNcp5Ak+GQMqzkflpsuuVIIriyl2lSumrkbUShHnrWiQw4yoZl4g==",
"requires": {
"nan": "^2.10.0"
"nan": "^2.10.0",
"prebuild-install": "^5.0.0"
},
"dependencies": {
"minimist": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
},
"prebuild-install": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-5.0.0.tgz",
"integrity": "sha512-AvcPLFqNz/hDd6o7qLj8i9xB479P9jSjA/p6m4927CRfY3tsmPfyFmD7RKXtdp6I2d1BAIVBgJoj5mxRJDZL4w==",
"requires": {
"detect-libc": "^1.0.3",
"expand-template": "^1.0.2",
"github-from-package": "0.0.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"node-abi": "^2.2.0",
"noop-logger": "^0.1.1",
"npmlog": "^4.0.1",
"os-homedir": "^1.0.1",
"pump": "^2.0.1",
"rc": "^1.2.7",
"simple-get": "^2.7.0",
"tar-fs": "^1.13.0",
"tunnel-agent": "^0.6.0",
"which-pm-runs": "^1.0.0"
}
}
}
},
"tree-sitter-c": {
"version": "0.13.2",
"resolved": "https://registry.npmjs.org/tree-sitter-c/-/tree-sitter-c-0.13.2.tgz",
"integrity": "sha512-/eFbKSZP8Z5r5e5bAzdsUln+mvu7Xli3Qb3Kwbx25tofteYADT9u28Yj4mObJAjv9ivt411JY1M68L09qUDlOQ==",
"version": "0.13.3",
"resolved": "https://registry.npmjs.org/tree-sitter-c/-/tree-sitter-c-0.13.3.tgz",
"integrity": "sha512-xsuzLb5C4avKof4PuqUAW0bCaNxwF5QWi9TKqdHiY78VgO9ksCs0hMFAEQCPPbXkP3O3kIcxtib/roeFl3qFyw==",
"requires": {
"nan": "^2.10.0"
}
},
"tree-sitter-cpp": {
"version": "0.13.2",
"resolved": "https://registry.npmjs.org/tree-sitter-cpp/-/tree-sitter-cpp-0.13.2.tgz",
"integrity": "sha512-WQGatuSHejUeqdi0xJonVZWIAs3MWWe5LC15rj7BO5zoPwrMA2OJuujt/Fi3pKQ7NyW9fV9RweGQ0Qcra1ftmQ==",
"version": "0.13.3",
"resolved": "https://registry.npmjs.org/tree-sitter-cpp/-/tree-sitter-cpp-0.13.3.tgz",
"integrity": "sha512-FYpVHNpvxgeSum7Fk+3d4KVTusiIjibCor5LL1EfGref7GOEYzRbKIZxFZAvor5GpZteI0m/WSPHg+ljaKLzQw==",
"requires": {
"nan": "^2.10.0"
}
@@ -6041,9 +6071,9 @@
}
},
"tree-sitter-go": {
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/tree-sitter-go/-/tree-sitter-go-0.13.0.tgz",
"integrity": "sha512-6q4Sv6SVCFEghZnJJF04N1QplAtRNfqM0r13CPT80j8VX10mk5D2/YQhZJiVVgYFAUTH8CXArVhBzKVvuK2tyg==",
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/tree-sitter-go/-/tree-sitter-go-0.13.1.tgz",
"integrity": "sha512-lWcwS6cEvS42Ayo3m4uqQnpEmIjlex/Tb2BSNZ9ppxhiIVJrntR6/sirlYmhYVj7Zhu7eOWSVFfNX9y7PKw/2w==",
"requires": {
"nan": "^2.10.0"
}

View File

@@ -79,14 +79,14 @@
"jasmine-tagged": "^1.1.4",
"key-path-helpers": "^0.4.0",
"keybinding-resolver": "https://www.atom.io/api/packages/keybinding-resolver/versions/0.38.2/tarball",
"language-c": "https://www.atom.io/api/packages/language-c/versions/0.60.1/tarball",
"language-c": "https://www.atom.io/api/packages/language-c/versions/0.60.2/tarball",
"language-clojure": "https://www.atom.io/api/packages/language-clojure/versions/0.22.7/tarball",
"language-coffee-script": "https://www.atom.io/api/packages/language-coffee-script/versions/0.49.3/tarball",
"language-csharp": "https://www.atom.io/api/packages/language-csharp/versions/1.0.4/tarball",
"language-css": "https://www.atom.io/api/packages/language-css/versions/0.42.11/tarball",
"language-gfm": "https://www.atom.io/api/packages/language-gfm/versions/0.90.5/tarball",
"language-git": "https://www.atom.io/api/packages/language-git/versions/0.19.1/tarball",
"language-go": "https://www.atom.io/api/packages/language-go/versions/0.46.0/tarball",
"language-go": "https://www.atom.io/api/packages/language-go/versions/0.46.1/tarball",
"language-html": "https://www.atom.io/api/packages/language-html/versions/0.51.1/tarball",
"language-hyperlink": "https://www.atom.io/api/packages/language-hyperlink/versions/0.16.3/tarball",
"language-java": "https://www.atom.io/api/packages/language-java/versions/0.30.0/tarball",
@@ -103,13 +103,13 @@
"language-ruby": "https://www.atom.io/api/packages/language-ruby/versions/0.72.2/tarball",
"language-ruby-on-rails": "https://www.atom.io/api/packages/language-ruby-on-rails/versions/0.25.3/tarball",
"language-sass": "https://www.atom.io/api/packages/language-sass/versions/0.62.0/tarball",
"language-shellscript": "https://www.atom.io/api/packages/language-shellscript/versions/0.27.0/tarball",
"language-shellscript": "https://www.atom.io/api/packages/language-shellscript/versions/0.27.2/tarball",
"language-source": "https://www.atom.io/api/packages/language-source/versions/0.9.0/tarball",
"language-sql": "https://www.atom.io/api/packages/language-sql/versions/0.25.10/tarball",
"language-text": "https://www.atom.io/api/packages/language-text/versions/0.7.4/tarball",
"language-todo": "https://www.atom.io/api/packages/language-todo/versions/0.29.4/tarball",
"language-toml": "https://www.atom.io/api/packages/language-toml/versions/0.18.2/tarball",
"language-typescript": "https://www.atom.io/api/packages/language-typescript/versions/0.4.2/tarball",
"language-typescript": "https://www.atom.io/api/packages/language-typescript/versions/0.4.3/tarball",
"language-xml": "https://www.atom.io/api/packages/language-xml/versions/0.35.2/tarball",
"language-yaml": "https://www.atom.io/api/packages/language-yaml/versions/0.32.0/tarball",
"less-cache": "1.1.0",
@@ -230,14 +230,14 @@
"welcome": "0.36.6",
"whitespace": "0.37.6",
"wrap-guide": "0.40.3",
"language-c": "0.60.1",
"language-c": "0.60.2",
"language-clojure": "0.22.7",
"language-coffee-script": "0.49.3",
"language-csharp": "1.0.4",
"language-css": "0.42.11",
"language-gfm": "0.90.5",
"language-git": "0.19.1",
"language-go": "0.46.0",
"language-go": "0.46.1",
"language-html": "0.51.1",
"language-hyperlink": "0.16.3",
"language-java": "0.30.0",
@@ -254,13 +254,13 @@
"language-ruby": "0.72.2",
"language-ruby-on-rails": "0.25.3",
"language-sass": "0.62.0",
"language-shellscript": "0.27.0",
"language-shellscript": "0.27.2",
"language-source": "0.9.0",
"language-sql": "0.25.10",
"language-text": "0.7.4",
"language-todo": "0.29.4",
"language-toml": "0.18.2",
"language-typescript": "0.4.2",
"language-typescript": "0.4.3",
"language-xml": "0.35.2",
"language-yaml": "0.32.0"
},