| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_args": [
- [
- "qjobs@1.2.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_development": true,
- "_from": "qjobs@1.2.0",
- "_id": "qjobs@1.2.0",
- "_inBundle": false,
- "_integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==",
- "_location": "/qjobs",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "qjobs@1.2.0",
- "name": "qjobs",
- "escapedName": "qjobs",
- "rawSpec": "1.2.0",
- "saveSpec": null,
- "fetchSpec": "1.2.0"
- },
- "_requiredBy": [
- "/karma"
- ],
- "_resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz",
- "_spec": "1.2.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Franck TABARY"
- },
- "bugs": {
- "url": "https://github.com/franck34/qjobs/issues"
- },
- "description": "qjobs is a simple and stupid queue job manager for nodejs",
- "directories": {
- "example": "examples"
- },
- "engines": {
- "node": ">=0.9"
- },
- "gitHead": "6b6ea2dd626799e946ab700e4c4902ab792d3bb2",
- "homepage": "https://github.com/franck34/qjobs#readme",
- "keywords": [
- "queue",
- "jobs",
- "job",
- "concurrency",
- "control"
- ],
- "license": "MIT",
- "main": "qjobs.js",
- "name": "qjobs",
- "repository": {
- "type": "git",
- "url": "git://github.com/franck34/qjobs.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "1.2.0"
- }
|