From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Naming of node packages with @ and / Date: Tue, 27 Nov 2018 22:02:37 +0100 Message-ID: <6d747c3a-af63-c222-c913-3355be92ac43@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRkPS-0005xG-4h for guix-devel@gnu.org; Tue, 27 Nov 2018 15:56:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRkPO-0005BD-69 for guix-devel@gnu.org; Tue, 27 Nov 2018 15:56:42 -0500 Received: from mx1.riseup.net ([198.252.153.129]:35962) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gRkPN-0005AZ-W0 for guix-devel@gnu.org; Tue, 27 Nov 2018 15:56:38 -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 A6B211A0544 for ; Tue, 27 Nov 2018 12:56:36 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id 21ECCE9307 for ; Tue, 27 Nov 2018 12:56:35 -0800 (PST) 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 There are some crazy naming going on in the node-community. How do we deal with this? Note: there is another package called "babel-core" so just stripping/replacing the weird characters won't work well. Any ideas? Look this example: https://github.com/babel/babel/blob/master/packages/babel-core/package.json Extract: { "name": "@babel/core", "version": "7.1.6", "description": "Babel compiler core.", "main": "lib/index.js", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", "license": "MIT", snip "dependencies": { "@babel/code-frame": "^7.0.0", "@babel/generator": "^7.1.6", "@babel/helpers": "^7.1.5", "@babel/parser": "^7.1.6", "@babel/template": "^7.1.2", "@babel/traverse": "^7.1.6", "@babel/types": "^7.1.6", "convert-source-map": "^1.1.0", "debug": "^4.1.0", "json5": "^2.1.0", "lodash": "^4.17.10", "resolve": "^1.3.2", "semver": "^5.4.1", "source-map": "^0.5.0" }, "devDependencies": { "@babel/helper-transform-fixture-test-runner": "^7.0.0", "@babel/register": "^7.0.0" } } -- Cheers Swedebugia