Urara-Blog/node_modules/.pnpm-store/v3/files/37/b27653120f6038f2890d594d6851b3b6d273b1fb5e89b8f91c9beb0020f1469400d5c3392bb34b5a57a142a96a887ee1380113637b30aa517e5bb9e63723fd
2022-08-14 01:14:53 +08:00

41 lines
907 B
Text

{
"name": "lz-string",
"version": "1.4.4",
"license": "WTFPL",
"filename": "lz-string.js",
"description": "LZ-based compression algorithm",
"homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",
"keywords": [
"lz",
"compression",
"string"
],
"main": "libs/lz-string.js",
"bin": {
"lz-string": "bin/bin.js"
},
"scripts": {},
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/pieroxy/lz-string.git"
},
"bugs": {
"url": "https://github.com/pieroxy/lz-string/issues"
},
"directories": {
"test": "tests"
},
"author": "pieroxy <pieroxy@pieroxy.net>",
"autoupdate": {
"source": "git",
"target": "git://github.com/pieroxy/lz-string.git",
"basePath": "libs/",
"files": [
"lz-string.js",
"lz-string.min.js",
"base64-string.js"
]
}
}