-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
31 lines (31 loc) · 958 Bytes
/
package-lock.json
File metadata and controls
31 lines (31 loc) · 958 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
27
28
29
30
31
{
"name": "timeclock",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"argv": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/argv/-/argv-0.0.2.tgz",
"integrity": "sha1-7L0W+JSbFXGDcRsb2jNPN4QBhas="
},
"bwip-js": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/bwip-js/-/bwip-js-1.7.1.tgz",
"integrity": "sha512-saHk56b+lZNHPt3XTQRQRMWgg+VilSfhH1SNv2My4kIViHReYSNDjo/n1GTbbBNwIH4wInzHykL/nR18y1rfPQ==",
"requires": {
"argv": "0.0.2"
}
},
"ip": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
"integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
},
"nodejs-websocket": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/nodejs-websocket/-/nodejs-websocket-1.7.1.tgz",
"integrity": "sha1-zM+7qCO/HPqWgPFoq3q1MSHkhBA="
}
}
}