MCPcopy Index your code
hub / github.com/pieroxy/lz-string

github.com/pieroxy/lz-string @1.5.0 sqlite

repository ↗ · DeepWiki ↗ · release 1.5.0 ↗
32 symbols 58 edges 9 files 0 documented · 0% 27 cross-repo links
README

lz-string

LZ-based compression algorithm for JavaScript

Warning (migrating from version 1.3.4 - nov 2014)

Files have changed locations and name since a recent release. The new release file is in libs/lz-string.min.js (or in libs/lz-string.js if you don't care for the minified version)

Sorry about the mess in other repos. This will not happen again.

Note on server side

If you are using one of the ports of lz-string to decode on the server what was encoded in the browser, you might want to use version 1.3.7 as the version 1.3.8 introduced a slight change in the encoding. While the JS versions are completely cross-compatible, the PHP, Go, ... versions might not be as forgiving.

Install via npm

$ npm install -g lz-string
$ lz-string input.js > output.txt

Home page

Home page for this program with examples, documentation and a live demo: http://pieroxy.net/blog/pages/lz-string/index.html

Other languages

This lib has numerous ports to other languages, for server side processing, mostly. Here they are:

Core symbols most depended-on inside this repo

expect
called by 32
tests/lib/jasmine-1.3.1/jasmine.js
onComplete
called by 8
tests/lib/jasmine-1.3.1/jasmine.js
isUndefined
called by 8
tests/lib/jasmine-1.3.1/jasmine-html.js
specPluralizedFor
called by 7
tests/lib/jasmine-1.3.1/jasmine-html.js
testDecBinCompat
called by 6
tests/lz-string-spec.js
hasKey
called by 6
tests/lib/jasmine-1.3.1/jasmine.js
compressionTests
called by 5
tests/lz-string-spec.js
testEncBinCompat
called by 4
tests/lz-string-spec.js

Shape

Function 32

Languages

TypeScript100%

Modules by API surface

tests/lib/jasmine-1.3.1/jasmine.js18 symbols
tests/lib/jasmine-1.3.1/jasmine-html.js9 symbols
tests/lz-string-spec.js3 symbols
libs/lz-string.min.js1 symbols
libs/lz-string.js1 symbols

For agents

$ claude mcp add lz-string \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact