chore: build

This commit is contained in:
2026-05-01 22:28:13 +02:00
parent ece977f268
commit 99ce3e4bb3
532 changed files with 5244 additions and 13124 deletions
+13 -8
View File
@@ -2,7 +2,7 @@
"author": "Isaac Z. Schlueter",
"name": "tar",
"description": "tar for node",
"version": "7.5.9",
"version": "7.5.13",
"repository": {
"type": "git",
"url": "https://github.com/isaacs/node-tar.git"
@@ -18,7 +18,10 @@
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"format": "prettier --write . --log-level warn",
"typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
"typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts",
"lint": "oxlint --fix src test",
"postsnap": "npm run lint",
"postlint": "npm run format"
},
"dependencies": {
"@isaacs/fs-minipass": "^4.0.0",
@@ -28,18 +31,20 @@
"yallist": "^5.0.0"
},
"devDependencies": {
"@types/node": "^25.0.9",
"@types/node": "^25.5.0",
"chmodr": "^2.0.2",
"end-of-stream": "^1.4.3",
"esbuild": "^0.27.3",
"esbuild": "^0.27.4",
"events-to-array": "^2.0.3",
"mutate-fs": "^2.1.1",
"nock": "^13.5.4",
"prettier": "^3.8.0",
"oxlint": "^1.56.0",
"oxlint-tsgolint": "^0.17.0",
"prettier": "^3.8.1",
"rimraf": "^6.1.2",
"tap": "^21.5.0",
"tshy": "^3.1.0",
"typedoc": "^0.28.16"
"tap": "^21.6.2",
"tshy": "^3.3.2",
"typedoc": "^0.28.17"
},
"license": "BlueOak-1.0.0",
"engines": {