added sleep pkg

This commit is contained in:
Marcus Westin 2019-12-14 14:11:10 +01:00
parent 69a8607eb6
commit aa71c9ec4c
2 changed files with 11 additions and 2 deletions

View file

@ -1026,6 +1026,14 @@
"simple-concat": "^1.0.0"
}
},
"sleep": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/sleep/-/sleep-6.1.0.tgz",
"integrity": "sha512-Z1x4JjJxsru75Tqn8F4tnOFeEu3HjtITTsumYUiuz54sGKdISgLCek9AUlXlVVrkhltRFhNUsJDJE76SFHTDIQ==",
"requires": {
"nan": "^2.13.2"
}
},
"split2": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/split2/-/split2-3.1.1.tgz",

View file

@ -1,12 +1,13 @@
{
"dependencies": {
"@abandonware/noble": "^1.9.2-5",
"@abandonware/bluetooth-hci-socket": "0.5.3-3",
"@abandonware/noble": "^1.9.2-5",
"axios": "^0.19.0",
"buffer-xor": "^2.0.2",
"fs": "0.0.1-security",
"jspack": "0.0.4",
"lodash": "^4.17.15",
"mqtt": "^3.0.0"
"mqtt": "^3.0.0",
"sleep": "^6.1.0"
}
}