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/console-control-strings/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "console-control-strings",
    3   "version": "1.1.0",
     2  "_args": [
     3    [
     4      "console-control-strings@1.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "console-control-strings@1.1.0",
     10  "_id": "console-control-strings@1.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
     13  "_location": "/console-control-strings",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "console-control-strings@1.1.0",
     19    "name": "console-control-strings",
     20    "escapedName": "console-control-strings",
     21    "rawSpec": "1.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.0"
     24  },
     25  "_requiredBy": [
     26    "/gauge",
     27    "/npmlog"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
     30  "_spec": "1.1.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Rebecca Turner",
     34    "email": "me@re-becca.org",
     35    "url": "http://re-becca.org/"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/iarna/console-control-strings/issues"
     39  },
    440  "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning.  This is a subset of both ansi and vt100.  All control codes included work on both Windows & Unix-like OSes, except where noted.",
    5   "main": "index.js",
     41  "devDependencies": {
     42    "standard": "^7.1.2",
     43    "tap": "^5.7.2"
     44  },
    645  "directories": {
    746    "test": "test"
     47  },
     48  "files": [
     49    "LICENSE",
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/iarna/console-control-strings#readme",
     53  "keywords": [],
     54  "license": "ISC",
     55  "main": "index.js",
     56  "name": "console-control-strings",
     57  "repository": {
     58    "type": "git",
     59    "url": "git+https://github.com/iarna/console-control-strings.git"
    860  },
    961  "scripts": {
    1062    "test": "standard && tap test/*.js"
    1163  },
    12   "repository": {
    13     "type": "git",
    14     "url": "https://github.com/iarna/console-control-strings"
    15   },
    16   "keywords": [],
    17   "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
    18   "license": "ISC",
    19   "files": [
    20     "LICENSE",
    21     "index.js"
    22   ],
    23   "devDependencies": {
    24     "standard": "^7.1.2",
    25     "tap": "^5.7.2"
    26   }
     64  "version": "1.1.0"
    2765}
Note: See TracChangeset for help on using the changeset viewer.