@node-projects/jszip 4.0.0

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 ADDED
@@ -0,0 +1,63 @@
1
+ {
2
+ "name": "@node-projects/jszip",
3
+ "version": "4.00.0",
4
+ "author": "Stuart Knightley <stuart@stuartk.com>",
5
+ "description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip",
6
+ "scripts": {
7
+ "test": "npm run test-node && npm run test-browser && tsc",
8
+ "test-node": "qunit --require ./test/helpers/test-utils.js --require ./test/helpers/node-test-utils.js test/asserts/",
9
+ "test-browser": "grunt build && node test/run.js --test",
10
+ "benchmark": "npm run benchmark-node && npm run benchmark-browser",
11
+ "benchmark-node": "node test/benchmark/node.js",
12
+ "benchmark-browser": "node test/run.js --benchmark",
13
+ "lint": "eslint .",
14
+ "start": "web-dev-server --open"
15
+ },
16
+ "contributors": [
17
+ {
18
+ "name": "Franz Buchinger"
19
+ },
20
+ {
21
+ "name": "António Afonso"
22
+ },
23
+ {
24
+ "name": "David Duponchel"
25
+ },
26
+ {
27
+ "name": "yiminghe"
28
+ }
29
+ ],
30
+ "type": "module",
31
+ "main": "./lib/index.js",
32
+ "types": "./index.d.ts",
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "https://github.com/Stuk/jszip.git"
36
+ },
37
+ "keywords": [
38
+ "zip",
39
+ "deflate",
40
+ "inflate"
41
+ ],
42
+ "devDependencies": {
43
+ "benchmark": "^2.1.4",
44
+ "browserify": "~13.0.0",
45
+ "eslint": "^8.18.0",
46
+ "grunt": "~0.4.1",
47
+ "grunt-browserify": "~5.0.0",
48
+ "grunt-cli": "~1.1.0",
49
+ "grunt-contrib-uglify": "~4.0.1",
50
+ "http-server": "^13.0.2",
51
+ "jszip-utils": "~0.0.2",
52
+ "package-json-versionify": "1.0.2",
53
+ "playwright": "^1.51.0",
54
+ "qunit": "~2.9.2",
55
+ "tmp": "0.0.28",
56
+ "typescript": "^5.9.2",
57
+ "@web/dev-server": "^0.4.6"
58
+ },
59
+ "dependencies": {
60
+ "pako": "^2.1.0"
61
+ },
62
+ "license": "(MIT OR GPL-3.0-or-later)"
63
+ }
package/sponsors.md ADDED
@@ -0,0 +1,21 @@
1
+ ---
2
+ title: "Sponsors"
3
+ layout: default
4
+ section: main
5
+ ---
6
+
7
+ [JSZip](https://github.com/Stuk/jszip) was created in 2009 by [Stuart](https://github.com/Stuk). Since then it has received well over [600 million downloads](https://npm-stat.com/charts.html?package=jszip&from=2009-06-20&to=2022-06-20), is depended on by over 3000 packages on npm, and powers zipping and unzipping on sites large and small.
8
+
9
+ This project only exists because of all the work dedicated to it by me and the other contributors.
10
+
11
+ If you or your company has benefited from JSZip then please consider [sponsoring on Github](https://github.com/sponsors/Stuk).
12
+
13
+ ## 💎 Diamond
14
+
15
+ ## 🥇 Gold
16
+
17
+ ## 🥈 Silver
18
+
19
+ ## 🥉 Bronze
20
+
21
+ ## Supporters