2025-12-25 20:20:40 -05:00
|
|
|
{
|
|
|
|
|
"name": "html-encoding-sniffer",
|
|
|
|
|
"description": "Sniff the encoding from a HTML byte stream",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"encoding",
|
|
|
|
|
"html"
|
|
|
|
|
],
|
2026-01-02 22:46:03 -05:00
|
|
|
"version": "6.0.0",
|
2025-12-25 20:20:40 -05:00
|
|
|
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
|
|
|
|
|
"license": "MIT",
|
2026-01-02 22:46:03 -05:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/jsdom/html-encoding-sniffer.git"
|
|
|
|
|
},
|
2025-12-25 20:20:40 -05:00
|
|
|
"main": "lib/html-encoding-sniffer.js",
|
|
|
|
|
"files": [
|
|
|
|
|
"lib/"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "node --test",
|
2026-01-02 22:46:03 -05:00
|
|
|
"lint": "eslint"
|
2025-12-25 20:20:40 -05:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-01-02 22:46:03 -05:00
|
|
|
"@exodus/bytes": "^1.6.0"
|
2025-12-25 20:20:40 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-01-02 22:46:03 -05:00
|
|
|
"@domenic/eslint-config": "^4.0.1",
|
|
|
|
|
"eslint": "^9.39.2",
|
|
|
|
|
"globals": "^16.5.0"
|
2025-12-25 20:20:40 -05:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2026-01-02 22:46:03 -05:00
|
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
2025-12-25 20:20:40 -05:00
|
|
|
}
|
|
|
|
|
}
|