diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2021-09-03 21:00:44 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-03 21:13:06 +0900 |
| commit | e1a8b158e04ad567d92d8daf3cc0898ee18f1a2e (patch) | |
| tree | 436c3a15daed01189abdc0c08f21ac9e71fc034e /package.json | |
| parent | Update CONTRIBUTING.md (diff) | |
| download | sharkey-e1a8b158e04ad567d92d8daf3cc0898ee18f1a2e.tar.gz sharkey-e1a8b158e04ad567d92d8daf3cc0898ee18f1a2e.tar.bz2 sharkey-e1a8b158e04ad567d92d8daf3cc0898ee18f1a2e.zip | |
Tune download (#2)
* s2-2
* allowedPrivateNetworks
* style
* Proxyの間にあると誤解しそうなのでconfigの記述順を変更
* Fix error handler
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 1f9baa3ca2..53dead5ef7 100644 --- a/package.json +++ b/package.json @@ -148,6 +148,7 @@ "http-signature": "1.3.5", "idb-keyval": "5.1.3", "insert-text-at-cursor": "0.3.0", + "ip-cidr": "3.0.4", "is-svg": "4.3.1", "js-yaml": "4.1.0", "jsdom": "16.7.0", @@ -184,6 +185,7 @@ "postcss": "8.3.6", "postcss-loader": "6.1.1", "prismjs": "1.24.1", + "private-ip": "2.2.1", "probe-image-size": "7.2.1", "promise-limit": "2.7.0", "pug": "3.0.2", |