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/gauge/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "gauge",
    3   "version": "2.7.4",
    4   "description": "A terminal based horizontal guage",
    5   "main": "index.js",
    6   "scripts": {
    7     "test": "standard && tap test/*.js --coverage",
    8     "prepublish": "rm -f *~"
     2  "_args": [
     3    [
     4      "gauge@2.7.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "gauge@2.7.4",
     10  "_id": "gauge@2.7.4",
     11  "_inBundle": false,
     12  "_integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
     13  "_location": "/gauge",
     14  "_phantomChildren": {
     15    "code-point-at": "1.1.0",
     16    "number-is-nan": "1.0.1"
    917  },
    10   "repository": {
    11     "type": "git",
    12     "url": "https://github.com/iarna/gauge"
     18  "_requested": {
     19    "type": "version",
     20    "registry": true,
     21    "raw": "gauge@2.7.4",
     22    "name": "gauge",
     23    "escapedName": "gauge",
     24    "rawSpec": "2.7.4",
     25    "saveSpec": null,
     26    "fetchSpec": "2.7.4"
    1327  },
    14   "keywords": [
    15     "progressbar",
    16     "progress",
    17     "gauge"
     28  "_requiredBy": [
     29    "/npmlog"
    1830  ],
    19   "author": "Rebecca Turner <me@re-becca.org>",
    20   "license": "ISC",
     31  "_resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
     32  "_spec": "2.7.4",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Rebecca Turner",
     36    "email": "me@re-becca.org"
     37  },
    2138  "bugs": {
    2239    "url": "https://github.com/iarna/gauge/issues"
    2340  },
    24   "homepage": "https://github.com/iarna/gauge",
    2541  "dependencies": {
    2642    "aproba": "^1.0.3",
     
    3349    "wide-align": "^1.1.0"
    3450  },
     51  "description": "A terminal based horizontal guage",
    3552  "devDependencies": {
    3653    "readable-stream": "^2.0.6",
     
    6077    "themes.js",
    6178    "wide-truncate.js"
    62   ]
     79  ],
     80  "homepage": "https://github.com/iarna/gauge",
     81  "keywords": [
     82    "progressbar",
     83    "progress",
     84    "gauge"
     85  ],
     86  "license": "ISC",
     87  "main": "index.js",
     88  "name": "gauge",
     89  "repository": {
     90    "type": "git",
     91    "url": "git+https://github.com/iarna/gauge.git"
     92  },
     93  "scripts": {
     94    "prepublish": "rm -f *~",
     95    "test": "standard && tap test/*.js --coverage"
     96  },
     97  "version": "2.7.4"
    6398}
Note: See TracChangeset for help on using the changeset viewer.