From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Packaging node-mocha Date: Tue, 27 Nov 2018 22:23:23 +0100 Message-ID: <7241ff56-0f62-d8a5-e4f9-c14af37426b3@riseup.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRkjZ-0005D8-Qk for guix-devel@gnu.org; Tue, 27 Nov 2018 16:17:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRkjU-00050e-BJ for guix-devel@gnu.org; Tue, 27 Nov 2018 16:17:29 -0500 Received: from mx1.riseup.net ([198.252.153.129]:41060) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gRkjT-000501-Vx for guix-devel@gnu.org; Tue, 27 Nov 2018 16:17:24 -0500 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 07C391A095F for ; Tue, 27 Nov 2018 13:17:23 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id 6FF66E9380 for ; Tue, 27 Nov 2018 13:17:21 -0800 (PST) In-Reply-To: Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel Hi people I asked on a couple of popular packages to get a list of what devdeps=20 were actually needed to build the package. Here is an example of a response: Out of 36 devdeps only 4 are builddeps and another 2 are testdeps. I use answers like these to populate my blacklist which now has about=20 100 blocked packages. I won't proceede with mocha at this point as browserify is a builddep an=20 is known to be complex. -------- Forwarded Message -------- Subject: Re: [mochajs/mocha] Build or build+test dependencies (#3575) Date: Sun, 25 Nov 2018 23:22:43 +0000 (UTC) From: P. Roebuck Reply-To: mochajs/mocha=20 To: mochajs/mocha CC: swedebugia , Author To the best of my knowledge... Mocha devDependencies build browser bundling * "browserify" * "package-json-versionify" * "through2" * "watchify" documentation * "jsdoc" * "markdown-toc" website generation * "@mocha/docdash" * "assetgraph-builder" * "svgo" linting * "eslint" * "eslint-config-prettier" * "eslint-config-semistandard" * "eslint-config-standard" * "eslint-plugin-import" * "eslint-plugin-node" * "eslint-plugin-prettier" * "eslint-plugin-promise" * "eslint-plugin-standard" * "lint-staged" * "markdownlint-cli" * "prettier-eslint-cli" testing * "coffee-script" * "cross-spawn" assertion libraries * "chai" * "unexpected" browser testing * "karma": "^2.0.2", * "karma-browserify": "^5.0.5", * "karma-chrome-launcher": "^2.0.0", * "karma-mocha": "^1.3.0", * "karma-mocha-reporter": "^2.2.4", * "karma-sauce-launcher": "^1.2.0", coverage testing * "coveralls" * "nyc" other * "husky": forces |lint| and |test| checks for |git commit| * "nps": migrates |npm| scripts outside "package.json" * "rimraf": portable |rm -rf| command =E2=80=94 You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub=20 ,=20 or mute the thread=20 .