minimalistic-server 0.0.66 → 0.0.67

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 (4) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +2 -2
  3. package/index.mjs +2609 -2600
  4. package/package.json +32 -32
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
- {
2
- "name": "minimalistic-server",
3
- "version": "0.0.66",
4
- "engines" : {
5
- "npm" : ">=8.6.0",
6
- "node" : ">=22.0.0"
7
- },
8
- "type": "module",
9
- "description": "Minimalistic server library for Node.js. It supports routing, middlewares, parsing common request bodies (JSON, form data, etc), static file serving.",
10
- "main": "index.mjs",
11
- "scripts": {
12
- "test": "echo \"Error: no test specified\" && exit 1"
13
- },
14
- "repository": {
15
- "type": "git",
16
- "url": "git+https://github.com/surenenfiajyan/node-minimalistic-server.git"
17
- },
18
- "keywords": [
19
- "minimalistic",
20
- "server",
21
- "lite",
22
- "server",
23
- "small",
24
- "server"
25
- ],
26
- "author": "Suren Enfiajyan <surenenfiajyan@gmail.com> (https://github.com/surenenfiajyan)",
27
- "license": "MIT",
28
- "bugs": {
29
- "url": "https://github.com/surenenfiajyan/node-minimalistic-server/issues"
30
- },
31
- "homepage": "https://github.com/surenenfiajyan/node-minimalistic-server#readme"
32
- }
1
+ {
2
+ "name": "minimalistic-server",
3
+ "version": "0.0.67",
4
+ "engines": {
5
+ "npm": ">=8.6.0",
6
+ "node": ">=22.0.0"
7
+ },
8
+ "type": "module",
9
+ "description": "Minimalistic server library for Node.js. It supports routing, middlewares, parsing common request bodies (JSON, form data, etc), static file serving.",
10
+ "main": "index.mjs",
11
+ "scripts": {
12
+ "test": "echo \"Error: no test specified\" && exit 1"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/surenenfiajyan/node-minimalistic-server.git"
17
+ },
18
+ "keywords": [
19
+ "minimalistic",
20
+ "server",
21
+ "lite",
22
+ "server",
23
+ "small",
24
+ "server"
25
+ ],
26
+ "author": "Suren Enfiajyan <surenenfiajyan@gmail.com> (https://github.com/surenenfiajyan)",
27
+ "license": "MIT",
28
+ "bugs": {
29
+ "url": "https://github.com/surenenfiajyan/node-minimalistic-server/issues"
30
+ },
31
+ "homepage": "https://github.com/surenenfiajyan/node-minimalistic-server#readme"
32
+ }