7zip-bin-wrapper 1.0.24 → 1.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin.js +0 -0
  2. package/package.json +49 -50
package/bin.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,51 +1,50 @@
1
1
  {
2
- "name": "7zip-bin-wrapper",
3
- "type": "module",
4
- "version": "1.0.24",
5
- "author": "GongT <gongteng524702837@gmail.com>",
6
- "license": "MIT",
7
- "bin": {
8
- "7za": "./7za.js",
9
- "7z": "./7za.js"
10
- },
11
- "main": "./dist/_export_all_in_one_index.cjs",
12
- "module": "./dist/_export_all_in_one_index.js",
13
- "typings": "docs/package-public.d.ts",
14
- "exports": {
15
- ".": {
16
- "require": "./dist/_export_all_in_one_index.cjs",
17
- "import": "./dist/_export_all_in_one_index.js"
18
- }
19
- },
20
- "scripts": {
21
- "build": "build-script build",
22
- "clean": "rimraf lib",
23
- "distclean": "build-script distclean",
24
- "prepack": "build-script rebuild",
25
- "test": "build-script test",
26
- "upgrade": "build-script upgrade",
27
- "watch": "build-script watch"
28
- },
29
- "dependencies": {
30
- "iconv-lite": "^0.6.3",
31
- "source-map-support": "^0.5.21",
32
- "split2": "^4.1.0",
33
- "tslib": "^2.4.0"
34
- },
35
- "devDependencies": {
36
- "7zip-bin": "^5.2.0",
37
- "@build-script/builder": "workspace:^3.2.5",
38
- "@build-script/single-dog-asset": "workspace:^1.0.18",
39
- "@build-script/typescript-transformer-dual-package": "workspace:^1.0.26",
40
- "@types/node": "^18.0.0",
41
- "@types/split2": "^3.2.1",
42
- "gulp": "^4.0.2",
43
- "ttypescript": "^1.5.13",
44
- "typescript": "^4.7.4",
45
- "@build-script/export-all-in-one": "workspace:^3.1.3"
46
- },
47
- "peerDependencies": {
48
- "7zip-bin": "latest"
49
- },
50
- "monorepo": "rush"
51
- }
2
+ "name": "7zip-bin-wrapper",
3
+ "type": "module",
4
+ "version": "1.0.25",
5
+ "author": "GongT <gongteng524702837@gmail.com>",
6
+ "license": "MIT",
7
+ "bin": {
8
+ "7za": "./7za.js",
9
+ "7z": "./7za.js"
10
+ },
11
+ "main": "./dist/_export_all_in_one_index.cjs",
12
+ "module": "./dist/_export_all_in_one_index.js",
13
+ "typings": "docs/package-public.d.ts",
14
+ "exports": {
15
+ ".": {
16
+ "require": "./dist/_export_all_in_one_index.cjs",
17
+ "import": "./dist/_export_all_in_one_index.js"
18
+ }
19
+ },
20
+ "dependencies": {
21
+ "iconv-lite": "^0.6.3",
22
+ "source-map-support": "^0.5.21",
23
+ "split2": "^4.1.0",
24
+ "tslib": "^2.4.0"
25
+ },
26
+ "devDependencies": {
27
+ "7zip-bin": "^5.2.0",
28
+ "@build-script/builder": "3.2.6",
29
+ "@build-script/single-dog-asset": "1.0.19",
30
+ "@build-script/typescript-transformer-dual-package": "1.0.27",
31
+ "@types/node": "^18.0.0",
32
+ "@types/split2": "^3.2.1",
33
+ "gulp": "^4.0.2",
34
+ "ttypescript": "^1.5.13",
35
+ "typescript": "^4.7.4",
36
+ "@build-script/export-all-in-one": "3.1.4"
37
+ },
38
+ "peerDependencies": {
39
+ "7zip-bin": "latest"
40
+ },
41
+ "monorepo": "rush",
42
+ "scripts": {
43
+ "build": "build-script build",
44
+ "clean": "rimraf lib",
45
+ "distclean": "build-script distclean",
46
+ "test": "build-script test",
47
+ "upgrade": "build-script upgrade",
48
+ "watch": "build-script watch"
49
+ }
50
+ }