执行过npm install命令的vue-element-admin源码
康凯
2022-05-20 aa4c235a8ca67ea8b731f90c951a465e92c0a865
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
{
  "_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": "range",
    "registry": true,
    "raw": "html-encoding-sniffer@^1.0.2",
    "name": "html-encoding-sniffer",
    "escapedName": "html-encoding-sniffer",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/jest-environment-jsdom-fifteen/jsdom",
    "/jsdom"
  ],
  "_resolved": "https://registry.npmmirror.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz",
  "_shasum": "e70d84b94da53aa375e11fe3a351be6642ca46f8",
  "_spec": "html-encoding-sniffer@^1.0.2",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\jsdom",
  "author": {
    "name": "Domenic Denicola",
    "email": "d@domenic.me",
    "url": "https://domenic.me/"
  },
  "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",
    "mocha": "^3.1.2"
  },
  "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 lib test",
    "test": "mocha"
  },
  "version": "1.0.2"
}