Added package-lock.json

This commit is contained in:
2020-04-01 22:16:27 -05:00
parent c6992818cf
commit 9216e33b06
2 changed files with 21 additions and 3 deletions

3
.gitignore vendored
View File

@ -56,6 +56,3 @@ typings/
# dotenv environment variables file # dotenv environment variables file
.env .env
# package lock
package-lock.json

21
package-lock.json generated Normal file
View File

@ -0,0 +1,21 @@
{
"name": "magic-mirror-module-screenlogic",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"node-screenlogic": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/node-screenlogic/-/node-screenlogic-1.3.1.tgz",
"integrity": "sha512-KbqK2lH2PcyGcmQCDqEvL55OWtSG4TvupglBpNrBuuxEbd5id8C3iKT0+9af69BJHDiTT6oAbog9NsJcUI2Zrw==",
"requires": {
"smart-buffer": "~4.0.1"
}
},
"smart-buffer": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.0.2.tgz",
"integrity": "sha512-JDhEpTKzXusOqXZ0BUIdH+CjFdO/CR3tLlf5CN34IypI+xMmXW1uB16OOY8z3cICbJlDAVJzNbwBhNO0wt9OAw=="
}
}
}