nayan-server 0.0.1-security → 2.0.5
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.
Potentially problematic release.
This version of nayan-server might be problematic. Click here for more details.
- package/.cache/nix/binary-cache-v6.sqlite +0 -0
- package/.cache/nix/binary-cache-v6.sqlite-journal +0 -0
- package/.cache/replit/__replit_disk_meta.json +1 -0
- package/.cache/replit/modules/replit:v5-20240209-9e3a339.res +1 -0
- package/.cache/replit/modules.stamp +0 -0
- package/.cache/replit/nix/env.json +1 -0
- package/.cache/typescript/5.0/node_modules/.package-lock.json +12 -0
- package/.cache/typescript/5.0/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.0/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.0/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.0/package-lock.json +17 -0
- package/.cache/typescript/5.0/package.json +1 -0
- package/.cache/typescript/5.3/node_modules/.package-lock.json +99 -0
- package/.cache/typescript/5.3/node_modules/@types/node/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/node/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/.cache/typescript/5.3/node_modules/@types/node/assert.d.ts +996 -0
- package/.cache/typescript/5.3/node_modules/@types/node/async_hooks.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/buffer.d.ts +2362 -0
- package/.cache/typescript/5.3/node_modules/@types/node/child_process.d.ts +1540 -0
- package/.cache/typescript/5.3/node_modules/@types/node/cluster.d.ts +432 -0
- package/.cache/typescript/5.3/node_modules/@types/node/console.d.ts +415 -0
- package/.cache/typescript/5.3/node_modules/@types/node/constants.d.ts +19 -0
- package/.cache/typescript/5.3/node_modules/@types/node/crypto.d.ts +4456 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dgram.d.ts +586 -0
- package/.cache/typescript/5.3/node_modules/@types/node/diagnostics_channel.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dns/promises.d.ts +425 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dns.d.ts +809 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dom-events.d.ts +122 -0
- package/.cache/typescript/5.3/node_modules/@types/node/domain.d.ts +170 -0
- package/.cache/typescript/5.3/node_modules/@types/node/events.d.ts +879 -0
- package/.cache/typescript/5.3/node_modules/@types/node/fs/promises.d.ts +1239 -0
- package/.cache/typescript/5.3/node_modules/@types/node/fs.d.ts +4291 -0
- package/.cache/typescript/5.3/node_modules/@types/node/globals.d.ts +385 -0
- package/.cache/typescript/5.3/node_modules/@types/node/globals.global.d.ts +1 -0
- package/.cache/typescript/5.3/node_modules/@types/node/http.d.ts +1888 -0
- package/.cache/typescript/5.3/node_modules/@types/node/http2.d.ts +2382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/https.d.ts +550 -0
- package/.cache/typescript/5.3/node_modules/@types/node/index.d.ts +88 -0
- package/.cache/typescript/5.3/node_modules/@types/node/inspector.d.ts +2747 -0
- package/.cache/typescript/5.3/node_modules/@types/node/module.d.ts +301 -0
- package/.cache/typescript/5.3/node_modules/@types/node/net.d.ts +949 -0
- package/.cache/typescript/5.3/node_modules/@types/node/os.d.ts +478 -0
- package/.cache/typescript/5.3/node_modules/@types/node/package.json +230 -0
- package/.cache/typescript/5.3/node_modules/@types/node/path.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/perf_hooks.d.ts +639 -0
- package/.cache/typescript/5.3/node_modules/@types/node/process.d.ts +1539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/punycode.d.ts +117 -0
- package/.cache/typescript/5.3/node_modules/@types/node/querystring.d.ts +141 -0
- package/.cache/typescript/5.3/node_modules/@types/node/readline/promises.d.ts +150 -0
- package/.cache/typescript/5.3/node_modules/@types/node/readline.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/repl.d.ts +430 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream/promises.d.ts +83 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream/web.d.ts +350 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream.d.ts +1701 -0
- package/.cache/typescript/5.3/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.3/node_modules/@types/node/test.d.ts +1382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/.cache/typescript/5.3/node_modules/@types/node/timers.d.ts +240 -0
- package/.cache/typescript/5.3/node_modules/@types/node/tls.d.ts +1210 -0
- package/.cache/typescript/5.3/node_modules/@types/node/trace_events.d.ts +182 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert.d.ts +996 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/async_hooks.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/buffer.d.ts +2362 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/child_process.d.ts +1540 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/cluster.d.ts +432 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/console.d.ts +415 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/constants.d.ts +19 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/crypto.d.ts +4455 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dgram.d.ts +586 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns/promises.d.ts +425 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns.d.ts +809 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dom-events.d.ts +122 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/events.d.ts +879 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs/promises.d.ts +1239 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs.d.ts +4291 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.d.ts +385 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http.d.ts +1888 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http2.d.ts +2382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/https.d.ts +550 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/inspector.d.ts +2747 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/module.d.ts +301 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/net.d.ts +949 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/os.d.ts +478 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/perf_hooks.d.ts +639 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/process.d.ts +1539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/querystring.d.ts +141 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline/promises.d.ts +150 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/repl.d.ts +430 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/promises.d.ts +83 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/web.d.ts +350 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream.d.ts +1701 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/test.d.ts +1382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers.d.ts +240 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tls.d.ts +1210 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/url.d.ts +927 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/util.d.ts +2183 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/vm.d.ts +903 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/wasi.d.ts +158 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/worker_threads.d.ts +691 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/.cache/typescript/5.3/node_modules/@types/node/tty.d.ts +208 -0
- package/.cache/typescript/5.3/node_modules/@types/node/url.d.ts +927 -0
- package/.cache/typescript/5.3/node_modules/@types/node/util.d.ts +2183 -0
- package/.cache/typescript/5.3/node_modules/@types/node/v8.d.ts +635 -0
- package/.cache/typescript/5.3/node_modules/@types/node/vm.d.ts +903 -0
- package/.cache/typescript/5.3/node_modules/@types/node/wasi.d.ts +158 -0
- package/.cache/typescript/5.3/node_modules/@types/node/worker_threads.d.ts +691 -0
- package/.cache/typescript/5.3/node_modules/@types/node/zlib.d.ts +517 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/externals.d.ts +32 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/index.d.ts +214 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/package.json +83 -0
- package/.cache/typescript/5.3/node_modules/asynckit/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/asynckit/README.md +233 -0
- package/.cache/typescript/5.3/node_modules/asynckit/bench.js +76 -0
- package/.cache/typescript/5.3/node_modules/asynckit/index.js +6 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/abort.js +29 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/async.js +34 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/defer.js +26 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/iterate.js +75 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/state.js +37 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/streamify.js +141 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/terminator.js +29 -0
- package/.cache/typescript/5.3/node_modules/asynckit/package.json +63 -0
- package/.cache/typescript/5.3/node_modules/asynckit/parallel.js +43 -0
- package/.cache/typescript/5.3/node_modules/asynckit/serial.js +17 -0
- package/.cache/typescript/5.3/node_modules/asynckit/serialOrdered.js +75 -0
- package/.cache/typescript/5.3/node_modules/asynckit/stream.js +21 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/License +19 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/Readme.md +138 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/lib/combined_stream.js +208 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/package.json +25 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/yarn.lock +17 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/License +19 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/Makefile +7 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/Readme.md +141 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/package.json +27 -0
- package/.cache/typescript/5.3/node_modules/form-data/License +19 -0
- package/.cache/typescript/5.3/node_modules/form-data/README.md.bak +358 -0
- package/.cache/typescript/5.3/node_modules/form-data/Readme.md +358 -0
- package/.cache/typescript/5.3/node_modules/form-data/index.d.ts +62 -0
- package/.cache/typescript/5.3/node_modules/form-data/lib/browser.js +2 -0
- package/.cache/typescript/5.3/node_modules/form-data/lib/form_data.js +501 -0
- package/.cache/typescript/5.3/node_modules/form-data/lib/populate.js +10 -0
- package/.cache/typescript/5.3/node_modules/form-data/package.json +68 -0
- package/.cache/typescript/5.3/node_modules/mime-db/HISTORY.md +507 -0
- package/.cache/typescript/5.3/node_modules/mime-db/LICENSE +23 -0
- package/.cache/typescript/5.3/node_modules/mime-db/README.md +100 -0
- package/.cache/typescript/5.3/node_modules/mime-db/db.json +8519 -0
- package/.cache/typescript/5.3/node_modules/mime-db/index.js +12 -0
- package/.cache/typescript/5.3/node_modules/mime-db/package.json +60 -0
- package/.cache/typescript/5.3/node_modules/mime-types/HISTORY.md +397 -0
- package/.cache/typescript/5.3/node_modules/mime-types/LICENSE +23 -0
- package/.cache/typescript/5.3/node_modules/mime-types/README.md +113 -0
- package/.cache/typescript/5.3/node_modules/mime-types/index.js +188 -0
- package/.cache/typescript/5.3/node_modules/mime-types/package.json +44 -0
- package/.cache/typescript/5.3/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.3/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.3/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.3/node_modules/undici-types/README.md +6 -0
- package/.cache/typescript/5.3/node_modules/undici-types/agent.d.ts +31 -0
- package/.cache/typescript/5.3/node_modules/undici-types/api.d.ts +43 -0
- package/.cache/typescript/5.3/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/.cache/typescript/5.3/node_modules/undici-types/cache.d.ts +36 -0
- package/.cache/typescript/5.3/node_modules/undici-types/client.d.ts +97 -0
- package/.cache/typescript/5.3/node_modules/undici-types/connector.d.ts +34 -0
- package/.cache/typescript/5.3/node_modules/undici-types/content-type.d.ts +21 -0
- package/.cache/typescript/5.3/node_modules/undici-types/cookies.d.ts +28 -0
- package/.cache/typescript/5.3/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/.cache/typescript/5.3/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/.cache/typescript/5.3/node_modules/undici-types/errors.d.ts +128 -0
- package/.cache/typescript/5.3/node_modules/undici-types/fetch.d.ts +209 -0
- package/.cache/typescript/5.3/node_modules/undici-types/file.d.ts +39 -0
- package/.cache/typescript/5.3/node_modules/undici-types/filereader.d.ts +54 -0
- package/.cache/typescript/5.3/node_modules/undici-types/formdata.d.ts +108 -0
- package/.cache/typescript/5.3/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/.cache/typescript/5.3/node_modules/undici-types/global-origin.d.ts +7 -0
- package/.cache/typescript/5.3/node_modules/undici-types/handlers.d.ts +9 -0
- package/.cache/typescript/5.3/node_modules/undici-types/header.d.ts +4 -0
- package/.cache/typescript/5.3/node_modules/undici-types/index.d.ts +63 -0
- package/.cache/typescript/5.3/node_modules/undici-types/interceptors.d.ts +5 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-client.d.ts +25 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/.cache/typescript/5.3/node_modules/undici-types/package.json +55 -0
- package/.cache/typescript/5.3/node_modules/undici-types/patch.d.ts +71 -0
- package/.cache/typescript/5.3/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/.cache/typescript/5.3/node_modules/undici-types/pool.d.ts +28 -0
- package/.cache/typescript/5.3/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/.cache/typescript/5.3/node_modules/undici-types/readable.d.ts +61 -0
- package/.cache/typescript/5.3/node_modules/undici-types/webidl.d.ts +220 -0
- package/.cache/typescript/5.3/node_modules/undici-types/websocket.d.ts +131 -0
- package/.cache/typescript/5.3/package-lock.json +107 -0
- package/.cache/typescript/5.3/package.json +1 -0
- package/README.md +116 -3
- package/package.json +33 -3
- package/replit.nix +3 -0
- package/src/bing.js +1 -0
- package/src/index.js +1 -0
- package/src/test.js +1 -0
@@ -0,0 +1,220 @@
|
|
1
|
+
// These types are not exported, and are only used internally
|
2
|
+
|
3
|
+
/**
|
4
|
+
* Take in an unknown value and return one that is of type T
|
5
|
+
*/
|
6
|
+
type Converter<T> = (object: unknown) => T
|
7
|
+
|
8
|
+
type SequenceConverter<T> = (object: unknown) => T[]
|
9
|
+
|
10
|
+
type RecordConverter<K extends string, V> = (object: unknown) => Record<K, V>
|
11
|
+
|
12
|
+
interface ConvertToIntOpts {
|
13
|
+
clamp?: boolean
|
14
|
+
enforceRange?: boolean
|
15
|
+
}
|
16
|
+
|
17
|
+
interface WebidlErrors {
|
18
|
+
exception (opts: { header: string, message: string }): TypeError
|
19
|
+
/**
|
20
|
+
* @description Throw an error when conversion from one type to another has failed
|
21
|
+
*/
|
22
|
+
conversionFailed (opts: {
|
23
|
+
prefix: string
|
24
|
+
argument: string
|
25
|
+
types: string[]
|
26
|
+
}): TypeError
|
27
|
+
/**
|
28
|
+
* @description Throw an error when an invalid argument is provided
|
29
|
+
*/
|
30
|
+
invalidArgument (opts: {
|
31
|
+
prefix: string
|
32
|
+
value: string
|
33
|
+
type: string
|
34
|
+
}): TypeError
|
35
|
+
}
|
36
|
+
|
37
|
+
interface WebidlUtil {
|
38
|
+
/**
|
39
|
+
* @see https://tc39.es/ecma262/#sec-ecmascript-data-types-and-values
|
40
|
+
*/
|
41
|
+
Type (object: unknown):
|
42
|
+
| 'Undefined'
|
43
|
+
| 'Boolean'
|
44
|
+
| 'String'
|
45
|
+
| 'Symbol'
|
46
|
+
| 'Number'
|
47
|
+
| 'BigInt'
|
48
|
+
| 'Null'
|
49
|
+
| 'Object'
|
50
|
+
|
51
|
+
/**
|
52
|
+
* @see https://webidl.spec.whatwg.org/#abstract-opdef-converttoint
|
53
|
+
*/
|
54
|
+
ConvertToInt (
|
55
|
+
V: unknown,
|
56
|
+
bitLength: number,
|
57
|
+
signedness: 'signed' | 'unsigned',
|
58
|
+
opts?: ConvertToIntOpts
|
59
|
+
): number
|
60
|
+
|
61
|
+
/**
|
62
|
+
* @see https://webidl.spec.whatwg.org/#abstract-opdef-converttoint
|
63
|
+
*/
|
64
|
+
IntegerPart (N: number): number
|
65
|
+
}
|
66
|
+
|
67
|
+
interface WebidlConverters {
|
68
|
+
/**
|
69
|
+
* @see https://webidl.spec.whatwg.org/#es-DOMString
|
70
|
+
*/
|
71
|
+
DOMString (V: unknown, opts?: {
|
72
|
+
legacyNullToEmptyString: boolean
|
73
|
+
}): string
|
74
|
+
|
75
|
+
/**
|
76
|
+
* @see https://webidl.spec.whatwg.org/#es-ByteString
|
77
|
+
*/
|
78
|
+
ByteString (V: unknown): string
|
79
|
+
|
80
|
+
/**
|
81
|
+
* @see https://webidl.spec.whatwg.org/#es-USVString
|
82
|
+
*/
|
83
|
+
USVString (V: unknown): string
|
84
|
+
|
85
|
+
/**
|
86
|
+
* @see https://webidl.spec.whatwg.org/#es-boolean
|
87
|
+
*/
|
88
|
+
boolean (V: unknown): boolean
|
89
|
+
|
90
|
+
/**
|
91
|
+
* @see https://webidl.spec.whatwg.org/#es-any
|
92
|
+
*/
|
93
|
+
any <Value>(V: Value): Value
|
94
|
+
|
95
|
+
/**
|
96
|
+
* @see https://webidl.spec.whatwg.org/#es-long-long
|
97
|
+
*/
|
98
|
+
['long long'] (V: unknown): number
|
99
|
+
|
100
|
+
/**
|
101
|
+
* @see https://webidl.spec.whatwg.org/#es-unsigned-long-long
|
102
|
+
*/
|
103
|
+
['unsigned long long'] (V: unknown): number
|
104
|
+
|
105
|
+
/**
|
106
|
+
* @see https://webidl.spec.whatwg.org/#es-unsigned-long
|
107
|
+
*/
|
108
|
+
['unsigned long'] (V: unknown): number
|
109
|
+
|
110
|
+
/**
|
111
|
+
* @see https://webidl.spec.whatwg.org/#es-unsigned-short
|
112
|
+
*/
|
113
|
+
['unsigned short'] (V: unknown, opts?: ConvertToIntOpts): number
|
114
|
+
|
115
|
+
/**
|
116
|
+
* @see https://webidl.spec.whatwg.org/#idl-ArrayBuffer
|
117
|
+
*/
|
118
|
+
ArrayBuffer (V: unknown): ArrayBufferLike
|
119
|
+
ArrayBuffer (V: unknown, opts: { allowShared: false }): ArrayBuffer
|
120
|
+
|
121
|
+
/**
|
122
|
+
* @see https://webidl.spec.whatwg.org/#es-buffer-source-types
|
123
|
+
*/
|
124
|
+
TypedArray (
|
125
|
+
V: unknown,
|
126
|
+
TypedArray: NodeJS.TypedArray | ArrayBufferLike
|
127
|
+
): NodeJS.TypedArray | ArrayBufferLike
|
128
|
+
TypedArray (
|
129
|
+
V: unknown,
|
130
|
+
TypedArray: NodeJS.TypedArray | ArrayBufferLike,
|
131
|
+
opts?: { allowShared: false }
|
132
|
+
): NodeJS.TypedArray | ArrayBuffer
|
133
|
+
|
134
|
+
/**
|
135
|
+
* @see https://webidl.spec.whatwg.org/#es-buffer-source-types
|
136
|
+
*/
|
137
|
+
DataView (V: unknown, opts?: { allowShared: boolean }): DataView
|
138
|
+
|
139
|
+
/**
|
140
|
+
* @see https://webidl.spec.whatwg.org/#BufferSource
|
141
|
+
*/
|
142
|
+
BufferSource (
|
143
|
+
V: unknown,
|
144
|
+
opts?: { allowShared: boolean }
|
145
|
+
): NodeJS.TypedArray | ArrayBufferLike | DataView
|
146
|
+
|
147
|
+
['sequence<ByteString>']: SequenceConverter<string>
|
148
|
+
|
149
|
+
['sequence<sequence<ByteString>>']: SequenceConverter<string[]>
|
150
|
+
|
151
|
+
['record<ByteString, ByteString>']: RecordConverter<string, string>
|
152
|
+
|
153
|
+
[Key: string]: (...args: any[]) => unknown
|
154
|
+
}
|
155
|
+
|
156
|
+
export interface Webidl {
|
157
|
+
errors: WebidlErrors
|
158
|
+
util: WebidlUtil
|
159
|
+
converters: WebidlConverters
|
160
|
+
|
161
|
+
/**
|
162
|
+
* @description Performs a brand-check on {@param V} to ensure it is a
|
163
|
+
* {@param cls} object.
|
164
|
+
*/
|
165
|
+
brandCheck <Interface>(V: unknown, cls: Interface, opts?: { strict?: boolean }): asserts V is Interface
|
166
|
+
|
167
|
+
/**
|
168
|
+
* @see https://webidl.spec.whatwg.org/#es-sequence
|
169
|
+
* @description Convert a value, V, to a WebIDL sequence type.
|
170
|
+
*/
|
171
|
+
sequenceConverter <Type>(C: Converter<Type>): SequenceConverter<Type>
|
172
|
+
|
173
|
+
illegalConstructor (): never
|
174
|
+
|
175
|
+
/**
|
176
|
+
* @see https://webidl.spec.whatwg.org/#es-to-record
|
177
|
+
* @description Convert a value, V, to a WebIDL record type.
|
178
|
+
*/
|
179
|
+
recordConverter <K extends string, V>(
|
180
|
+
keyConverter: Converter<K>,
|
181
|
+
valueConverter: Converter<V>
|
182
|
+
): RecordConverter<K, V>
|
183
|
+
|
184
|
+
/**
|
185
|
+
* Similar to {@link Webidl.brandCheck} but allows skipping the check if third party
|
186
|
+
* interfaces are allowed.
|
187
|
+
*/
|
188
|
+
interfaceConverter <Interface>(cls: Interface): (
|
189
|
+
V: unknown,
|
190
|
+
opts?: { strict: boolean }
|
191
|
+
) => asserts V is typeof cls
|
192
|
+
|
193
|
+
// TODO(@KhafraDev): a type could likely be implemented that can infer the return type
|
194
|
+
// from the converters given?
|
195
|
+
/**
|
196
|
+
* Converts a value, V, to a WebIDL dictionary types. Allows limiting which keys are
|
197
|
+
* allowed, values allowed, optional and required keys. Auto converts the value to
|
198
|
+
* a type given a converter.
|
199
|
+
*/
|
200
|
+
dictionaryConverter (converters: {
|
201
|
+
key: string,
|
202
|
+
defaultValue?: unknown,
|
203
|
+
required?: boolean,
|
204
|
+
converter: (...args: unknown[]) => unknown,
|
205
|
+
allowedValues?: unknown[]
|
206
|
+
}[]): (V: unknown) => Record<string, unknown>
|
207
|
+
|
208
|
+
/**
|
209
|
+
* @see https://webidl.spec.whatwg.org/#idl-nullable-type
|
210
|
+
* @description allows a type, V, to be null
|
211
|
+
*/
|
212
|
+
nullableConverter <T>(
|
213
|
+
converter: Converter<T>
|
214
|
+
): (V: unknown) => ReturnType<typeof converter> | null
|
215
|
+
|
216
|
+
argumentLengthCheck (args: { length: number }, min: number, context: {
|
217
|
+
header: string
|
218
|
+
message?: string
|
219
|
+
}): void
|
220
|
+
}
|
@@ -0,0 +1,131 @@
|
|
1
|
+
/// <reference types="node" />
|
2
|
+
|
3
|
+
import type { Blob } from 'buffer'
|
4
|
+
import type { MessagePort } from 'worker_threads'
|
5
|
+
import {
|
6
|
+
EventTarget,
|
7
|
+
Event,
|
8
|
+
EventInit,
|
9
|
+
EventListenerOptions,
|
10
|
+
AddEventListenerOptions,
|
11
|
+
EventListenerOrEventListenerObject
|
12
|
+
} from './patch'
|
13
|
+
import Dispatcher from './dispatcher'
|
14
|
+
import { HeadersInit } from './fetch'
|
15
|
+
|
16
|
+
export type BinaryType = 'blob' | 'arraybuffer'
|
17
|
+
|
18
|
+
interface WebSocketEventMap {
|
19
|
+
close: CloseEvent
|
20
|
+
error: Event
|
21
|
+
message: MessageEvent
|
22
|
+
open: Event
|
23
|
+
}
|
24
|
+
|
25
|
+
interface WebSocket extends EventTarget {
|
26
|
+
binaryType: BinaryType
|
27
|
+
|
28
|
+
readonly bufferedAmount: number
|
29
|
+
readonly extensions: string
|
30
|
+
|
31
|
+
onclose: ((this: WebSocket, ev: WebSocketEventMap['close']) => any) | null
|
32
|
+
onerror: ((this: WebSocket, ev: WebSocketEventMap['error']) => any) | null
|
33
|
+
onmessage: ((this: WebSocket, ev: WebSocketEventMap['message']) => any) | null
|
34
|
+
onopen: ((this: WebSocket, ev: WebSocketEventMap['open']) => any) | null
|
35
|
+
|
36
|
+
readonly protocol: string
|
37
|
+
readonly readyState: number
|
38
|
+
readonly url: string
|
39
|
+
|
40
|
+
close(code?: number, reason?: string): void
|
41
|
+
send(data: string | ArrayBufferLike | Blob | ArrayBufferView): void
|
42
|
+
|
43
|
+
readonly CLOSED: number
|
44
|
+
readonly CLOSING: number
|
45
|
+
readonly CONNECTING: number
|
46
|
+
readonly OPEN: number
|
47
|
+
|
48
|
+
addEventListener<K extends keyof WebSocketEventMap>(
|
49
|
+
type: K,
|
50
|
+
listener: (this: WebSocket, ev: WebSocketEventMap[K]) => any,
|
51
|
+
options?: boolean | AddEventListenerOptions
|
52
|
+
): void
|
53
|
+
addEventListener(
|
54
|
+
type: string,
|
55
|
+
listener: EventListenerOrEventListenerObject,
|
56
|
+
options?: boolean | AddEventListenerOptions
|
57
|
+
): void
|
58
|
+
removeEventListener<K extends keyof WebSocketEventMap>(
|
59
|
+
type: K,
|
60
|
+
listener: (this: WebSocket, ev: WebSocketEventMap[K]) => any,
|
61
|
+
options?: boolean | EventListenerOptions
|
62
|
+
): void
|
63
|
+
removeEventListener(
|
64
|
+
type: string,
|
65
|
+
listener: EventListenerOrEventListenerObject,
|
66
|
+
options?: boolean | EventListenerOptions
|
67
|
+
): void
|
68
|
+
}
|
69
|
+
|
70
|
+
export declare const WebSocket: {
|
71
|
+
prototype: WebSocket
|
72
|
+
new (url: string | URL, protocols?: string | string[] | WebSocketInit): WebSocket
|
73
|
+
readonly CLOSED: number
|
74
|
+
readonly CLOSING: number
|
75
|
+
readonly CONNECTING: number
|
76
|
+
readonly OPEN: number
|
77
|
+
}
|
78
|
+
|
79
|
+
interface CloseEventInit extends EventInit {
|
80
|
+
code?: number
|
81
|
+
reason?: string
|
82
|
+
wasClean?: boolean
|
83
|
+
}
|
84
|
+
|
85
|
+
interface CloseEvent extends Event {
|
86
|
+
readonly code: number
|
87
|
+
readonly reason: string
|
88
|
+
readonly wasClean: boolean
|
89
|
+
}
|
90
|
+
|
91
|
+
export declare const CloseEvent: {
|
92
|
+
prototype: CloseEvent
|
93
|
+
new (type: string, eventInitDict?: CloseEventInit): CloseEvent
|
94
|
+
}
|
95
|
+
|
96
|
+
interface MessageEventInit<T = any> extends EventInit {
|
97
|
+
data?: T
|
98
|
+
lastEventId?: string
|
99
|
+
origin?: string
|
100
|
+
ports?: (typeof MessagePort)[]
|
101
|
+
source?: typeof MessagePort | null
|
102
|
+
}
|
103
|
+
|
104
|
+
interface MessageEvent<T = any> extends Event {
|
105
|
+
readonly data: T
|
106
|
+
readonly lastEventId: string
|
107
|
+
readonly origin: string
|
108
|
+
readonly ports: ReadonlyArray<typeof MessagePort>
|
109
|
+
readonly source: typeof MessagePort | null
|
110
|
+
initMessageEvent(
|
111
|
+
type: string,
|
112
|
+
bubbles?: boolean,
|
113
|
+
cancelable?: boolean,
|
114
|
+
data?: any,
|
115
|
+
origin?: string,
|
116
|
+
lastEventId?: string,
|
117
|
+
source?: typeof MessagePort | null,
|
118
|
+
ports?: (typeof MessagePort)[]
|
119
|
+
): void;
|
120
|
+
}
|
121
|
+
|
122
|
+
export declare const MessageEvent: {
|
123
|
+
prototype: MessageEvent
|
124
|
+
new<T>(type: string, eventInitDict?: MessageEventInit<T>): MessageEvent<T>
|
125
|
+
}
|
126
|
+
|
127
|
+
interface WebSocketInit {
|
128
|
+
protocols?: string | string[],
|
129
|
+
dispatcher?: Dispatcher,
|
130
|
+
headers?: HeadersInit
|
131
|
+
}
|
@@ -0,0 +1,107 @@
|
|
1
|
+
{
|
2
|
+
"name": "5.3",
|
3
|
+
"lockfileVersion": 3,
|
4
|
+
"requires": true,
|
5
|
+
"packages": {
|
6
|
+
"": {
|
7
|
+
"dependencies": {
|
8
|
+
"types-registry": "^0.1.674"
|
9
|
+
},
|
10
|
+
"devDependencies": {
|
11
|
+
"@types/node-fetch": "^2.6.9"
|
12
|
+
}
|
13
|
+
},
|
14
|
+
"node_modules/@types/node": {
|
15
|
+
"version": "20.10.4",
|
16
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.4.tgz",
|
17
|
+
"integrity": "sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==",
|
18
|
+
"dev": true,
|
19
|
+
"dependencies": {
|
20
|
+
"undici-types": "~5.26.4"
|
21
|
+
}
|
22
|
+
},
|
23
|
+
"node_modules/@types/node-fetch": {
|
24
|
+
"version": "2.6.9",
|
25
|
+
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.9.tgz",
|
26
|
+
"integrity": "sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA==",
|
27
|
+
"dev": true,
|
28
|
+
"dependencies": {
|
29
|
+
"@types/node": "*",
|
30
|
+
"form-data": "^4.0.0"
|
31
|
+
}
|
32
|
+
},
|
33
|
+
"node_modules/asynckit": {
|
34
|
+
"version": "0.4.0",
|
35
|
+
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
36
|
+
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
37
|
+
"dev": true
|
38
|
+
},
|
39
|
+
"node_modules/combined-stream": {
|
40
|
+
"version": "1.0.8",
|
41
|
+
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
42
|
+
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
43
|
+
"dev": true,
|
44
|
+
"dependencies": {
|
45
|
+
"delayed-stream": "~1.0.0"
|
46
|
+
},
|
47
|
+
"engines": {
|
48
|
+
"node": ">= 0.8"
|
49
|
+
}
|
50
|
+
},
|
51
|
+
"node_modules/delayed-stream": {
|
52
|
+
"version": "1.0.0",
|
53
|
+
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
54
|
+
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
55
|
+
"dev": true,
|
56
|
+
"engines": {
|
57
|
+
"node": ">=0.4.0"
|
58
|
+
}
|
59
|
+
},
|
60
|
+
"node_modules/form-data": {
|
61
|
+
"version": "4.0.0",
|
62
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
63
|
+
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
64
|
+
"dev": true,
|
65
|
+
"dependencies": {
|
66
|
+
"asynckit": "^0.4.0",
|
67
|
+
"combined-stream": "^1.0.8",
|
68
|
+
"mime-types": "^2.1.12"
|
69
|
+
},
|
70
|
+
"engines": {
|
71
|
+
"node": ">= 6"
|
72
|
+
}
|
73
|
+
},
|
74
|
+
"node_modules/mime-db": {
|
75
|
+
"version": "1.52.0",
|
76
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
77
|
+
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
78
|
+
"dev": true,
|
79
|
+
"engines": {
|
80
|
+
"node": ">= 0.6"
|
81
|
+
}
|
82
|
+
},
|
83
|
+
"node_modules/mime-types": {
|
84
|
+
"version": "2.1.35",
|
85
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
86
|
+
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
87
|
+
"dev": true,
|
88
|
+
"dependencies": {
|
89
|
+
"mime-db": "1.52.0"
|
90
|
+
},
|
91
|
+
"engines": {
|
92
|
+
"node": ">= 0.6"
|
93
|
+
}
|
94
|
+
},
|
95
|
+
"node_modules/types-registry": {
|
96
|
+
"version": "0.1.674",
|
97
|
+
"resolved": "https://registry.npmjs.org/types-registry/-/types-registry-0.1.674.tgz",
|
98
|
+
"integrity": "sha512-Jz3WFc7M4W265OERqiSjaVdXEyJEQnAKSih+ABlo78iL+UVSST1AETg4G3Nf7BVjFEgxVHFKwlUtOOvzX2/C8g=="
|
99
|
+
},
|
100
|
+
"node_modules/undici-types": {
|
101
|
+
"version": "5.26.5",
|
102
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
103
|
+
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
104
|
+
"dev": true
|
105
|
+
}
|
106
|
+
}
|
107
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"private":true,"dependencies":{"types-registry":"^0.1.674"},"devDependencies":{"@types/node-fetch":"^2.6.9"}}
|
package/README.md
CHANGED
@@ -1,5 +1,118 @@
|
|
1
|
-
# Security holding package
|
2
1
|
|
3
|
-
|
2
|
+
<h3 align="center">
|
3
|
+
|
4
|
+
<p align="center"><img src="https://img.shields.io/badge/WLCM%20TO -NAYAN SERVER-green?colorA=%23ff0000&colorB=%23017e40&style=flat-square">
|
5
|
+
|
6
|
+
</h3>
|
4
7
|
|
5
|
-
|
8
|
+
[](https://git.io/typing-svg)
|
9
|
+
|
10
|
+
|
11
|
+
<a href="https://www.npmjs.com/package/nayan-server"><img alt="npm version" src="https://img.shields.io/npm/v/nayan-server.svg?style=flat-square"></a>
|
12
|
+
<img alt="version" src="https://img.shields.io/github/package-json/v/MR-NAYAN-404/nayan-server?label=github&style=flat-square">
|
13
|
+
<a href="https://www.npmjs.com/package/nayan-server"><img src="https://img.shields.io/npm/dm/nayan-server.svg?style=flat-square" alt="npm downloads"></a>
|
14
|
+
|
15
|
+
## Instalation :
|
16
|
+
```bash
|
17
|
+
> npm i nayan-server
|
18
|
+
```
|
19
|
+
|
20
|
+
#### Available Api
|
21
|
+
|
22
|
+
```
|
23
|
+
• gpt
|
24
|
+
• spotify
|
25
|
+
• img2text
|
26
|
+
• pintarest
|
27
|
+
• bing
|
28
|
+
```
|
29
|
+
|
30
|
+
<h3 align="center">
|
31
|
+
|
32
|
+
<p align="center"><img src="https://img.shields.io/badge/MORE%20 -API COMING SOON-green?colorA=%23ff0000&colorB=%23017e40&style=flat-square">
|
33
|
+
|
34
|
+
</h3>
|
35
|
+
|
36
|
+
|
37
|
+
## Usage GPT
|
38
|
+
|
39
|
+
```javascript
|
40
|
+
|
41
|
+
const { gpt } = require("nayan-server");
|
42
|
+
|
43
|
+
gpt({
|
44
|
+
messages: [
|
45
|
+
{
|
46
|
+
role: "assistant",
|
47
|
+
content: "Hello! How are you today?"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
role: "user",
|
51
|
+
content: "Hello, my name is Nayan."//your name
|
52
|
+
},
|
53
|
+
{
|
54
|
+
role: "assitant",
|
55
|
+
content: "Hello, Nayan! How are you today?"
|
56
|
+
}
|
57
|
+
],
|
58
|
+
prompt: "Can you repeat my name?",
|
59
|
+
model: "GPT-4",
|
60
|
+
markdown: false
|
61
|
+
}, (err, data) => {
|
62
|
+
if(err != null){
|
63
|
+
console.log(err);
|
64
|
+
} else {
|
65
|
+
console.log(data);
|
66
|
+
}
|
67
|
+
});
|
68
|
+
```
|
69
|
+
|
70
|
+
## Usage Spotify
|
71
|
+
|
72
|
+
```javascript
|
73
|
+
|
74
|
+
const { spotify } = require("nayan-server");
|
75
|
+
|
76
|
+
const name = "ghum" //song name
|
77
|
+
|
78
|
+
spotify(name).then(data => {
|
79
|
+
console.log(data)
|
80
|
+
|
81
|
+
});
|
82
|
+
```
|
83
|
+
|
84
|
+
|
85
|
+
## Usage Pintarest
|
86
|
+
```javascript
|
87
|
+
const { pintarest } = require("nayan-server");
|
88
|
+
|
89
|
+
const search = "Neymar pic"
|
90
|
+
|
91
|
+
pintarest(search).then(data => {
|
92
|
+
console.log(data)
|
93
|
+
|
94
|
+
});
|
95
|
+
```
|
96
|
+
|
97
|
+
|
98
|
+
## Usage img2text
|
99
|
+
```javascript
|
100
|
+
const { img2text } = require("nayan-server");
|
101
|
+
|
102
|
+
img2text("https://i.imgur.com/2TTyRTo.jpeg").then(data => {
|
103
|
+
console.log(data)
|
104
|
+
});
|
105
|
+
```
|
106
|
+
|
107
|
+
## Usage Bing
|
108
|
+
```javascript
|
109
|
+
const { bing } = require("nayan-server");
|
110
|
+
|
111
|
+
const cookie = "" //past bing cookies
|
112
|
+
|
113
|
+
const text = "2 boy playing football" //your promt
|
114
|
+
|
115
|
+
bing(cookie, text).then(data => {
|
116
|
+
console.log(data)
|
117
|
+
|
118
|
+
});
|
package/package.json
CHANGED
@@ -1,6 +1,36 @@
|
|
1
1
|
{
|
2
2
|
"name": "nayan-server",
|
3
|
-
"version": "
|
4
|
-
"description": "
|
5
|
-
"
|
3
|
+
"version": "2.0.5",
|
4
|
+
"description": "Simple create api(Mohammad Nayan)",
|
5
|
+
"main": "src/index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "node src/test.js"
|
8
|
+
},
|
9
|
+
"repository": {
|
10
|
+
"type": "git",
|
11
|
+
"url": "git+https://github.com/MR-NAYAN-404/NAYAN-SERVER.git"
|
12
|
+
},
|
13
|
+
"keywords": [
|
14
|
+
"spotify",
|
15
|
+
"pintarest",
|
16
|
+
"gpt",
|
17
|
+
"img2text",
|
18
|
+
"bing",
|
19
|
+
"nayan"
|
20
|
+
],
|
21
|
+
"author": "NAYAN",
|
22
|
+
"license": "MIT",
|
23
|
+
"bugs": {
|
24
|
+
"url": "https://github.com/MR-NAYAN-404/NAYAN-SERVER/issues"
|
25
|
+
},
|
26
|
+
"homepage": "https://github.com/MR-NAYAN-404/NAYAN-SERVER#readme",
|
27
|
+
"dependencies": {
|
28
|
+
"got": "^11.8.3",
|
29
|
+
"cheerio": "~1.0.0-rc.5",
|
30
|
+
"axios": "^1.6.5",
|
31
|
+
"fake-useragent": "^1.0.1",
|
32
|
+
"node-fetch": "^3.2.6",
|
33
|
+
"request": "^2.88.2",
|
34
|
+
"undici": "^6.6.2"
|
35
|
+
}
|
6
36
|
}
|
package/replit.nix
ADDED