PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/workerpool
Просмотр файла: package.json
{
"name": "workerpool",
"license": "Apache-2.0",
"version": "6.2.0",
"description": "Offload tasks to a pool of workers on node.js and in the browser",
"homepage": "https://github.com/josdejong/workerpool",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
"repository": {
"type": "git",
"url": "git://github.com/josdejong/workerpool.git"
},
"keywords": [
"worker",
"web worker",
"cluster",
"pool",
"isomorphic"
],
"main": "src/index.js",
"browser": "dist/workerpool.js",
"files": [
"dist",
"src",
"HISTORY.md",
"LICENSE",
"README.md"
],
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"test": "npm run build && mocha test --timeout 2000",
"test:debug": "npm run build && mocha debug test --timeout 10000",
"coverage": "npm run build && istanbul cover _mocha -- test; echo \"\nCoverage report is available at ./coverage/lcov-report/index.html\"",
"prepublishOnly": "npm run test"
},
"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"
},
"dependencies": {}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!