You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
636 B
30 lines
636 B
{ |
|
"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" |
|
} |
|
}
|
|
|