forked from Mirrors/doipjs
81 lines
2.2 KiB
JSON
81 lines
2.2 KiB
JSON
{
|
|
"_from": "workerpool@6.0.2",
|
|
"_id": "workerpool@6.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-DSNyvOpFKrNusaaUwk+ej6cBj1bmhLcBfj80elGk+ZIo5JSkq+unB1dLKEOcNfJDZgjGICfhQ0Q5TbP0PvF4+Q==",
|
|
"_location": "/workerpool",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "workerpool@6.0.2",
|
|
"name": "workerpool",
|
|
"escapedName": "workerpool",
|
|
"rawSpec": "6.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/mocha"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.0.2.tgz",
|
|
"_shasum": "e241b43d8d033f1beb52c7851069456039d1d438",
|
|
"_spec": "workerpool@6.0.2",
|
|
"_where": "/home/yarmo/dev/keyoxide/doipjs/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": {
|
|
"date-format": "3.0.0",
|
|
"del": "6.0.0",
|
|
"fancy-log": "1.3.3",
|
|
"find-process": "1.4.3",
|
|
"gulp": "4.0.2",
|
|
"handlebars": "4.7.6",
|
|
"istanbul": "0.4.5",
|
|
"mocha": "8.1.3",
|
|
"uglify-js": "3.11.0",
|
|
"webpack": "4.44.2"
|
|
},
|
|
"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.0.2"
|
|
}
|