UNPKG

windows-874

Version:

A robust windows-874 encoder/decoder written in JavaScript.

50 lines (49 loc) 1.16 kB
{ "name": "windows-874", "version": "3.0.4", "description": "A robust windows-874 encoder/decoder written in JavaScript.", "homepage": "https://mths.be/windows-874", "exports": "./windows-874.mjs", "keywords": [ "codec", "decoder", "decoding", "encoder", "encoding", "legacy", "legacy-encoding", "dos-874", "iso-8859-11", "iso8859-11", "iso885911", "tis-620", "windows-874" ], "license": "MIT", "author": { "name": "Mathias Bynens", "url": "https://mathiasbynens.be/" }, "repository": { "type": "git", "url": "https://github.com/mathiasbynens/windows-874.git" }, "bugs": "https://github.com/mathiasbynens/windows-874/issues", "files": [ "LICENSE-MIT.txt", "windows-874.mjs", "windows-874.d.ts" ], "types": "windows-874.d.ts", "scripts": { "download": "curl https://encoding.spec.whatwg.org/index-windows-874.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" } }