-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
43 lines (43 loc) · 1.48 KB
/
package-lock.json
File metadata and controls
43 lines (43 loc) · 1.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
{
"name": "thread_pool",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "thread_pool",
"version": "1.0.1",
"license": "ISC",
"dependencies": {
"node-oop-worker-pool": "^1.0.32"
},
"devDependencies": {
"@types/node": "^17.0.21"
}
},
"node_modules/@types/node": {
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz",
"integrity": "sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==",
"dev": true
},
"node_modules/node-oop-worker-pool": {
"version": "1.0.32",
"resolved": "https://registry.npmjs.org/node-oop-worker-pool/-/node-oop-worker-pool-1.0.32.tgz",
"integrity": "sha512-/9dVYGu2WjccTZ7F7mRJO5/uFu4zwg5qclLzmAHxZhVMKNv3A43TM/HY0Yq+jLH5ctzJvmz5XesJBQntxptV/A=="
}
},
"dependencies": {
"@types/node": {
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz",
"integrity": "sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==",
"dev": true
},
"node-oop-worker-pool": {
"version": "1.0.32",
"resolved": "https://registry.npmjs.org/node-oop-worker-pool/-/node-oop-worker-pool-1.0.32.tgz",
"integrity": "sha512-/9dVYGu2WjccTZ7F7mRJO5/uFu4zwg5qclLzmAHxZhVMKNv3A43TM/HY0Yq+jLH5ctzJvmz5XesJBQntxptV/A=="
}
}
}