@gradientedge/cdk-utils 8.34.0 → 8.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/api-destined-function/node_modules/.bin/mkdirp +17 -0
- package/app/api-destined-function/node_modules/.bin/rimraf +17 -0
- package/app/api-destined-function/node_modules/.bin/uuid +17 -0
- package/app/api-destined-function/package.json +1 -4
- package/dist/lib/lambda.d.ts +17 -0
- package/dist/lib/lambda.d.ts.map +1 -0
- package/dist/lib/lambda.js +32 -0
- package/dist/lib/lambda.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.d.ts +2 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.js +2 -0
- package/package.json +17 -16
- package/pnpm-workspace.yaml +3 -0
- package/src/lib/construct/api-to-eventbridge-target-with-sns/main.ts +2 -0
- package/app/api-destined-function/layers/nodejs/node_modules/.yarn-integrity +0 -117
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/LICENSE +0 -21
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/README.md +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/index.d.mts +0 -10
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/index.d.ts +0 -79
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/package.json +0 -54
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/LICENSE.md +0 -9
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/README.md +0 -462
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/bin/uuid +0 -2
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/native.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/native.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/index.js +0 -79
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/md5-browser.js +0 -223
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/md5.js +0 -23
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/native-browser.js +0 -11
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/native.js +0 -15
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/nil.js +0 -8
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/parse.js +0 -45
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/regex.js +0 -8
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/rng-browser.js +0 -25
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/rng.js +0 -24
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/sha1.js +0 -23
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/stringify.js +0 -44
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v1.js +0 -107
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v3.js +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v35.js +0 -80
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v4.js +0 -43
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v5.js +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/validate.js +0 -17
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/version.js +0 -21
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/package.json +0 -131
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/wrapper.mjs +0 -10
- package/app/api-destined-function/layers/nodejs/package.json +0 -29
- package/app/api-destined-function/node_modules/.yarn-integrity +0 -474
- package/app/api-destined-function/node_modules/@types/uuid/LICENSE +0 -21
- package/app/api-destined-function/node_modules/@types/uuid/README.md +0 -16
- package/app/api-destined-function/node_modules/@types/uuid/index.d.mts +0 -10
- package/app/api-destined-function/node_modules/@types/uuid/index.d.ts +0 -79
- package/app/api-destined-function/node_modules/@types/uuid/package.json +0 -54
- package/app/api-destined-function/node_modules/balanced-match/LICENSE.md +0 -21
- package/app/api-destined-function/node_modules/balanced-match/README.md +0 -97
- package/app/api-destined-function/node_modules/balanced-match/index.js +0 -62
- package/app/api-destined-function/node_modules/balanced-match/package.json +0 -48
- package/app/api-destined-function/node_modules/brace-expansion/LICENSE +0 -21
- package/app/api-destined-function/node_modules/brace-expansion/README.md +0 -135
- package/app/api-destined-function/node_modules/brace-expansion/index.js +0 -203
- package/app/api-destined-function/node_modules/brace-expansion/package.json +0 -46
- package/app/api-destined-function/node_modules/fs.realpath/LICENSE +0 -43
- package/app/api-destined-function/node_modules/fs.realpath/README.md +0 -33
- package/app/api-destined-function/node_modules/fs.realpath/index.js +0 -66
- package/app/api-destined-function/node_modules/fs.realpath/old.js +0 -303
- package/app/api-destined-function/node_modules/fs.realpath/package.json +0 -26
- package/app/api-destined-function/node_modules/glob/LICENSE +0 -15
- package/app/api-destined-function/node_modules/glob/README.md +0 -1086
- package/app/api-destined-function/node_modules/glob/dist/cjs/glob.d.ts +0 -328
- package/app/api-destined-function/node_modules/glob/dist/cjs/glob.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/glob.js +0 -228
- package/app/api-destined-function/node_modules/glob/dist/cjs/glob.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.d.ts +0 -14
- package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.js +0 -27
- package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.d.ts +0 -20
- package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.js +0 -103
- package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.d.ts +0 -75
- package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.js +0 -7
- package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/index.d.ts +0 -96
- package/app/api-destined-function/node_modules/glob/dist/cjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/index.js +0 -68
- package/app/api-destined-function/node_modules/glob/dist/cjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/package.json +0 -3
- package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.d.ts +0 -77
- package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.js +0 -219
- package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/processor.d.ts +0 -59
- package/app/api-destined-function/node_modules/glob/dist/cjs/processor.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/processor.js +0 -309
- package/app/api-destined-function/node_modules/glob/dist/cjs/processor.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/walker.d.ts +0 -95
- package/app/api-destined-function/node_modules/glob/dist/cjs/walker.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/walker.js +0 -360
- package/app/api-destined-function/node_modules/glob/dist/cjs/walker.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/glob.d.ts +0 -328
- package/app/api-destined-function/node_modules/glob/dist/mjs/glob.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/glob.js +0 -224
- package/app/api-destined-function/node_modules/glob/dist/mjs/glob.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.d.ts +0 -14
- package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.js +0 -23
- package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.d.ts +0 -20
- package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.js +0 -99
- package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/index.d.ts +0 -96
- package/app/api-destined-function/node_modules/glob/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/index.js +0 -55
- package/app/api-destined-function/node_modules/glob/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/package.json +0 -3
- package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.d.ts +0 -77
- package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.js +0 -215
- package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/processor.d.ts +0 -59
- package/app/api-destined-function/node_modules/glob/dist/mjs/processor.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/processor.js +0 -302
- package/app/api-destined-function/node_modules/glob/dist/mjs/processor.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/walker.d.ts +0 -95
- package/app/api-destined-function/node_modules/glob/dist/mjs/walker.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/walker.js +0 -351
- package/app/api-destined-function/node_modules/glob/dist/mjs/walker.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/package.json +0 -98
- package/app/api-destined-function/node_modules/lru-cache/LICENSE +0 -15
- package/app/api-destined-function/node_modules/lru-cache/README.md +0 -1117
- package/app/api-destined-function/node_modules/lru-cache/index.d.ts +0 -869
- package/app/api-destined-function/node_modules/lru-cache/index.js +0 -1227
- package/app/api-destined-function/node_modules/lru-cache/index.mjs +0 -1227
- package/app/api-destined-function/node_modules/lru-cache/package.json +0 -96
- package/app/api-destined-function/node_modules/minimatch/LICENSE +0 -15
- package/app/api-destined-function/node_modules/minimatch/README.md +0 -459
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +0 -8
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.js +0 -152
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.d.ts +0 -12
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.js +0 -22
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.d.ts +0 -42
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.js +0 -7
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.d.ts +0 -92
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.js +0 -1304
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/package.json +0 -3
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.d.ts +0 -17
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.js +0 -24
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +0 -8
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.js +0 -148
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.d.ts +0 -12
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.js +0 -18
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.d.ts +0 -92
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.js +0 -1289
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/package.json +0 -3
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.d.ts +0 -17
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.js +0 -20
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/package.json +0 -86
- package/app/api-destined-function/node_modules/minipass/LICENSE +0 -15
- package/app/api-destined-function/node_modules/minipass/README.md +0 -769
- package/app/api-destined-function/node_modules/minipass/index.d.ts +0 -150
- package/app/api-destined-function/node_modules/minipass/index.js +0 -702
- package/app/api-destined-function/node_modules/minipass/index.mjs +0 -702
- package/app/api-destined-function/node_modules/minipass/package.json +0 -76
- package/app/api-destined-function/node_modules/mkdirp/LICENSE +0 -21
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/package.json +0 -91
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.d.ts +0 -3
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.js +0 -80
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.d.ts +0 -4
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.js +0 -35
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.d.ts +0 -75
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.js +0 -7
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.d.ts +0 -31
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.js +0 -49
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js +0 -79
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js +0 -50
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts +0 -42
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.js +0 -38
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts +0 -2
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.js +0 -28
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.js +0 -17
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.d.ts +0 -4
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.js +0 -30
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.d.ts +0 -31
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.js +0 -39
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.js +0 -75
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.js +0 -46
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.d.ts +0 -42
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.js +0 -34
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/package.json +0 -3
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.d.ts +0 -2
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.js +0 -24
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.js +0 -14
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/package.json +0 -91
- package/app/api-destined-function/node_modules/mkdirp/readme.markdown +0 -281
- package/app/api-destined-function/node_modules/path-scurry/LICENSE.md +0 -55
- package/app/api-destined-function/node_modules/path-scurry/README.md +0 -559
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.d.ts +0 -1055
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.js +0 -1865
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/package.json +0 -3
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.d.ts +0 -1055
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.js +0 -1827
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/package.json +0 -3
- package/app/api-destined-function/node_modules/path-scurry/package.json +0 -87
- package/app/api-destined-function/node_modules/rimraf/LICENSE +0 -15
- package/app/api-destined-function/node_modules/rimraf/README.md +0 -214
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/package.json +0 -84
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.d.ts +0 -8
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.js +0 -260
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.js +0 -61
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.js +0 -58
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.d.ts +0 -17
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.js +0 -46
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.js +0 -21
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.d.ts +0 -57
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.js +0 -7
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.d.ts +0 -71
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.js +0 -92
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.d.ts +0 -17
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.js +0 -36
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.js +0 -54
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.js +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.d.ts +0 -5
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.js +0 -19
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.d.ts +0 -8
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.js +0 -68
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.js +0 -12
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.js +0 -192
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.js +0 -24
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.js +0 -123
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.js +0 -182
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.js +0 -19
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.js +0 -55
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.js +0 -53
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.d.ts +0 -17
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.js +0 -31
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.js +0 -16
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.d.ts +0 -71
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.js +0 -84
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.d.ts +0 -17
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.js +0 -31
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/package.json +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.js +0 -49
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.js +0 -2
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.d.ts +0 -5
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.js +0 -14
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.d.ts +0 -8
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.js +0 -63
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.js +0 -6
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.js +0 -187
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.js +0 -19
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.js +0 -118
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.js +0 -177
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.js +0 -13
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/package.json +0 -84
- package/app/api-destined-function/node_modules/uuid/LICENSE.md +0 -9
- package/app/api-destined-function/node_modules/uuid/README.md +0 -462
- package/app/api-destined-function/node_modules/uuid/dist/bin/uuid +0 -2
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/native.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/native.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/app/api-destined-function/node_modules/uuid/dist/index.js +0 -79
- package/app/api-destined-function/node_modules/uuid/dist/md5-browser.js +0 -223
- package/app/api-destined-function/node_modules/uuid/dist/md5.js +0 -23
- package/app/api-destined-function/node_modules/uuid/dist/native-browser.js +0 -11
- package/app/api-destined-function/node_modules/uuid/dist/native.js +0 -15
- package/app/api-destined-function/node_modules/uuid/dist/nil.js +0 -8
- package/app/api-destined-function/node_modules/uuid/dist/parse.js +0 -45
- package/app/api-destined-function/node_modules/uuid/dist/regex.js +0 -8
- package/app/api-destined-function/node_modules/uuid/dist/rng-browser.js +0 -25
- package/app/api-destined-function/node_modules/uuid/dist/rng.js +0 -24
- package/app/api-destined-function/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/app/api-destined-function/node_modules/uuid/dist/sha1.js +0 -23
- package/app/api-destined-function/node_modules/uuid/dist/stringify.js +0 -44
- package/app/api-destined-function/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/app/api-destined-function/node_modules/uuid/dist/v1.js +0 -107
- package/app/api-destined-function/node_modules/uuid/dist/v3.js +0 -16
- package/app/api-destined-function/node_modules/uuid/dist/v35.js +0 -80
- package/app/api-destined-function/node_modules/uuid/dist/v4.js +0 -43
- package/app/api-destined-function/node_modules/uuid/dist/v5.js +0 -16
- package/app/api-destined-function/node_modules/uuid/dist/validate.js +0 -17
- package/app/api-destined-function/node_modules/uuid/dist/version.js +0 -21
- package/app/api-destined-function/node_modules/uuid/package.json +0 -131
- package/app/api-destined-function/node_modules/uuid/wrapper.mjs +0 -10
- package/lerna.json +0 -6
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rimraf-windows.js","sourceRoot":"","sources":["../../src/rimraf-windows.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"use-native.d.ts","sourceRoot":"","sources":["../../src/use-native.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAI9D,eAAO,MAAM,SAAS,EAAE,CAAC,GAAG,CAAC,EAAE,kBAAkB,KAAK,OAGb,CAAA;AACzC,eAAO,MAAM,aAAa,EAAE,CAAC,GAAG,CAAC,EAAE,aAAa,KAAK,OAGZ,CAAA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
const version = process.env.__TESTING_RIMRAF_NODE_VERSION__ || process.version;
|
|
2
|
-
const versArr = version.replace(/^v/, '').split('.');
|
|
3
|
-
const hasNative = +versArr[0] > 14 || (+versArr[0] === 14 && +versArr[1] >= 14);
|
|
4
|
-
// we do NOT use native by default on Windows, because Node's native
|
|
5
|
-
// rm implementation is less advanced. Change this code if that changes.
|
|
6
|
-
import platform from './platform.js';
|
|
7
|
-
export const useNative = !hasNative || platform === 'win32'
|
|
8
|
-
? () => false
|
|
9
|
-
: opt => !opt?.signal && !opt?.filter;
|
|
10
|
-
export const useNativeSync = !hasNative || platform === 'win32'
|
|
11
|
-
? () => false
|
|
12
|
-
: opt => !opt?.signal && !opt?.filter;
|
|
13
|
-
//# sourceMappingURL=use-native.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"use-native.js","sourceRoot":"","sources":["../../src/use-native.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,GAAG,OAAO,CAAC,GAAG,CAAC,+BAA+B,IAAI,OAAO,CAAC,OAAO,CAAA;AAC9E,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;AACpD,MAAM,SAAS,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAA;AAE/E,oEAAoE;AACpE,yEAAyE;AACzE,OAAO,QAAQ,MAAM,eAAe,CAAA;AACpC,MAAM,CAAC,MAAM,SAAS,GACpB,CAAC,SAAS,IAAI,QAAQ,KAAK,OAAO;IAChC,CAAC,CAAC,GAAG,EAAE,CAAC,KAAK;IACb,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,GAAG,EAAE,MAAM,IAAI,CAAC,GAAG,EAAE,MAAM,CAAA;AACzC,MAAM,CAAC,MAAM,aAAa,GACxB,CAAC,SAAS,IAAI,QAAQ,KAAK,OAAO;IAChC,CAAC,CAAC,GAAG,EAAE,CAAC,KAAK;IACb,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,GAAG,EAAE,MAAM,IAAI,CAAC,GAAG,EAAE,MAAM,CAAA"}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "rimraf",
|
|
3
|
-
"version": "4.4.0",
|
|
4
|
-
"main": "./dist/cjs/src/index-cjs.js",
|
|
5
|
-
"module": "./dist/mjs/index.js",
|
|
6
|
-
"types": "./dist/mjs/index.d.ts",
|
|
7
|
-
"bin": "./dist/cjs/src/bin.js",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"import": {
|
|
11
|
-
"types": "./dist/mjs/index.d.ts",
|
|
12
|
-
"default": "./dist/mjs/index.js"
|
|
13
|
-
},
|
|
14
|
-
"require": {
|
|
15
|
-
"types": "./dist/cjs/src/index.d.ts",
|
|
16
|
-
"default": "./dist/cjs/src/index-cjs.js"
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"files": [
|
|
21
|
-
"dist"
|
|
22
|
-
],
|
|
23
|
-
"description": "A deep deletion module for node (like `rm -rf`)",
|
|
24
|
-
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
25
|
-
"license": "ISC",
|
|
26
|
-
"repository": "git://github.com/isaacs/rimraf.git",
|
|
27
|
-
"scripts": {
|
|
28
|
-
"preversion": "npm test",
|
|
29
|
-
"postversion": "npm publish",
|
|
30
|
-
"prepublishOnly": "git push origin --follow-tags",
|
|
31
|
-
"preprepare": "rm -rf dist",
|
|
32
|
-
"prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json",
|
|
33
|
-
"postprepare": "bash fixup.sh",
|
|
34
|
-
"pretest": "npm run prepare",
|
|
35
|
-
"presnap": "npm run prepare",
|
|
36
|
-
"test": "c8 tap",
|
|
37
|
-
"snap": "c8 tap",
|
|
38
|
-
"format": "prettier --write . --loglevel warn",
|
|
39
|
-
"benchmark": "node benchmark/index.js",
|
|
40
|
-
"typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts"
|
|
41
|
-
},
|
|
42
|
-
"prettier": {
|
|
43
|
-
"semi": false,
|
|
44
|
-
"printWidth": 80,
|
|
45
|
-
"tabWidth": 2,
|
|
46
|
-
"useTabs": false,
|
|
47
|
-
"singleQuote": true,
|
|
48
|
-
"jsxSingleQuote": false,
|
|
49
|
-
"bracketSameLine": true,
|
|
50
|
-
"arrowParens": "avoid",
|
|
51
|
-
"endOfLine": "lf"
|
|
52
|
-
},
|
|
53
|
-
"devDependencies": {
|
|
54
|
-
"@types/node": "^18.11.9",
|
|
55
|
-
"@types/tap": "^15.0.7",
|
|
56
|
-
"c8": "^7.12.0",
|
|
57
|
-
"eslint-config-prettier": "^8.6.0",
|
|
58
|
-
"mkdirp": "1",
|
|
59
|
-
"prettier": "^2.8.2",
|
|
60
|
-
"tap": "^16.3.4",
|
|
61
|
-
"ts-node": "^10.9.1",
|
|
62
|
-
"typedoc": "^0.23.21",
|
|
63
|
-
"typescript": "^4.9.3"
|
|
64
|
-
},
|
|
65
|
-
"tap": {
|
|
66
|
-
"coverage": false,
|
|
67
|
-
"libtap-settings": "libtap-settings.js",
|
|
68
|
-
"node-arg": [
|
|
69
|
-
"--no-warnings",
|
|
70
|
-
"--loader",
|
|
71
|
-
"ts-node/esm"
|
|
72
|
-
],
|
|
73
|
-
"ts": false
|
|
74
|
-
},
|
|
75
|
-
"funding": {
|
|
76
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
77
|
-
},
|
|
78
|
-
"engines": {
|
|
79
|
-
"node": ">=14"
|
|
80
|
-
},
|
|
81
|
-
"dependencies": {
|
|
82
|
-
"glob": "^9.2.0"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2010-2020 Robert Kieffer and other contributors
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
-
|
|
7
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
-
|
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -1,462 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
-- This file is auto-generated from README_js.md. Changes should be made there.
|
|
3
|
-
-->
|
|
4
|
-
|
|
5
|
-
# uuid [](https://github.com/uuidjs/uuid/actions?query=workflow%3ACI) [](https://github.com/uuidjs/uuid/actions?query=workflow%3ABrowser)
|
|
6
|
-
|
|
7
|
-
For the creation of [RFC4122](https://www.ietf.org/rfc/rfc4122.txt) UUIDs
|
|
8
|
-
|
|
9
|
-
- **Complete** - Support for RFC4122 version 1, 3, 4, and 5 UUIDs
|
|
10
|
-
- **Cross-platform** - Support for ...
|
|
11
|
-
- CommonJS, [ECMAScript Modules](#ecmascript-modules) and [CDN builds](#cdn-builds)
|
|
12
|
-
- Node 12, 14, 16, 18
|
|
13
|
-
- Chrome, Safari, Firefox, Edge browsers
|
|
14
|
-
- Webpack and rollup.js module bundlers
|
|
15
|
-
- [React Native / Expo](#react-native--expo)
|
|
16
|
-
- **Secure** - Cryptographically-strong random values
|
|
17
|
-
- **Small** - Zero-dependency, small footprint, plays nice with "tree shaking" packagers
|
|
18
|
-
- **CLI** - Includes the [`uuid` command line](#command-line) utility
|
|
19
|
-
|
|
20
|
-
**Upgrading from `uuid@3`?** Your code is probably okay, but check out [Upgrading From `uuid@3`](#upgrading-from-uuid3) for details.
|
|
21
|
-
|
|
22
|
-
## Quickstart
|
|
23
|
-
|
|
24
|
-
To create a random UUID...
|
|
25
|
-
|
|
26
|
-
**1. Install**
|
|
27
|
-
|
|
28
|
-
```shell
|
|
29
|
-
npm install uuid
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
**2. Create a UUID** (ES6 module syntax)
|
|
33
|
-
|
|
34
|
-
```javascript
|
|
35
|
-
import { v4 as uuidv4 } from 'uuid';
|
|
36
|
-
uuidv4(); // ⇨ '9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d'
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
... or using CommonJS syntax:
|
|
40
|
-
|
|
41
|
-
```javascript
|
|
42
|
-
const { v4: uuidv4 } = require('uuid');
|
|
43
|
-
uuidv4(); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed'
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
For timestamp UUIDs, namespace UUIDs, and other options read on ...
|
|
47
|
-
|
|
48
|
-
## API Summary
|
|
49
|
-
|
|
50
|
-
| | | |
|
|
51
|
-
| --- | --- | --- |
|
|
52
|
-
| [`uuid.NIL`](#uuidnil) | The nil UUID string (all zeros) | New in `uuid@8.3` |
|
|
53
|
-
| [`uuid.parse()`](#uuidparsestr) | Convert UUID string to array of bytes | New in `uuid@8.3` |
|
|
54
|
-
| [`uuid.stringify()`](#uuidstringifyarr-offset) | Convert array of bytes to UUID string | New in `uuid@8.3` |
|
|
55
|
-
| [`uuid.v1()`](#uuidv1options-buffer-offset) | Create a version 1 (timestamp) UUID | |
|
|
56
|
-
| [`uuid.v3()`](#uuidv3name-namespace-buffer-offset) | Create a version 3 (namespace w/ MD5) UUID | |
|
|
57
|
-
| [`uuid.v4()`](#uuidv4options-buffer-offset) | Create a version 4 (random) UUID | |
|
|
58
|
-
| [`uuid.v5()`](#uuidv5name-namespace-buffer-offset) | Create a version 5 (namespace w/ SHA-1) UUID | |
|
|
59
|
-
| [`uuid.validate()`](#uuidvalidatestr) | Test a string to see if it is a valid UUID | New in `uuid@8.3` |
|
|
60
|
-
| [`uuid.version()`](#uuidversionstr) | Detect RFC version of a UUID | New in `uuid@8.3` |
|
|
61
|
-
|
|
62
|
-
## API
|
|
63
|
-
|
|
64
|
-
### uuid.NIL
|
|
65
|
-
|
|
66
|
-
The nil UUID string (all zeros).
|
|
67
|
-
|
|
68
|
-
Example:
|
|
69
|
-
|
|
70
|
-
```javascript
|
|
71
|
-
import { NIL as NIL_UUID } from 'uuid';
|
|
72
|
-
|
|
73
|
-
NIL_UUID; // ⇨ '00000000-0000-0000-0000-000000000000'
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
### uuid.parse(str)
|
|
77
|
-
|
|
78
|
-
Convert UUID string to array of bytes
|
|
79
|
-
|
|
80
|
-
| | |
|
|
81
|
-
| --------- | ---------------------------------------- |
|
|
82
|
-
| `str` | A valid UUID `String` |
|
|
83
|
-
| _returns_ | `Uint8Array[16]` |
|
|
84
|
-
| _throws_ | `TypeError` if `str` is not a valid UUID |
|
|
85
|
-
|
|
86
|
-
Note: Ordering of values in the byte arrays used by `parse()` and `stringify()` follows the left ↠ right order of hex-pairs in UUID strings. As shown in the example below.
|
|
87
|
-
|
|
88
|
-
Example:
|
|
89
|
-
|
|
90
|
-
```javascript
|
|
91
|
-
import { parse as uuidParse } from 'uuid';
|
|
92
|
-
|
|
93
|
-
// Parse a UUID
|
|
94
|
-
const bytes = uuidParse('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b');
|
|
95
|
-
|
|
96
|
-
// Convert to hex strings to show byte order (for documentation purposes)
|
|
97
|
-
[...bytes].map((v) => v.toString(16).padStart(2, '0')); // ⇨
|
|
98
|
-
// [
|
|
99
|
-
// '6e', 'c0', 'bd', '7f',
|
|
100
|
-
// '11', 'c0', '43', 'da',
|
|
101
|
-
// '97', '5e', '2a', '8a',
|
|
102
|
-
// 'd9', 'eb', 'ae', '0b'
|
|
103
|
-
// ]
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
### uuid.stringify(arr[, offset])
|
|
107
|
-
|
|
108
|
-
Convert array of bytes to UUID string
|
|
109
|
-
|
|
110
|
-
| | |
|
|
111
|
-
| -------------- | ---------------------------------------------------------------------------- |
|
|
112
|
-
| `arr` | `Array`-like collection of 16 values (starting from `offset`) between 0-255. |
|
|
113
|
-
| [`offset` = 0] | `Number` Starting index in the Array |
|
|
114
|
-
| _returns_ | `String` |
|
|
115
|
-
| _throws_ | `TypeError` if a valid UUID string cannot be generated |
|
|
116
|
-
|
|
117
|
-
Note: Ordering of values in the byte arrays used by `parse()` and `stringify()` follows the left ↠ right order of hex-pairs in UUID strings. As shown in the example below.
|
|
118
|
-
|
|
119
|
-
Example:
|
|
120
|
-
|
|
121
|
-
```javascript
|
|
122
|
-
import { stringify as uuidStringify } from 'uuid';
|
|
123
|
-
|
|
124
|
-
const uuidBytes = [
|
|
125
|
-
0x6e, 0xc0, 0xbd, 0x7f, 0x11, 0xc0, 0x43, 0xda, 0x97, 0x5e, 0x2a, 0x8a, 0xd9, 0xeb, 0xae, 0x0b,
|
|
126
|
-
];
|
|
127
|
-
|
|
128
|
-
uuidStringify(uuidBytes); // ⇨ '6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'
|
|
129
|
-
```
|
|
130
|
-
|
|
131
|
-
### uuid.v1([options[, buffer[, offset]]])
|
|
132
|
-
|
|
133
|
-
Create an RFC version 1 (timestamp) UUID
|
|
134
|
-
|
|
135
|
-
| | |
|
|
136
|
-
| --- | --- |
|
|
137
|
-
| [`options`] | `Object` with one or more of the following properties: |
|
|
138
|
-
| [`options.node` ] | RFC "node" field as an `Array[6]` of byte values (per 4.1.6) |
|
|
139
|
-
| [`options.clockseq`] | RFC "clock sequence" as a `Number` between 0 - 0x3fff |
|
|
140
|
-
| [`options.msecs`] | RFC "timestamp" field (`Number` of milliseconds, unix epoch) |
|
|
141
|
-
| [`options.nsecs`] | RFC "timestamp" field (`Number` of nanseconds to add to `msecs`, should be 0-10,000) |
|
|
142
|
-
| [`options.random`] | `Array` of 16 random bytes (0-255) |
|
|
143
|
-
| [`options.rng`] | Alternative to `options.random`, a `Function` that returns an `Array` of 16 random bytes (0-255) |
|
|
144
|
-
| [`buffer`] | `Array \| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` |
|
|
145
|
-
| [`offset` = 0] | `Number` Index to start writing UUID bytes in `buffer` |
|
|
146
|
-
| _returns_ | UUID `String` if no `buffer` is specified, otherwise returns `buffer` |
|
|
147
|
-
| _throws_ | `Error` if more than 10M UUIDs/sec are requested |
|
|
148
|
-
|
|
149
|
-
Note: The default [node id](https://tools.ietf.org/html/rfc4122#section-4.1.6) (the last 12 digits in the UUID) is generated once, randomly, on process startup, and then remains unchanged for the duration of the process.
|
|
150
|
-
|
|
151
|
-
Note: `options.random` and `options.rng` are only meaningful on the very first call to `v1()`, where they may be passed to initialize the internal `node` and `clockseq` fields.
|
|
152
|
-
|
|
153
|
-
Example:
|
|
154
|
-
|
|
155
|
-
```javascript
|
|
156
|
-
import { v1 as uuidv1 } from 'uuid';
|
|
157
|
-
|
|
158
|
-
uuidv1(); // ⇨ '2c5ea4c0-4067-11e9-8bad-9b1deb4d3b7d'
|
|
159
|
-
```
|
|
160
|
-
|
|
161
|
-
Example using `options`:
|
|
162
|
-
|
|
163
|
-
```javascript
|
|
164
|
-
import { v1 as uuidv1 } from 'uuid';
|
|
165
|
-
|
|
166
|
-
const v1options = {
|
|
167
|
-
node: [0x01, 0x23, 0x45, 0x67, 0x89, 0xab],
|
|
168
|
-
clockseq: 0x1234,
|
|
169
|
-
msecs: new Date('2011-11-01').getTime(),
|
|
170
|
-
nsecs: 5678,
|
|
171
|
-
};
|
|
172
|
-
uuidv1(v1options); // ⇨ '710b962e-041c-11e1-9234-0123456789ab'
|
|
173
|
-
```
|
|
174
|
-
|
|
175
|
-
### uuid.v3(name, namespace[, buffer[, offset]])
|
|
176
|
-
|
|
177
|
-
Create an RFC version 3 (namespace w/ MD5) UUID
|
|
178
|
-
|
|
179
|
-
API is identical to `v5()`, but uses "v3" instead.
|
|
180
|
-
|
|
181
|
-
⚠️ Note: Per the RFC, "_If backward compatibility is not an issue, SHA-1 [Version 5] is preferred_."
|
|
182
|
-
|
|
183
|
-
### uuid.v4([options[, buffer[, offset]]])
|
|
184
|
-
|
|
185
|
-
Create an RFC version 4 (random) UUID
|
|
186
|
-
|
|
187
|
-
| | |
|
|
188
|
-
| --- | --- |
|
|
189
|
-
| [`options`] | `Object` with one or more of the following properties: |
|
|
190
|
-
| [`options.random`] | `Array` of 16 random bytes (0-255) |
|
|
191
|
-
| [`options.rng`] | Alternative to `options.random`, a `Function` that returns an `Array` of 16 random bytes (0-255) |
|
|
192
|
-
| [`buffer`] | `Array \| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` |
|
|
193
|
-
| [`offset` = 0] | `Number` Index to start writing UUID bytes in `buffer` |
|
|
194
|
-
| _returns_ | UUID `String` if no `buffer` is specified, otherwise returns `buffer` |
|
|
195
|
-
|
|
196
|
-
Example:
|
|
197
|
-
|
|
198
|
-
```javascript
|
|
199
|
-
import { v4 as uuidv4 } from 'uuid';
|
|
200
|
-
|
|
201
|
-
uuidv4(); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed'
|
|
202
|
-
```
|
|
203
|
-
|
|
204
|
-
Example using predefined `random` values:
|
|
205
|
-
|
|
206
|
-
```javascript
|
|
207
|
-
import { v4 as uuidv4 } from 'uuid';
|
|
208
|
-
|
|
209
|
-
const v4options = {
|
|
210
|
-
random: [
|
|
211
|
-
0x10, 0x91, 0x56, 0xbe, 0xc4, 0xfb, 0xc1, 0xea, 0x71, 0xb4, 0xef, 0xe1, 0x67, 0x1c, 0x58, 0x36,
|
|
212
|
-
],
|
|
213
|
-
};
|
|
214
|
-
uuidv4(v4options); // ⇨ '109156be-c4fb-41ea-b1b4-efe1671c5836'
|
|
215
|
-
```
|
|
216
|
-
|
|
217
|
-
### uuid.v5(name, namespace[, buffer[, offset]])
|
|
218
|
-
|
|
219
|
-
Create an RFC version 5 (namespace w/ SHA-1) UUID
|
|
220
|
-
|
|
221
|
-
| | |
|
|
222
|
-
| --- | --- |
|
|
223
|
-
| `name` | `String \| Array` |
|
|
224
|
-
| `namespace` | `String \| Array[16]` Namespace UUID |
|
|
225
|
-
| [`buffer`] | `Array \| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` |
|
|
226
|
-
| [`offset` = 0] | `Number` Index to start writing UUID bytes in `buffer` |
|
|
227
|
-
| _returns_ | UUID `String` if no `buffer` is specified, otherwise returns `buffer` |
|
|
228
|
-
|
|
229
|
-
Note: The RFC `DNS` and `URL` namespaces are available as `v5.DNS` and `v5.URL`.
|
|
230
|
-
|
|
231
|
-
Example with custom namespace:
|
|
232
|
-
|
|
233
|
-
```javascript
|
|
234
|
-
import { v5 as uuidv5 } from 'uuid';
|
|
235
|
-
|
|
236
|
-
// Define a custom namespace. Readers, create your own using something like
|
|
237
|
-
// https://www.uuidgenerator.net/
|
|
238
|
-
const MY_NAMESPACE = '1b671a64-40d5-491e-99b0-da01ff1f3341';
|
|
239
|
-
|
|
240
|
-
uuidv5('Hello, World!', MY_NAMESPACE); // ⇨ '630eb68f-e0fa-5ecc-887a-7c7a62614681'
|
|
241
|
-
```
|
|
242
|
-
|
|
243
|
-
Example with RFC `URL` namespace:
|
|
244
|
-
|
|
245
|
-
```javascript
|
|
246
|
-
import { v5 as uuidv5 } from 'uuid';
|
|
247
|
-
|
|
248
|
-
uuidv5('https://www.w3.org/', uuidv5.URL); // ⇨ 'c106a26a-21bb-5538-8bf2-57095d1976c1'
|
|
249
|
-
```
|
|
250
|
-
|
|
251
|
-
### uuid.validate(str)
|
|
252
|
-
|
|
253
|
-
Test a string to see if it is a valid UUID
|
|
254
|
-
|
|
255
|
-
| | |
|
|
256
|
-
| --------- | --------------------------------------------------- |
|
|
257
|
-
| `str` | `String` to validate |
|
|
258
|
-
| _returns_ | `true` if string is a valid UUID, `false` otherwise |
|
|
259
|
-
|
|
260
|
-
Example:
|
|
261
|
-
|
|
262
|
-
```javascript
|
|
263
|
-
import { validate as uuidValidate } from 'uuid';
|
|
264
|
-
|
|
265
|
-
uuidValidate('not a UUID'); // ⇨ false
|
|
266
|
-
uuidValidate('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); // ⇨ true
|
|
267
|
-
```
|
|
268
|
-
|
|
269
|
-
Using `validate` and `version` together it is possible to do per-version validation, e.g. validate for only v4 UUIds.
|
|
270
|
-
|
|
271
|
-
```javascript
|
|
272
|
-
import { version as uuidVersion } from 'uuid';
|
|
273
|
-
import { validate as uuidValidate } from 'uuid';
|
|
274
|
-
|
|
275
|
-
function uuidValidateV4(uuid) {
|
|
276
|
-
return uuidValidate(uuid) && uuidVersion(uuid) === 4;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
const v1Uuid = 'd9428888-122b-11e1-b85c-61cd3cbb3210';
|
|
280
|
-
const v4Uuid = '109156be-c4fb-41ea-b1b4-efe1671c5836';
|
|
281
|
-
|
|
282
|
-
uuidValidateV4(v4Uuid); // ⇨ true
|
|
283
|
-
uuidValidateV4(v1Uuid); // ⇨ false
|
|
284
|
-
```
|
|
285
|
-
|
|
286
|
-
### uuid.version(str)
|
|
287
|
-
|
|
288
|
-
Detect RFC version of a UUID
|
|
289
|
-
|
|
290
|
-
| | |
|
|
291
|
-
| --------- | ---------------------------------------- |
|
|
292
|
-
| `str` | A valid UUID `String` |
|
|
293
|
-
| _returns_ | `Number` The RFC version of the UUID |
|
|
294
|
-
| _throws_ | `TypeError` if `str` is not a valid UUID |
|
|
295
|
-
|
|
296
|
-
Example:
|
|
297
|
-
|
|
298
|
-
```javascript
|
|
299
|
-
import { version as uuidVersion } from 'uuid';
|
|
300
|
-
|
|
301
|
-
uuidVersion('45637ec4-c85f-11ea-87d0-0242ac130003'); // ⇨ 1
|
|
302
|
-
uuidVersion('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); // ⇨ 4
|
|
303
|
-
```
|
|
304
|
-
|
|
305
|
-
## Command Line
|
|
306
|
-
|
|
307
|
-
UUIDs can be generated from the command line using `uuid`.
|
|
308
|
-
|
|
309
|
-
```shell
|
|
310
|
-
$ npx uuid
|
|
311
|
-
ddeb27fb-d9a0-4624-be4d-4615062daed4
|
|
312
|
-
```
|
|
313
|
-
|
|
314
|
-
The default is to generate version 4 UUIDS, however the other versions are supported. Type `uuid --help` for details:
|
|
315
|
-
|
|
316
|
-
```shell
|
|
317
|
-
$ npx uuid --help
|
|
318
|
-
|
|
319
|
-
Usage:
|
|
320
|
-
uuid
|
|
321
|
-
uuid v1
|
|
322
|
-
uuid v3 <name> <namespace uuid>
|
|
323
|
-
uuid v4
|
|
324
|
-
uuid v5 <name> <namespace uuid>
|
|
325
|
-
uuid --help
|
|
326
|
-
|
|
327
|
-
Note: <namespace uuid> may be "URL" or "DNS" to use the corresponding UUIDs
|
|
328
|
-
defined by RFC4122
|
|
329
|
-
```
|
|
330
|
-
|
|
331
|
-
## ECMAScript Modules
|
|
332
|
-
|
|
333
|
-
This library comes with [ECMAScript Modules](https://www.ecma-international.org/ecma-262/6.0/#sec-modules) (ESM) support for Node.js versions that support it ([example](./examples/node-esmodules/)) as well as bundlers like [rollup.js](https://rollupjs.org/guide/en/#tree-shaking) ([example](./examples/browser-rollup/)) and [webpack](https://webpack.js.org/guides/tree-shaking/) ([example](./examples/browser-webpack/)) (targeting both, Node.js and browser environments).
|
|
334
|
-
|
|
335
|
-
```javascript
|
|
336
|
-
import { v4 as uuidv4 } from 'uuid';
|
|
337
|
-
uuidv4(); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed'
|
|
338
|
-
```
|
|
339
|
-
|
|
340
|
-
To run the examples you must first create a dist build of this library in the module root:
|
|
341
|
-
|
|
342
|
-
```shell
|
|
343
|
-
npm run build
|
|
344
|
-
```
|
|
345
|
-
|
|
346
|
-
## CDN Builds
|
|
347
|
-
|
|
348
|
-
### ECMAScript Modules
|
|
349
|
-
|
|
350
|
-
To load this module directly into modern browsers that [support loading ECMAScript Modules](https://caniuse.com/#feat=es6-module) you can make use of [jspm](https://jspm.org/):
|
|
351
|
-
|
|
352
|
-
```html
|
|
353
|
-
<script type="module">
|
|
354
|
-
import { v4 as uuidv4 } from 'https://jspm.dev/uuid';
|
|
355
|
-
console.log(uuidv4()); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed'
|
|
356
|
-
</script>
|
|
357
|
-
```
|
|
358
|
-
|
|
359
|
-
### UMD
|
|
360
|
-
|
|
361
|
-
As of `uuid@9` [UMD (Universal Module Definition)](https://github.com/umdjs/umd) builds are no longer shipped with this library.
|
|
362
|
-
|
|
363
|
-
If you need a UMD build of this library, use a bundler like Webpack or Rollup. Alternatively, refer to the documentation of [`uuid@8.3.2`](https://github.com/uuidjs/uuid/blob/v8.3.2/README.md#umd) which was the last version that shipped UMD builds.
|
|
364
|
-
|
|
365
|
-
## Known issues
|
|
366
|
-
|
|
367
|
-
### Duplicate UUIDs (Googlebot)
|
|
368
|
-
|
|
369
|
-
This module may generate duplicate UUIDs when run in clients with _deterministic_ random number generators, such as [Googlebot crawlers](https://developers.google.com/search/docs/advanced/crawling/overview-google-crawlers). This can cause problems for apps that expect client-generated UUIDs to always be unique. Developers should be prepared for this and have a strategy for dealing with possible collisions, such as:
|
|
370
|
-
|
|
371
|
-
- Check for duplicate UUIDs, fail gracefully
|
|
372
|
-
- Disable write operations for Googlebot clients
|
|
373
|
-
|
|
374
|
-
### "getRandomValues() not supported"
|
|
375
|
-
|
|
376
|
-
This error occurs in environments where the standard [`crypto.getRandomValues()`](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues) API is not supported. This issue can be resolved by adding an appropriate polyfill:
|
|
377
|
-
|
|
378
|
-
### React Native / Expo
|
|
379
|
-
|
|
380
|
-
1. Install [`react-native-get-random-values`](https://github.com/LinusU/react-native-get-random-values#readme)
|
|
381
|
-
1. Import it _before_ `uuid`. Since `uuid` might also appear as a transitive dependency of some other imports it's safest to just import `react-native-get-random-values` as the very first thing in your entry point:
|
|
382
|
-
|
|
383
|
-
```javascript
|
|
384
|
-
import 'react-native-get-random-values';
|
|
385
|
-
import { v4 as uuidv4 } from 'uuid';
|
|
386
|
-
```
|
|
387
|
-
|
|
388
|
-
Note: If you are using Expo, you must be using at least `react-native-get-random-values@1.5.0` and `expo@39.0.0`.
|
|
389
|
-
|
|
390
|
-
### Web Workers / Service Workers (Edge <= 18)
|
|
391
|
-
|
|
392
|
-
[In Edge <= 18, Web Crypto is not supported in Web Workers or Service Workers](https://caniuse.com/#feat=cryptography) and we are not aware of a polyfill (let us know if you find one, please).
|
|
393
|
-
|
|
394
|
-
### IE 11 (Internet Explorer)
|
|
395
|
-
|
|
396
|
-
Support for IE11 and other legacy browsers has been dropped as of `uuid@9`. If you need to support legacy browsers, you can always transpile the uuid module source yourself (e.g. using [Babel](https://babeljs.io/)).
|
|
397
|
-
|
|
398
|
-
## Upgrading From `uuid@7`
|
|
399
|
-
|
|
400
|
-
### Only Named Exports Supported When Using with Node.js ESM
|
|
401
|
-
|
|
402
|
-
`uuid@7` did not come with native ECMAScript Module (ESM) support for Node.js. Importing it in Node.js ESM consequently imported the CommonJS source with a default export. This library now comes with true Node.js ESM support and only provides named exports.
|
|
403
|
-
|
|
404
|
-
Instead of doing:
|
|
405
|
-
|
|
406
|
-
```javascript
|
|
407
|
-
import uuid from 'uuid';
|
|
408
|
-
uuid.v4();
|
|
409
|
-
```
|
|
410
|
-
|
|
411
|
-
you will now have to use the named exports:
|
|
412
|
-
|
|
413
|
-
```javascript
|
|
414
|
-
import { v4 as uuidv4 } from 'uuid';
|
|
415
|
-
uuidv4();
|
|
416
|
-
```
|
|
417
|
-
|
|
418
|
-
### Deep Requires No Longer Supported
|
|
419
|
-
|
|
420
|
-
Deep requires like `require('uuid/v4')` [which have been deprecated in `uuid@7`](#deep-requires-now-deprecated) are no longer supported.
|
|
421
|
-
|
|
422
|
-
## Upgrading From `uuid@3`
|
|
423
|
-
|
|
424
|
-
"_Wait... what happened to `uuid@4` thru `uuid@6`?!?_"
|
|
425
|
-
|
|
426
|
-
In order to avoid confusion with RFC [version 4](#uuidv4options-buffer-offset) and [version 5](#uuidv5name-namespace-buffer-offset) UUIDs, and a possible [version 6](http://gh.peabody.io/uuidv6/), releases 4 thru 6 of this module have been skipped.
|
|
427
|
-
|
|
428
|
-
### Deep Requires Now Deprecated
|
|
429
|
-
|
|
430
|
-
`uuid@3` encouraged the use of deep requires to minimize the bundle size of browser builds:
|
|
431
|
-
|
|
432
|
-
```javascript
|
|
433
|
-
const uuidv4 = require('uuid/v4'); // <== NOW DEPRECATED!
|
|
434
|
-
uuidv4();
|
|
435
|
-
```
|
|
436
|
-
|
|
437
|
-
As of `uuid@7` this library now provides ECMAScript modules builds, which allow packagers like Webpack and Rollup to do "tree-shaking" to remove dead code. Instead, use the `import` syntax:
|
|
438
|
-
|
|
439
|
-
```javascript
|
|
440
|
-
import { v4 as uuidv4 } from 'uuid';
|
|
441
|
-
uuidv4();
|
|
442
|
-
```
|
|
443
|
-
|
|
444
|
-
... or for CommonJS:
|
|
445
|
-
|
|
446
|
-
```javascript
|
|
447
|
-
const { v4: uuidv4 } = require('uuid');
|
|
448
|
-
uuidv4();
|
|
449
|
-
```
|
|
450
|
-
|
|
451
|
-
### Default Export Removed
|
|
452
|
-
|
|
453
|
-
`uuid@3` was exporting the Version 4 UUID method as a default export:
|
|
454
|
-
|
|
455
|
-
```javascript
|
|
456
|
-
const uuid = require('uuid'); // <== REMOVED!
|
|
457
|
-
```
|
|
458
|
-
|
|
459
|
-
This usage pattern was already discouraged in `uuid@3` and has been removed in `uuid@7`.
|
|
460
|
-
|
|
461
|
-
----
|
|
462
|
-
Markdown generated from [README_js.md](README_js.md) by [](https://github.com/broofa/runmd)
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "NIL", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _nil.default;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "parse", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _parse.default;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, "stringify", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _stringify.default;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
Object.defineProperty(exports, "v1", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
get: function get() {
|
|
27
|
-
return _v.default;
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
Object.defineProperty(exports, "v3", {
|
|
31
|
-
enumerable: true,
|
|
32
|
-
get: function get() {
|
|
33
|
-
return _v2.default;
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
Object.defineProperty(exports, "v4", {
|
|
37
|
-
enumerable: true,
|
|
38
|
-
get: function get() {
|
|
39
|
-
return _v3.default;
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
Object.defineProperty(exports, "v5", {
|
|
43
|
-
enumerable: true,
|
|
44
|
-
get: function get() {
|
|
45
|
-
return _v4.default;
|
|
46
|
-
}
|
|
47
|
-
});
|
|
48
|
-
Object.defineProperty(exports, "validate", {
|
|
49
|
-
enumerable: true,
|
|
50
|
-
get: function get() {
|
|
51
|
-
return _validate.default;
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
|
-
Object.defineProperty(exports, "version", {
|
|
55
|
-
enumerable: true,
|
|
56
|
-
get: function get() {
|
|
57
|
-
return _version.default;
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
|
-
|
|
61
|
-
var _v = _interopRequireDefault(require("./v1.js"));
|
|
62
|
-
|
|
63
|
-
var _v2 = _interopRequireDefault(require("./v3.js"));
|
|
64
|
-
|
|
65
|
-
var _v3 = _interopRequireDefault(require("./v4.js"));
|
|
66
|
-
|
|
67
|
-
var _v4 = _interopRequireDefault(require("./v5.js"));
|
|
68
|
-
|
|
69
|
-
var _nil = _interopRequireDefault(require("./nil.js"));
|
|
70
|
-
|
|
71
|
-
var _version = _interopRequireDefault(require("./version.js"));
|
|
72
|
-
|
|
73
|
-
var _validate = _interopRequireDefault(require("./validate.js"));
|
|
74
|
-
|
|
75
|
-
var _stringify = _interopRequireDefault(require("./stringify.js"));
|
|
76
|
-
|
|
77
|
-
var _parse = _interopRequireDefault(require("./parse.js"));
|
|
78
|
-
|
|
79
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|