You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
3.3 KiB
116 lines
3.3 KiB
{
|
|
"_from": "fflate@^0.4.8",
|
|
"_id": "fflate@0.4.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-FJqqoDBR00Mdj9ppamLa/Y7vxm+PRmNWA67N846RvsoYVMKB4q3y/de5PA7gUmRMYK/8CMz2GDZQmCRN1wBcWA==",
|
|
"_location": "/fflate",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "fflate@^0.4.8",
|
|
"name": "fflate",
|
|
"escapedName": "fflate",
|
|
"rawSpec": "^0.4.8",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.4.8"
|
|
},
|
|
"_requiredBy": [
|
|
"/jspdf"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fflate/-/fflate-0.4.8.tgz",
|
|
"_shasum": "f90b82aefbd8ac174213abb338bd7ef848f0f5ae",
|
|
"_spec": "fflate@^0.4.8",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam/node_modules/jspdf",
|
|
"alias": {
|
|
"react": "preact/compat",
|
|
"react-dom": "preact/compat",
|
|
"react-dom/test-utils": "preact/test-utils"
|
|
},
|
|
"author": {
|
|
"name": "Arjun Barrett"
|
|
},
|
|
"browser": {
|
|
"./lib/node-worker.js": "./lib/worker.js",
|
|
"./esm/index.mjs": "./esm/browser.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/101arrowz/fflate/issues",
|
|
"email": "arjunbarrett@gmail.com"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "High performance (de)compression in an 8kB package",
|
|
"devDependencies": {
|
|
"@types/node": "^14.11.2",
|
|
"@types/pako": "*",
|
|
"@types/react": "^16.9.55",
|
|
"@types/react-dom": "^16.9.9",
|
|
"jszip": "^3.5.0",
|
|
"pako": "*",
|
|
"parcel": "^2.0.0-nightly.440",
|
|
"parcel-config-precache-manifest": "^0.0.3",
|
|
"preact": "^10.5.5",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"rmwc": "^6.1.4",
|
|
"simple-git": "^2.22.0",
|
|
"terser": "^5.3.8",
|
|
"tiny-inflate": "*",
|
|
"ts-node": "^9.0.0",
|
|
"typedoc": "^0.17.0-3",
|
|
"typedoc-plugin-markdown": "^3.0.2",
|
|
"typescript": "^4.0.2",
|
|
"uvu": "^0.3.3",
|
|
"uzip": "*"
|
|
},
|
|
"homepage": "https://101arrowz.github.io/fflate",
|
|
"jsdelivr": "./umd/index.js",
|
|
"keywords": [
|
|
"gzip",
|
|
"gunzip",
|
|
"deflate",
|
|
"inflate",
|
|
"compression",
|
|
"decompression",
|
|
"zlib",
|
|
"pako",
|
|
"jszip",
|
|
"browser",
|
|
"node.js",
|
|
"tiny",
|
|
"fast",
|
|
"zip",
|
|
"unzip",
|
|
"non-blocking"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./esm/index.mjs",
|
|
"name": "fflate",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/101arrowz/fflate.git"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn build:lib && yarn build:docs && yarn build:rewrite && yarn build:demo",
|
|
"build:demo": "tsc --project tsconfig.demo.json && parcel build demo/index.html --public-url \"./\" && SC=cpGHPages yarn script",
|
|
"build:docs": "typedoc --mode library --plugin typedoc-plugin-markdown --hideProjectName --hideBreadcrumbs --readme none --disableSources --excludePrivate --excludeProtected --out docs/ src/index.ts",
|
|
"build:lib": "tsc && tsc --project tsconfig.esm.json && yarn build:umd",
|
|
"build:rewrite": "SC=rewriteBuilds yarn script",
|
|
"build:umd": "SC=buildUMD yarn script",
|
|
"prepack": "yarn build && yarn test",
|
|
"script": "node -r ts-node/register scripts/$SC.ts",
|
|
"test": "TS_NODE_PROJECT=test/tsconfig.json uvu -b -r ts-node/register test"
|
|
},
|
|
"sideEffects": false,
|
|
"targets": {
|
|
"main": false,
|
|
"module": false,
|
|
"browser": false,
|
|
"types": false
|
|
},
|
|
"types": "./lib/index.d.ts",
|
|
"unpkg": "./umd/index.js",
|
|
"version": "0.4.8"
|
|
}
|