-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 907 Bytes
/
package-lock.json
File metadata and controls
26 lines (26 loc) · 907 Bytes
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
{
"name": "bfdapi.js",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"centra": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/centra/-/centra-2.3.0.tgz",
"integrity": "sha512-lTkddKeVMfhJHHEstYovNxTyAe00J2lSACHbZ1dbMjGT5pJVIMEESjvzpH5HtxlaCZ5GIXX7EctO5RU2RVskuw=="
},
"eventemitter3": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz",
"integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg=="
},
"phin": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/phin/-/phin-3.4.0.tgz",
"integrity": "sha512-wueoW9X6HbzBN4AqV3Etv9kkgYyaObwPTsIYsUEmgDWiLI6SzYozEsOZ5e3Hd/9H0mrIUbqUuvOTA6SCqErJrQ==",
"requires": {
"centra": "^2.2.1"
}
}
}
}