UNPKG

macintosh

Version:

A robust macintosh encoder/decoder written in JavaScript.

48 lines (47 loc) 1.1 kB
{ "name": "macintosh", "version": "3.0.4", "description": "A robust macintosh encoder/decoder written in JavaScript.", "homepage": "https://mths.be/macintosh", "exports": "./macintosh.mjs", "keywords": [ "codec", "decoder", "decoding", "encoder", "encoding", "legacy", "legacy-encoding", "csmacintosh", "mac", "macintosh", "x-mac-roman" ], "license": "MIT", "author": { "name": "Mathias Bynens", "url": "https://mathiasbynens.be/" }, "repository": { "type": "git", "url": "https://github.com/mathiasbynens/macintosh.git" }, "bugs": "https://github.com/mathiasbynens/macintosh/issues", "files": [ "LICENSE-MIT.txt", "macintosh.mjs", "macintosh.d.ts" ], "types": "macintosh.d.ts", "scripts": { "download": "curl https://encoding.spec.whatwg.org/index-macintosh.txt > data/index.txt", "build": "node scripts/transform-data.js", "test": "node tests/tests.mjs", "cover": "istanbul cover --report html --verbose --dir coverage tests/tests.mjs" }, "devDependencies": { "istanbul": "^0.4.2", "jsesc": "^3.0.2", "lodash.template": "^4.5.0" } }