github-pages-deploy-action/node_modules/html-encoding-sniffer/package.json

28 lines
580 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "html-encoding-sniffer",
2020-03-31 20:42:07 +08:00
"description": "Sniff the encoding from a HTML byte stream",
"keywords": [
"encoding",
"html"
],
2020-03-31 20:57:48 +08:00
"version": "1.0.2",
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
2020-03-31 20:42:07 +08:00
"license": "MIT",
2020-03-31 20:57:48 +08:00
"repository": "jsdom/html-encoding-sniffer",
2020-03-31 20:42:07 +08:00
"main": "lib/html-encoding-sniffer.js",
2020-03-31 20:57:48 +08:00
"files": [
"lib/"
],
2020-03-31 20:42:07 +08:00
"scripts": {
2020-03-31 20:57:48 +08:00
"test": "mocha",
"lint": "eslint lib test"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"dependencies": {
"whatwg-encoding": "^1.0.1"
},
"devDependencies": {
"eslint": "^3.8.0",
"mocha": "^3.1.2"
}
2020-03-31 20:42:07 +08:00
}