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

    rceaed42 r59329aa  
    11{
    2   "name": "ansi-colors",
    3   "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).",
    4   "version": "4.1.1",
    5   "homepage": "https://github.com/doowb/ansi-colors",
    6   "author": "Brian Woodward (https://github.com/doowb)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Jason Schilling (https://sourecode.de)",
    10     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    11     "Jordan (https://github.com/Silic0nS0ldier)"
     2  "_args": [
     3    [
     4      "ansi-colors@4.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    127  ],
    13   "repository": "doowb/ansi-colors",
     8  "_development": true,
     9  "_from": "ansi-colors@4.1.1",
     10  "_id": "ansi-colors@4.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==",
     13  "_location": "/ansi-colors",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ansi-colors@4.1.1",
     19    "name": "ansi-colors",
     20    "escapedName": "ansi-colors",
     21    "rawSpec": "4.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "4.1.1"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular",
     27    "/@angular/cli"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
     30  "_spec": "4.1.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Brian Woodward",
     34    "url": "https://github.com/doowb"
     35  },
    1436  "bugs": {
    1537    "url": "https://github.com/doowb/ansi-colors/issues"
    1638  },
    17   "license": "MIT",
    18   "files": [
    19     "index.js",
    20     "symbols.js",
    21     "types/index.d.ts"
     39  "contributors": [
     40    {
     41      "name": "Brian Woodward",
     42      "url": "https://twitter.com/doowb"
     43    },
     44    {
     45      "name": "Jason Schilling",
     46      "url": "https://sourecode.de"
     47    },
     48    {
     49      "name": "Jon Schlinkert",
     50      "url": "http://twitter.com/jonschlinkert"
     51    },
     52    {
     53      "name": "Jordan",
     54      "url": "https://github.com/Silic0nS0ldier"
     55    }
    2256  ],
    23   "main": "index.js",
    24   "types": "./types/index.d.ts",
    25   "engines": {
    26     "node": ">=6"
    27   },
    28   "scripts": {
    29     "test": "mocha"
    30   },
     57  "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).",
    3158  "devDependencies": {
    3259    "decache": "^4.5.1",
     
    3663    "text-table": "^0.2.0"
    3764  },
     65  "engines": {
     66    "node": ">=6"
     67  },
     68  "files": [
     69    "index.js",
     70    "symbols.js",
     71    "types/index.d.ts"
     72  ],
     73  "homepage": "https://github.com/doowb/ansi-colors",
    3874  "keywords": [
    3975    "ansi",
     
    76112    "yellow"
    77113  ],
     114  "license": "MIT",
     115  "main": "index.js",
     116  "name": "ansi-colors",
     117  "repository": {
     118    "type": "git",
     119    "url": "git+https://github.com/doowb/ansi-colors.git"
     120  },
     121  "scripts": {
     122    "test": "mocha"
     123  },
     124  "types": "./types/index.d.ts",
    78125  "verb": {
    79126    "toc": false,
     
    106153      "kleur"
    107154    ]
    108   }
     155  },
     156  "version": "4.1.1"
    109157}
Note: See TracChangeset for help on using the changeset viewer.