-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage-lock.json
43 lines (43 loc) · 1.52 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
{
"name": "mfrc522-rpi",
"version": "2.1.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bindings": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
},
"nan": {
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz",
"integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw=="
},
"rpi-softspi": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/rpi-softspi/-/rpi-softspi-1.0.5.tgz",
"integrity": "sha512-b9umzQUk7p6HRSmQV3U9+ooboBOaodzJwqvZjX993D88geQePNzLaZDDQkMW2Ny14FwSUB3IvpBP3KFzv2rdaA==",
"requires": {
"rpio": "*"
}
},
"rpio": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/rpio/-/rpio-1.7.1.tgz",
"integrity": "sha512-jjccmmNHDOK4jsKNQVZcXCa1fKPUlO4BOcYZk5pdU8cPWyjcCh6D1/tpNYq5fOjeyGuemE6o9AZSRx6q7ICPcw==",
"requires": {
"bindings": "~1.5.0",
"nan": "~2.14.0"
}
}
}
}