UNPKG

windows-1250

Version:

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

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