-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 970 Bytes
/
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
{
"name": "node-threads-pool",
"version": "2.0.5",
"description": "Node-Threads-Pool is a tool for creating thread pools in Node.js, making it easy to implement efficient parallel computing. With Node-Threads-Pool, you can easily create and manage multiple threads, allocate tasks to worker threads in the thread pool, and maximize CPU resources to improve application performance.",
"main": "index.js",
"scripts": {
"eve": "node ./example/eve-example.js",
"adam": "node ./example/adam-example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pxgo/node-threads-pool.git"
},
"keywords": [
"worker",
"thread",
"workers",
"workers_threads",
"threads",
"pool"
],
"author": "PxGo",
"license": "MIT",
"bugs": {
"url": "https://github.com/pxgo/node-threads-pool/issues"
},
"homepage": "https://github.com/pxgo/node-threads-pool#readme",
"dependencies": {
"pug": "^3.0.3"
}
}