Fix lockfiles and dependencies, ignore node_modules.

This commit is contained in:
2019-07-03 09:54:38 -04:00
parent 64992b883e
commit 553608852b
3 changed files with 36 additions and 1 deletions

30
package-lock.json generated
View File

@@ -551,6 +551,11 @@
"resolved": "https://registry.npmjs.org/hubot-diagnostics/-/hubot-diagnostics-1.0.0.tgz",
"integrity": "sha512-4kuR04lULoDDra/Z7B/rgMQMZW531Ve5hwhd8xNOKAl8e1cb5bZNqVpGFYF174eYcN54+RZuWQFHsntjvczyag=="
},
"hubot-dice": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/hubot-dice/-/hubot-dice-1.0.0.tgz",
"integrity": "sha1-wo4tc+4NmTeaujBvzm6llh92pIM="
},
"hubot-google-images": {
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/hubot-google-images/-/hubot-google-images-0.2.7.tgz",
@@ -571,11 +576,21 @@
"resolved": "https://registry.npmjs.org/hubot-heroku-keepalive/-/hubot-heroku-keepalive-1.0.3.tgz",
"integrity": "sha1-KVDigJXuSmrOK3b5DiqRupHmgTw="
},
"hubot-karma": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/hubot-karma/-/hubot-karma-0.2.3.tgz",
"integrity": "sha1-vZ6Dm/sHH1Eo166RMMcMY24eXF0="
},
"hubot-maps": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/hubot-maps/-/hubot-maps-0.0.3.tgz",
"integrity": "sha1-yPxbA0h1TmJhbVuZsr85BMXuWDw="
},
"hubot-meme": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/hubot-meme/-/hubot-meme-1.3.2.tgz",
"integrity": "sha1-X5hXn/FpjCkbgXvKMbFGYSVkzXY="
},
"hubot-pugme": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/hubot-pugme/-/hubot-pugme-0.1.1.tgz",
@@ -652,6 +667,21 @@
"resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
"integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
},
"jobot-brain-file": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/jobot-brain-file/-/jobot-brain-file-1.0.1.tgz",
"integrity": "sha1-YESsd9B+WOhD/V80aTR6vSkJ1uY=",
"requires": {
"coffee-script": "~1.6"
},
"dependencies": {
"coffee-script": {
"version": "1.6.3",
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.6.3.tgz",
"integrity": "sha1-Y1XTLPGwTN/2tITl5xF4Ky8MOb4="
}
}
},
"jsbn": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",