forked from k-harada413/node-red-contrib-nfcpy-id
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
27 lines (27 loc) · 980 Bytes
/
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
{
"name": "@meister-of-manufacturing-it/node-red-contrib-nfcpy-id-with-touchend",
"version": "0.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/node": {
"version": "8.10.49",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.49.tgz",
"integrity": "sha512-YX30JVx0PvSmJ3Eqr74fYLGeBxD+C7vIL20ek+GGGLJeUbVYRUW3EzyAXpIRA0K8c8o0UWqR/GwEFYiFoz1T8w=="
},
"node-nfcpy-id": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/node-nfcpy-id/-/node-nfcpy-id-0.1.1.tgz",
"integrity": "sha512-0gNIVxtGD34rT4QUVYeyD4Jo6SQkcN5sbrVyfCUdOVpiEFRaZgbK4vcAqaeQNcLFEVHLG/NDaW8oW3PU0rwnOQ==",
"requires": {
"@types/node": "^8.0.14",
"python-shell": "^0.4.0"
}
},
"python-shell": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/python-shell/-/python-shell-0.4.0.tgz",
"integrity": "sha1-JZxUcNiFKSsi6QalewhfZRdS+VY="
}
}
}