-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
61 lines (61 loc) · 2.45 KB
/
package-lock.json
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
{
"name": "SAMS-Weapp",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@vant/weapp": "^1.10.11",
"miniprogram-datepicker": "^0.5.1"
}
},
"node_modules/@vant/weapp": {
"version": "1.10.11",
"resolved": "https://registry.npmjs.org/@vant/weapp/-/weapp-1.10.11.tgz",
"integrity": "sha512-ESJfvagXQyANuhxLa7wf0viGFt7n3ILMZnNXphLwBAf2ftO3zRmy09z/BSDjBxN1UDlNvacKw6X4SRAHZA2zHA=="
},
"node_modules/calendar": {
"version": "1.0.0",
"resolved": "git+ssh://[email protected]/pithyone/calendar.js.git#25673850f452c6305bdf57dcf618ecde6ae2f84f"
},
"node_modules/lodash.findindex": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/lodash.findindex/-/lodash.findindex-4.6.0.tgz",
"integrity": "sha512-9er6Ccz6sEST3bHFtUrCFWk14nE8cdL/RoW1RRDV1BxqN3qsmsT56L14jhfctAqhVPVcdJw4MRxEaVoAK+JVvw=="
},
"node_modules/miniprogram-datepicker": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/miniprogram-datepicker/-/miniprogram-datepicker-0.5.1.tgz",
"integrity": "sha512-G0vYSTD9pQ+kaEodK1p9Q8PmSZUURnZLjyDbjFXgrIfbjprEEALPEw/y0EVCxPS4k58akDZVWm82koCu15YHdw==",
"dependencies": {
"calendar": "github:pithyone/calendar.js",
"lodash.findindex": "^4.6.0"
}
}
},
"dependencies": {
"@vant/weapp": {
"version": "1.10.11",
"resolved": "https://registry.npmjs.org/@vant/weapp/-/weapp-1.10.11.tgz",
"integrity": "sha512-ESJfvagXQyANuhxLa7wf0viGFt7n3ILMZnNXphLwBAf2ftO3zRmy09z/BSDjBxN1UDlNvacKw6X4SRAHZA2zHA=="
},
"calendar": {
"version": "git+ssh://[email protected]/pithyone/calendar.js.git#25673850f452c6305bdf57dcf618ecde6ae2f84f",
"from": "calendar@github:pithyone/calendar.js"
},
"lodash.findindex": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/lodash.findindex/-/lodash.findindex-4.6.0.tgz",
"integrity": "sha512-9er6Ccz6sEST3bHFtUrCFWk14nE8cdL/RoW1RRDV1BxqN3qsmsT56L14jhfctAqhVPVcdJw4MRxEaVoAK+JVvw=="
},
"miniprogram-datepicker": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/miniprogram-datepicker/-/miniprogram-datepicker-0.5.1.tgz",
"integrity": "sha512-G0vYSTD9pQ+kaEodK1p9Q8PmSZUURnZLjyDbjFXgrIfbjprEEALPEw/y0EVCxPS4k58akDZVWm82koCu15YHdw==",
"requires": {
"calendar": "github:pithyone/calendar.js",
"lodash.findindex": "^4.6.0"
}
}
}
}