@ffflorian/jszip-cli 3.4.0 → 3.4.1
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.
- package/package.json +7 -31
- /package/{BuildService.d.ts → dist/BuildService.d.ts} +0 -0
- /package/{BuildService.js → dist/BuildService.js} +0 -0
- /package/{BuildService.js.map → dist/BuildService.js.map} +0 -0
- /package/{ExtractService.d.ts → dist/ExtractService.d.ts} +0 -0
- /package/{ExtractService.js → dist/ExtractService.js} +0 -0
- /package/{ExtractService.js.map → dist/ExtractService.js.map} +0 -0
- /package/{FileService.d.ts → dist/FileService.d.ts} +0 -0
- /package/{FileService.js → dist/FileService.js} +0 -0
- /package/{FileService.js.map → dist/FileService.js.map} +0 -0
- /package/{JSZipCLI.d.ts → dist/JSZipCLI.d.ts} +0 -0
- /package/{JSZipCLI.js → dist/JSZipCLI.js} +0 -0
- /package/{JSZipCLI.js.map → dist/JSZipCLI.js.map} +0 -0
- /package/{cli.d.ts → dist/cli.d.ts} +0 -0
- /package/{cli.js → dist/cli.js} +0 -0
- /package/{cli.js.map → dist/cli.js.map} +0 -0
- /package/{index.d.ts → dist/index.d.ts} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{index.js.map → dist/index.js.map} +0 -0
- /package/{interfaces.d.ts → dist/interfaces.d.ts} +0 -0
- /package/{interfaces.js → dist/interfaces.js} +0 -0
- /package/{interfaces.js.map → dist/interfaces.js.map} +0 -0
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "Florian Imdahl <git@ffflorian.de>",
|
|
3
3
|
"bin": {
|
|
4
|
-
"jszip-cli": "cli.js"
|
|
4
|
+
"jszip-cli": "dist/cli.js"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"commander": "10.0.1",
|
|
8
8
|
"cosmiconfig": "8.1.3",
|
|
9
9
|
"fs-extra": "11.1.1",
|
|
10
|
+
"glob": "10.2.2",
|
|
10
11
|
"jszip": "3.10.1",
|
|
11
12
|
"logdown": "3.3.1",
|
|
12
|
-
"progress": "2.0.3"
|
|
13
|
-
"glob": "10.2.1"
|
|
13
|
+
"progress": "2.0.3"
|
|
14
14
|
},
|
|
15
15
|
"description": "A zip CLI based on jszip.",
|
|
16
16
|
"devDependencies": {
|
|
@@ -25,27 +25,7 @@
|
|
|
25
25
|
"node": ">= 10.9"
|
|
26
26
|
},
|
|
27
27
|
"files": [
|
|
28
|
-
"
|
|
29
|
-
"BuildService.js",
|
|
30
|
-
"BuildService.js.map",
|
|
31
|
-
"ExtractService.d.ts",
|
|
32
|
-
"ExtractService.js",
|
|
33
|
-
"ExtractService.js.map",
|
|
34
|
-
"FileService.d.ts",
|
|
35
|
-
"FileService.js",
|
|
36
|
-
"FileService.js.map",
|
|
37
|
-
"JSZipCLI.d.ts",
|
|
38
|
-
"JSZipCLI.js",
|
|
39
|
-
"JSZipCLI.js.map",
|
|
40
|
-
"cli.d.ts",
|
|
41
|
-
"cli.js",
|
|
42
|
-
"cli.js.map",
|
|
43
|
-
"index.d.ts",
|
|
44
|
-
"index.js",
|
|
45
|
-
"index.js.map",
|
|
46
|
-
"interfaces.d.ts",
|
|
47
|
-
"interfaces.js",
|
|
48
|
-
"interfaces.js.map"
|
|
28
|
+
"dist"
|
|
49
29
|
],
|
|
50
30
|
"keywords": [
|
|
51
31
|
"cli",
|
|
@@ -54,20 +34,16 @@
|
|
|
54
34
|
"zip"
|
|
55
35
|
],
|
|
56
36
|
"license": "GPL-3.0",
|
|
57
|
-
"main": "index.js",
|
|
37
|
+
"main": "dist/index.js",
|
|
58
38
|
"name": "@ffflorian/jszip-cli",
|
|
59
|
-
"publishConfig": {
|
|
60
|
-
"directory": "flattened"
|
|
61
|
-
},
|
|
62
39
|
"repository": "https://github.com/ffflorian/node-packages/tree/main/packages/jszip-cli",
|
|
63
40
|
"scripts": {
|
|
64
41
|
"build": "tsc",
|
|
65
42
|
"clean": "rimraf dist",
|
|
66
43
|
"dist": "yarn clean && yarn build",
|
|
67
|
-
"flatten": "node ../publish-flat/dist/cli.js -o flattened",
|
|
68
|
-
"postversion": "node ../publish-flat/dist/cli-copy.js -o flattened/package.json version",
|
|
69
44
|
"start": "cross-env NODE_DEBUG=\"jszip-cli/*\" ts-node src/cli.ts",
|
|
70
45
|
"test": "ts-node -P tsconfig.jasmine.json ../../node_modules/jasmine/bin/jasmine.js"
|
|
71
46
|
},
|
|
72
|
-
"version": "3.4.
|
|
47
|
+
"version": "3.4.1",
|
|
48
|
+
"gitHead": "fee6dde4396255259028c1c723a95b9f6ec5b281"
|
|
73
49
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{cli.js → dist/cli.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|