Files
heros/extensions/Excel转JSON/node_modules/fflate/package.json
2024-08-18 23:38:55 +08:00

118 lines
3.3 KiB
JSON

{
"_args": [
[
"fflate@0.3.11",
"/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json"
]
],
"_from": "fflate@0.3.11",
"_id": "fflate@0.3.11",
"_inBundle": false,
"_integrity": "sha1-LEQNcYD964GeZImNiFivMnsEKl0=",
"_location": "/fflate",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fflate@0.3.11",
"name": "fflate",
"escapedName": "fflate",
"rawSpec": "0.3.11",
"saveSpec": null,
"fetchSpec": "0.3.11"
},
"_requiredBy": [
"/node-xlsx/xlsx"
],
"_resolved": "https://registry.nlark.com/fflate/download/fflate-0.3.11.tgz",
"_spec": "0.3.11",
"_where": "/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json",
"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"
},
"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://github.com/101arrowz/fflate#readme",
"jsdelivr": "./umd/index.js",
"keywords": [
"gzip",
"gunzip",
"deflate",
"inflate",
"compression",
"decompression",
"zlib",
"pako",
"jszip",
"browser",
"node.js",
"tiny",
"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.3.11"
}