package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "qjobs@1.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "qjobs@1.2.0",
  10. "_id": "qjobs@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==",
  13. "_location": "/qjobs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "qjobs@1.2.0",
  19. "name": "qjobs",
  20. "escapedName": "qjobs",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/karma"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Franck TABARY"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/franck34/qjobs/issues"
  36. },
  37. "description": "qjobs is a simple and stupid queue job manager for nodejs",
  38. "directories": {
  39. "example": "examples"
  40. },
  41. "engines": {
  42. "node": ">=0.9"
  43. },
  44. "gitHead": "6b6ea2dd626799e946ab700e4c4902ab792d3bb2",
  45. "homepage": "https://github.com/franck34/qjobs#readme",
  46. "keywords": [
  47. "queue",
  48. "jobs",
  49. "job",
  50. "concurrency",
  51. "control"
  52. ],
  53. "license": "MIT",
  54. "main": "qjobs.js",
  55. "name": "qjobs",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/franck34/qjobs.git"
  59. },
  60. "scripts": {
  61. "test": "make test"
  62. },
  63. "version": "1.2.0"
  64. }