Add zcl-packet dependency

This commit is contained in:
Koenkk
2018-06-09 11:29:28 +02:00
parent 7d706b8ff4
commit aec871cd27
2 changed files with 36 additions and 37 deletions
+35 -37
View File
@@ -2734,32 +2734,23 @@
"dev": true
},
"zcl-id": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.3.2.tgz",
"integrity": "sha1-O6v7HsvMgpujuy6/gyf2iQIxDsI=",
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.2.0.tgz",
"integrity": "sha1-E5nV5ba6SbZtDVpQYgCGXTcRfo0=",
"requires": {
"busyman": "0.3.0",
"enum": "2.5.0"
}
},
"zcl-packet": {
"version": "git+https://github.com/Koenkk/zcl-packet.git#360b9d2f02dc1bb40def40d03ac10175b93300e5",
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/zcl-packet/-/zcl-packet-0.2.4.tgz",
"integrity": "sha1-QT9hVgIF0hIETruOeRWXioXBt10=",
"requires": {
"concentrate": "0.2.3",
"dissolve-chunks": "1.3.0",
"enum": "2.5.0",
"zcl-id": "0.2.0"
},
"dependencies": {
"zcl-id": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.2.0.tgz",
"integrity": "sha1-E5nV5ba6SbZtDVpQYgCGXTcRfo0=",
"requires": {
"busyman": "0.3.0",
"enum": "2.5.0"
}
}
}
},
"ziee": {
@@ -2769,17 +2760,6 @@
"requires": {
"busyman": "0.3.0",
"zcl-id": "0.2.0"
},
"dependencies": {
"zcl-id": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.2.0.tgz",
"integrity": "sha1-E5nV5ba6SbZtDVpQYgCGXTcRfo0=",
"requires": {
"busyman": "0.3.0",
"enum": "2.5.0"
}
}
}
},
"zigbee-shepherd": {
@@ -2806,6 +2786,35 @@
"requires": {
"ms": "2.0.0"
}
},
"zcl-id": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.3.2.tgz",
"integrity": "sha1-O6v7HsvMgpujuy6/gyf2iQIxDsI=",
"requires": {
"busyman": "0.3.0",
"enum": "2.5.0"
}
},
"zcl-packet": {
"version": "git+https://github.com/Koenkk/zcl-packet.git#360b9d2f02dc1bb40def40d03ac10175b93300e5",
"requires": {
"concentrate": "0.2.3",
"dissolve-chunks": "1.3.0",
"enum": "2.5.0",
"zcl-id": "0.2.0"
},
"dependencies": {
"zcl-id": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.2.0.tgz",
"integrity": "sha1-E5nV5ba6SbZtDVpQYgCGXTcRfo0=",
"requires": {
"busyman": "0.3.0",
"enum": "2.5.0"
}
}
}
}
}
},
@@ -3846,17 +3855,6 @@
"requires": {
"busyman": "0.3.0",
"zcl-id": "0.2.0"
},
"dependencies": {
"zcl-id": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.2.0.tgz",
"integrity": "sha1-E5nV5ba6SbZtDVpQYgCGXTcRfo0=",
"requires": {
"busyman": "0.3.0",
"enum": "2.5.0"
}
}
}
},
"zstack-constants": {
+1
View File
@@ -36,6 +36,7 @@
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git",
"zigbee-shepherd-converters": "*",
"json2yaml": "*",
"zcl-packet": "*",
"js-yaml": "*"
},
"devDependencies": {