-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 801 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 801 Bytes
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
{
"author": "NULLIVEX LLC <contact@nullivex.com>",
"name": "infant",
"description": "Child process, and cluster helper for Node.js",
"version": "1.3.4",
"homepage": "https://www.nullivex.com/",
"repository": {
"type": "git",
"url": "https://github.com/snailjs/infant.git"
},
"license": "MIT",
"keywords": [
"child process",
"cluster",
"workers",
"fork",
"spawn",
"process"
],
"engines": {
"node": ">=6"
},
"dependencies": {
"async": "3.2.x",
"callsite": "1.0.x",
"debug": "4.3.x",
"node-sigint": "0.0.x",
"object-manage": "1.1.x",
"q": "1.5.x"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
},
"devDependencies": {
"chai": "4.3.x",
"mocha": "9.0.x",
"request": "2.88.x"
}
}