UNPKG

@confuzzle/puz-sharing

Version:

.puz crossword reader, writer, and parser with compression and encoding

31 lines (30 loc) 876 B
{ "name": "@confuzzle/puz-sharing", "version": "1.2.3", "description": ".puz crossword reader, writer, and parser with compression and encoding", "license": "MIT", "repository": "rjkat/confuzzle", "main": "shareable-puz.js", "keywords": [ "crossword", "crosswords", "emoji", "compression", "puz", "puz-parser", "puz-reader", "puz-writer", "puz-file-format" ], "dependencies": { "@confuzzle/puz-crossword": "^1.2.3", "@confuzzle/puz-common": "^1.2.3", "@confuzzle/readpuz": "^1.2.3", "@confuzzle/writepuz": "^1.2.3", "@confuzzle/ecoji-buffers": "^1.0.0", "base64url": "^3.0.1", "@confuzzle/move-to-front": "^1.0.0", "@confuzzle/burrows-wheeler": "^1.0.0", "@thi.ng/range-coder": "^1.0.64" } }