plugin-build-guide-block 1.0.2 → 1.0.4

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.
Files changed (108) hide show
  1. package/dist/client/index.js +1 -1
  2. package/dist/client/models/UserGuideBlockModel.d.ts +6 -0
  3. package/dist/client/schemas/spacesSchema.d.ts +21 -5
  4. package/dist/node_modules/sanitize-html/LICENSE +7 -0
  5. package/dist/node_modules/sanitize-html/index.js +7 -0
  6. package/dist/node_modules/sanitize-html/node_modules/nanoid/async/index.browser.cjs +34 -0
  7. package/dist/node_modules/sanitize-html/node_modules/nanoid/async/index.browser.js +34 -0
  8. package/dist/node_modules/sanitize-html/node_modules/nanoid/async/index.cjs +35 -0
  9. package/dist/node_modules/sanitize-html/node_modules/nanoid/async/index.d.ts +56 -0
  10. package/dist/node_modules/sanitize-html/node_modules/nanoid/async/index.js +35 -0
  11. package/dist/node_modules/sanitize-html/node_modules/nanoid/async/index.native.js +26 -0
  12. package/dist/node_modules/sanitize-html/node_modules/nanoid/async/package.json +12 -0
  13. package/dist/node_modules/sanitize-html/node_modules/nanoid/bin/nanoid.cjs +55 -0
  14. package/dist/node_modules/sanitize-html/node_modules/nanoid/index.browser.cjs +34 -0
  15. package/dist/node_modules/sanitize-html/node_modules/nanoid/index.browser.js +34 -0
  16. package/dist/node_modules/sanitize-html/node_modules/nanoid/index.cjs +45 -0
  17. package/dist/node_modules/sanitize-html/node_modules/nanoid/index.d.cts +91 -0
  18. package/dist/node_modules/sanitize-html/node_modules/nanoid/index.d.ts +91 -0
  19. package/dist/node_modules/sanitize-html/node_modules/nanoid/index.js +45 -0
  20. package/dist/node_modules/sanitize-html/node_modules/nanoid/nanoid.js +1 -0
  21. package/dist/node_modules/sanitize-html/node_modules/nanoid/non-secure/index.cjs +21 -0
  22. package/dist/node_modules/sanitize-html/node_modules/nanoid/non-secure/index.d.ts +33 -0
  23. package/dist/node_modules/sanitize-html/node_modules/nanoid/non-secure/index.js +21 -0
  24. package/dist/node_modules/sanitize-html/node_modules/nanoid/non-secure/package.json +6 -0
  25. package/dist/node_modules/sanitize-html/node_modules/nanoid/package.json +88 -0
  26. package/dist/node_modules/sanitize-html/node_modules/nanoid/url-alphabet/index.cjs +3 -0
  27. package/dist/node_modules/sanitize-html/node_modules/nanoid/url-alphabet/index.js +3 -0
  28. package/dist/node_modules/sanitize-html/node_modules/nanoid/url-alphabet/package.json +6 -0
  29. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/at-rule.d.ts +115 -0
  30. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/at-rule.js +25 -0
  31. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/comment.d.ts +67 -0
  32. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/comment.js +13 -0
  33. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/container.d.ts +452 -0
  34. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/container.js +439 -0
  35. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/css-syntax-error.d.ts +248 -0
  36. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/css-syntax-error.js +100 -0
  37. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/declaration.d.ts +148 -0
  38. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/declaration.js +24 -0
  39. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/document.d.ts +68 -0
  40. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/document.js +33 -0
  41. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/fromJSON.d.ts +9 -0
  42. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/fromJSON.js +54 -0
  43. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/input.d.ts +194 -0
  44. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/input.js +248 -0
  45. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/lazy-result.d.ts +190 -0
  46. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/lazy-result.js +550 -0
  47. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/list.d.ts +57 -0
  48. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/list.js +58 -0
  49. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/map-generator.js +359 -0
  50. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/no-work-result.d.ts +46 -0
  51. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/no-work-result.js +135 -0
  52. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/node.d.ts +536 -0
  53. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/node.js +381 -0
  54. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/parse.d.ts +9 -0
  55. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/parse.js +42 -0
  56. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/parser.js +610 -0
  57. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/postcss.d.mts +72 -0
  58. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/postcss.d.ts +441 -0
  59. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/postcss.js +101 -0
  60. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/previous-map.d.ts +81 -0
  61. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/previous-map.js +142 -0
  62. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/processor.d.ts +115 -0
  63. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/processor.js +67 -0
  64. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/result.d.ts +206 -0
  65. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/result.js +42 -0
  66. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/root.d.ts +86 -0
  67. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/root.js +61 -0
  68. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/rule.d.ts +113 -0
  69. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/rule.js +27 -0
  70. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/stringifier.d.ts +46 -0
  71. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/stringifier.js +353 -0
  72. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/stringify.d.ts +9 -0
  73. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/stringify.js +11 -0
  74. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/symbols.js +5 -0
  75. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/terminal-highlight.js +70 -0
  76. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/tokenize.js +266 -0
  77. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/warn-once.js +13 -0
  78. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/warning.d.ts +147 -0
  79. package/dist/node_modules/sanitize-html/node_modules/postcss/lib/warning.js +37 -0
  80. package/dist/node_modules/sanitize-html/node_modules/postcss/node_modules/.bin/nanoid +15 -0
  81. package/dist/node_modules/sanitize-html/node_modules/postcss/node_modules/.bin/nanoid.cmd +7 -0
  82. package/dist/node_modules/sanitize-html/node_modules/postcss/package.json +88 -0
  83. package/dist/node_modules/sanitize-html/package.json +1 -0
  84. package/package.json +9 -1
  85. package/src/client/UserGuideBlock.tsx +53 -0
  86. package/src/client/UserGuideBlockInitializer.tsx +26 -0
  87. package/src/client/UserGuideBlockProvider.tsx +12 -0
  88. package/src/client/UserGuideManager.tsx +107 -0
  89. package/src/client/client.d.ts +249 -0
  90. package/src/client/components/BuildButton.tsx +43 -0
  91. package/src/client/components/LLMServiceSelect.tsx +44 -0
  92. package/src/client/components/ModelSelect.tsx +41 -0
  93. package/src/client/components/StatusTag.tsx +17 -0
  94. package/src/client/index.tsx +1 -0
  95. package/src/client/models/UserGuideBlockModel.ts +54 -0
  96. package/src/client/models/index.ts +12 -0
  97. package/src/client/plugin.tsx +30 -0
  98. package/src/client/schemas/spacesSchema.ts +322 -0
  99. package/src/index.ts +2 -0
  100. package/src/locale/en-US.json +27 -0
  101. package/src/locale/vi-VN.json +27 -0
  102. package/src/locale/zh-CN.json +27 -0
  103. package/src/server/actions/build.ts +171 -0
  104. package/src/server/actions/getHtml.ts +26 -0
  105. package/src/server/collections/.gitkeep +0 -0
  106. package/src/server/collections/ai-build-guide-spaces.ts +49 -0
  107. package/src/server/index.ts +1 -0
  108. package/src/server/plugin.ts +42 -0
