liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
{
  "_from": "workerpool@6.2.0",
  "_id": "workerpool@6.2.0",
  "_inBundle": false,
  "_integrity": "sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==",
  "_location": "/workerpool",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "workerpool@6.2.0",
    "name": "workerpool",
    "escapedName": "workerpool",
    "rawSpec": "6.2.0",
    "saveSpec": null,
    "fetchSpec": "6.2.0"
  },
  "_requiredBy": [
    "/mocha"
  ],
  "_resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.2.0.tgz",
  "_shasum": "827d93c9ba23ee2019c3ffaff5c27fccea289e8b",
  "_spec": "workerpool@6.2.0",
  "_where": "/home/l/plc/node-red/node_modules/mocha",
  "author": {
    "name": "Jos de Jong",
    "email": "wjosdejong@gmail.com",
    "url": "https://github.com/josdejong"
  },
  "browser": "dist/workerpool.js",
  "bugs": {
    "url": "https://github.com/josdejong/workerpool/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Offload tasks to a pool of workers on node.js and in the browser",
  "devDependencies": {
    "@babel/core": "7.16.7",
    "@babel/preset-env": "7.16.8",
    "babel-loader": "8.2.3",
    "date-format": "4.0.2",
    "del": "6.0.0",
    "fancy-log": "2.0.0",
    "find-process": "1.4.7",
    "gulp": "4.0.2",
    "handlebars": "4.7.7",
    "istanbul": "0.4.5",
    "mocha": "9.1.4",
    "uglify-js": "3.14.5",
    "webpack": "5.66.0"
  },
  "files": [
    "dist",
    "src",
    "HISTORY.md",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/josdejong/workerpool",
  "keywords": [
    "worker",
    "web worker",
    "cluster",
    "pool",
    "isomorphic"
  ],
  "license": "Apache-2.0",
  "main": "src/index.js",
  "name": "workerpool",
  "repository": {
    "type": "git",
    "url": "git://github.com/josdejong/workerpool.git"
  },
  "scripts": {
    "build": "gulp",
    "coverage": "npm run build && istanbul cover _mocha -- test; echo \"\nCoverage report is available at ./coverage/lcov-report/index.html\"",
    "prepublishOnly": "npm run test",
    "test": "npm run build && mocha test --timeout 2000",
    "test:debug": "npm run build && mocha debug test --timeout 10000",
    "watch": "gulp watch"
  },
  "version": "6.2.0"
}