3
0
Fork 0
forked from mirrors/nixpkgs

Add ansi-remover npm package

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-05-28 13:02:13 -04:00
parent 6c03d641fa
commit 4fe2e7c152
2 changed files with 15 additions and 4 deletions

View file

@ -29,6 +29,16 @@
dependencies = [
];
}
{
baseName = "ansi-remover";
version = "0.0.2";
fullName = "ansi-remover-*";
hash = "cda72261ea8d6b830892764d69eff8d926be852fc91ad3b8b5b258d606400bc7";
patchLatest = false;
topLevel = true;
dependencies = [
];
}
{
baseName = "ansi";
version = "0.1.2";
@ -72,9 +82,9 @@
}
{
baseName = "async";
version = "0.2.8";
version = "0.2.9";
fullName = "async-*";
hash = "45d7c5ef1b87dc183b9265b882ae3fb2c20608832adc3234b766717016be2346";
hash = "7215c94b63ccaa543b4b75c5dd9b820fd4839e1f9616b08a0334a8ac74939c53";
patchLatest = false;
topLevel = true;
dependencies = [
@ -82,9 +92,9 @@
}
{
baseName = "async";
version = "0.2.8";
version = "0.2.9";
fullName = "async-~0.2.7";
hash = "45d7c5ef1b87dc183b9265b882ae3fb2c20608832adc3234b766717016be2346";
hash = "7215c94b63ccaa543b4b75c5dd9b820fd4839e1f9616b08a0334a8ac74939c53";
patchLatest = false;
topLevel = false;
dependencies = [

View file

@ -32,4 +32,5 @@
, { "name": "node-gyp" }
, { "name": "semver" }
, { "name": "npm2nix" }
, { "name": "ansi-remover" }
]