-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
56 lines (56 loc) · 1.79 KB
/
Copy pathpackage-lock.json
File metadata and controls
56 lines (56 loc) · 1.79 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "js-chat",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "js-chat",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"mic": "^2.1.2",
"moment": "^2.29.1",
"uuid": "^8.3.2"
}
},
"node_modules/mic": {
"version": "2.1.2",
"resolved": "https://registry.nlark.com/mic/download/mic-2.1.2.tgz",
"integrity": "sha1-8DQoOBeY/4iakEBaAxgVHbBUpO0="
},
"node_modules/moment": {
"version": "2.29.1",
"resolved": "https://registry.npm.taobao.org/moment/download/moment-2.29.1.tgz?cache=0&sync_timestamp=1601983423917&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmoment%2Fdownload%2Fmoment-2.29.1.tgz",
"integrity": "sha1-sr52n6MZQL6e7qZGnAdeNQBvo9M=",
"engines": {
"node": "*"
}
},
"node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npm.taobao.org/uuid/download/uuid-8.3.2.tgz",
"integrity": "sha1-gNW1ztJxu5r2xEXyGhoExgbO++I=",
"bin": {
"uuid": "dist/bin/uuid"
}
}
},
"dependencies": {
"mic": {
"version": "2.1.2",
"resolved": "https://registry.nlark.com/mic/download/mic-2.1.2.tgz",
"integrity": "sha1-8DQoOBeY/4iakEBaAxgVHbBUpO0="
},
"moment": {
"version": "2.29.1",
"resolved": "https://registry.npm.taobao.org/moment/download/moment-2.29.1.tgz?cache=0&sync_timestamp=1601983423917&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmoment%2Fdownload%2Fmoment-2.29.1.tgz",
"integrity": "sha1-sr52n6MZQL6e7qZGnAdeNQBvo9M="
},
"uuid": {
"version": "8.3.2",
"resolved": "https://registry.npm.taobao.org/uuid/download/uuid-8.3.2.tgz",
"integrity": "sha1-gNW1ztJxu5r2xEXyGhoExgbO++I="
}
}
}