unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: swedebugia <swedebugia@riseup.net>
To: guix-devel <guix-devel@gnu.org>
Subject: Naming of node packages with @ and /
Date: Tue, 27 Nov 2018 22:02:37 +0100	[thread overview]
Message-ID: <6d747c3a-af63-c222-c913-3355be92ac43@riseup.net> (raw)

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 <sebmck@gmail.com>",
   "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

             reply	other threads:[~2018-11-27 20:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-27 21:02 swedebugia [this message]
2018-11-27 23:10 ` Naming of node packages with @ and / Catonano
2018-11-28 11:21   ` swedebugia
2018-11-28 12:46     ` Julien Lepiller
2018-11-28 20:34       ` swedebugia

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6d747c3a-af63-c222-c913-3355be92ac43@riseup.net \
    --to=swedebugia@riseup.net \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).