rittenhop-dev/versions/5.94.2/node_modules/html-encoding-sniffer/package.json
2024-09-23 19:40:12 -04:00

31 lines
636 B
JSON

{
"name": "html-encoding-sniffer",
"description": "Sniff the encoding from a HTML byte stream",
"keywords": [
"encoding",
"html"
],
"version": "4.0.0",
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
"license": "MIT",
"repository": "jsdom/html-encoding-sniffer",
"main": "lib/html-encoding-sniffer.js",
"files": [
"lib/"
],
"scripts": {
"test": "node --test",
"lint": "eslint ."
},
"dependencies": {
"whatwg-encoding": "^3.1.1"
},
"devDependencies": {
"@domenic/eslint-config": "^3.0.0",
"eslint": "^8.53.0"
},
"engines": {
"node": ">=18"
}
}