UNPKG

windows-1254

Version:

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

56 lines (55 loc) 1.26 kB
{ "name": "windows-1254", "version": "3.0.4", "description": "A robust windows-1254 encoder/decoder written in JavaScript.", "homepage": "https://mths.be/windows-1254", "exports": "./windows-1254.mjs", "keywords": [ "codec", "decoder", "decoding", "encoder", "encoding", "legacy", "legacy-encoding", "cp1254", "csisolatin5", "iso-8859-9", "iso-ir-148", "iso8859-9", "iso88599", "iso_8859-9", "iso_8859-9:1989", "l5", "latin5", "windows-1254", "x-cp1254" ], "license": "MIT", "author": { "name": "Mathias Bynens", "url": "https://mathiasbynens.be/" }, "repository": { "type": "git", "url": "https://github.com/mathiasbynens/windows-1254.git" }, "bugs": "https://github.com/mathiasbynens/windows-1254/issues", "files": [ "LICENSE-MIT.txt", "windows-1254.mjs", "windows-1254.d.ts" ], "types": "windows-1254.d.ts", "scripts": { "download": "curl https://encoding.spec.whatwg.org/index-windows-1254.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" } }