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
| {
| "_from": "vue-print-nb",
| "_id": "vue-print-nb@1.7.5",
| "_inBundle": false,
| "_integrity": "sha512-iNbNyUVRWz0Ha1UTiCKxMPtHLUDGgNI8e8xmD3xqm9RlXIUeX9bT7DgNAfY8vPzqyFRHqGjxLI1rycKH366ziQ==",
| "_location": "/vue-print-nb",
| "_phantomChildren": {
| "@vue/compiler-sfc": "2.7.2",
| "csstype": "3.1.0"
| },
| "_requested": {
| "type": "tag",
| "registry": true,
| "raw": "vue-print-nb",
| "name": "vue-print-nb",
| "escapedName": "vue-print-nb",
| "rawSpec": "",
| "saveSpec": null,
| "fetchSpec": "latest"
| },
| "_requiredBy": [
| "#USER",
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/vue-print-nb/-/vue-print-nb-1.7.5.tgz",
| "_shasum": "0eaaf9317c233028458e8dbe8aa76603fef63b95",
| "_spec": "vue-print-nb",
| "_where": "E:\\WebstormProjects\\VueUi",
| "author": {
| "name": "Power-kxLee"
| },
| "browserslist": [
| "> 1%",
| "last 2 versions",
| "not dead"
| ],
| "bundleDependencies": false,
| "dependencies": {
| "vue": "^2.6.11"
| },
| "deprecated": false,
| "description": "Vue plug-in, print! Good!",
| "devDependencies": {
| "@vue/cli-plugin-babel": "~4.5.0",
| "@vue/cli-plugin-eslint": "~4.5.0",
| "@vue/cli-service": "~4.5.0",
| "babel-eslint": "^10.1.0",
| "core-js": "^3.6.5",
| "echarts": "^5.0.2",
| "element-ui": "^2.15.5",
| "eslint": "^6.7.2",
| "eslint-plugin-vue": "^6.2.2",
| "less": "^3.9.0",
| "less-loader": "^4.1.0",
| "qrcodejs2": "0.0.2",
| "sass": "^1.32.8",
| "sass-loader": "^7.3.1",
| "vue-router": "^3.5.1",
| "vue-template-compiler": "^2.6.11"
| },
| "eslintConfig": {
| "root": true,
| "env": {
| "node": true
| },
| "extends": [
| "plugin:vue/essential",
| "eslint:recommended"
| ],
| "parserOptions": {
| "parser": "babel-eslint"
| },
| "rules": {}
| },
| "license": "MIT",
| "main": "lib/print.umd.min.js",
| "name": "vue-print-nb",
| "private": false,
| "scripts": {
| "build": "vue-cli-service build",
| "lib": "vue-cli-service build --target lib --name print --dest lib print/index.js",
| "lint": "vue-cli-service lint",
| "serve": "vue-cli-service serve"
| },
| "version": "1.7.5"
| }
|
|