1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
| {
| "_args": [
| [
| "html-encoding-sniffer@2.0.1",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_development": true,
| "_from": "html-encoding-sniffer@2.0.1",
| "_id": "html-encoding-sniffer@2.0.1",
| "_inBundle": false,
| "_integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
| "_location": "/html-encoding-sniffer",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "html-encoding-sniffer@2.0.1",
| "name": "html-encoding-sniffer",
| "escapedName": "html-encoding-sniffer",
| "rawSpec": "2.0.1",
| "saveSpec": null,
| "fetchSpec": "2.0.1"
| },
| "_requiredBy": [
| "/jsdom"
| ],
| "_resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
| "_spec": "2.0.1",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Domenic Denicola",
| "email": "d@domenic.me",
| "url": "https://domenic.me/"
| },
| "bugs": {
| "url": "https://github.com/jsdom/html-encoding-sniffer/issues"
| },
| "dependencies": {
| "whatwg-encoding": "^1.0.5"
| },
| "description": "Sniff the encoding from a HTML byte stream",
| "devDependencies": {
| "eslint": "^6.8.0",
| "mocha": "^7.0.0"
| },
| "engines": {
| "node": ">=10"
| },
| "files": [
| "lib/"
| ],
| "homepage": "https://github.com/jsdom/html-encoding-sniffer#readme",
| "keywords": [
| "encoding",
| "html"
| ],
| "license": "MIT",
| "main": "lib/html-encoding-sniffer.js",
| "name": "html-encoding-sniffer",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jsdom/html-encoding-sniffer.git"
| },
| "scripts": {
| "lint": "eslint .",
| "test": "mocha"
| },
| "version": "2.0.1"
| }
|
|