UNPKG

@kayahr/text-encoding

Version:
63 lines (62 loc) 1.89 kB
{ "$schema": "http://json.schemastore.org/package", "name": "@kayahr/text-encoding", "version": "2.1.0", "type": "module", "description": "Text encoder and decoder", "keywords": [ "typescript", "text", "text-encoder", "text-decoder", "encodings", "text-encodings", "encoding", "encode", "decoding", "decode" ], "license": "MIT", "author": "Klaus Reimer <k@ailis.de>", "repository": "github:kayahr/text-encoding", "homepage": "https://github.com/kayahr/text-encoding", "bugs": "https://github.com/kayahr/text-encoding/issues", "funding": "https://github.com/kayahr/text-encoding?sponsor=1", "publishConfig": { "access": "public" }, "files": [ "lib/main/", "src/main/", "data/" ], "exports": { ".": "./lib/main/index.js", "./no-encodings": "./lib/main/index-no-encodings.js", "./encodings/*.js": "./lib/main/encodings/*.js", "./encodings/*": "./lib/main/encodings/*.js", "./encodings": "./lib/main/encodings.js" }, "scripts": { "clean": "rm -rf lib", "build": "run build:*", "build:compile": "tsc", "test": "run test:*", "test:unit": "ntest", "test:lint": "oxlint --type-aware --deny-warnings", "test:apidoc": "typedoc --emit none", "test:spell": "cspell --no-progress --no-summary", "apidoc": "typedoc", "prepare": "run clean build" }, "devDependencies": { "@kayahr/assert": "1.3.1", "@kayahr/cspell": "9.2.2-bundle.1", "@kayahr/npm-utils": "1.1.0", "@kayahr/ntest": "1.2.2", "@kayahr/oxlint-config": "1.9.0", "@kayahr/typedoc": "0.28.14-bundle.2", "@types/node": "24.9.2", "typescript": "5.9.3" } }