Update npm2nix
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
906097c1e8
commit
4ac1973ec5
@ -3127,17 +3127,18 @@
|
|||||||
{
|
{
|
||||||
name = "npm2nix";
|
name = "npm2nix";
|
||||||
spec = "*";
|
spec = "*";
|
||||||
version = "2.0.1";
|
version = "3.0.0";
|
||||||
topLevel = true;
|
topLevel = true;
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "semver"; spec = ">=2.0.10 <3.0.0"; }
|
{ name = "semver"; spec = ">=2.0.10 <3.0.0"; }
|
||||||
{ name = "argparse"; spec = "0.1.15"; }
|
{ name = "argparse"; spec = "0.1.15"; }
|
||||||
{ name = "npm-registry-client"; spec = "0.2.27"; }
|
{ name = "npm-registry-client"; spec = "0.2.27"; }
|
||||||
{ name = "npmconf"; spec = "0.1.1"; }
|
{ name = "npmconf"; spec = "0.1.1"; }
|
||||||
|
{ name = "tar"; spec = "0.1.17"; }
|
||||||
];
|
];
|
||||||
patchLatest = false;
|
patchLatest = false;
|
||||||
sha1 = "bf50c8436339d309446582810ce0fff07f307d04";
|
sha1 = "e7efdddb685c35239c8ad00d5af32a391b6bc4a8";
|
||||||
tarball = "http://registry.npmjs.org/npm2nix/-/npm2nix-2.0.1.tgz";
|
tarball = "http://registry.npmjs.org/npm2nix/-/npm2nix-3.0.0.tgz";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "npmconf";
|
name = "npmconf";
|
||||||
@ -4666,6 +4667,20 @@
|
|||||||
sha1 = "408c8a95deb8e78a65b59b1a51a333183a32badc";
|
sha1 = "408c8a95deb8e78a65b59b1a51a333183a32badc";
|
||||||
tarball = "http://registry.npmjs.org/tar/-/tar-0.1.17.tgz";
|
tarball = "http://registry.npmjs.org/tar/-/tar-0.1.17.tgz";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "tar";
|
||||||
|
spec = "0.1.17";
|
||||||
|
version = "0.1.17";
|
||||||
|
topLevel = false;
|
||||||
|
dependencies = [
|
||||||
|
{ name = "inherits"; spec = "1.x"; }
|
||||||
|
{ name = "block-stream"; spec = "*"; }
|
||||||
|
{ name = "fstream"; spec = "~0.1.8"; }
|
||||||
|
];
|
||||||
|
patchLatest = false;
|
||||||
|
sha1 = "408c8a95deb8e78a65b59b1a51a333183a32badc";
|
||||||
|
tarball = "http://registry.npmjs.org/tar/-/tar-0.1.17.tgz";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "tar";
|
name = "tar";
|
||||||
spec = "~0.1.17";
|
spec = "~0.1.17";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user