This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"html-encoding-sniffer@1.0.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "html-encoding-sniffer@1.0.2",
"_from": "html-encoding-sniffer@^1.0.2",
"_id": "html-encoding-sniffer@1.0.2",
"_inBundle": false,
"_integrity": "sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==",
"_location": "/html-encoding-sniffer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "html-encoding-sniffer@1.0.2",
"raw": "html-encoding-sniffer@^1.0.2",
"name": "html-encoding-sniffer",
"escapedName": "html-encoding-sniffer",
"rawSpec": "1.0.2",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "e70d84b94da53aa375e11fe3a351be6642ca46f8",
"_spec": "html-encoding-sniffer@^1.0.2",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/jsdom",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
@@ -36,9 +30,11 @@
"bugs": {
"url": "https://github.com/jsdom/html-encoding-sniffer/issues"
},
"bundleDependencies": false,
"dependencies": {
"whatwg-encoding": "^1.0.1"
},
"deprecated": false,
"description": "Sniff the encoding from a HTML byte stream",
"devDependencies": {
"eslint": "^3.8.0",