Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit a0542f7

Browse files
committed
wip
1 parent 7a29b8c commit a0542f7

15 files changed

Lines changed: 492 additions & 641 deletions

bun.lock

Lines changed: 0 additions & 220 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,20 @@
11
{
2-
"name": "compress-commons",
3-
"version": "7.0.0",
2+
"name": "@archiver/compress-commons",
3+
"version": "0.0.0",
44
"description": "a library that defines a common interface for working with archive formats within node",
5-
"homepage": "https://github.com/archiverjs/node-compress-commons",
6-
"author": {
7-
"name": "Chris Talkington",
8-
"url": "http://christalkington.com/"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "https://github.com/archiverjs/node-compress-commons.git"
13-
},
14-
"bugs": {
15-
"url": "https://github.com/archiverjs/node-compress-commons/issues"
16-
},
175
"license": "MIT",
186
"type": "module",
197
"exports": "./lib/compress-commons.js",
20-
"files": [
21-
"lib"
22-
],
238
"engines": {
24-
"node": ">=18"
9+
"node": ">=22"
2510
},
2611
"scripts": {
27-
"test": "mocha --reporter dot"
12+
"test": "bun test --reporter dot"
2813
},
2914
"dependencies": {
3015
"crc-32": "^1.2.0",
3116
"crc32-stream": "^7.0.1",
3217
"is-stream": "^4.0.0",
3318
"normalize-path": "^3.0.0"
34-
},
35-
"devDependencies": {
36-
"chai": "5.1.1",
37-
"mocha": "10.7.3"
38-
},
39-
"keywords": [
40-
"compress",
41-
"commons",
42-
"archive"
43-
]
19+
}
4420
}

test/general-purpose-bit.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

test/zip-archive-entry.js

Lines changed: 0 additions & 254 deletions
This file was deleted.

0 commit comments

Comments
 (0)