-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
68 lines (68 loc) · 2.25 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
62
63
64
65
66
67
68
{
"name": "self-discipline-tree-hole",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "self-discipline-tree-hole",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"miniprogram-computed": "^4.0.4",
"weui-miniprogram": "^1.1.1"
},
"devDependencies": {}
},
"node_modules/fast-deep-equal": {
"version": "2.0.1",
"resolved": "https://registry.nlark.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz",
"integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk="
},
"node_modules/miniprogram-computed": {
"version": "4.0.4",
"resolved": "https://registry.nlark.com/miniprogram-computed/download/miniprogram-computed-4.0.4.tgz",
"integrity": "sha1-6+1Y1sApx3dYxg8sSDzqaS3Zpzs=",
"dependencies": {
"fast-deep-equal": "^2.0.1",
"rfdc": "^1.1.4"
}
},
"node_modules/rfdc": {
"version": "1.3.0",
"resolved": "https://registry.nlark.com/rfdc/download/rfdc-1.3.0.tgz",
"integrity": "sha1-0LfEQasnINBdxM8m4ByJYx2doIs="
},
"node_modules/weui-miniprogram": {
"version": "1.1.1",
"resolved": "https://registry.nlark.com/weui-miniprogram/download/weui-miniprogram-1.1.1.tgz",
"integrity": "sha1-nEhdNN2lOvLRB+fG6QmBc8h4Z1Y="
}
},
"dependencies": {
"fast-deep-equal": {
"version": "2.0.1",
"resolved": "https://registry.nlark.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz",
"integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk="
},
"miniprogram-computed": {
"version": "4.0.4",
"resolved": "https://registry.nlark.com/miniprogram-computed/download/miniprogram-computed-4.0.4.tgz",
"integrity": "sha1-6+1Y1sApx3dYxg8sSDzqaS3Zpzs=",
"requires": {
"fast-deep-equal": "^2.0.1",
"rfdc": "^1.1.4"
}
},
"rfdc": {
"version": "1.3.0",
"resolved": "https://registry.nlark.com/rfdc/download/rfdc-1.3.0.tgz",
"integrity": "sha1-0LfEQasnINBdxM8m4ByJYx2doIs="
},
"weui-miniprogram": {
"version": "1.1.1",
"resolved": "https://registry.nlark.com/weui-miniprogram/download/weui-miniprogram-1.1.1.tgz",
"integrity": "sha1-nEhdNN2lOvLRB+fG6QmBc8h4Z1Y="
}
}
}