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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
| {
| "_from": "vconsole",
| "_id": "vconsole@3.15.1",
| "_inBundle": false,
| "_integrity": "sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==",
| "_location": "/vconsole",
| "_phantomChildren": {},
| "_requested": {
| "type": "tag",
| "registry": true,
| "raw": "vconsole",
| "name": "vconsole",
| "escapedName": "vconsole",
| "rawSpec": "",
| "saveSpec": null,
| "fetchSpec": "latest"
| },
| "_requiredBy": [
| "#USER",
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/vconsole/-/vconsole-3.15.1.tgz",
| "_shasum": "569a8ab15f353259527bbcf004f02946b4482cff",
| "_spec": "vconsole",
| "_where": "D:\\豆米\\lianhelihua_sh\\h5",
| "author": {
| "name": "Tencent"
| },
| "bugs": {
| "url": "https://github.com/Tencent/vConsole/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@babel/runtime": "^7.17.2",
| "copy-text-to-clipboard": "^3.0.1",
| "core-js": "^3.11.0",
| "mutation-observer": "^1.0.3"
| },
| "deprecated": false,
| "description": "A lightweight, extendable front-end developer tool for mobile web page.",
| "devDependencies": {
| "@babel/core": "^7.14.0",
| "@babel/plugin-proposal-class-properties": "^7.13.0",
| "@babel/plugin-proposal-export-namespace-from": "^7.12.13",
| "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
| "@babel/plugin-transform-block-scoping": "^7.16.0",
| "@babel/plugin-transform-runtime": "^7.17.0",
| "@babel/preset-env": "^7.14.1",
| "@babel/preset-typescript": "^7.13.0",
| "babel-loader": "^8.2.4",
| "babel-plugin-add-module-exports": "^1.0.4",
| "css-loader": "^6.7.1",
| "less": "^4.1.2",
| "less-loader": "^10.2.0",
| "style-loader": "^3.3.1",
| "svelte": "^3.47.0",
| "svelte-loader": "^3.1.2",
| "svelte-preprocess": "^4.10.6",
| "typescript": "^4.6.3",
| "webpack": "^5.72.0",
| "webpack-cli": "^4.9.2",
| "webpack-dev-server": "^4.8.1",
| "webpack-merge": "^5.8.0"
| },
| "files": [
| "dist/*",
| "build/vendor.d.ts",
| "CHANGELOG*",
| "README*"
| ],
| "homepage": "https://github.com/Tencent/vConsole",
| "keywords": [
| "console",
| "debug",
| "mobile"
| ],
| "license": "MIT",
| "main": "dist/vconsole.min.js",
| "name": "vconsole",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/Tencent/vConsole.git"
| },
| "scripts": {
| "build": "webpack --mode=production --progress --env target=web",
| "build:dev": "webpack --mode=development --progress",
| "build:typings": "node ./build/build.typings.js",
| "build:wx": "webpack --mode=production --progress --env target=wx",
| "serve": "webpack serve --config webpack.serve.config --progress",
| "test:pack": "npx npm-packlist",
| "watch": "webpack --mode=development --watch --progress"
| },
| "sideEffects": [
| "lib/*",
| "element/*",
| "network/*",
| "storage/*"
| ],
| "typings": "dist/vconsole.min.d.ts",
| "version": "3.15.1"
| }
|
|