nodePackages: split into v4/v6 package set

A full package set is not needed for both node versions. The goal is to
remove the large amount of generated files. Instead only packages which
might be needed in v4 development environments are added to a dedicated
node-packages-v4.json file.
This commit is contained in:
Jörg Thalheim 2017-05-05 08:31:21 +01:00
parent 0a218a9f3a
commit 6f7670e831
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
5 changed files with 4707 additions and 39058 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh -e
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p nodePackages.node2nix
rm -f node-env.nix
node2nix -i node-packages.json -o node-packages-v4.nix -c composition-v4.nix
node2nix -6 -i node-packages.json -o node-packages-v6.nix -c composition-v6.nix
node2nix -i node-packages-v4.json -o node-packages-v4.nix -c composition-v4.nix
node2nix -6 -i node-packages-v6.json -o node-packages-v6.nix -c composition-v6.nix

View File

@ -0,0 +1,10 @@
[
"coffee-script"
, "grunt-cli"
, "gulp"
, "node-gyp"
, "node-inspector"
, "node-pre-gyp"
, "npm"
, "titanium"
]

File diff suppressed because it is too large Load Diff

View File

@ -59,7 +59,6 @@
, "stylus"
, "svgo"
, "tern"
, "titanium"
, "typescript"
, "uglify-js"
, "ungit"

File diff suppressed because it is too large Load Diff