mirror of
https://github.com/actions/setup-node.git
synced 2026-02-04 14:38:19 +00:00
chore: update files in dist
This commit is contained in:
parent
4dbae59f6f
commit
2539da52da
1 changed files with 1 additions and 619 deletions
620
dist/setup/index.js
vendored
620
dist/setup/index.js
vendored
|
|
@ -54167,7 +54167,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||||
};
|
};
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
const uuid_1 = __nccwpck_require__(31914);
|
|
||||||
const tc = __importStar(__nccwpck_require__(33472));
|
const tc = __importStar(__nccwpck_require__(33472));
|
||||||
const hc = __importStar(__nccwpck_require__(54844));
|
const hc = __importStar(__nccwpck_require__(54844));
|
||||||
const core = __importStar(__nccwpck_require__(37484));
|
const core = __importStar(__nccwpck_require__(37484));
|
||||||
|
|
@ -54299,7 +54298,7 @@ class BaseDistribution {
|
||||||
const initialUrl = this.getDistributionUrl(this.nodeInfo.mirror);
|
const initialUrl = this.getDistributionUrl(this.nodeInfo.mirror);
|
||||||
const osArch = this.translateArchToDistUrl(arch);
|
const osArch = this.translateArchToDistUrl(arch);
|
||||||
// Create temporary folder to download to
|
// Create temporary folder to download to
|
||||||
const tempDownloadFolder = `temp_${(0, uuid_1.v4)()}`;
|
const tempDownloadFolder = `temp_${crypto.randomUUID()}`;
|
||||||
const tempDirectory = process.env['RUNNER_TEMP'] || '';
|
const tempDirectory = process.env['RUNNER_TEMP'] || '';
|
||||||
assert.ok(tempDirectory, 'Expected RUNNER_TEMP to be defined');
|
assert.ok(tempDirectory, 'Expected RUNNER_TEMP to be defined');
|
||||||
const tempDir = path.join(tempDirectory, tempDownloadFolder);
|
const tempDir = path.join(tempDirectory, tempDownloadFolder);
|
||||||
|
|
@ -98086,623 +98085,6 @@ function randomUUID() {
|
||||||
}
|
}
|
||||||
//# sourceMappingURL=uuidUtils.js.map
|
//# sourceMappingURL=uuidUtils.js.map
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 31914:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
exports.version = exports.validate = exports.v7 = exports.v6ToV1 = exports.v6 = exports.v5 = exports.v4 = exports.v3 = exports.v1ToV6 = exports.v1 = exports.stringify = exports.parse = exports.NIL = exports.MAX = void 0;
|
|
||||||
var max_js_1 = __nccwpck_require__(41576);
|
|
||||||
Object.defineProperty(exports, "MAX", ({ enumerable: true, get: function () { return max_js_1.default; } }));
|
|
||||||
var nil_js_1 = __nccwpck_require__(80805);
|
|
||||||
Object.defineProperty(exports, "NIL", ({ enumerable: true, get: function () { return nil_js_1.default; } }));
|
|
||||||
var parse_js_1 = __nccwpck_require__(22713);
|
|
||||||
Object.defineProperty(exports, "parse", ({ enumerable: true, get: function () { return parse_js_1.default; } }));
|
|
||||||
var stringify_js_1 = __nccwpck_require__(29687);
|
|
||||||
Object.defineProperty(exports, "stringify", ({ enumerable: true, get: function () { return stringify_js_1.default; } }));
|
|
||||||
var v1_js_1 = __nccwpck_require__(65597);
|
|
||||||
Object.defineProperty(exports, "v1", ({ enumerable: true, get: function () { return v1_js_1.default; } }));
|
|
||||||
var v1ToV6_js_1 = __nccwpck_require__(31092);
|
|
||||||
Object.defineProperty(exports, "v1ToV6", ({ enumerable: true, get: function () { return v1ToV6_js_1.default; } }));
|
|
||||||
var v3_js_1 = __nccwpck_require__(1691);
|
|
||||||
Object.defineProperty(exports, "v3", ({ enumerable: true, get: function () { return v3_js_1.default; } }));
|
|
||||||
var v4_js_1 = __nccwpck_require__(54834);
|
|
||||||
Object.defineProperty(exports, "v4", ({ enumerable: true, get: function () { return v4_js_1.default; } }));
|
|
||||||
var v5_js_1 = __nccwpck_require__(22465);
|
|
||||||
Object.defineProperty(exports, "v5", ({ enumerable: true, get: function () { return v5_js_1.default; } }));
|
|
||||||
var v6_js_1 = __nccwpck_require__(69544);
|
|
||||||
Object.defineProperty(exports, "v6", ({ enumerable: true, get: function () { return v6_js_1.default; } }));
|
|
||||||
var v6ToV1_js_1 = __nccwpck_require__(82104);
|
|
||||||
Object.defineProperty(exports, "v6ToV1", ({ enumerable: true, get: function () { return v6ToV1_js_1.default; } }));
|
|
||||||
var v7_js_1 = __nccwpck_require__(61631);
|
|
||||||
Object.defineProperty(exports, "v7", ({ enumerable: true, get: function () { return v7_js_1.default; } }));
|
|
||||||
var validate_js_1 = __nccwpck_require__(25182);
|
|
||||||
Object.defineProperty(exports, "validate", ({ enumerable: true, get: function () { return validate_js_1.default; } }));
|
|
||||||
var version_js_1 = __nccwpck_require__(90302);
|
|
||||||
Object.defineProperty(exports, "version", ({ enumerable: true, get: function () { return version_js_1.default; } }));
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 41576:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
exports["default"] = 'ffffffff-ffff-ffff-ffff-ffffffffffff';
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 86934:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
const crypto_1 = __nccwpck_require__(76982);
|
|
||||||
function md5(bytes) {
|
|
||||||
if (Array.isArray(bytes)) {
|
|
||||||
bytes = Buffer.from(bytes);
|
|
||||||
}
|
|
||||||
else if (typeof bytes === 'string') {
|
|
||||||
bytes = Buffer.from(bytes, 'utf8');
|
|
||||||
}
|
|
||||||
return (0, crypto_1.createHash)('md5').update(bytes).digest();
|
|
||||||
}
|
|
||||||
exports["default"] = md5;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 55831:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
const crypto_1 = __nccwpck_require__(76982);
|
|
||||||
exports["default"] = { randomUUID: crypto_1.randomUUID };
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 80805:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
exports["default"] = '00000000-0000-0000-0000-000000000000';
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 22713:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
const validate_js_1 = __nccwpck_require__(25182);
|
|
||||||
function parse(uuid) {
|
|
||||||
if (!(0, validate_js_1.default)(uuid)) {
|
|
||||||
throw TypeError('Invalid UUID');
|
|
||||||
}
|
|
||||||
let v;
|
|
||||||
return Uint8Array.of((v = parseInt(uuid.slice(0, 8), 16)) >>> 24, (v >>> 16) & 0xff, (v >>> 8) & 0xff, v & 0xff, (v = parseInt(uuid.slice(9, 13), 16)) >>> 8, v & 0xff, (v = parseInt(uuid.slice(14, 18), 16)) >>> 8, v & 0xff, (v = parseInt(uuid.slice(19, 23), 16)) >>> 8, v & 0xff, ((v = parseInt(uuid.slice(24, 36), 16)) / 0x10000000000) & 0xff, (v / 0x100000000) & 0xff, (v >>> 24) & 0xff, (v >>> 16) & 0xff, (v >>> 8) & 0xff, v & 0xff);
|
|
||||||
}
|
|
||||||
exports["default"] = parse;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 89997:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
exports["default"] = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 45983:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
const crypto_1 = __nccwpck_require__(76982);
|
|
||||||
const rnds8Pool = new Uint8Array(256);
|
|
||||||
let poolPtr = rnds8Pool.length;
|
|
||||||
function rng() {
|
|
||||||
if (poolPtr > rnds8Pool.length - 16) {
|
|
||||||
(0, crypto_1.randomFillSync)(rnds8Pool);
|
|
||||||
poolPtr = 0;
|
|
||||||
}
|
|
||||||
return rnds8Pool.slice(poolPtr, (poolPtr += 16));
|
|
||||||
}
|
|
||||||
exports["default"] = rng;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 72449:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
const crypto_1 = __nccwpck_require__(76982);
|
|
||||||
function sha1(bytes) {
|
|
||||||
if (Array.isArray(bytes)) {
|
|
||||||
bytes = Buffer.from(bytes);
|
|
||||||
}
|
|
||||||
else if (typeof bytes === 'string') {
|
|
||||||
bytes = Buffer.from(bytes, 'utf8');
|
|
||||||
}
|
|
||||||
return (0, crypto_1.createHash)('sha1').update(bytes).digest();
|
|
||||||
}
|
|
||||||
exports["default"] = sha1;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 29687:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
exports.unsafeStringify = void 0;
|
|
||||||
const validate_js_1 = __nccwpck_require__(25182);
|
|
||||||
const byteToHex = [];
|
|
||||||
for (let i = 0; i < 256; ++i) {
|
|
||||||
byteToHex.push((i + 0x100).toString(16).slice(1));
|
|
||||||
}
|
|
||||||
function unsafeStringify(arr, offset = 0) {
|
|
||||||
return (byteToHex[arr[offset + 0]] +
|
|
||||||
byteToHex[arr[offset + 1]] +
|
|
||||||
byteToHex[arr[offset + 2]] +
|
|
||||||
byteToHex[arr[offset + 3]] +
|
|
||||||
'-' +
|
|
||||||
byteToHex[arr[offset + 4]] +
|
|
||||||
byteToHex[arr[offset + 5]] +
|
|
||||||
'-' +
|
|
||||||
byteToHex[arr[offset + 6]] +
|
|
||||||
byteToHex[arr[offset + 7]] +
|
|
||||||
'-' +
|
|
||||||
byteToHex[arr[offset + 8]] +
|
|
||||||
byteToHex[arr[offset + 9]] +
|
|
||||||
'-' +
|
|
||||||
byteToHex[arr[offset + 10]] +
|
|
||||||
byteToHex[arr[offset + 11]] +
|
|
||||||
byteToHex[arr[offset + 12]] +
|
|
||||||
byteToHex[arr[offset + 13]] +
|
|
||||||
byteToHex[arr[offset + 14]] +
|
|
||||||
byteToHex[arr[offset + 15]]).toLowerCase();
|
|
||||||
}
|
|
||||||
exports.unsafeStringify = unsafeStringify;
|
|
||||||
function stringify(arr, offset = 0) {
|
|
||||||
const uuid = unsafeStringify(arr, offset);
|
|
||||||
if (!(0, validate_js_1.default)(uuid)) {
|
|
||||||
throw TypeError('Stringified UUID is invalid');
|
|
||||||
}
|
|
||||||
return uuid;
|
|
||||||
}
|
|
||||||
exports["default"] = stringify;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 65597:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
exports.updateV1State = void 0;
|
|
||||||
const rng_js_1 = __nccwpck_require__(45983);
|
|
||||||
const stringify_js_1 = __nccwpck_require__(29687);
|
|
||||||
const _state = {};
|
|
||||||
function v1(options, buf, offset) {
|
|
||||||
let bytes;
|
|
||||||
const isV6 = options?._v6 ?? false;
|
|
||||||
if (options) {
|
|
||||||
const optionsKeys = Object.keys(options);
|
|
||||||
if (optionsKeys.length === 1 && optionsKeys[0] === '_v6') {
|
|
||||||
options = undefined;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (options) {
|
|
||||||
bytes = v1Bytes(options.random ?? options.rng?.() ?? (0, rng_js_1.default)(), options.msecs, options.nsecs, options.clockseq, options.node, buf, offset);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
const now = Date.now();
|
|
||||||
const rnds = (0, rng_js_1.default)();
|
|
||||||
updateV1State(_state, now, rnds);
|
|
||||||
bytes = v1Bytes(rnds, _state.msecs, _state.nsecs, isV6 ? undefined : _state.clockseq, isV6 ? undefined : _state.node, buf, offset);
|
|
||||||
}
|
|
||||||
return buf ?? (0, stringify_js_1.unsafeStringify)(bytes);
|
|
||||||
}
|
|
||||||
function updateV1State(state, now, rnds) {
|
|
||||||
state.msecs ??= -Infinity;
|
|
||||||
state.nsecs ??= 0;
|
|
||||||
if (now === state.msecs) {
|
|
||||||
state.nsecs++;
|
|
||||||
if (state.nsecs >= 10000) {
|
|
||||||
state.node = undefined;
|
|
||||||
state.nsecs = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else if (now > state.msecs) {
|
|
||||||
state.nsecs = 0;
|
|
||||||
}
|
|
||||||
else if (now < state.msecs) {
|
|
||||||
state.node = undefined;
|
|
||||||
}
|
|
||||||
if (!state.node) {
|
|
||||||
state.node = rnds.slice(10, 16);
|
|
||||||
state.node[0] |= 0x01;
|
|
||||||
state.clockseq = ((rnds[8] << 8) | rnds[9]) & 0x3fff;
|
|
||||||
}
|
|
||||||
state.msecs = now;
|
|
||||||
return state;
|
|
||||||
}
|
|
||||||
exports.updateV1State = updateV1State;
|
|
||||||
function v1Bytes(rnds, msecs, nsecs, clockseq, node, buf, offset = 0) {
|
|
||||||
if (rnds.length < 16) {
|
|
||||||
throw new Error('Random bytes length must be >= 16');
|
|
||||||
}
|
|
||||||
if (!buf) {
|
|
||||||
buf = new Uint8Array(16);
|
|
||||||
offset = 0;
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
if (offset < 0 || offset + 16 > buf.length) {
|
|
||||||
throw new RangeError(`UUID byte range ${offset}:${offset + 15} is out of buffer bounds`);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
msecs ??= Date.now();
|
|
||||||
nsecs ??= 0;
|
|
||||||
clockseq ??= ((rnds[8] << 8) | rnds[9]) & 0x3fff;
|
|
||||||
node ??= rnds.slice(10, 16);
|
|
||||||
msecs += 12219292800000;
|
|
||||||
const tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000;
|
|
||||||
buf[offset++] = (tl >>> 24) & 0xff;
|
|
||||||
buf[offset++] = (tl >>> 16) & 0xff;
|
|
||||||
buf[offset++] = (tl >>> 8) & 0xff;
|
|
||||||
buf[offset++] = tl & 0xff;
|
|
||||||
const tmh = ((msecs / 0x100000000) * 10000) & 0xfffffff;
|
|
||||||
buf[offset++] = (tmh >>> 8) & 0xff;
|
|
||||||
buf[offset++] = tmh & 0xff;
|
|
||||||
buf[offset++] = ((tmh >>> 24) & 0xf) | 0x10;
|
|
||||||
buf[offset++] = (tmh >>> 16) & 0xff;
|
|
||||||
buf[offset++] = (clockseq >>> 8) | 0x80;
|
|
||||||
buf[offset++] = clockseq & 0xff;
|
|
||||||
for (let n = 0; n < 6; ++n) {
|
|
||||||
buf[offset++] = node[n];
|
|
||||||
}
|
|
||||||
return buf;
|
|
||||||
}
|
|
||||||
exports["default"] = v1;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 31092:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
const parse_js_1 = __nccwpck_require__(22713);
|
|
||||||
const stringify_js_1 = __nccwpck_require__(29687);
|
|
||||||
function v1ToV6(uuid) {
|
|
||||||
const v1Bytes = typeof uuid === 'string' ? (0, parse_js_1.default)(uuid) : uuid;
|
|
||||||
const v6Bytes = _v1ToV6(v1Bytes);
|
|
||||||
return typeof uuid === 'string' ? (0, stringify_js_1.unsafeStringify)(v6Bytes) : v6Bytes;
|
|
||||||
}
|
|
||||||
exports["default"] = v1ToV6;
|
|
||||||
function _v1ToV6(v1Bytes) {
|
|
||||||
return Uint8Array.of(((v1Bytes[6] & 0x0f) << 4) | ((v1Bytes[7] >> 4) & 0x0f), ((v1Bytes[7] & 0x0f) << 4) | ((v1Bytes[4] & 0xf0) >> 4), ((v1Bytes[4] & 0x0f) << 4) | ((v1Bytes[5] & 0xf0) >> 4), ((v1Bytes[5] & 0x0f) << 4) | ((v1Bytes[0] & 0xf0) >> 4), ((v1Bytes[0] & 0x0f) << 4) | ((v1Bytes[1] & 0xf0) >> 4), ((v1Bytes[1] & 0x0f) << 4) | ((v1Bytes[2] & 0xf0) >> 4), 0x60 | (v1Bytes[2] & 0x0f), v1Bytes[3], v1Bytes[8], v1Bytes[9], v1Bytes[10], v1Bytes[11], v1Bytes[12], v1Bytes[13], v1Bytes[14], v1Bytes[15]);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 1691:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
exports.URL = exports.DNS = void 0;
|
|
||||||
const md5_js_1 = __nccwpck_require__(86934);
|
|
||||||
const v35_js_1 = __nccwpck_require__(31352);
|
|
||||||
var v35_js_2 = __nccwpck_require__(31352);
|
|
||||||
Object.defineProperty(exports, "DNS", ({ enumerable: true, get: function () { return v35_js_2.DNS; } }));
|
|
||||||
Object.defineProperty(exports, "URL", ({ enumerable: true, get: function () { return v35_js_2.URL; } }));
|
|
||||||
function v3(value, namespace, buf, offset) {
|
|
||||||
return (0, v35_js_1.default)(0x30, md5_js_1.default, value, namespace, buf, offset);
|
|
||||||
}
|
|
||||||
v3.DNS = v35_js_1.DNS;
|
|
||||||
v3.URL = v35_js_1.URL;
|
|
||||||
exports["default"] = v3;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 31352:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
exports.URL = exports.DNS = exports.stringToBytes = void 0;
|
|
||||||
const parse_js_1 = __nccwpck_require__(22713);
|
|
||||||
const stringify_js_1 = __nccwpck_require__(29687);
|
|
||||||
function stringToBytes(str) {
|
|
||||||
str = unescape(encodeURIComponent(str));
|
|
||||||
const bytes = new Uint8Array(str.length);
|
|
||||||
for (let i = 0; i < str.length; ++i) {
|
|
||||||
bytes[i] = str.charCodeAt(i);
|
|
||||||
}
|
|
||||||
return bytes;
|
|
||||||
}
|
|
||||||
exports.stringToBytes = stringToBytes;
|
|
||||||
exports.DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8';
|
|
||||||
exports.URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8';
|
|
||||||
function v35(version, hash, value, namespace, buf, offset) {
|
|
||||||
const valueBytes = typeof value === 'string' ? stringToBytes(value) : value;
|
|
||||||
const namespaceBytes = typeof namespace === 'string' ? (0, parse_js_1.default)(namespace) : namespace;
|
|
||||||
if (typeof namespace === 'string') {
|
|
||||||
namespace = (0, parse_js_1.default)(namespace);
|
|
||||||
}
|
|
||||||
if (namespace?.length !== 16) {
|
|
||||||
throw TypeError('Namespace must be array-like (16 iterable integer values, 0-255)');
|
|
||||||
}
|
|
||||||
let bytes = new Uint8Array(16 + valueBytes.length);
|
|
||||||
bytes.set(namespaceBytes);
|
|
||||||
bytes.set(valueBytes, namespaceBytes.length);
|
|
||||||
bytes = hash(bytes);
|
|
||||||
bytes[6] = (bytes[6] & 0x0f) | version;
|
|
||||||
bytes[8] = (bytes[8] & 0x3f) | 0x80;
|
|
||||||
if (buf) {
|
|
||||||
offset = offset || 0;
|
|
||||||
for (let i = 0; i < 16; ++i) {
|
|
||||||
buf[offset + i] = bytes[i];
|
|
||||||
}
|
|
||||||
return buf;
|
|
||||||
}
|
|
||||||
return (0, stringify_js_1.unsafeStringify)(bytes);
|
|
||||||
}
|
|
||||||
exports["default"] = v35;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 54834:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
const native_js_1 = __nccwpck_require__(55831);
|
|
||||||
const rng_js_1 = __nccwpck_require__(45983);
|
|
||||||
const stringify_js_1 = __nccwpck_require__(29687);
|
|
||||||
function v4(options, buf, offset) {
|
|
||||||
if (native_js_1.default.randomUUID && !buf && !options) {
|
|
||||||
return native_js_1.default.randomUUID();
|
|
||||||
}
|
|
||||||
options = options || {};
|
|
||||||
const rnds = options.random ?? options.rng?.() ?? (0, rng_js_1.default)();
|
|
||||||
if (rnds.length < 16) {
|
|
||||||
throw new Error('Random bytes length must be >= 16');
|
|
||||||
}
|
|
||||||
rnds[6] = (rnds[6] & 0x0f) | 0x40;
|
|
||||||
rnds[8] = (rnds[8] & 0x3f) | 0x80;
|
|
||||||
if (buf) {
|
|
||||||
offset = offset || 0;
|
|
||||||
if (offset < 0 || offset + 16 > buf.length) {
|
|
||||||
throw new RangeError(`UUID byte range ${offset}:${offset + 15} is out of buffer bounds`);
|
|
||||||
}
|
|
||||||
for (let i = 0; i < 16; ++i) {
|
|
||||||
buf[offset + i] = rnds[i];
|
|
||||||
}
|
|
||||||
return buf;
|
|
||||||
}
|
|
||||||
return (0, stringify_js_1.unsafeStringify)(rnds);
|
|
||||||
}
|
|
||||||
exports["default"] = v4;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 22465:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
exports.URL = exports.DNS = void 0;
|
|
||||||
const sha1_js_1 = __nccwpck_require__(72449);
|
|
||||||
const v35_js_1 = __nccwpck_require__(31352);
|
|
||||||
var v35_js_2 = __nccwpck_require__(31352);
|
|
||||||
Object.defineProperty(exports, "DNS", ({ enumerable: true, get: function () { return v35_js_2.DNS; } }));
|
|
||||||
Object.defineProperty(exports, "URL", ({ enumerable: true, get: function () { return v35_js_2.URL; } }));
|
|
||||||
function v5(value, namespace, buf, offset) {
|
|
||||||
return (0, v35_js_1.default)(0x50, sha1_js_1.default, value, namespace, buf, offset);
|
|
||||||
}
|
|
||||||
v5.DNS = v35_js_1.DNS;
|
|
||||||
v5.URL = v35_js_1.URL;
|
|
||||||
exports["default"] = v5;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 69544:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
const stringify_js_1 = __nccwpck_require__(29687);
|
|
||||||
const v1_js_1 = __nccwpck_require__(65597);
|
|
||||||
const v1ToV6_js_1 = __nccwpck_require__(31092);
|
|
||||||
function v6(options, buf, offset) {
|
|
||||||
options ??= {};
|
|
||||||
offset ??= 0;
|
|
||||||
let bytes = (0, v1_js_1.default)({ ...options, _v6: true }, new Uint8Array(16));
|
|
||||||
bytes = (0, v1ToV6_js_1.default)(bytes);
|
|
||||||
if (buf) {
|
|
||||||
for (let i = 0; i < 16; i++) {
|
|
||||||
buf[offset + i] = bytes[i];
|
|
||||||
}
|
|
||||||
return buf;
|
|
||||||
}
|
|
||||||
return (0, stringify_js_1.unsafeStringify)(bytes);
|
|
||||||
}
|
|
||||||
exports["default"] = v6;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 82104:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
const parse_js_1 = __nccwpck_require__(22713);
|
|
||||||
const stringify_js_1 = __nccwpck_require__(29687);
|
|
||||||
function v6ToV1(uuid) {
|
|
||||||
const v6Bytes = typeof uuid === 'string' ? (0, parse_js_1.default)(uuid) : uuid;
|
|
||||||
const v1Bytes = _v6ToV1(v6Bytes);
|
|
||||||
return typeof uuid === 'string' ? (0, stringify_js_1.unsafeStringify)(v1Bytes) : v1Bytes;
|
|
||||||
}
|
|
||||||
exports["default"] = v6ToV1;
|
|
||||||
function _v6ToV1(v6Bytes) {
|
|
||||||
return Uint8Array.of(((v6Bytes[3] & 0x0f) << 4) | ((v6Bytes[4] >> 4) & 0x0f), ((v6Bytes[4] & 0x0f) << 4) | ((v6Bytes[5] & 0xf0) >> 4), ((v6Bytes[5] & 0x0f) << 4) | (v6Bytes[6] & 0x0f), v6Bytes[7], ((v6Bytes[1] & 0x0f) << 4) | ((v6Bytes[2] & 0xf0) >> 4), ((v6Bytes[2] & 0x0f) << 4) | ((v6Bytes[3] & 0xf0) >> 4), 0x10 | ((v6Bytes[0] & 0xf0) >> 4), ((v6Bytes[0] & 0x0f) << 4) | ((v6Bytes[1] & 0xf0) >> 4), v6Bytes[8], v6Bytes[9], v6Bytes[10], v6Bytes[11], v6Bytes[12], v6Bytes[13], v6Bytes[14], v6Bytes[15]);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 61631:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
exports.updateV7State = void 0;
|
|
||||||
const rng_js_1 = __nccwpck_require__(45983);
|
|
||||||
const stringify_js_1 = __nccwpck_require__(29687);
|
|
||||||
const _state = {};
|
|
||||||
function v7(options, buf, offset) {
|
|
||||||
let bytes;
|
|
||||||
if (options) {
|
|
||||||
bytes = v7Bytes(options.random ?? options.rng?.() ?? (0, rng_js_1.default)(), options.msecs, options.seq, buf, offset);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
const now = Date.now();
|
|
||||||
const rnds = (0, rng_js_1.default)();
|
|
||||||
updateV7State(_state, now, rnds);
|
|
||||||
bytes = v7Bytes(rnds, _state.msecs, _state.seq, buf, offset);
|
|
||||||
}
|
|
||||||
return buf ?? (0, stringify_js_1.unsafeStringify)(bytes);
|
|
||||||
}
|
|
||||||
function updateV7State(state, now, rnds) {
|
|
||||||
state.msecs ??= -Infinity;
|
|
||||||
state.seq ??= 0;
|
|
||||||
if (now > state.msecs) {
|
|
||||||
state.seq = (rnds[6] << 23) | (rnds[7] << 16) | (rnds[8] << 8) | rnds[9];
|
|
||||||
state.msecs = now;
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
state.seq = (state.seq + 1) | 0;
|
|
||||||
if (state.seq === 0) {
|
|
||||||
state.msecs++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return state;
|
|
||||||
}
|
|
||||||
exports.updateV7State = updateV7State;
|
|
||||||
function v7Bytes(rnds, msecs, seq, buf, offset = 0) {
|
|
||||||
if (rnds.length < 16) {
|
|
||||||
throw new Error('Random bytes length must be >= 16');
|
|
||||||
}
|
|
||||||
if (!buf) {
|
|
||||||
buf = new Uint8Array(16);
|
|
||||||
offset = 0;
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
if (offset < 0 || offset + 16 > buf.length) {
|
|
||||||
throw new RangeError(`UUID byte range ${offset}:${offset + 15} is out of buffer bounds`);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
msecs ??= Date.now();
|
|
||||||
seq ??= ((rnds[6] * 0x7f) << 24) | (rnds[7] << 16) | (rnds[8] << 8) | rnds[9];
|
|
||||||
buf[offset++] = (msecs / 0x10000000000) & 0xff;
|
|
||||||
buf[offset++] = (msecs / 0x100000000) & 0xff;
|
|
||||||
buf[offset++] = (msecs / 0x1000000) & 0xff;
|
|
||||||
buf[offset++] = (msecs / 0x10000) & 0xff;
|
|
||||||
buf[offset++] = (msecs / 0x100) & 0xff;
|
|
||||||
buf[offset++] = msecs & 0xff;
|
|
||||||
buf[offset++] = 0x70 | ((seq >>> 28) & 0x0f);
|
|
||||||
buf[offset++] = (seq >>> 20) & 0xff;
|
|
||||||
buf[offset++] = 0x80 | ((seq >>> 14) & 0x3f);
|
|
||||||
buf[offset++] = (seq >>> 6) & 0xff;
|
|
||||||
buf[offset++] = ((seq << 2) & 0xff) | (rnds[10] & 0x03);
|
|
||||||
buf[offset++] = rnds[11];
|
|
||||||
buf[offset++] = rnds[12];
|
|
||||||
buf[offset++] = rnds[13];
|
|
||||||
buf[offset++] = rnds[14];
|
|
||||||
buf[offset++] = rnds[15];
|
|
||||||
return buf;
|
|
||||||
}
|
|
||||||
exports["default"] = v7;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 25182:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
const regex_js_1 = __nccwpck_require__(89997);
|
|
||||||
function validate(uuid) {
|
|
||||||
return typeof uuid === 'string' && regex_js_1.default.test(uuid);
|
|
||||||
}
|
|
||||||
exports["default"] = validate;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 90302:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
const validate_js_1 = __nccwpck_require__(25182);
|
|
||||||
function version(uuid) {
|
|
||||||
if (!(0, validate_js_1.default)(uuid)) {
|
|
||||||
throw TypeError('Invalid UUID');
|
|
||||||
}
|
|
||||||
return parseInt(uuid.slice(14, 15), 16);
|
|
||||||
}
|
|
||||||
exports["default"] = version;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 50591:
|
/***/ 50591:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue