package.json 1.6 KB

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