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

    rceaed42 r59329aa  
    11{
    2   "name": "color-convert",
     2  "_args": [
     3    [
     4      "color-convert@1.9.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "color-convert@1.9.3",
     10  "_id": "color-convert@1.9.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
     13  "_location": "/color-convert",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "color-convert@1.9.3",
     19    "name": "color-convert",
     20    "escapedName": "color-convert",
     21    "rawSpec": "1.9.3",
     22    "saveSpec": null,
     23    "fetchSpec": "1.9.3"
     24  },
     25  "_requiredBy": [
     26    "/ansi-styles"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
     29  "_spec": "1.9.3",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Heather Arthur",
     33    "email": "fayearthur@gmail.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/Qix-/color-convert/issues"
     37  },
     38  "dependencies": {
     39    "color-name": "1.1.3"
     40  },
    341  "description": "Plain color conversion functions",
    4   "version": "1.9.3",
    5   "author": "Heather Arthur <fayearthur@gmail.com>",
    6   "license": "MIT",
    7   "repository": "Qix-/color-convert",
    8   "scripts": {
    9     "pretest": "xo",
    10     "test": "node test/basic.js"
     42  "devDependencies": {
     43    "chalk": "1.1.1",
     44    "xo": "0.11.2"
    1145  },
     46  "files": [
     47    "index.js",
     48    "conversions.js",
     49    "css-keywords.js",
     50    "route.js"
     51  ],
     52  "homepage": "https://github.com/Qix-/color-convert#readme",
    1253  "keywords": [
    1354    "color",
     
    2465    "ansi16"
    2566  ],
    26   "files": [
    27     "index.js",
    28     "conversions.js",
    29     "css-keywords.js",
    30     "route.js"
    31   ],
     67  "license": "MIT",
     68  "name": "color-convert",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/Qix-/color-convert.git"
     72  },
     73  "scripts": {
     74    "pretest": "xo",
     75    "test": "node test/basic.js"
     76  },
     77  "version": "1.9.3",
    3278  "xo": {
    3379    "rules": {
     
    3682      "operator-linebreak": 0
    3783    }
    38   },
    39   "devDependencies": {
    40     "chalk": "1.1.1",
    41     "xo": "0.11.2"
    42   },
    43   "dependencies": {
    44     "color-name": "1.1.3"
    4584  }
    4685}
Note: See TracChangeset for help on using the changeset viewer.