Add stream-splitter-transform nodePackage

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-07-02 18:55:45 -04:00
parent 2ddcab0617
commit 47aafb73f8
2 changed files with 22 additions and 0 deletions

View File

@ -210,6 +210,16 @@
dependencies = [
];
}
{
baseName = "buffertools";
version = "1.1.1";
fullName = "buffertools->=1.1.1 <2.0.0";
hash = "f5962aec81246077a46ee075072d40fa533c31ada7a0ec18e1ff3600af2d8f3f";
patchLatest = false;
topLevel = false;
dependencies = [
];
}
{
baseName = "bunyan";
version = "0.21.1";
@ -1791,6 +1801,17 @@
{ name = "readable-stream"; range = "~1.0.2"; }
];
}
{
baseName = "stream-splitter-transform";
version = "0.0.3";
fullName = "stream-splitter-transform-*";
hash = "613ca5994f2fe645cbb21dcac24f034ed8546d6cc49097d8ee0b4501e6d9a887";
patchLatest = false;
topLevel = true;
dependencies = [
{ name = "buffertools"; range = ">=1.1.1 <2.0.0"; }
];
}
{
baseName = "swig";
version = "0.14.0";

View File

@ -35,4 +35,5 @@
, "ansi-remover"
, "mkdirp"
, "jshint"
, "stream-splitter-transform"
]