unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Naming of node packages with @ and /
@ 2018-11-27 21:02 swedebugia
  2018-11-27 23:10 ` Catonano
  0 siblings, 1 reply; 5+ messages in thread
From: swedebugia @ 2018-11-27 21:02 UTC (permalink / raw)
  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 <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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-28 20:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27 21:02 Naming of node packages with @ and / swedebugia
2018-11-27 23:10 ` Catonano
2018-11-28 11:21   ` swedebugia
2018-11-28 12:46     ` Julien Lepiller
2018-11-28 20:34       ` swedebugia

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).