Welcome to mirror list, hosted at ThFree Co, Russian Federation.

v5.js « uuid « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4945baf38545fdd9ff2dab01d31aff51b48c7388 (plain)
1
2
3
var v35 = require('./lib/v35.js');
var sha1 = require('./lib/sha1');
module.exports = v35('v5', 0x50, sha1);