1 | {
|
---|
2 | "_from": "fflate@0.8.2",
|
---|
3 | "_id": "fflate@0.8.2",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==",
|
---|
6 | "_location": "/fflate",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "version",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "fflate@0.8.2",
|
---|
12 | "name": "fflate",
|
---|
13 | "escapedName": "fflate",
|
---|
14 | "rawSpec": "0.8.2",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "0.8.2"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/jspdf"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
|
---|
22 | "_shasum": "fc8631f5347812ad6028bbe4a2308b2792aa1dea",
|
---|
23 | "_spec": "fflate@0.8.2",
|
---|
24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/jspdf",
|
---|
25 | "alias": {
|
---|
26 | "react": "preact/compat",
|
---|
27 | "react-dom": "preact/compat",
|
---|
28 | "buffer": false,
|
---|
29 | "process": false
|
---|
30 | },
|
---|
31 | "author": {
|
---|
32 | "name": "Arjun Barrett",
|
---|
33 | "email": "arjunbarrett@gmail.com"
|
---|
34 | },
|
---|
35 | "browser": {
|
---|
36 | "./lib/node-worker.cjs": "./lib/worker.cjs"
|
---|
37 | },
|
---|
38 | "bugs": {
|
---|
39 | "url": "https://github.com/101arrowz/fflate/issues",
|
---|
40 | "email": "arjunbarrett@gmail.com"
|
---|
41 | },
|
---|
42 | "bundleDependencies": false,
|
---|
43 | "deprecated": false,
|
---|
44 | "description": "High performance (de)compression in an 8kB package",
|
---|
45 | "devDependencies": {
|
---|
46 | "@parcel/service-worker": "^2.9.3",
|
---|
47 | "@types/node": "^14.11.2",
|
---|
48 | "@types/pako": "*",
|
---|
49 | "@types/react": "^18.2.21",
|
---|
50 | "@types/react-dom": "^18.2.7",
|
---|
51 | "jszip": "^3.5.0",
|
---|
52 | "pako": "*",
|
---|
53 | "parcel": "^2.9.3",
|
---|
54 | "preact": "^10.17.1",
|
---|
55 | "react": "^18.2.0",
|
---|
56 | "react-dom": "^18.2.0",
|
---|
57 | "simple-git": "^3.19.1",
|
---|
58 | "terser": "^5.3.8",
|
---|
59 | "tiny-inflate": "*",
|
---|
60 | "ts-node": "^10.9.1",
|
---|
61 | "typedoc": "^0.25.0",
|
---|
62 | "typedoc-plugin-markdown": "^3.16.0",
|
---|
63 | "typescript": "^5.2.2",
|
---|
64 | "uvu": "^0.3.3",
|
---|
65 | "uzip": "*"
|
---|
66 | },
|
---|
67 | "exports": {
|
---|
68 | ".": {
|
---|
69 | "node": {
|
---|
70 | "import": {
|
---|
71 | "types": "./esm/index.d.mts",
|
---|
72 | "default": "./esm/index.mjs"
|
---|
73 | },
|
---|
74 | "require": {
|
---|
75 | "types": "./lib/node.d.cts",
|
---|
76 | "default": "./lib/node.cjs"
|
---|
77 | }
|
---|
78 | },
|
---|
79 | "import": {
|
---|
80 | "types": "./esm/browser.d.ts",
|
---|
81 | "default": "./esm/browser.js"
|
---|
82 | },
|
---|
83 | "require": {
|
---|
84 | "types": "./lib/browser.d.cts",
|
---|
85 | "default": "./lib/browser.cjs"
|
---|
86 | }
|
---|
87 | },
|
---|
88 | "./node": {
|
---|
89 | "import": {
|
---|
90 | "types": "./esm/index.d.mts",
|
---|
91 | "default": "./esm/index.mjs"
|
---|
92 | },
|
---|
93 | "require": {
|
---|
94 | "types": "./lib/node.d.cts",
|
---|
95 | "default": "./lib/node.cjs"
|
---|
96 | }
|
---|
97 | },
|
---|
98 | "./browser": {
|
---|
99 | "import": {
|
---|
100 | "types": "./esm/browser.d.ts",
|
---|
101 | "default": "./esm/browser.js"
|
---|
102 | },
|
---|
103 | "require": {
|
---|
104 | "types": "./lib/browser.d.cts",
|
---|
105 | "default": "./lib/browser.cjs"
|
---|
106 | }
|
---|
107 | }
|
---|
108 | },
|
---|
109 | "homepage": "https://101arrowz.github.io/fflate",
|
---|
110 | "jsdelivr": "./umd/index.js",
|
---|
111 | "keywords": [
|
---|
112 | "gzip",
|
---|
113 | "gunzip",
|
---|
114 | "deflate",
|
---|
115 | "inflate",
|
---|
116 | "compression",
|
---|
117 | "decompression",
|
---|
118 | "zlib",
|
---|
119 | "pako",
|
---|
120 | "jszip",
|
---|
121 | "browser",
|
---|
122 | "node.js",
|
---|
123 | "tiny",
|
---|
124 | "fast",
|
---|
125 | "zip",
|
---|
126 | "unzip",
|
---|
127 | "non-blocking"
|
---|
128 | ],
|
---|
129 | "license": "MIT",
|
---|
130 | "main": "./lib/index.cjs",
|
---|
131 | "module": "./esm/browser.js",
|
---|
132 | "name": "fflate",
|
---|
133 | "repository": {
|
---|
134 | "type": "git",
|
---|
135 | "url": "git+https://github.com/101arrowz/fflate.git"
|
---|
136 | },
|
---|
137 | "scripts": {
|
---|
138 | "build": "npm run build:lib && npm run build:docs && npm run build:demo",
|
---|
139 | "build:demo": "tsc --project tsconfig.demo.json && parcel build demo/index.html --no-cache --public-url \"./\" && SC=cpGHPages npm run script",
|
---|
140 | "build:docs": "typedoc --plugin typedoc-plugin-markdown --hideBreadcrumbs --readme none --disableSources --excludePrivate --excludeProtected --githubPages false --out docs/ src/index.ts",
|
---|
141 | "build:lib": "tsc && tsc --project tsconfig.esm.json && npm run build:rewrite && npm run build:umd",
|
---|
142 | "build:rewrite": "SC=rewriteBuilds npm run script",
|
---|
143 | "build:umd": "SC=buildUMD npm run script",
|
---|
144 | "prepack": "npm run build && npm run test",
|
---|
145 | "script": "node -r ts-node/register scripts/$SC.ts",
|
---|
146 | "test": "TS_NODE_PROJECT=test/tsconfig.json uvu -b -r ts-node/register test"
|
---|
147 | },
|
---|
148 | "sideEffects": false,
|
---|
149 | "targets": {
|
---|
150 | "main": false,
|
---|
151 | "module": false,
|
---|
152 | "browser": false,
|
---|
153 | "types": false
|
---|
154 | },
|
---|
155 | "types": "./lib/index.d.ts",
|
---|
156 | "unpkg": "./umd/index.js",
|
---|
157 | "version": "0.8.2"
|
---|
158 | }
|
---|