iconv-tiny
Version:
Pure JS ESM Encodings for Browser and NodeJS
62 lines (61 loc) • 1.62 kB
JSON
{
"type": "module",
"name": "iconv-tiny",
"version": "1.2.2",
"description": "Pure JS ESM Encodings for Browser and NodeJS",
"sideEffects": false,
"keywords": [
"iconv",
"text-encoding",
"charset",
"icu",
"legacy-encoding"
],
"homepage": "https://github.com/vip-delete/iconv-tiny",
"bugs": {
"url": "https://github.com/vip-delete/iconv-tiny/issues"
},
"license": "MIT",
"author": "vip.delete",
"files": [
"dist/iconv-tiny.d.mts",
"dist/iconv-tiny.mjs",
"dist/iconv-tiny.min.mjs",
"LICENSE",
"README.md"
],
"exports": {
".": "./dist/iconv-tiny.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vip-delete/iconv-tiny.git"
},
"scripts": {
"lint": "eslint",
"generate": "node scripts/generate.mjs",
"compile": "node scripts/compile.mjs",
"coverage": "vitest run --coverage main.test.mjs",
"test": "vitest run",
"build": "npm run lint && npm run generate && npm run test && npm run coverage",
"dev": "node scripts/server.mjs"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.x",
"@types/express": "^5.x",
"@types/google-closure-compiler": "^20231112.0.0",
"@types/node": "^24.x",
"@types/serve-static": "^1.x",
"@vitest/coverage-istanbul": "^3.x",
"@vue/runtime-dom": "^3.5.17",
"esbuild": "^0.25.x",
"eslint": "^9.x",
"eslint-plugin-jsdoc": "^51.x",
"express": "^5.x",
"google-closure-compiler": "^20250709.0.0",
"iconv-lite": "^0.6.3",
"prettier": "^3.x",
"serve-static": "^2.x",
"vitest": "^3.x"
}
}