UNPKG

prm-cli

Version:

Registry Manager for Package Management Tools

44 lines 1.1 kB
"use strict"; exports.default = [ { name: "cnpm", registry: "http://r.cnpmjs.org/", home: "http://cnpmjs.org", }, { name: "npm", registry: "https://registry.npmjs.org/", home: "https://www.npmjs.org", }, { name: "taobao", registry: "https://registry.npmmirror.com/", home: "https://npmmirror.com", }, { name: "nj", registry: "https://registry.nodejitsu.com/", home: "https://www.nodejitsu.com", }, { name: "rednpm", registry: "http://registry.mirror.cqupt.edu.cn/", home: "http://npm.mirror.cqupt.edu.cn/", }, { name: "yarn", registry: "https://registry.yarnpkg.com", home: "https://yarnpkg.com", }, { name: "npmMirror", registry: "https://skimdb.npmjs.com/registry/", home: "https://skimdb.npmjs.com/", }, { name: "edunpm", registry: "http://registry.enpmjs.org/", home: "http://www.enpmjs.org", }, ]; //# sourceMappingURL=registryList.js.map