You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "worker-farm@^1.7.0",
  3. "_id": "worker-farm@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==",
  6. "_location": "/worker-farm",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "worker-farm@^1.7.0",
  12. "name": "worker-farm",
  13. "escapedName": "worker-farm",
  14. "rawSpec": "^1.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.7.0"
  17. },
  18. "_requiredBy": [
  19. "/terser-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz",
  22. "_shasum": "26a94c5391bbca926152002f69b84a4bf772e5a8",
  23. "_spec": "worker-farm@^1.7.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/terser-webpack-plugin",
  25. "authors": [
  26. "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
  27. ],
  28. "bugs": {
  29. "url": "https://github.com/rvagg/node-worker-farm/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "errno": "~0.1.7"
  34. },
  35. "deprecated": false,
  36. "description": "Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.",
  37. "devDependencies": {
  38. "tape": "~4.10.1"
  39. },
  40. "homepage": "https://github.com/rvagg/node-worker-farm",
  41. "keywords": [
  42. "worker",
  43. "child",
  44. "processing",
  45. "farm"
  46. ],
  47. "license": "MIT",
  48. "main": "./lib/index.js",
  49. "name": "worker-farm",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/rvagg/node-worker-farm.git"
  53. },
  54. "scripts": {
  55. "test": "node ./tests/"
  56. },
  57. "types": "./index.d.ts",
  58. "version": "1.7.0"
  59. }