gulp-multi-thread-task
Version:
Takes a gulp task and make's it run in multiple threads to improve build time
53 lines (52 loc) • 1.22 kB
JSON
{
"name": "gulp-multi-thread-task",
"version": "2.1.0",
"description": "Takes a gulp task and make's it run in multiple threads to improve build time",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "cross-env NODE_ENV=test jest"
},
"author": "Constantinos Tsiakouris",
"license": "MIT",
"dependencies": {
"colors": "^1.4.0",
"fancy-log": "^1.3.3",
"globby": "^11.0.1",
"plugin-error": "^1.0.1",
"schema-utils": "^2.7.1",
"through2": "^4.0.2"
},
"devDependencies": {
"cross-env": "^7.0.2",
"eslint": "^7.9.0",
"eslint-config-google": "^0.14.0",
"gulp": "^4.0.2",
"jest": "^26.4.2"
},
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CT1994/gulp-multi-thread-task.git"
},
"bugs": {
"url": "https://github.com/CT1994/gulp-multi-thread-task/issues"
},
"homepage": "https://github.com/CT1994/gulp-multi-thread-task#readme",
"keywords": [
"gulp",
"gulp-plugin",
"gulpplugin",
"speed",
"performance",
"multi-process",
"threads",
"parallel",
"concurrent",
"concurrency",
"cluster"
]
}