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

    rceaed42 r59329aa  
    11{
    2   "name": "ansi-html",
    3   "version": "0.0.7",
    4   "description": "An elegant lib that converts the chalked (ANSI) text to HTML.",
    5   "main": "index.js",
    6   "scripts": {
    7     "test": "./node_modules/.bin/mocha -R spec -t 5000"
     2  "_args": [
     3    [
     4      "ansi-html@0.0.7",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ansi-html@0.0.7",
     10  "_id": "ansi-html@0.0.7",
     11  "_inBundle": false,
     12  "_integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=",
     13  "_location": "/ansi-html",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ansi-html@0.0.7",
     19    "name": "ansi-html",
     20    "escapedName": "ansi-html",
     21    "rawSpec": "0.0.7",
     22    "saveSpec": null,
     23    "fetchSpec": "0.0.7"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz",
     29  "_spec": "0.0.7",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Tjatse"
    833  },
    934  "bin": {
    10     "ansi-html": "./bin/ansi-html"
     35    "ansi-html": "bin/ansi-html"
    1136  },
    12   "repository": {
    13     "type": "git",
    14     "url": "git://github.com/Tjatse/ansi-html.git"
     37  "bugs": {
     38    "url": "https://github.com/Tjatse/ansi-html/issues"
    1539  },
     40  "dependencies": {},
     41  "description": "An elegant lib that converts the chalked (ANSI) text to HTML.",
     42  "devDependencies": {
     43    "chai": "^1.9.1",
     44    "chalk": "^1.1.3",
     45    "lodash": "^2.4.2",
     46    "mocha": "^1.21.4"
     47  },
     48  "engines": [
     49    "node >= 0.8.0"
     50  ],
     51  "homepage": "https://github.com/Tjatse/ansi-html",
    1652  "keywords": [
    1753    "ansi",
     
    1955    "chalk html"
    2056  ],
    21   "author": {
    22     "name": "Tjatse"
     57  "license": "Apache-2.0",
     58  "main": "index.js",
     59  "name": "ansi-html",
     60  "repository": {
     61    "type": "git",
     62    "url": "git://github.com/Tjatse/ansi-html.git"
    2363  },
    24   "license": "Apache-2.0",
    25   "bugs": {
    26     "url": "https://github.com/Tjatse/ansi-html/issues"
     64  "scripts": {
     65    "test": "mocha -R spec -t 5000"
    2766  },
    28   "engines": [
    29     "node >= 0.8.0"
    30   ],
    31   "dependencies": {
    32   },
    33   "devDependencies": {
    34     "mocha": "^1.21.4",
    35     "chai": "^1.9.1",
    36     "chalk": "^1.1.3",
    37     "lodash": "^2.4.2"
    38   },
    39   "readmeFilename": "README.md",
    40   "homepage": "https://github.com/Tjatse/ansi-html",
    4167  "standard": {
    4268    "ignore": [],
     
    4773      "after"
    4874    ]
    49   }
     75  },
     76  "version": "0.0.7"
    5077}
Note: See TracChangeset for help on using the changeset viewer.