Changeset 59329aa for trip-planner-front/node_modules/qjobs
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/qjobs/package.json
rceaed42 r59329aa 1 1 { 2 "name": "qjobs", 3 "version": "1.2.0", 2 "_args": [ 3 [ 4 "qjobs@1.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 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": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Franck TABARY" 33 }, 34 "bugs": { 35 "url": "https://github.com/franck34/qjobs/issues" 36 }, 4 37 "description": "qjobs is a simple and stupid queue job manager for nodejs", 5 "main": "qjobs.js",6 38 "directories": { 7 39 "example": "examples" 8 },9 "scripts": {10 "test": "make test"11 40 }, 12 41 "engines": { 13 42 "node": ">=0.9" 14 43 }, 15 "repository": { 16 "type": "git", 17 "url": "git://github.com/franck34/qjobs.git" 18 }, 44 "gitHead": "6b6ea2dd626799e946ab700e4c4902ab792d3bb2", 45 "homepage": "https://github.com/franck34/qjobs#readme", 19 46 "keywords": [ 20 47 "queue", … … 24 51 "control" 25 52 ], 26 "author": "Franck TABARY",27 53 "license": "MIT", 28 "readmeFilename": "Readme.md", 29 "gitHead": "6b6ea2dd626799e946ab700e4c4902ab792d3bb2" 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" 30 64 }
Note:
See TracChangeset
for help on using the changeset viewer.