This commit is contained in:
Winston Liu
2018-11-11 16:24:39 -05:00
parent ea738cb7d1
commit 7baef3d181
2 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@@ -157,7 +157,7 @@
"apparatus": {
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/apparatus/-/apparatus-0.0.10.tgz",
"integrity": "sha512-KLy/ugo33KZA7nugtQ7O0E1c8kQ52N3IvD/XgIh4w/Nr28ypfkwDfA67F1ev4N1m5D+BOk1+b2dEJDfpj/VvZg==",
"integrity": "sha1-gep1Z3Ktp3hj21TO7oICwQm9yj4=",
"requires": {
"sylvester": ">= 0.0.8"
}
@@ -348,7 +348,7 @@
"atom-pathspec": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/atom-pathspec/-/atom-pathspec-0.0.0.tgz",
"integrity": "sha512-7UMEHdTtBV5sJONT0uMeQ6M8JFdfMQy/14rxuP6OuoFfSiDjxyZHuorIbv8gqhRB3FQMMLPzqONoFJE2cpHiCg=="
"integrity": "sha1-Z6q6+VAZsK/Y4xWLLNexjXN2Q/E="
},
"atom-select-list": {
"version": "0.7.2",
@@ -3183,8 +3183,8 @@
"integrity": "sha512-V7IEqrIvn75LX/iQ/MPA75nKdfQ3kfJ5zWvUoCAxfvE9tJ6X25eSvqqgp10zxI0yjB9AQ/JDywYsKd5fEmQ8NQ=="
},
"language-java": {
"version": "https://www.atom.io/api/packages/language-java/versions/0.31.0/tarball",
"integrity": "sha512-yc1n8IqKFp7zuYyOSkxUksp/nld0AbOwECZTMdq8t/Pq40weu8kH9duRTgj+tvaCYIEosQo9rwG2ehYBAT2Zjg=="
"version": "https://www.atom.io/api/packages/language-java/versions/0.31.1/tarball",
"integrity": "sha512-kdTsc2efREnuj72WsAfcx28h0RqrVUIGF7BQcS5zy+ZibqbvnaB5DiVunRFYLhefGoaKVkAyTdRkZWMKH/yIWg=="
},
"language-javascript": {
"version": "https://www.atom.io/api/packages/language-javascript/versions/0.129.17/tarball",
@@ -5132,7 +5132,7 @@
"spelling-manager": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/spelling-manager/-/spelling-manager-1.1.0.tgz",
"integrity": "sha512-PpTP6XUZflCWO9YZO3wBSGAmqrUP6BFwSdmVFS6WBT9rFYg3ysmrIfyD1KnaVcnW6wuIKf+FDwefvU8PsD8Smg==",
"integrity": "sha1-UZmGdZUpHgVjlExuL70ao02X3TQ=",
"requires": {
"natural": "0.5.0",
"xregexp": "^3.2.0"
@@ -5224,7 +5224,7 @@
"streamroller": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/streamroller/-/streamroller-0.7.0.tgz",
"integrity": "sha512-WREzfy0r0zUqp3lGO096wRuUp7ho1X6uo/7DJfTlEi0Iv/4gT7YHqXDjKC2ioVGBZtE8QzsQD9nx1nIuoZ57jQ==",
"integrity": "sha1-odG3z4PTmvsNYwSaWsv5NJO99ks=",
"requires": {
"date-format": "^1.2.0",
"debug": "^3.1.0",
@@ -5696,7 +5696,7 @@
"dependencies": {
"minimist": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
},
"prebuild-install": {

View File

@@ -89,7 +89,7 @@
"language-go": "https://www.atom.io/api/packages/language-go/versions/0.46.6/tarball",
"language-html": "https://www.atom.io/api/packages/language-html/versions/0.51.5/tarball",
"language-hyperlink": "https://www.atom.io/api/packages/language-hyperlink/versions/0.17.0/tarball",
"language-java": "https://www.atom.io/api/packages/language-java/versions/0.31.0/tarball",
"language-java": "https://www.atom.io/api/packages/language-java/versions/0.31.1/tarball",
"language-javascript": "https://www.atom.io/api/packages/language-javascript/versions/0.129.17/tarball",
"language-json": "https://www.atom.io/api/packages/language-json/versions/0.19.2/tarball",
"language-less": "https://www.atom.io/api/packages/language-less/versions/0.34.3/tarball",
@@ -241,7 +241,7 @@
"language-go": "0.46.6",
"language-html": "0.51.5",
"language-hyperlink": "0.17.0",
"language-java": "0.31.0",
"language-java": "0.31.1",
"language-javascript": "0.129.17",
"language-json": "0.19.2",
"language-less": "0.34.3",