mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
9e0f86131f
Airfield suffered from loose version constraints which caused severe version (and API) conflicts between its dependencies and transitive ones. Furthermore the `npm2nix` packaging is deprecated and needed to be replaced by `node2nix`. see #31032
9 lines
130 B
JSON
9 lines
130 B
JSON
[ { "express": "3.0.5" }
|
|
, { "swig": "0.14.0" }
|
|
, { "consolidate": "0.10.0" }
|
|
, "redis"
|
|
, "connect-redis"
|
|
, "async"
|
|
, "request"
|
|
]
|