-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 4.48 KB
/
Copy pathpackage.json
File metadata and controls
111 lines (111 loc) · 4.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "basiscore.server",
"version": "1.0.3",
"description": "java script version of Manzoomeh Negaran http web server for nodejs",
"main": "hostManager.js",
"keywords": [
"BasisCore",
"ServerSide",
"HttpServer",
"Manzoomeh Negaran"
],
"author": "Manzoomeh Negaran <info@manzoomeh.ir> (https://www.manzoomeh.ir)",
"license": "ISC",
"homepage": "https://github.com/Manzoomeh/BasisCore.Servre.Node",
"bugs": {
"url": "https://github.com/Manzoomeh/BasisCore.Servre.Node/issues"
},
"contributors": [
"s.alireza qamsari <ali.qamsari@gmail.com> (https://www.linkedin.com/in/qamsari/)"
],
"scripts": {
"stage": "node index.js",
"start": "node --openssl-legacy-provider management.js",
"build": "webpack --mode production",
"dev": "node --openssl-legacy-provider --trace-deprecation index.js",
"context": "node test/context/index.js",
"context-local": "node test/context/local-context.js",
"token": "node test/token/simple.js",
"token-il": "node test/token/il.js",
"print": "node test/command/print/index.js",
"printWithDb": "node test/command/print/withDbSource.js",
"source": "node test/command/dbsource/index.js",
"source-ex": "node test/command/dbsource/exprision-binding.js",
"inlinesource": "node test/command/inlinesource/simple.js",
"inlinesourceSql": "node test/command/inlinesource/inlinesourceSqlCommand.js",
"inlinesourceJoin": "node test/command/inlinesource/inlinesourceJoinCommand.js",
"inlinesourceJson": "node test/command/inlinesource/inlinesourceJsonCommand.js",
"view": "node test/command/view/simple.js",
"tree": "node test/command/tree/simple.js",
"group": "node test/command/group/simple.js",
"repeater": "node test/command/repeater/simple.js",
"con-sql": "node test/connection/sql/simple.js",
"con-edge": "node test/connection/edge/simple.js",
"rabbit": "node test/connection/rabbit/simple.js",
"call": "node test/command/call/simple.js",
"call-group": "node test/command/call/in-group.js",
"call-deep": "node test/command/call/deep.js",
"text": "node test/command/rawtext/simple.js",
"api": "node test/command/API/simple.js",
"testApi": "node test/command/API/runTestApp.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"convertor": "node test/convertFromJsonPartToJsonObject.js",
"con-sqlite": "node test/connection/sqlite/simple.js",
"testConnectionEdge": "node test/connection/edge/testConnection.js",
"testConnectionSql": "node test/connection/sql/testConnection.js",
"dbsourceMongo": "node test/command/dbsource/mongo.js",
"dbsourceMysql": "node test/command/dbsource/mysql.js",
"con-mysql": "node test/connection/mysql/simple.js",
"il": "nodemon test\\final\\server.js",
"createSqlCms": "node test\\final\\createSqlCms.js",
"index4": "node test\\index4\\simple.js",
"unknown": "node test\\command\\UnknownCommand\\simple.js",
"fileStreamer": "node test\\fileStreamer\\index.js",
"socket-server": "node test\\connection\\socket\\app.js",
"socket": "node test\\connection\\socket\\connection.js",
"ws": "node test\\command\\external.ws.ws\\simple.js",
"manager": "node --trace-warnings manager\\index.js",
"inlinesourcexml": "node test/command/inlinesource/inlinesourcexmlCommand.js",
"fileStreamerApi": "node test\\fileStreamer\\api.js",
"fileStreamerWithApi": "node test\\fileStreamer\\WithApi.js",
"bug": "node --trace-warnings --trace-deprecation test\\bug.js",
"cache": "node test\\connection\\sqlite\\cache.js"
},
"type": "module",
"dependencies": {
"amqplib": "^0.10.4",
"busboy": "^1.6.0",
"dayjs": "^1.11.6",
"fast-xml-parser": "^4.3.2",
"formdata-node": "^5.0.0",
"http-status-codes": "^2.2.0",
"imagemagick": "^0.1.3",
"memorystream": "^0.3.1",
"mime": "^4.0.3",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"mongodb": "^6.3.0",
"mssql": "^9.3.2",
"mysql2": "^3.6.5",
"node-cron": "^3.0.3",
"node-html-encoder": "^0.0.2",
"pako": "^2.1.0",
"promised-sqlite3": "^2.1.0",
"sharp": "^0.33.5",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.6",
"winston": "^3.13.0",
"winston-transport": "^4.7.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"babel-loader": "^9.1.3",
"jest": "^29.7.0",
"supertest": "^6.3.3",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
}
}