source: trip-planner-front/node_modules/qjobs/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
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 },
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}
Note: See TracBrowser for help on using the repository browser.