Migrate javascript action (#21)

This commit is contained in:
Shohei Ueda
2019-09-16 08:27:57 +09:00
committed by GitHub
parent ded0a1ada3
commit 68358aa004
194 changed files with 19698 additions and 59 deletions

3
node_modules/uuid/v5.js generated vendored Normal file
View File

@@ -0,0 +1,3 @@
var v35 = require('./lib/v35.js');
var sha1 = require('./lib/sha1');
module.exports = v35('v5', 0x50, sha1);