-
Notifications
You must be signed in to change notification settings - Fork 851
Expand file tree
/
Copy pathpackage-lock.json
More file actions
41 lines (41 loc) · 1.21 KB
/
package-lock.json
File metadata and controls
41 lines (41 loc) · 1.21 KB
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
{
"name": "share-fission",
"version": "2.2.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"version": "2.2.14",
"dependencies": {
"@dcloudio/hbuilderx-cli": "^1.2.0",
"qrcodejs2": "^0.0.2"
},
"engines": {
"HBuilderX": "^3.2.6",
"uni-app": "^4.07",
"uni-app-x": ""
}
},
"node_modules/@dcloudio/hbuilderx-cli": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@dcloudio/hbuilderx-cli/-/hbuilderx-cli-1.2.0.tgz",
"integrity": "sha512-ANkrsPBLplAp+SOToGeqFcWD7O+P8gAj+MO+/LlD6PBIzDgLUU5TSJC3gM2lGg8r+foRF5gPX2i2zKHXej9qcQ==",
"hasInstallScript": true,
"license": "MIT",
"bin": {
"hbuilderx": "bin/hbuilderx.js",
"uni-launch": "bin/uni-launch.js",
"uni-logcat": "bin/uni-logcat.js",
"uni-test": "bin/uni-test.js"
},
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/qrcodejs2": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/qrcodejs2/-/qrcodejs2-0.0.2.tgz",
"integrity": "sha512-+Y4HA+cb6qUzdgvI3KML8GYpMFwB24dFwzMkS/yXq6hwtUGNUnZQdUnksrV1XGMc2mid5ROw5SAuY9XhI3ValA=="
}
}
}