UNPKG

653 BJSONView Raw
1{
2 "name": "html-encoding-sniffer",
3 "description": "Sniff the encoding from a HTML byte stream",
4 "keywords": [
5 "encoding",
6 "html"
7 ],
8 "version": "3.0.0",
9 "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
10 "license": "MIT",
11 "repository": "jsdom/html-encoding-sniffer",
12 "main": "lib/html-encoding-sniffer.js",
13 "files": [
14 "lib/"
15 ],
16 "scripts": {
17 "test": "mocha",
18 "lint": "eslint ."
19 },
20 "dependencies": {
21 "whatwg-encoding": "^2.0.0"
22 },
23 "devDependencies": {
24 "@domenic/eslint-config": "^1.4.0",
25 "eslint": "^7.32.0",
26 "mocha": "^9.1.1"
27 },
28 "engines": {
29 "node": ">=12"
30 }
31}