UNPKG

windows-1251

Version:

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

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