Gazebo_simulation-Frontend/node_modules/html-encoding-sniffer/package.json
2021-02-25 10:57:52 -05:00

31 lines
832 B
JSON

{
"name": "html-encoding-sniffer",
"description": "Sniff the encoding from a HTML byte stream",
"keywords": [
"encoding",
"html"
],
"version": "1.0.2",
"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": "mocha",
"lint": "eslint lib test"
},
"dependencies": {
"whatwg-encoding": "^1.0.1"
},
"devDependencies": {
"eslint": "^3.8.0",
"mocha": "^3.1.2"
}
,"_resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz"
,"_integrity": "sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw=="
,"_from": "html-encoding-sniffer@1.0.2"
}