Remove broken node packages

* Remove broken upstream packages and packages that do not exist
  anymore.
* Add eslint.

Building node-packages-generated.nix with the latest npm2nix did not
work, I had to update a dependency in npm2nix to resolve the issue, see
https://github.com/NixOS/npm2nix/pull/37
This commit is contained in:
Nicolas Petton 2016-04-05 16:29:59 +02:00
parent 1f72a2655a
commit 2a36723f09
2 changed files with 28168 additions and 26189 deletions

File diff suppressed because it is too large Load Diff

View File

@ -35,6 +35,7 @@
, "ansi-remover" , "ansi-remover"
, "mkdirp" , "mkdirp"
, "jshint" , "jshint"
, "eslint"
, "bcrypt" , "bcrypt"
, "nconf" , "nconf"
, "winston" , "winston"
@ -53,7 +54,6 @@
, "forever" , "forever"
, "forever-monitor" , "forever-monitor"
, "kue" , "kue"
, "supertest"
, "should" , "should"
, "nodemon" , "nodemon"
, "timezone" , "timezone"
@ -71,6 +71,7 @@
, { "guifi-earth": "https://github.com/jmendeth/guifi-earth/tarball/f3ee96835fd4fb0e3e12fadbd2cb782770d64854 " } , { "guifi-earth": "https://github.com/jmendeth/guifi-earth/tarball/f3ee96835fd4fb0e3e12fadbd2cb782770d64854 " }
, "grunt-cli" , "grunt-cli"
, "grunt-contrib-jshint" , "grunt-contrib-jshint"
, "grunt-contrib-eslint"
, "grunt-contrib-requirejs" , "grunt-contrib-requirejs"
, "grunt-contrib-less" , "grunt-contrib-less"
, "grunt-contrib-cssmin" , "grunt-contrib-cssmin"
@ -109,7 +110,7 @@
, "deepmerge" , "deepmerge"
, "slasp" , "slasp"
, "react" , "react"
, { "pure-css": "git://github.com/yui/pure.git#v0.5.0-rc-1" } , "pure"
, "marked" , "marked"
, "browserify" , "browserify"
, "uglify-js" , "uglify-js"
@ -126,7 +127,6 @@
, "node-stringprep" , "node-stringprep"
, "ltx" , "ltx"
, "node-xmpp" , "node-xmpp"
, "node-xmpp-core"
, "node-xmpp-client" , "node-xmpp-client"
, "node-xmpp-component" , "node-xmpp-component"
, "node-xmpp-server" , "node-xmpp-server"
@ -137,11 +137,8 @@
, "sloc" , "sloc"
, "peerflix" , "peerflix"
, "peerflix-server" , "peerflix-server"
, "trash"
, "empty-trash"
, "castnow" , "castnow"
, "parsoid" , "parsoid"
, { "kibana-authentication-proxy": "git://github.com/fangli/kibana-authentication-proxy.git" }
, "react-tools" , "react-tools"
, "json" , "json"
, "bipio" , "bipio"
@ -172,7 +169,6 @@
, "bip-pod-instagram" , "bip-pod-instagram"
, "bip-pod-witai" , "bip-pod-witai"
, "bip-pod-zoho" , "bip-pod-zoho"
, "bip-pod-bitly"
, "bip-pod-circonus" , "bip-pod-circonus"
, "bip-pod-google" , "bip-pod-google"
, "bip-pod-mailchimp" , "bip-pod-mailchimp"