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
| {
| "_args": [
| [
| "@hap-toolkit/dsl-vue@0.6.13",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "@hap-toolkit/dsl-vue@0.6.13",
| "_id": "@hap-toolkit/dsl-vue@0.6.13",
| "_inBundle": false,
| "_integrity": "sha512-mIupVZ6gseenCAY+BFLNGttFPcmuy3pGgB5dUUPBxnCvXcZhgAWQenAI/Y3/tz0ubObVjWLfbZKXDGfpLPTd9g==",
| "_location": "/@hap-toolkit/dsl-vue",
| "_phantomChildren": {
| "ajv": "6.12.6",
| "ajv-errors": "1.0.1",
| "ajv-keywords": "3.5.2",
| "cssesc": "3.0.0",
| "icss-replace-symbols": "1.1.0",
| "icss-utils": "4.1.1",
| "loader-utils": "1.4.2",
| "normalize-path": "3.0.0",
| "postcss": "7.0.39",
| "postcss-modules-extract-imports": "2.0.0",
| "postcss-modules-scope": "2.2.0",
| "postcss-value-parser": "3.3.1",
| "util-deprecate": "1.0.2",
| "webpack-sources": "1.4.3"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@hap-toolkit/dsl-vue@0.6.13",
| "name": "@hap-toolkit/dsl-vue",
| "escapedName": "@hap-toolkit%2fdsl-vue",
| "scope": "@hap-toolkit",
| "rawSpec": "0.6.13",
| "saveSpec": null,
| "fetchSpec": "0.6.13"
| },
| "_requiredBy": [
| "/@dcloudio/uni-quickapp-native"
| ],
| "_resolved": "https://registry.npmmirror.com/@hap-toolkit/dsl-vue/-/dsl-vue-0.6.13.tgz",
| "_spec": "0.6.13",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "dependencies": {
| "@hap-toolkit/compiler": "^0.6.13",
| "@hap-toolkit/packager": "^0.6.13",
| "@hap-toolkit/shared-utils": "^0.6.13",
| "css-loader": "^2.1.1",
| "md5": "^2.2.1",
| "mini-css-extract-plugin": "^0.5.0",
| "url-loader": "^2.1.0",
| "vue-loader": "^15.6.4",
| "vue-template-compiler": "^2.6.7",
| "webpack-sources": "^1.3.0"
| },
| "description": "webpack {loader,plugin} for supporting vue in quickapp",
| "devDependencies": {
| "@babel/cli": "^7.2.3",
| "@babel/core": "^7.3.3",
| "@babel/preset-env": "^7.3.1",
| "chai": "^4.2.0",
| "del": "^3.0.0",
| "glob": "^7.1.4",
| "sinon-chai": "^3.3.0",
| "url-loader": "^2.1.0",
| "webpack": "^4.30.0"
| },
| "engines": {
| "node": ">=8.0.0"
| },
| "files": [
| "lib/**/*.js",
| "templates"
| ],
| "gitHead": "c5f2e7f25236d50d5ae1493faaec1457e63d1cc1",
| "keywords": [
| "webpack-loader",
| "webpack-plugin",
| "quickapp"
| ],
| "name": "@hap-toolkit/dsl-vue",
| "publishConfig": {
| "access": "public"
| },
| "version": "0.6.13"
| }
|
|