forked from mkschreder/node-php
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
118 lines (118 loc) · 2.65 KB
/
package.json
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
112
113
114
115
116
117
118
{
"name": "phpcgijs",
"description": "Run and Execute PHP, JS, Ruby, Python 2, Python 3, ASPX, JSP, and CGI in CGI / Shell mode using node.js npm package / module. Includes cgijs npm module. `CGIJS` is a Nodejs Module/library to run any `CGI` mode/`Interpreted language script` files like PHP, JS, Ruby, Python 2, Python 3, ASPX, JSP, and CGI, OR connect to any protocol or any web application server proxies, OR manage processes in the system.",
"version": "1.2.0",
"author": {
"name": "Ganesh",
"email": "desktopcgi@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ganeshkbhat/node-php-cgi.git"
},
"scripts": {
"start": "node ./server.js",
"test": "mocha --reporter spec --recursive --config ./mocha.test.config.js"
},
"main": "./main.js",
"exports": {
"require": "./main.js",
"import": "./main.mjs"
},
"dependencies": {
"cgijs": "^1.2.0",
"shelljs": "^0.8.5"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.28.0",
"express": "^4.18.2",
"mocha": "^10.1.0",
"safe-regex": "^2.1.1",
"sinon": "^14.0.2",
"supertest": "^6.3.1",
"unimported": "^1.23.0"
},
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"phpcgijs",
"node",
"nodejs",
"php",
"cgi",
"php-cgi",
"run php script",
"php cgi js",
"cgijs",
"run cgi scripts",
"manage processes",
"manage most(/any) protocol proxy(/proxies)",
"node.js",
"cgi",
"php",
"python",
"ruby",
"javascript",
"perl",
"php-cgi",
"http proxy",
"tcp proxy",
"udp proxy",
"websocket proxy",
"socks proxy",
"electron",
"scripts",
"run scripts",
"cgi scripts",
"run cgi mode scripts",
"cgi py",
"cgi rb",
"cgi php",
"cgi php-cgi",
"cgi js",
"cgi node.js",
"cgi cgi",
"run http proxy",
"run tcp proxy",
"run udp proxy",
"run websocket proxy",
"run socks proxy",
"run cgi scripts using javascript",
"run cgi scripts using js",
"manage web servers",
"web server",
"run proxy to third party servers",
"run proxy to third party cgi based servers",
"node",
"nodejs",
"node js",
"proxy",
"proxy redirect",
"any protocol proxies",
"http",
"https",
"udp",
"tcp",
"ssh",
"ftp",
"socket",
"websocket",
"socks",
"ssl",
"node php bridge",
"node php-cgi bridge",
"node python bridge",
"node cgi bridge",
"node ruby bridge",
"node perl bridge",
"node jsp bridge",
"node aspx bridge",
"node asp bridge",
"run",
"execute",
"cgi script"
]
}