UNPKG

thread-loader

Version:
91 lines (90 loc) 2.79 kB
{ "name": "thread-loader", "version": "4.0.2", "description": "Runs the following loaders in a worker pool", "license": "MIT", "repository": "webpack-contrib/thread-loader", "author": "Tobias Koppers @sokra", "homepage": "https://github.com/webpack-contrib/thread-loader", "bugs": "https://github.com/webpack-contrib/thread-loader/issues", "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, "main": "dist/cjs.js", "engines": { "node": ">= 16.10.0" }, "scripts": { "start": "npm run build -- -w", "clean": "del-cli dist", "prebuild": "npm run clean", "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", "commitlint": "commitlint --from=master", "security": "npm audit", "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different", "lint:js": "eslint --cache .", "lint:spelling": "cspell \"**/*.*\"", "lint": "npm-run-all -l -p \"lint:**\"", "fix:js": "npm run lint:js -- --fix", "fix:prettier": "npm run lint:prettier -- --write", "fix": "npm-run-all -l fix:js fix:prettier", "test:only": "cross-env NODE_ENV=test jest --forceExit", "test:watch": "npm run test:only -- --watch", "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", "pretest": "npm run lint", "test": "npm run test:coverage", "prepare": "npm run build", "release": "standard-version" }, "files": [ "dist" ], "peerDependencies": { "webpack": "^5.0.0" }, "dependencies": { "json-parse-better-errors": "^1.0.2", "loader-runner": "^4.1.0", "neo-async": "^2.6.2", "schema-utils": "^4.0.1" }, "devDependencies": { "@babel/cli": "^7.21.5", "@babel/core": "^7.21.5", "@babel/preset-env": "^7.21.5", "@commitlint/cli": "^17.6.1", "@commitlint/config-conventional": "^17.6.1", "@webpack-contrib/eslint-config-webpack": "^3.0.0", "babel-jest": "^29.5.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.2", "css-loader": "^6.7.3", "cspell": "^6.31.1", "del": "^5.1.0", "del-cli": "^5.0.0", "eslint": "^8.39.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "husky": "^4.3.0", "jest": "^29.5.0", "lint-staged": "^10.5.0", "lodash": "^4.17.20", "memfs": "^3.5.1", "mini-css-extract-plugin": "^2.7.2", "nodemon": "^2.0.6", "npm-run-all": "^4.1.5", "postcss": "^8.4.23", "postcss-font-magician": "^3.0.0", "postcss-loader": "^5.2.0", "prettier": "^2.8.8", "sass": "^1.62.1", "sass-loader": "^11.0.1", "standard-version": "^9.0.0", "ts-loader": "^9.2.6", "webpack": "^5.81.0" }, "keywords": [ "webpack" ] }