compress-base64
Version:
compress base64
84 lines (83 loc) • 1.81 kB
JSON
{
"name": "compress-base64",
"version": "7.0.10",
"description": "compress base64",
"exports": {
".": {
"types": "./dist/es/index.d.ts",
"import": "./dist/es/index.js",
"require": "./dist/cjs/index.js"
}
},
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
"types": "./dist/es/index.d.ts",
"unpkg": "./dist/umd/index.js",
"jsdelivr": "./dist/umd/index.js",
"browser": "./dist/umd/index.js",
"files": [
"dist",
"examples"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/sileny/libs.git",
"directory": "compress-base64"
},
"buildOptions": {
"lib": [
{
"bundle": true,
"format": "umd",
"syntax": "es5",
"umdName": "CompressBase64",
"output": {
"cleanDistPath": true,
"externals": [],
"target": "web",
"distPath": {
"root": "./dist/umd"
}
}
},
{
"bundle": false,
"format": "esm",
"syntax": "es2021",
"dts": true,
"output": {
"cleanDistPath": true,
"externals": [],
"distPath": {
"root": "./dist/es"
}
}
},
{
"bundle": false,
"format": "cjs",
"syntax": "es2021",
"dts": true,
"output": {
"cleanDistPath": true,
"externals": [],
"distPath": {
"root": "./dist/cjs"
}
}
}
]
},
"keywords": [
"compress",
"base64",
"image"
],
"bugs": {
"url": "https://github.com/sileny/libs/issues"
},
"homepage": "https://github.com/sileny/libs/tree/main/compress-base64#readme",
"author": "sunsilent",
"license": "MIT"
}