@@ -0,0 +1,34 @@
1
+ let random = async bytes => crypto.getRandomValues(new Uint8Array(bytes))
2
+ let customAlphabet = (alphabet, defaultSize = 21) => {
3
+ let mask = (2 << (Math.log(alphabet.length - 1) / Math.LN2)) - 1
4
+ let step = -~((1.6 * mask * defaultSize) / alphabet.length)
5
+ return async (size = defaultSize) => {
6
+ let id = ''
7
+ while (true) {
8
+ let bytes = crypto.getRandomValues(new Uint8Array(step))
9
+ let i = step
10
+ while (i--) {
11
+ id += alphabet[bytes[i] & mask] || ''
12
+ if (id.length === size) return id
13
+ }
14
+ }
15
+ }
16
+ }
17
+ let nanoid = async (size = 21) => {
18
+ let id = ''
19
+ let bytes = crypto.getRandomValues(new Uint8Array(size))
20
+ while (size--) {
21
+ let byte = bytes[size] & 63
22
+ if (byte < 36) {
23
+ id += byte.toString(36)
24
+ } else if (byte < 62) {
25
+ id += (byte - 26).toString(36).toUpperCase()
26
+ } else if (byte < 63) {
27
+ id += '_'
28
+ } else {
29
+ id += '-'
30
+ }
31
+ }
32
+ return id
33
+ }
34
+ module.exports = { nanoid, customAlphabet, random }
@@ -0,0 +1,34 @@
1
+ let random = async bytes => crypto.getRandomValues(new Uint8Array(bytes))
2
+ let customAlphabet = (alphabet, defaultSize = 21) => {
3
+ let mask = (2 << (Math.log(alphabet.length - 1) / Math.LN2)) - 1
4
+ let step = -~((1.6 * mask * defaultSize) / alphabet.length)
5
+ return async (size = defaultSize) => {
6
+ let id = ''
7
+ while (true) {
8
+ let bytes = crypto.getRandomValues(new Uint8Array(step))
9
+ let i = step
10
+ while (i--) {
11
+ id += alphabet[bytes[i] & mask] || ''
12
+ if (id.length === size) return id
13
+ }
14
+ }
15
+ }
16
+ }
17
+ let nanoid = async (size = 21) => {
18
+ let id = ''
19
+ let bytes = crypto.getRandomValues(new Uint8Array(size))
20
+ while (size--) {
21
+ let byte = bytes[size] & 63
22
+ if (byte < 36) {
23
+ id += byte.toString(36)
24
+ } else if (byte < 62) {
25
+ id += (byte - 26).toString(36).toUpperCase()
26
+ } else if (byte < 63) {
27
+ id += '_'
28
+ } else {
29
+ id += '-'
30
+ }
31
+ }
32
+ return id
33
+ }
34
+ export { nanoid, customAlphabet, random }
@@ -0,0 +1,35 @@
1
+ let crypto = require('crypto')
2
+ let { urlAlphabet } = require('../url-alphabet/index.cjs')
3
+ let random = bytes =>
4
+ new Promise((resolve, reject) => {
5
+ crypto.randomFill(Buffer.allocUnsafe(bytes), (err, buf) => {
6
+ if (err) {
7
+ reject(err)
8
+ } else {
9
+ resolve(buf)
10
+ }
11
+ })
12
+ })
13
+ let customAlphabet = (alphabet, defaultSize = 21) => {
14
+ let mask = (2 << (31 - Math.clz32((alphabet.length - 1) | 1))) - 1
15
+ let step = Math.ceil((1.6 * mask * defaultSize) / alphabet.length)
16
+ let tick = (id, size = defaultSize) =>
17
+ random(step).then(bytes => {
18
+ let i = step
19
+ while (i--) {
20
+ id += alphabet[bytes[i] & mask] || ''
21
+ if (id.length === size) return id
22
+ }
23
+ return tick(id, size)
24
+ })
25
+ return size => tick('', size)
26
+ }
27
+ let nanoid = (size = 21) =>
28
+ random(size).then(bytes => {
29
+ let id = ''
30
+ while (size--) {
31
+ id += urlAlphabet[bytes[size] & 63]
32
+ }
33
+ return id
34
+ })
35
+ module.exports = { nanoid, customAlphabet, random }
@@ -0,0 +1,56 @@
1
+ /**
2
+ * Generate secure URL-friendly unique ID. The non-blocking version.
3
+ *
4
+ * By default, the ID will have 21 symbols to have a collision probability
5
+ * similar to UUID v4.
6
+ *
7
+ * ```js
8
+ * import { nanoid } from 'nanoid/async'
9
+ * nanoid().then(id => {
10
+ * model.id = id
11
+ * })
12
+ * ```
13
+ *
14
+ * @param size Size of the ID. The default size is 21.
15
+ * @returns A promise with a random string.
16
+ */
17
+ export function nanoid(size?: number): Promise<string>
18
+
19
+ /**
20
+ * A low-level function.
21
+ * Generate secure unique ID with custom alphabet. The non-blocking version.
22
+ *
23
+ * Alphabet must contain 256 symbols or less. Otherwise, the generator
24
+ * will not be secure.
25
+ *
26
+ * @param alphabet Alphabet used to generate the ID.
27
+ * @param defaultSize Size of the ID. The default size is 21.
28
+ * @returns A function that returns a promise with a random string.
29
+ *
30
+ * ```js
31
+ * import { customAlphabet } from 'nanoid/async'
32
+ * const nanoid = customAlphabet('0123456789абвгдеё', 5)
33
+ * nanoid().then(id => {
34
+ * model.id = id //=> "8ё56а"
35
+ * })
36
+ * ```
37
+ */
38
+ export function customAlphabet(
39
+ alphabet: string,
40
+ defaultSize?: number
41
+ ): (size?: number) => Promise<string>
42
+
43
+ /**
44
+ * Generate an array of random bytes collected from hardware noise.
45
+ *
46
+ * ```js
47
+ * import { random } from 'nanoid/async'
48
+ * random(5).then(bytes => {
49
+ * bytes //=> [10, 67, 212, 67, 89]
50
+ * })
51
+ * ```
52
+ *
53
+ * @param bytes Size of the array.
54
+ * @returns A promise with a random bytes array.
55
+ */
56
+ export function random(bytes: number): Promise<Uint8Array>
@@ -0,0 +1,35 @@
1
+ import crypto from 'crypto'
2
+ import { urlAlphabet } from '../url-alphabet/index.js'
3
+ let random = bytes =>
4
+ new Promise((resolve, reject) => {
5
+ crypto.randomFill(Buffer.allocUnsafe(bytes), (err, buf) => {
6
+ if (err) {
7
+ reject(err)
8
+ } else {
9
+ resolve(buf)
10
+ }
11
+ })
12
+ })
13
+ let customAlphabet = (alphabet, defaultSize = 21) => {
14
+ let mask = (2 << (31 - Math.clz32((alphabet.length - 1) | 1))) - 1
15
+ let step = Math.ceil((1.6 * mask * defaultSize) / alphabet.length)
16
+ let tick = (id, size = defaultSize) =>
17
+ random(step).then(bytes => {
18
+ let i = step
19
+ while (i--) {
20
+ id += alphabet[bytes[i] & mask] || ''
21
+ if (id.length === size) return id
22
+ }
23
+ return tick(id, size)
24
+ })
25
+ return size => tick('', size)
26
+ }
27
+ let nanoid = (size = 21) =>
28
+ random(size).then(bytes => {
29
+ let id = ''
30
+ while (size--) {
31
+ id += urlAlphabet[bytes[size] & 63]
32
+ }
33
+ return id
34
+ })
35
+ export { nanoid, customAlphabet, random }
@@ -0,0 +1,26 @@
1
+ import { getRandomBytesAsync } from 'expo-random'
2
+ import { urlAlphabet } from '../url-alphabet/index.js'
3
+ let random = getRandomBytesAsync
4
+ let customAlphabet = (alphabet, defaultSize = 21) => {
5
+ let mask = (2 << (31 - Math.clz32((alphabet.length - 1) | 1))) - 1
6
+ let step = Math.ceil((1.6 * mask * defaultSize) / alphabet.length)
7
+ let tick = (id, size = defaultSize) =>
8
+ random(step).then(bytes => {
9
+ let i = step
10
+ while (i--) {
11
+ id += alphabet[bytes[i] & mask] || ''
12
+ if (id.length === size) return id
13
+ }
14
+ return tick(id, size)
15
+ })
16
+ return size => tick('', size)
17
+ }
18
+ let nanoid = (size = 21) =>
19
+ random(size).then(bytes => {
20
+ let id = ''
21
+ while (size--) {
22
+ id += urlAlphabet[bytes[size] & 63]
23
+ }
24
+ return id
25
+ })
26
+ export { nanoid, customAlphabet, random }
@@ -0,0 +1,12 @@
1
+ {
2
+ "type": "module",
3
+ "main": "index.cjs",
4
+ "module": "index.js",
5
+ "react-native": {
6
+ "./index.js": "./index.native.js"
7
+ },
8
+ "browser": {
9
+ "./index.js": "./index.browser.js",
10
+ "./index.cjs": "./index.browser.cjs"
11
+ }
12
+ }
@@ -0,0 +1,55 @@
1
+ #!/usr/bin/env node
2
+
3
+ let { nanoid, customAlphabet } = require('..')
4
+
5
+ function print(msg) {
6
+ process.stdout.write(msg + '\n')
7
+ }
8
+
9
+ function error(msg) {
10
+ process.stderr.write(msg + '\n')
11
+ process.exit(1)
12
+ }
13
+
14
+ if (process.argv.includes('--help') || process.argv.includes('-h')) {
15
+ print(`
16
+ Usage
17
+ $ nanoid [options]
18
+
19
+ Options
20
+ -s, --size Generated ID size
21
+ -a, --alphabet Alphabet to use
22
+ -h, --help Show this help
23
+
24
+ Examples
25
+ $ nanoid --s 15
26
+ S9sBF77U6sDB8Yg
27
+
28
+ $ nanoid --size 10 --alphabet abc
29
+ bcabababca`)
30
+ process.exit()
31
+ }
32
+
33
+ let alphabet, size
34
+ for (let i = 2; i < process.argv.length; i++) {
35
+ let arg = process.argv[i]
36
+ if (arg === '--size' || arg === '-s') {
37
+ size = Number(process.argv[i + 1])
38
+ i += 1
39
+ if (Number.isNaN(size) || size <= 0) {
40
+ error('Size must be positive integer')
41
+ }
42
+ } else if (arg === '--alphabet' || arg === '-a') {
43
+ alphabet = process.argv[i + 1]
44
+ i += 1
45
+ } else {
46
+ error('Unknown argument ' + arg)
47
+ }
48
+ }
49
+
50
+ if (alphabet) {
51
+ let customNanoid = customAlphabet(alphabet, size)
52
+ print(customNanoid())
53
+ } else {
54
+ print(nanoid(size))
55
+ }
@@ -0,0 +1,34 @@
1
+ let { urlAlphabet } = require('./url-alphabet/index.cjs')
2
+ let random = bytes => crypto.getRandomValues(new Uint8Array(bytes))
3
+ let customRandom = (alphabet, defaultSize, getRandom) => {
4
+ let mask = (2 << (Math.log(alphabet.length - 1) / Math.LN2)) - 1
5
+ let step = -~((1.6 * mask * defaultSize) / alphabet.length)
6
+ return (size = defaultSize) => {
7
+ let id = ''
8
+ while (true) {
9
+ let bytes = getRandom(step)
10
+ let j = step
11
+ while (j--) {
12
+ id += alphabet[bytes[j] & mask] || ''
13
+ if (id.length === size) return id
14
+ }
15
+ }
16
+ }
17
+ }
18
+ let customAlphabet = (alphabet, size = 21) =>
19
+ customRandom(alphabet, size, random)
20
+ let nanoid = (size = 21) =>
21
+ crypto.getRandomValues(new Uint8Array(size)).reduce((id, byte) => {
22
+ byte &= 63
23
+ if (byte < 36) {
24
+ id += byte.toString(36)
25
+ } else if (byte < 62) {
26
+ id += (byte - 26).toString(36).toUpperCase()
27
+ } else if (byte > 62) {
28
+ id += '-'
29
+ } else {
30
+ id += '_'
31
+ }
32
+ return id
33
+ }, '')
34
+ module.exports = { nanoid, customAlphabet, customRandom, urlAlphabet, random }
@@ -0,0 +1,34 @@
1
+ import { urlAlphabet } from './url-alphabet/index.js'
2
+ let random = bytes => crypto.getRandomValues(new Uint8Array(bytes))
3
+ let customRandom = (alphabet, defaultSize, getRandom) => {
4
+ let mask = (2 << (Math.log(alphabet.length - 1) / Math.LN2)) - 1
5
+ let step = -~((1.6 * mask * defaultSize) / alphabet.length)
6
+ return (size = defaultSize) => {
7
+ let id = ''
8
+ while (true) {
9
+ let bytes = getRandom(step)
10
+ let j = step
11
+ while (j--) {
12
+ id += alphabet[bytes[j] & mask] || ''
13
+ if (id.length === size) return id
14
+ }
15
+ }
16
+ }
17
+ }
18
+ let customAlphabet = (alphabet, size = 21) =>
19
+ customRandom(alphabet, size, random)
20
+ let nanoid = (size = 21) =>
21
+ crypto.getRandomValues(new Uint8Array(size)).reduce((id, byte) => {
22
+ byte &= 63
23
+ if (byte < 36) {
24
+ id += byte.toString(36)
25
+ } else if (byte < 62) {
26
+ id += (byte - 26).toString(36).toUpperCase()
27
+ } else if (byte > 62) {
28
+ id += '-'
29
+ } else {
30
+ id += '_'
31
+ }
32
+ return id
33
+ }, '')
34
+ export { nanoid, customAlphabet, customRandom, urlAlphabet, random }
@@ -0,0 +1,45 @@
1
+ let crypto = require('crypto')
2
+ let { urlAlphabet } = require('./url-alphabet/index.cjs')
3
+ const POOL_SIZE_MULTIPLIER = 128
4
+ let pool, poolOffset
5
+ let fillPool = bytes => {
6
+ if (!pool || pool.length < bytes) {
7
+ pool = Buffer.allocUnsafe(bytes * POOL_SIZE_MULTIPLIER)
8
+ crypto.randomFillSync(pool)
9
+ poolOffset = 0
10
+ } else if (poolOffset + bytes > pool.length) {
11
+ crypto.randomFillSync(pool)
12
+ poolOffset = 0
13
+ }
14
+ poolOffset += bytes
15
+ }
16
+ let random = bytes => {
17
+ fillPool((bytes -= 0))
18
+ return pool.subarray(poolOffset - bytes, poolOffset)
19
+ }
20
+ let customRandom = (alphabet, defaultSize, getRandom) => {
21
+ let mask = (2 << (31 - Math.clz32((alphabet.length - 1) | 1))) - 1
22
+ let step = Math.ceil((1.6 * mask * defaultSize) / alphabet.length)
23
+ return (size = defaultSize) => {
24
+ let id = ''
25
+ while (true) {
26
+ let bytes = getRandom(step)
27
+ let i = step
28
+ while (i--) {
29
+ id += alphabet[bytes[i] & mask] || ''
30
+ if (id.length === size) return id
31
+ }
32
+ }
33
+ }
34
+ }
35
+ let customAlphabet = (alphabet, size = 21) =>
36
+ customRandom(alphabet, size, random)
37
+ let nanoid = (size = 21) => {
38
+ fillPool((size -= 0))
39
+ let id = ''
40
+ for (let i = poolOffset - size; i < poolOffset; i++) {
41
+ id += urlAlphabet[pool[i] & 63]
42
+ }
43
+ return id
44
+ }
45
+ module.exports = { nanoid, customAlphabet, customRandom, urlAlphabet, random }
@@ -0,0 +1,91 @@
1
+ /**
2
+ * Generate secure URL-friendly unique ID.
3
+ *
4
+ * By default, the ID will have 21 symbols to have a collision probability
5
+ * similar to UUID v4.
6
+ *
7
+ * ```js
8
+ * import { nanoid } from 'nanoid'
9
+ * model.id = nanoid() //=> "Uakgb_J5m9g-0JDMbcJqL"
10
+ * ```
11
+ *
12
+ * @param size Size of the ID. The default size is 21.
13
+ * @returns A random string.
14
+ */
15
+ export function nanoid(size?: number): string
16
+
17
+ /**
18
+ * Generate secure unique ID with custom alphabet.
19
+ *
20
+ * Alphabet must contain 256 symbols or less. Otherwise, the generator
21
+ * will not be secure.
22
+ *
23
+ * @param alphabet Alphabet used to generate the ID.
24
+ * @param defaultSize Size of the ID. The default size is 21.
25
+ * @returns A random string generator.
26
+ *
27
+ * ```js
28
+ * const { customAlphabet } = require('nanoid')
29
+ * const nanoid = customAlphabet('0123456789абвгдеё', 5)
30
+ * nanoid() //=> "8ё56а"
31
+ * ```
32
+ */
33
+ export function customAlphabet(
34
+ alphabet: string,
35
+ defaultSize?: number
36
+ ): (size?: number) => string
37
+
38
+ /**
39
+ * Generate unique ID with custom random generator and alphabet.
40
+ *
41
+ * Alphabet must contain 256 symbols or less. Otherwise, the generator
42
+ * will not be secure.
43
+ *
44
+ * ```js
45
+ * import { customRandom } from 'nanoid/format'
46
+ *
47
+ * const nanoid = customRandom('abcdef', 5, size => {
48
+ * const random = []
49
+ * for (let i = 0; i < size; i++) {
50
+ * random.push(randomByte())
51
+ * }
52
+ * return random
53
+ * })
54
+ *
55
+ * nanoid() //=> "fbaef"
56
+ * ```
57
+ *
58
+ * @param alphabet Alphabet used to generate a random string.
59
+ * @param size Size of the random string.
60
+ * @param random A random bytes generator.
61
+ * @returns A random string generator.
62
+ */
63
+ export function customRandom(
64
+ alphabet: string,
65
+ size: number,
66
+ random: (bytes: number) => Uint8Array
67
+ ): () => string
68
+
69
+ /**
70
+ * URL safe symbols.
71
+ *
72
+ * ```js
73
+ * import { urlAlphabet } from 'nanoid'
74
+ * const nanoid = customAlphabet(urlAlphabet, 10)
75
+ * nanoid() //=> "Uakgb_J5m9"
76
+ * ```
77
+ */
78
+ export const urlAlphabet: string
79
+
80
+ /**
81
+ * Generate an array of random bytes collected from hardware noise.
82
+ *
83
+ * ```js
84
+ * import { customRandom, random } from 'nanoid'
85
+ * const nanoid = customRandom("abcdef", 5, random)
86
+ * ```
87
+ *
88
+ * @param bytes Size of the array.
89
+ * @returns An array of random bytes.
90
+ */
91
+ export function random(bytes: number): Uint8Array
@@ -0,0 +1,91 @@
1
+ /**
2
+ * Generate secure URL-friendly unique ID.
3
+ *
4
+ * By default, the ID will have 21 symbols to have a collision probability
5
+ * similar to UUID v4.
6
+ *
7
+ * ```js
8
+ * import { nanoid } from 'nanoid'
9
+ * model.id = nanoid() //=> "Uakgb_J5m9g-0JDMbcJqL"
10
+ * ```
11
+ *
12
+ * @param size Size of the ID. The default size is 21.
13
+ * @returns A random string.
14
+ */
15
+ export function nanoid(size?: number): string
16
+
17
+ /**
18
+ * Generate secure unique ID with custom alphabet.
19
+ *
20
+ * Alphabet must contain 256 symbols or less. Otherwise, the generator
21
+ * will not be secure.
22
+ *
23
+ * @param alphabet Alphabet used to generate the ID.
24
+ * @param defaultSize Size of the ID. The default size is 21.
25
+ * @returns A random string generator.
26
+ *
27
+ * ```js
28
+ * const { customAlphabet } = require('nanoid')
29
+ * const nanoid = customAlphabet('0123456789абвгдеё', 5)
30
+ * nanoid() //=> "8ё56а"
31
+ * ```
32
+ */
33
+ export function customAlphabet(
34
+ alphabet: string,
35
+ defaultSize?: number
36
+ ): (size?: number) => string
37
+
38
+ /**
39
+ * Generate unique ID with custom random generator and alphabet.
40
+ *
41
+ * Alphabet must contain 256 symbols or less. Otherwise, the generator
42
+ * will not be secure.
43
+ *
44
+ * ```js
45
+ * import { customRandom } from 'nanoid/format'
46
+ *
47
+ * const nanoid = customRandom('abcdef', 5, size => {
48
+ * const random = []
49
+ * for (let i = 0; i < size; i++) {
50
+ * random.push(randomByte())
51
+ * }
52
+ * return random
53
+ * })
54
+ *
55
+ * nanoid() //=> "fbaef"
56
+ * ```
57
+ *
58
+ * @param alphabet Alphabet used to generate a random string.
59
+ * @param size Size of the random string.
60
+ * @param random A random bytes generator.
61
+ * @returns A random string generator.
62
+ */
63
+ export function customRandom(
64
+ alphabet: string,
65
+ size: number,
66
+ random: (bytes: number) => Uint8Array
67
+ ): () => string
68
+
69
+ /**
70
+ * URL safe symbols.
71
+ *
72
+ * ```js
73
+ * import { urlAlphabet } from 'nanoid'
74
+ * const nanoid = customAlphabet(urlAlphabet, 10)
75
+ * nanoid() //=> "Uakgb_J5m9"
76
+ * ```
77
+ */
78
+ export const urlAlphabet: string
79
+
80
+ /**
81
+ * Generate an array of random bytes collected from hardware noise.
82
+ *
83
+ * ```js
84
+ * import { customRandom, random } from 'nanoid'
85
+ * const nanoid = customRandom("abcdef", 5, random)
86
+ * ```
87
+ *
88
+ * @param bytes Size of the array.
89
+ * @returns An array of random bytes.
90
+ */
91
+ export function random(bytes: number): Uint8Array
@@ -0,0 +1,45 @@
1
+ import crypto from 'crypto'
2
+ import { urlAlphabet } from './url-alphabet/index.js'
3
+ const POOL_SIZE_MULTIPLIER = 128
4
+ let pool, poolOffset
5
+ let fillPool = bytes => {
6
+ if (!pool || pool.length < bytes) {
7
+ pool = Buffer.allocUnsafe(bytes * POOL_SIZE_MULTIPLIER)
8
+ crypto.randomFillSync(pool)
9
+ poolOffset = 0
10
+ } else if (poolOffset + bytes > pool.length) {
11
+ crypto.randomFillSync(pool)
12
+ poolOffset = 0
13
+ }
14
+ poolOffset += bytes
15
+ }
16
+ let random = bytes => {
17
+ fillPool((bytes -= 0))
18
+ return pool.subarray(poolOffset - bytes, poolOffset)
19
+ }
20
+ let customRandom = (alphabet, defaultSize, getRandom) => {
21
+ let mask = (2 << (31 - Math.clz32((alphabet.length - 1) | 1))) - 1
22
+ let step = Math.ceil((1.6 * mask * defaultSize) / alphabet.length)
23
+ return (size = defaultSize) => {
24
+ let id = ''
25
+ while (true) {
26
+ let bytes = getRandom(step)
27
+ let i = step
28
+ while (i--) {
29
+ id += alphabet[bytes[i] & mask] || ''
30
+ if (id.length === size) return id
31
+ }
32
+ }
33
+ }
34
+ }
35
+ let customAlphabet = (alphabet, size = 21) =>
36
+ customRandom(alphabet, size, random)
37
+ let nanoid = (size = 21) => {
38
+ fillPool((size -= 0))
39
+ let id = ''
40
+ for (let i = poolOffset - size; i < poolOffset; i++) {
41
+ id += urlAlphabet[pool[i] & 63]
42
+ }
43
+ return id
44
+ }
45
+ export { nanoid, customAlphabet, customRandom, urlAlphabet, random }
@@ -0,0 +1 @@
1
+ export let nanoid=(t=21)=>crypto.getRandomValues(new Uint8Array(t)).reduce(((t,e)=>t+=(e&=63)<36?e.toString(36):e<62?(e-26).toString(36).toUpperCase():e<63?"_":"-"),"");
@@ -0,0 +1,21 @@
1
+ let urlAlphabet =
2
+ 'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict'
3
+ let customAlphabet = (alphabet, defaultSize = 21) => {
4
+ return (size = defaultSize) => {
5
+ let id = ''
6
+ let i = size
7
+ while (i--) {
8
+ id += alphabet[(Math.random() * alphabet.length) | 0]
9
+ }
10
+ return id
11
+ }
12
+ }
13
+ let nanoid = (size = 21) => {
14
+ let id = ''
15
+ let i = size
16
+ while (i--) {
17
+ id += urlAlphabet[(Math.random() * 64) | 0]
18
+ }
19
+ return id
20
+ }
21
+ module.exports = { nanoid, customAlphabet }