@affinidi/common-check-widget-backend-lib
Version:
An common-check-widget-backend-lib used to development backend for common-check-widget-frontend
88 lines (87 loc) • 2.4 kB
JSON
{
"_args": [
[
"workerpool@6.1.5",
"/builds/affinidi/safe-travel/st-experiments/common-check/backend-lib-common-check"
]
],
"_from": "workerpool@6.1.5",
"_id": "workerpool@6.1.5",
"_inBundle": false,
"_integrity": "sha512-XdKkCK0Zqc6w3iTxLckiuJ81tiD/o5rBE/m+nXpRCB+/Sq4DqkfXZ/x0jW02DG1tGsfUGXbTJyZDP+eu67haSw==",
"_location": "/workerpool",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "workerpool@6.1.5",
"name": "workerpool",
"escapedName": "workerpool",
"rawSpec": "6.1.5",
"saveSpec": null,
"fetchSpec": "6.1.5"
},
"_requiredBy": [
"/mocha"
],
"_resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.1.5.tgz",
"_spec": "6.1.5",
"_where": "/builds/affinidi/safe-travel/st-experiments/common-check/backend-lib-common-check",
"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"
},
"dependencies": {},
"description": "Offload tasks to a pool of workers on node.js and in the browser",
"devDependencies": {
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"babel-loader": "8.2.2",
"date-format": "3.0.0",
"del": "6.0.0",
"fancy-log": "1.3.3",
"find-process": "1.4.4",
"gulp": "4.0.2",
"handlebars": "4.7.7",
"istanbul": "0.4.5",
"mocha": "8.3.2",
"uglify-js": "3.13.3",
"webpack": "5.30.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.1.5"
}