xypriss 1.0.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/package.json ADDED
@@ -0,0 +1,254 @@
1
+ {
2
+ "name": "xypriss",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "./dist/cjs/index.js",
6
+ "module": "./dist/esm/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "type": "module",
9
+ "bin": {},
10
+ "files": [
11
+ "dist/cjs/index.js",
12
+ "dist/cjs/package.json",
13
+ "dist/esm/index.js",
14
+ "dist/esm/package.json",
15
+ "dist/index.d.ts",
16
+ "README.md",
17
+ "LICENSE"
18
+ ],
19
+ "scripts": {
20
+ "build": "NODE_OPTIONS='--max-old-space-size=4096' npx rollup -c rollup.config.js",
21
+ "build:memory": "NODE_OPTIONS='--max-old-space-size=6144' npx rollup -c rollup.config.js",
22
+ "test": "jest",
23
+ "test:watch": "jest --watch",
24
+ "test:coverage": "jest --coverage",
25
+ "benchmark": "node benchmarks/index.js",
26
+ "prepublishOnly": "npm run build"
27
+ },
28
+ "exports": {
29
+ ".": {
30
+ "types": "./dist/index.d.ts",
31
+ "import": {
32
+ "types": "./dist/index.d.ts",
33
+ "default": "./dist/esm/index.js"
34
+ },
35
+ "require": {
36
+ "types": "./dist/index.d.ts",
37
+ "default": "./dist/cjs/index.js"
38
+ },
39
+ "node": {
40
+ "import": "./dist/esm/index.js",
41
+ "require": "./dist/cjs/index.js"
42
+ },
43
+ "default": "./dist/cjs/index.js"
44
+ },
45
+ "./package.json": "./package.json"
46
+ },
47
+ "keywords": [
48
+ "javascript",
49
+ "typescript",
50
+ "server",
51
+ "fast server",
52
+ "express",
53
+ "express js",
54
+ "javascript server",
55
+ "typescript server",
56
+ "ts server",
57
+ "js server",
58
+ "security",
59
+ "cryptography",
60
+ "object-enhancement",
61
+ "functional-programming",
62
+ "lodash-alternative",
63
+ "filter",
64
+ "transform",
65
+ "chainable",
66
+ "type-safe",
67
+ "secure-object",
68
+ "secure-string",
69
+ "military-grade",
70
+ "quantum-resistant",
71
+ "zero-dependencies",
72
+ "performance",
73
+ "developer-experience",
74
+ "modern-javascript",
75
+ "utility-library",
76
+ "data-manipulation",
77
+ "array-like",
78
+ "immutable",
79
+ "encryption",
80
+ "middleware",
81
+ "CSRF",
82
+ "express",
83
+ "fast-api",
84
+ "fast-server",
85
+ "ultra-fast",
86
+ "rate-limiting",
87
+ "tamper-evident",
88
+ "quantum-safe",
89
+ "nehonix",
90
+ "nehonix xypriss",
91
+ "secure-memory",
92
+ "express",
93
+ "node",
94
+ "browser",
95
+ "hash",
96
+ "token",
97
+ "random",
98
+ "jwt",
99
+ "api-key",
100
+ "password",
101
+ "sha256",
102
+ "pbkdf2",
103
+ "enterprise",
104
+ "post-quantum",
105
+ "buffer",
106
+ "logging",
107
+ "console-interception",
108
+ "log-export",
109
+ "silent-logging",
110
+ "audit",
111
+ "compliance",
112
+ "observability",
113
+ "metrics",
114
+ "developer-tools",
115
+ "open-source",
116
+ "MIT",
117
+ "xypriss"
118
+ ],
119
+ "author": {
120
+ "name": "Nehonix",
121
+ "whatsapp": "https://s.nehonix.space/QBo0KpCl",
122
+ "url": "https://nehonix.space"
123
+ },
124
+ "contributors": [
125
+ {
126
+ "name": "suppercoder",
127
+ "url": "https://github.com/suppercoder"
128
+ },
129
+ {
130
+ "name": "Nehonix",
131
+ "url": "https://nehonix.space"
132
+ }
133
+ ],
134
+ "license": "MIT",
135
+ "repository": {
136
+ "type": "git",
137
+ "url": "https://github.com/Nehonix-Team/XyPriss.git"
138
+ },
139
+ "documentation": "https://lab.nehonix.space/nehonix_viewer/_doc/Nehonix%20xypriss/readme.md",
140
+ "changelog": "https://github.com/Nehonix-Team/XyPriss/blob/main/CHANGELOG.md",
141
+ "support": "https://github.com/Nehonix-Team/XyPriss/issues",
142
+ "bugs": {
143
+ "url": "https://github.com/Nehonix-Team/XyPriss/issues"
144
+ },
145
+ "funding": {
146
+ "type": "github",
147
+ "url": "https://github.com/sponsors/Nehonix-Team"
148
+ },
149
+ "browserslist": [
150
+ "> 1%",
151
+ "last 2 versions",
152
+ "not dead"
153
+ ],
154
+ "devDependencies": {
155
+ "@rollup/plugin-commonjs": "^25.0.0",
156
+ "@rollup/plugin-json": "^6.1.0",
157
+ "@rollup/plugin-node-resolve": "^15.0.0",
158
+ "@rollup/plugin-terser": "^0.4.0",
159
+ "@rollup/plugin-typescript": "^11.0.0",
160
+ "@types/bcrypt": "^5.0.2",
161
+ "@types/compression": "^1.8.0",
162
+ "@types/cors": "^2.8.18",
163
+ "@types/express": "^5.0.2",
164
+ "@types/jest": "^29.5.0",
165
+ "@types/libsodium-wrappers": "^0.7.14",
166
+ "@types/noble": "^0.0.44",
167
+ "@types/node": "^18.19.110",
168
+ "@types/react": "^18.0.0",
169
+ "@types/ws": "^8.18.1",
170
+ "@typescript-eslint/eslint-plugin": "^5.57.0",
171
+ "@typescript-eslint/parser": "^5.57.0",
172
+ "eslint": "^8.37.0",
173
+ "express": "^4.21.2",
174
+ "jest": "^29.5.0",
175
+ "rimraf": "^4.4.0",
176
+ "rollup": "^3.29.4",
177
+ "rollup-plugin-dts": "^6.2.1",
178
+ "rollup-plugin-typescript2": "^0.34.1",
179
+ "ts-jest": "^29.3.4",
180
+ "ts-node": "^10.9.2",
181
+ "typedoc": "^0.25.12"
182
+ },
183
+ "engines": {
184
+ "node": ">=22.12.0"
185
+ },
186
+ "sideEffects": false,
187
+ "peerDependencies": {
188
+ "@types/react": ">=16.8.0",
189
+ "react": ">=16.8.0"
190
+ },
191
+ "peerDependenciesMeta": {
192
+ "react": {
193
+ "optional": true
194
+ },
195
+ "@types/react": {
196
+ "optional": true
197
+ }
198
+ },
199
+ "dependencies": {
200
+ "@noble/ciphers": "^1.3.0",
201
+ "@noble/curves": "^1.9.1",
202
+ "@noble/hashes": "^1.8.0",
203
+ "@noble/secp256k1": "^2.2.3",
204
+ "@types/fast-json-stable-stringify": "^2.0.0",
205
+ "@types/ioredis": "^4.28.10",
206
+ "@types/msgpack-lite": "^0.1.11",
207
+ "@types/node-os-utils": "^1.3.4",
208
+ "@types/pako": "^2.0.3",
209
+ "@types/pidusage": "^2.0.5",
210
+ "@types/redis": "^4.0.10",
211
+ "@types/systeminformation": "^3.23.1",
212
+ "aes-js": "^3.1.2",
213
+ "argon2": "^0.43.0",
214
+ "argon2-browser": "^1.18.0",
215
+ "axios": "^1.6.0",
216
+ "bcrypt": "^6.0.0",
217
+ "bcryptjs": "^2.4.3",
218
+ "check-disk-space": "^3.4.0",
219
+ "compression": "^1.8.0",
220
+ "concurrently": "^8.2.2",
221
+ "cors": "^2.8.5",
222
+ "crypto-js": "^4.2.0",
223
+ "crystals-kyber": "^5.1.0",
224
+ "elliptic": "^6.6.1",
225
+ "entropy-string": "^4.2.0",
226
+ "express-rate-limit": "^7.5.0",
227
+ "fast-json-stable-stringify": "^2.1.0",
228
+ "fast-json-stringify": "^6.0.1",
229
+ "helmet": "^8.1.0",
230
+ "http-proxy-middleware": "^3.0.5",
231
+ "ioredis": "^5.6.1",
232
+ "kyber-crystals": "^1.0.7",
233
+ "libsodium-wrappers": "^0.7.15",
234
+ "msgpack-lite": "^0.1.26",
235
+ "nehoid": "^2.0.0",
236
+ "nehonix-uri-processor": "^2.3.19",
237
+ "noble": "^1.9.1",
238
+ "node-forge": "^1.3.1",
239
+ "node-os-utils": "^1.3.7",
240
+ "pako": "^2.1.0",
241
+ "pbkdf2": "^3.1.2",
242
+ "pidusage": "^4.0.1",
243
+ "pqc-kyber": "^0.7.0",
244
+ "randombytes": "^2.1.0",
245
+ "redis": "^5.1.1",
246
+ "scrypt-js": "^3.0.1",
247
+ "secure-random": "^1.1.2",
248
+ "systeminformation": "^5.27.1",
249
+ "tweetnacl": "^1.0.3",
250
+ "ws": "^8.18.2",
251
+ "typescript": "^5.8.3"
252
+ }
253
+ }
254
+