@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,24 +0,0 @@
|
|
|
1
|
-
const platform = process.env.__TESTING_MKDIRP_PLATFORM__ || process.platform;
|
|
2
|
-
import { parse, resolve } from 'path';
|
|
3
|
-
export const pathArg = (path) => {
|
|
4
|
-
if (/\0/.test(path)) {
|
|
5
|
-
// simulate same failure that node raises
|
|
6
|
-
throw Object.assign(new TypeError('path must be a string without null bytes'), {
|
|
7
|
-
path,
|
|
8
|
-
code: 'ERR_INVALID_ARG_VALUE',
|
|
9
|
-
});
|
|
10
|
-
}
|
|
11
|
-
path = resolve(path);
|
|
12
|
-
if (platform === 'win32') {
|
|
13
|
-
const badWinChars = /[*|"<>?:]/;
|
|
14
|
-
const { root } = parse(path);
|
|
15
|
-
if (badWinChars.test(path.substring(root.length))) {
|
|
16
|
-
throw Object.assign(new Error('Illegal characters in path.'), {
|
|
17
|
-
path,
|
|
18
|
-
code: 'EINVAL',
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
return path;
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=path-arg.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"path-arg.js","sourceRoot":"","sources":["../../src/path-arg.ts"],"names":[],"mappings":"AAAA,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,IAAI,OAAO,CAAC,QAAQ,CAAA;AAC5E,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAA;AACrC,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,IAAY,EAAE,EAAE;IACtC,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;QACnB,yCAAyC;QACzC,MAAM,MAAM,CAAC,MAAM,CACjB,IAAI,SAAS,CAAC,0CAA0C,CAAC,EACzD;YACE,IAAI;YACJ,IAAI,EAAE,uBAAuB;SAC9B,CACF,CAAA;KACF;IAED,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACpB,IAAI,QAAQ,KAAK,OAAO,EAAE;QACxB,MAAM,WAAW,GAAG,WAAW,CAAA;QAC/B,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,CAAC,CAAA;QAC5B,IAAI,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE;YACjD,MAAM,MAAM,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,6BAA6B,CAAC,EAAE;gBAC5D,IAAI;gBACJ,IAAI,EAAE,QAAQ;aACf,CAAC,CAAA;SACH;KACF;IAED,OAAO,IAAI,CAAA;AACb,CAAC,CAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { MkdirpOptions } from './opts-arg.js';
|
|
2
|
-
export declare const useNativeSync: (opts?: MkdirpOptions) => boolean;
|
|
3
|
-
export declare const useNative: ((opts?: MkdirpOptions) => boolean) & {
|
|
4
|
-
sync: (opts?: MkdirpOptions) => boolean;
|
|
5
|
-
};
|
|
6
|
-
//# sourceMappingURL=use-native.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"use-native.d.ts","sourceRoot":"","sources":["../../src/use-native.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAW,MAAM,eAAe,CAAA;AAMtD,eAAO,MAAM,aAAa,UAEd,aAAa,YAA0C,CAAA;AAEnE,eAAO,MAAM,SAAS,WAGR,aAAa;kBALf,aAAa;CASxB,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { mkdir, mkdirSync } from 'fs';
|
|
2
|
-
import { optsArg } from './opts-arg.js';
|
|
3
|
-
const version = process.env.__TESTING_MKDIRP_NODE_VERSION__ || process.version;
|
|
4
|
-
const versArr = version.replace(/^v/, '').split('.');
|
|
5
|
-
const hasNative = +versArr[0] > 10 || (+versArr[0] === 10 && +versArr[1] >= 12);
|
|
6
|
-
export const useNativeSync = !hasNative
|
|
7
|
-
? () => false
|
|
8
|
-
: (opts) => optsArg(opts).mkdirSync === mkdirSync;
|
|
9
|
-
export const useNative = Object.assign(!hasNative
|
|
10
|
-
? () => false
|
|
11
|
-
: (opts) => optsArg(opts).mkdir === mkdir, {
|
|
12
|
-
sync: useNativeSync,
|
|
13
|
-
});
|
|
14
|
-
//# sourceMappingURL=use-native.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"use-native.js","sourceRoot":"","sources":["../../src/use-native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,IAAI,CAAA;AACrC,OAAO,EAAiB,OAAO,EAAE,MAAM,eAAe,CAAA;AAEtD,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,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,SAAS;IACrC,CAAC,CAAC,GAAG,EAAE,CAAC,KAAK;IACb,CAAC,CAAC,CAAC,IAAoB,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,SAAS,KAAK,SAAS,CAAA;AAEnE,MAAM,CAAC,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,CACpC,CAAC,SAAS;IACR,CAAC,CAAC,GAAG,EAAE,CAAC,KAAK;IACb,CAAC,CAAC,CAAC,IAAoB,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,KAAK,KAAK,KAAK,EAC3D;IACE,IAAI,EAAE,aAAa;CACpB,CACF,CAAA"}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mkdirp",
|
|
3
|
-
"description": "Recursively mkdir, like `mkdir -p`",
|
|
4
|
-
"version": "2.1.5",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"mkdir",
|
|
7
|
-
"directory",
|
|
8
|
-
"make dir",
|
|
9
|
-
"make",
|
|
10
|
-
"dir",
|
|
11
|
-
"recursive",
|
|
12
|
-
"native"
|
|
13
|
-
],
|
|
14
|
-
"bin": "./dist/cjs/src/bin.js",
|
|
15
|
-
"main": "./dist/cjs/src/index-cjs.js",
|
|
16
|
-
"module": "./dist/mjs/index.js",
|
|
17
|
-
"types": "./dist/mjs/index.d.ts",
|
|
18
|
-
"exports": {
|
|
19
|
-
".": {
|
|
20
|
-
"import": {
|
|
21
|
-
"types": "./dist/mjs/index.d.ts",
|
|
22
|
-
"default": "./dist/mjs/index.js"
|
|
23
|
-
},
|
|
24
|
-
"require": {
|
|
25
|
-
"types": "./dist/cjs/src/index.d.ts",
|
|
26
|
-
"default": "./dist/cjs/src/index-cjs.js"
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
"files": [
|
|
31
|
-
"dist"
|
|
32
|
-
],
|
|
33
|
-
"scripts": {
|
|
34
|
-
"preversion": "npm test",
|
|
35
|
-
"postversion": "npm publish",
|
|
36
|
-
"prepublishOnly": "git push origin --follow-tags",
|
|
37
|
-
"preprepare": "rm -rf dist",
|
|
38
|
-
"prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json",
|
|
39
|
-
"postprepare": "bash fixup.sh",
|
|
40
|
-
"pretest": "npm run prepare",
|
|
41
|
-
"presnap": "npm run prepare",
|
|
42
|
-
"test": "c8 tap",
|
|
43
|
-
"snap": "c8 tap",
|
|
44
|
-
"format": "prettier --write . --loglevel warn",
|
|
45
|
-
"benchmark": "node benchmark/index.js",
|
|
46
|
-
"typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts"
|
|
47
|
-
},
|
|
48
|
-
"prettier": {
|
|
49
|
-
"semi": false,
|
|
50
|
-
"printWidth": 80,
|
|
51
|
-
"tabWidth": 2,
|
|
52
|
-
"useTabs": false,
|
|
53
|
-
"singleQuote": true,
|
|
54
|
-
"jsxSingleQuote": false,
|
|
55
|
-
"bracketSameLine": true,
|
|
56
|
-
"arrowParens": "avoid",
|
|
57
|
-
"endOfLine": "lf"
|
|
58
|
-
},
|
|
59
|
-
"devDependencies": {
|
|
60
|
-
"@types/brace-expansion": "^1.1.0",
|
|
61
|
-
"@types/node": "^18.11.9",
|
|
62
|
-
"@types/tap": "^15.0.7",
|
|
63
|
-
"c8": "^7.12.0",
|
|
64
|
-
"eslint-config-prettier": "^8.6.0",
|
|
65
|
-
"prettier": "^2.8.2",
|
|
66
|
-
"tap": "^16.3.3",
|
|
67
|
-
"ts-node": "^10.9.1",
|
|
68
|
-
"typedoc": "^0.23.21",
|
|
69
|
-
"typescript": "^4.9.3"
|
|
70
|
-
},
|
|
71
|
-
"tap": {
|
|
72
|
-
"coverage": false,
|
|
73
|
-
"node-arg": [
|
|
74
|
-
"--no-warnings",
|
|
75
|
-
"--loader",
|
|
76
|
-
"ts-node/esm"
|
|
77
|
-
],
|
|
78
|
-
"ts": false
|
|
79
|
-
},
|
|
80
|
-
"funding": {
|
|
81
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
82
|
-
},
|
|
83
|
-
"repository": {
|
|
84
|
-
"type": "git",
|
|
85
|
-
"url": "https://github.com/isaacs/node-mkdirp.git"
|
|
86
|
-
},
|
|
87
|
-
"license": "MIT",
|
|
88
|
-
"engines": {
|
|
89
|
-
"node": ">=10"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
# mkdirp
|
|
2
|
-
|
|
3
|
-
Like `mkdir -p`, but in Node.js!
|
|
4
|
-
|
|
5
|
-
Now with a modern API and no\* bugs!
|
|
6
|
-
|
|
7
|
-
<small>\* may contain some bugs</small>
|
|
8
|
-
|
|
9
|
-
# example
|
|
10
|
-
|
|
11
|
-
## pow.js
|
|
12
|
-
|
|
13
|
-
```js
|
|
14
|
-
// hybrid module, import or require() both work
|
|
15
|
-
import { mkdirp } from 'mkdirp'
|
|
16
|
-
// or:
|
|
17
|
-
const { mkdirp } = require('mkdirp')
|
|
18
|
-
|
|
19
|
-
// return value is a Promise resolving to the first directory created
|
|
20
|
-
mkdirp('/tmp/foo/bar/baz').then(made =>
|
|
21
|
-
console.log(`made directories, starting with ${made}`)
|
|
22
|
-
)
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
Output (where `/tmp/foo` already exists)
|
|
26
|
-
|
|
27
|
-
```
|
|
28
|
-
made directories, starting with /tmp/foo/bar
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
Or, if you don't have time to wait around for promises:
|
|
32
|
-
|
|
33
|
-
```js
|
|
34
|
-
import { mkdirp } from 'mkdirp'
|
|
35
|
-
|
|
36
|
-
// return value is the first directory created
|
|
37
|
-
const made = mkdirp.sync('/tmp/foo/bar/baz')
|
|
38
|
-
console.log(`made directories, starting with ${made}`)
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
And now /tmp/foo/bar/baz exists, huzzah!
|
|
42
|
-
|
|
43
|
-
# methods
|
|
44
|
-
|
|
45
|
-
```js
|
|
46
|
-
import { mkdirp } from 'mkdirp'
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
## `mkdirp(dir: string, opts?: MkdirpOptions) => Promise<string | undefined>`
|
|
50
|
-
|
|
51
|
-
Create a new directory and any necessary subdirectories at `dir`
|
|
52
|
-
with octal permission string `opts.mode`. If `opts` is a string
|
|
53
|
-
or number, it will be treated as the `opts.mode`.
|
|
54
|
-
|
|
55
|
-
If `opts.mode` isn't specified, it defaults to `0o777`.
|
|
56
|
-
|
|
57
|
-
Promise resolves to first directory `made` that had to be
|
|
58
|
-
created, or `undefined` if everything already exists. Promise
|
|
59
|
-
rejects if any errors are encountered. Note that, in the case of
|
|
60
|
-
promise rejection, some directories _may_ have been created, as
|
|
61
|
-
recursive directory creation is not an atomic operation.
|
|
62
|
-
|
|
63
|
-
You can optionally pass in an alternate `fs` implementation by
|
|
64
|
-
passing in `opts.fs`. Your implementation should have
|
|
65
|
-
`opts.fs.mkdir(path, opts, cb)` and `opts.fs.stat(path, cb)`.
|
|
66
|
-
|
|
67
|
-
You can also override just one or the other of `mkdir` and `stat`
|
|
68
|
-
by passing in `opts.stat` or `opts.mkdir`, or providing an `fs`
|
|
69
|
-
option that only overrides one of these.
|
|
70
|
-
|
|
71
|
-
## `mkdirp.sync(dir: string, opts: MkdirpOptions) => string|undefined`
|
|
72
|
-
|
|
73
|
-
Synchronously create a new directory and any necessary
|
|
74
|
-
subdirectories at `dir` with octal permission string `opts.mode`.
|
|
75
|
-
If `opts` is a string or number, it will be treated as the
|
|
76
|
-
`opts.mode`.
|
|
77
|
-
|
|
78
|
-
If `opts.mode` isn't specified, it defaults to `0o777`.
|
|
79
|
-
|
|
80
|
-
Returns the first directory that had to be created, or undefined
|
|
81
|
-
if everything already exists.
|
|
82
|
-
|
|
83
|
-
You can optionally pass in an alternate `fs` implementation by
|
|
84
|
-
passing in `opts.fs`. Your implementation should have
|
|
85
|
-
`opts.fs.mkdirSync(path, mode)` and `opts.fs.statSync(path)`.
|
|
86
|
-
|
|
87
|
-
You can also override just one or the other of `mkdirSync` and
|
|
88
|
-
`statSync` by passing in `opts.statSync` or `opts.mkdirSync`, or
|
|
89
|
-
providing an `fs` option that only overrides one of these.
|
|
90
|
-
|
|
91
|
-
## `mkdirp.manual`, `mkdirp.manualSync`
|
|
92
|
-
|
|
93
|
-
Use the manual implementation (not the native one). This is the
|
|
94
|
-
default when the native implementation is not available or the
|
|
95
|
-
stat/mkdir implementation is overridden.
|
|
96
|
-
|
|
97
|
-
## `mkdirp.native`, `mkdirp.nativeSync`
|
|
98
|
-
|
|
99
|
-
Use the native implementation (not the manual one). This is the
|
|
100
|
-
default when the native implementation is available and
|
|
101
|
-
stat/mkdir are not overridden.
|
|
102
|
-
|
|
103
|
-
# implementation
|
|
104
|
-
|
|
105
|
-
On Node.js v10.12.0 and above, use the native `fs.mkdir(p,
|
|
106
|
-
{recursive:true})` option, unless `fs.mkdir`/`fs.mkdirSync` has
|
|
107
|
-
been overridden by an option.
|
|
108
|
-
|
|
109
|
-
## native implementation
|
|
110
|
-
|
|
111
|
-
- If the path is a root directory, then pass it to the underlying
|
|
112
|
-
implementation and return the result/error. (In this case,
|
|
113
|
-
it'll either succeed or fail, but we aren't actually creating
|
|
114
|
-
any dirs.)
|
|
115
|
-
- Walk up the path statting each directory, to find the first
|
|
116
|
-
path that will be created, `made`.
|
|
117
|
-
- Call `fs.mkdir(path, { recursive: true })` (or `fs.mkdirSync`)
|
|
118
|
-
- If error, raise it to the caller.
|
|
119
|
-
- Return `made`.
|
|
120
|
-
|
|
121
|
-
## manual implementation
|
|
122
|
-
|
|
123
|
-
- Call underlying `fs.mkdir` implementation, with `recursive:
|
|
124
|
-
false`
|
|
125
|
-
- If error:
|
|
126
|
-
- If path is a root directory, raise to the caller and do not
|
|
127
|
-
handle it
|
|
128
|
-
- If ENOENT, mkdirp parent dir, store result as `made`
|
|
129
|
-
- stat(path)
|
|
130
|
-
- If error, raise original `mkdir` error
|
|
131
|
-
- If directory, return `made`
|
|
132
|
-
- Else, raise original `mkdir` error
|
|
133
|
-
- else
|
|
134
|
-
- return `undefined` if a root dir, or `made` if set, or `path`
|
|
135
|
-
|
|
136
|
-
## windows vs unix caveat
|
|
137
|
-
|
|
138
|
-
On Windows file systems, attempts to create a root directory (ie,
|
|
139
|
-
a drive letter or root UNC path) will fail. If the root
|
|
140
|
-
directory exists, then it will fail with `EPERM`. If the root
|
|
141
|
-
directory does not exist, then it will fail with `ENOENT`.
|
|
142
|
-
|
|
143
|
-
On posix file systems, attempts to create a root directory (in
|
|
144
|
-
recursive mode) will succeed silently, as it is treated like just
|
|
145
|
-
another directory that already exists. (In non-recursive mode,
|
|
146
|
-
of course, it fails with `EEXIST`.)
|
|
147
|
-
|
|
148
|
-
In order to preserve this system-specific behavior (and because
|
|
149
|
-
it's not as if we can create the parent of a root directory
|
|
150
|
-
anyway), attempts to create a root directory are passed directly
|
|
151
|
-
to the `fs` implementation, and any errors encountered are not
|
|
152
|
-
handled.
|
|
153
|
-
|
|
154
|
-
## native error caveat
|
|
155
|
-
|
|
156
|
-
The native implementation (as of at least Node.js v13.4.0) does
|
|
157
|
-
not provide appropriate errors in some cases (see
|
|
158
|
-
[nodejs/node#31481](https://github.com/nodejs/node/issues/31481)
|
|
159
|
-
and
|
|
160
|
-
[nodejs/node#28015](https://github.com/nodejs/node/issues/28015)).
|
|
161
|
-
|
|
162
|
-
In order to work around this issue, the native implementation
|
|
163
|
-
will fall back to the manual implementation if an `ENOENT` error
|
|
164
|
-
is encountered.
|
|
165
|
-
|
|
166
|
-
# choosing a recursive mkdir implementation
|
|
167
|
-
|
|
168
|
-
There are a few to choose from! Use the one that suits your
|
|
169
|
-
needs best :D
|
|
170
|
-
|
|
171
|
-
## use `fs.mkdir(path, {recursive: true}, cb)` if:
|
|
172
|
-
|
|
173
|
-
- You wish to optimize performance even at the expense of other
|
|
174
|
-
factors.
|
|
175
|
-
- You don't need to know the first dir created.
|
|
176
|
-
- You are ok with getting `ENOENT` as the error when some other
|
|
177
|
-
problem is the actual cause.
|
|
178
|
-
- You can limit your platforms to Node.js v10.12 and above.
|
|
179
|
-
- You're ok with using callbacks instead of promises.
|
|
180
|
-
- You don't need/want a CLI.
|
|
181
|
-
- You don't need to override the `fs` methods in use.
|
|
182
|
-
|
|
183
|
-
## use this module (mkdirp 1.x or 2.x) if:
|
|
184
|
-
|
|
185
|
-
- You need to know the first directory that was created.
|
|
186
|
-
- You wish to use the native implementation if available, but
|
|
187
|
-
fall back when it's not.
|
|
188
|
-
- You prefer promise-returning APIs to callback-taking APIs.
|
|
189
|
-
- You want more useful error messages than the native recursive
|
|
190
|
-
mkdir provides (at least as of Node.js v13.4), and are ok with
|
|
191
|
-
re-trying on `ENOENT` to achieve this.
|
|
192
|
-
- You need (or at least, are ok with) a CLI.
|
|
193
|
-
- You need to override the `fs` methods in use.
|
|
194
|
-
|
|
195
|
-
## use [`make-dir`](http://npm.im/make-dir) if:
|
|
196
|
-
|
|
197
|
-
- You do not need to know the first dir created (and wish to save
|
|
198
|
-
a few `stat` calls when using the native implementation for
|
|
199
|
-
this reason).
|
|
200
|
-
- You wish to use the native implementation if available, but
|
|
201
|
-
fall back when it's not.
|
|
202
|
-
- You prefer promise-returning APIs to callback-taking APIs.
|
|
203
|
-
- You are ok with occasionally getting `ENOENT` errors for
|
|
204
|
-
failures that are actually related to something other than a
|
|
205
|
-
missing file system entry.
|
|
206
|
-
- You don't need/want a CLI.
|
|
207
|
-
- You need to override the `fs` methods in use.
|
|
208
|
-
|
|
209
|
-
## use mkdirp 0.x if:
|
|
210
|
-
|
|
211
|
-
- You need to know the first directory that was created.
|
|
212
|
-
- You need (or at least, are ok with) a CLI.
|
|
213
|
-
- You need to override the `fs` methods in use.
|
|
214
|
-
- You're ok with using callbacks instead of promises.
|
|
215
|
-
- You are not running on Windows, where the root-level ENOENT
|
|
216
|
-
errors can lead to infinite regress.
|
|
217
|
-
- You think vinyl just sounds warmer and richer for some weird
|
|
218
|
-
reason.
|
|
219
|
-
- You are supporting truly ancient Node.js versions, before even
|
|
220
|
-
the advent of a `Promise` language primitive. (Please don't.
|
|
221
|
-
You deserve better.)
|
|
222
|
-
|
|
223
|
-
# cli
|
|
224
|
-
|
|
225
|
-
This package also ships with a `mkdirp` command.
|
|
226
|
-
|
|
227
|
-
```
|
|
228
|
-
$ mkdirp -h
|
|
229
|
-
|
|
230
|
-
usage: mkdirp [DIR1,DIR2..] {OPTIONS}
|
|
231
|
-
|
|
232
|
-
Create each supplied directory including any necessary parent directories
|
|
233
|
-
that don't yet exist.
|
|
234
|
-
|
|
235
|
-
If the directory already exists, do nothing.
|
|
236
|
-
|
|
237
|
-
OPTIONS are:
|
|
238
|
-
|
|
239
|
-
-m<mode> If a directory needs to be created, set the mode as an octal
|
|
240
|
-
--mode=<mode> permission string.
|
|
241
|
-
|
|
242
|
-
-v --version Print the mkdirp version number
|
|
243
|
-
|
|
244
|
-
-h --help Print this helpful banner
|
|
245
|
-
|
|
246
|
-
-p --print Print the first directories created for each path provided
|
|
247
|
-
|
|
248
|
-
--manual Use manual implementation, even if native is available
|
|
249
|
-
```
|
|
250
|
-
|
|
251
|
-
# install
|
|
252
|
-
|
|
253
|
-
With [npm](http://npmjs.org) do:
|
|
254
|
-
|
|
255
|
-
```
|
|
256
|
-
npm install mkdirp
|
|
257
|
-
```
|
|
258
|
-
|
|
259
|
-
to get the library locally, or
|
|
260
|
-
|
|
261
|
-
```
|
|
262
|
-
npm install -g mkdirp
|
|
263
|
-
```
|
|
264
|
-
|
|
265
|
-
to get the command everywhere, or
|
|
266
|
-
|
|
267
|
-
```
|
|
268
|
-
npx mkdirp ...
|
|
269
|
-
```
|
|
270
|
-
|
|
271
|
-
to run the command without installing it globally.
|
|
272
|
-
|
|
273
|
-
# platform support
|
|
274
|
-
|
|
275
|
-
This module works on node v8, but only v10 and above are officially
|
|
276
|
-
supported, as Node v8 reached its LTS end of life 2020-01-01, which is in
|
|
277
|
-
the past, as of this writing.
|
|
278
|
-
|
|
279
|
-
# license
|
|
280
|
-
|
|
281
|
-
MIT
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
# Blue Oak Model License
|
|
2
|
-
|
|
3
|
-
Version 1.0.0
|
|
4
|
-
|
|
5
|
-
## Purpose
|
|
6
|
-
|
|
7
|
-
This license gives everyone as much permission to work with
|
|
8
|
-
this software as possible, while protecting contributors
|
|
9
|
-
from liability.
|
|
10
|
-
|
|
11
|
-
## Acceptance
|
|
12
|
-
|
|
13
|
-
In order to receive this license, you must agree to its
|
|
14
|
-
rules. The rules of this license are both obligations
|
|
15
|
-
under that agreement and conditions to your license.
|
|
16
|
-
You must not do anything with this software that triggers
|
|
17
|
-
a rule that you cannot or will not follow.
|
|
18
|
-
|
|
19
|
-
## Copyright
|
|
20
|
-
|
|
21
|
-
Each contributor licenses you to do everything with this
|
|
22
|
-
software that would otherwise infringe that contributor's
|
|
23
|
-
copyright in it.
|
|
24
|
-
|
|
25
|
-
## Notices
|
|
26
|
-
|
|
27
|
-
You must ensure that everyone who gets a copy of
|
|
28
|
-
any part of this software from you, with or without
|
|
29
|
-
changes, also gets the text of this license or a link to
|
|
30
|
-
<https://blueoakcouncil.org/license/1.0.0>.
|
|
31
|
-
|
|
32
|
-
## Excuse
|
|
33
|
-
|
|
34
|
-
If anyone notifies you in writing that you have not
|
|
35
|
-
complied with [Notices](#notices), you can keep your
|
|
36
|
-
license by taking all practical steps to comply within 30
|
|
37
|
-
days after the notice. If you do not do so, your license
|
|
38
|
-
ends immediately.
|
|
39
|
-
|
|
40
|
-
## Patent
|
|
41
|
-
|
|
42
|
-
Each contributor licenses you to do everything with this
|
|
43
|
-
software that would otherwise infringe any patent claims
|
|
44
|
-
they can license or become able to license.
|
|
45
|
-
|
|
46
|
-
## Reliability
|
|
47
|
-
|
|
48
|
-
No contributor can revoke this license.
|
|
49
|
-
|
|
50
|
-
## No Liability
|
|
51
|
-
|
|
52
|
-
***As far as the law allows, this software comes as is,
|
|
53
|
-
without any warranty or condition, and no contributor
|
|
54
|
-
will be liable to anyone for any damages related to this
|
|
55
|
-
software or this license, under any kind of legal claim.***
|