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:
parent
1f72a2655a
commit
2a36723f09
2 changed files with 28168 additions and 26189 deletions
File diff suppressed because it is too large
Load diff
|
@ -35,6 +35,7 @@
|
|||
, "ansi-remover"
|
||||
, "mkdirp"
|
||||
, "jshint"
|
||||
, "eslint"
|
||||
, "bcrypt"
|
||||
, "nconf"
|
||||
, "winston"
|
||||
|
@ -53,7 +54,6 @@
|
|||
, "forever"
|
||||
, "forever-monitor"
|
||||
, "kue"
|
||||
, "supertest"
|
||||
, "should"
|
||||
, "nodemon"
|
||||
, "timezone"
|
||||
|
@ -71,6 +71,7 @@
|
|||
, { "guifi-earth": "https://github.com/jmendeth/guifi-earth/tarball/f3ee96835fd4fb0e3e12fadbd2cb782770d64854 " }
|
||||
, "grunt-cli"
|
||||
, "grunt-contrib-jshint"
|
||||
, "grunt-contrib-eslint"
|
||||
, "grunt-contrib-requirejs"
|
||||
, "grunt-contrib-less"
|
||||
, "grunt-contrib-cssmin"
|
||||
|
@ -109,7 +110,7 @@
|
|||
, "deepmerge"
|
||||
, "slasp"
|
||||
, "react"
|
||||
, { "pure-css": "git://github.com/yui/pure.git#v0.5.0-rc-1" }
|
||||
, "pure"
|
||||
, "marked"
|
||||
, "browserify"
|
||||
, "uglify-js"
|
||||
|
@ -126,7 +127,6 @@
|
|||
, "node-stringprep"
|
||||
, "ltx"
|
||||
, "node-xmpp"
|
||||
, "node-xmpp-core"
|
||||
, "node-xmpp-client"
|
||||
, "node-xmpp-component"
|
||||
, "node-xmpp-server"
|
||||
|
@ -137,11 +137,8 @@
|
|||
, "sloc"
|
||||
, "peerflix"
|
||||
, "peerflix-server"
|
||||
, "trash"
|
||||
, "empty-trash"
|
||||
, "castnow"
|
||||
, "parsoid"
|
||||
, { "kibana-authentication-proxy": "git://github.com/fangli/kibana-authentication-proxy.git" }
|
||||
, "react-tools"
|
||||
, "json"
|
||||
, "bipio"
|
||||
|
@ -172,7 +169,6 @@
|
|||
, "bip-pod-instagram"
|
||||
, "bip-pod-witai"
|
||||
, "bip-pod-zoho"
|
||||
, "bip-pod-bitly"
|
||||
, "bip-pod-circonus"
|
||||
, "bip-pod-google"
|
||||
, "bip-pod-mailchimp"
|
||||
|
|
Loading…
Reference in a new issue