mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-07 06:37:18 +09:00
update deps
This commit is contained in:
parent
a214803e86
commit
37099447b3
733
package-lock.json
generated
733
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@ -2,7 +2,7 @@
|
||||
"name": "summaly",
|
||||
"version": "2.4.1",
|
||||
"description": "Get web page's summary",
|
||||
"author": "syuilo <i@syuilo.com>",
|
||||
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/syuilo/summaly.git",
|
||||
"bugs": "https://github.com/syuilo/summaly/issues",
|
||||
@ -13,22 +13,22 @@
|
||||
"test": "mocha --harmony"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "4.1.6",
|
||||
"@types/debug": "4.1.7",
|
||||
"@types/html-entities": "1.3.4",
|
||||
"@types/mocha": "9.0.0",
|
||||
"@types/node": "16.4.1",
|
||||
"@types/request": "2.48.6",
|
||||
"@types/node": "16.11.12",
|
||||
"@types/request": "2.48.7",
|
||||
"@types/request-promise-native": "1.0.18",
|
||||
"express": "4.17.1",
|
||||
"mocha": "9.0.2",
|
||||
"typescript": "4.3.5"
|
||||
"mocha": "9.1.3",
|
||||
"typescript": "4.5.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"cheerio-httpcli": "0.8.2",
|
||||
"debug": "4.3.2",
|
||||
"debug": "4.3.3",
|
||||
"escape-regexp": "0.0.1",
|
||||
"html-entities": "2.3.2",
|
||||
"koa": "2.13.1",
|
||||
"koa": "2.13.4",
|
||||
"request": "2.88.2",
|
||||
"request-promise-native": "1.0.9",
|
||||
"require-all": "3.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user