Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/qjobs/package.json

    rceaed42 r59329aa  
    11{
    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  },
    437  "description": "qjobs is a simple and stupid queue job manager for nodejs",
    5   "main": "qjobs.js",
    638  "directories": {
    739    "example": "examples"
    8   },
    9   "scripts": {
    10     "test": "make test"
    1140  },
    1241  "engines": {
    1342    "node": ">=0.9"
    1443  },
    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",
    1946  "keywords": [
    2047    "queue",
     
    2451    "control"
    2552  ],
    26   "author": "Franck TABARY",
    2753  "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"
    3064}
Note: See TracChangeset for help on using the changeset viewer.