remove package-lock.json

https://github.com/misskey-dev/summaly/issues/18
This commit is contained in:
tamaina 2023-12-30 06:42:33 +00:00
parent 38000dd462
commit 81de408b54
3 changed files with 868 additions and 10033 deletions

9221
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "summaly", "name": "@misskey-dev/summaly",
"version": "4.0.2", "version": "4.1.0",
"description": "Get web page's summary", "description": "Get web page's summary",
"author": "syuilo <syuilotan@yahoo.co.jp>", "author": "syuilo <syuilotan@yahoo.co.jp>",
"license": "MIT", "license": "MIT",
@ -9,7 +9,7 @@
"main": "./built/index.js", "main": "./built/index.js",
"type": "module", "type": "module",
"types": "./built/index.d.ts", "types": "./built/index.d.ts",
"packageManager": "pnpm@8.3.1", "packageManager": "pnpm@8.13.1",
"files": [ "files": [
"built", "built",
"LICENSE" "LICENSE"
@ -20,23 +20,23 @@
"serve": "fastify start ./built/index.js" "serve": "fastify start ./built/index.js"
}, },
"devDependencies": { "devDependencies": {
"@jest/globals": "^29.5.0", "@jest/globals": "^29.7.0",
"@swc/core": "^1.3.52", "@swc/core": "^1.3.101",
"@swc/jest": "^0.2.26", "@swc/jest": "^0.2.29",
"@types/cheerio": "0.22.18", "@types/cheerio": "0.22.18",
"@types/debug": "4.1.7", "@types/debug": "4.1.7",
"@types/escape-regexp": "^0.0.1", "@types/escape-regexp": "^0.0.1",
"@types/node": "16.11.12", "@types/node": "16.11.12",
"debug": "^4.3.4", "debug": "^4.3.4",
"fastify": "^4.15.0", "fastify": "^4.25.2",
"fastify-cli": "^5.7.1", "fastify-cli": "^5.9.0",
"jest": "^29.5.0", "jest": "^29.7.0",
"typescript": "4.5.3" "typescript": "4.5.3"
}, },
"dependencies": { "dependencies": {
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
"escape-regexp": "0.0.1", "escape-regexp": "0.0.1",
"got": "^12.6.0", "got": "^12.6.1",
"html-entities": "2.3.2", "html-entities": "2.3.2",
"iconv-lite": "0.6.3", "iconv-lite": "0.6.3",
"jschardet": "3.0.0", "jschardet": "3.0.0",

1660
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff