implement some stuff

This commit is contained in:
rhearmas 2020-01-27 18:44:10 -05:00
parent 9aff1f1d73
commit f5939c3dc1
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View File

@ -520,6 +520,11 @@
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz",
"integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s="
},
"node-fetch": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
"integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
},
"node_hash": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/node_hash/-/node_hash-0.2.0.tgz",

View File

@ -32,6 +32,7 @@
"math-expression-evaluator": "^1.2.17",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"node-fetch": "^2.6.0",
"recrawl": "^2.0.0",
"roll": "^1.2.0",
"webdict": "^0.3.0"