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

    rceaed42 r59329aa  
    11{
    2   "name": "picocolors",
    3   "version": "0.2.1",
    4   "main": "./picocolors.js",
    5   "types": "./picocolors.d.ts",
     2  "_args": [
     3    [
     4      "picocolors@0.2.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "picocolors@0.2.1",
     10  "_id": "picocolors@0.2.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
     13  "_location": "/picocolors",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "picocolors@0.2.1",
     19    "name": "picocolors",
     20    "escapedName": "picocolors",
     21    "rawSpec": "0.2.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.2.1"
     24  },
     25  "_requiredBy": [
     26    "/autoprefixer",
     27    "/autoprefixer/postcss",
     28    "/browserslist",
     29    "/css-blank-pseudo/postcss",
     30    "/css-has-pseudo/postcss",
     31    "/css-prefers-color-scheme/postcss",
     32    "/postcss-attribute-case-insensitive/postcss",
     33    "/postcss-color-functional-notation/postcss",
     34    "/postcss-color-gray/postcss",
     35    "/postcss-color-hex-alpha/postcss",
     36    "/postcss-color-mod-function/postcss",
     37    "/postcss-color-rebeccapurple/postcss",
     38    "/postcss-custom-media/postcss",
     39    "/postcss-custom-properties/postcss",
     40    "/postcss-custom-selectors/postcss",
     41    "/postcss-dir-pseudo-class/postcss",
     42    "/postcss-double-position-gradients/postcss",
     43    "/postcss-env-function/postcss",
     44    "/postcss-focus-visible/postcss",
     45    "/postcss-focus-within/postcss",
     46    "/postcss-font-variant/postcss",
     47    "/postcss-gap-properties/postcss",
     48    "/postcss-image-set-function/postcss",
     49    "/postcss-initial/postcss",
     50    "/postcss-lab-function/postcss",
     51    "/postcss-logical/postcss",
     52    "/postcss-media-minmax/postcss",
     53    "/postcss-nesting/postcss",
     54    "/postcss-overflow-shorthand/postcss",
     55    "/postcss-page-break/postcss",
     56    "/postcss-place/postcss",
     57    "/postcss-preset-env/postcss",
     58    "/postcss-pseudo-class-any-link/postcss",
     59    "/postcss-replace-overflow-wrap/postcss",
     60    "/postcss-selector-matches/postcss",
     61    "/postcss-selector-not/postcss",
     62    "/resolve-url-loader/postcss"
     63  ],
     64  "_resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
     65  "_spec": "0.2.1",
     66  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     67  "author": {
     68    "name": "Alexey Raspopov"
     69  },
    670  "browser": {
    771    "./picocolors.js": "./picocolors.browser.js"
    872  },
    9   "sideEffects": false,
     73  "bugs": {
     74    "url": "https://github.com/alexeyraspopov/picocolors/issues"
     75  },
    1076  "description": "The tiniest and the fastest coloring library ever",
    1177  "files": [
     
    1379    "types.ts"
    1480  ],
     81  "homepage": "https://github.com/alexeyraspopov/picocolors#readme",
    1582  "keywords": [
    1683    "terminal",
     
    2087    "console"
    2188  ],
    22   "author": "Alexey Raspopov",
    23   "repository": "alexeyraspopov/picocolors",
    24   "license": "ISC"
     89  "license": "ISC",
     90  "main": "./picocolors.js",
     91  "name": "picocolors",
     92  "repository": {
     93    "type": "git",
     94    "url": "git+https://github.com/alexeyraspopov/picocolors.git"
     95  },
     96  "sideEffects": false,
     97  "types": "./picocolors.d.ts",
     98  "version": "0.2.1"
    2599}
Note: See TracChangeset for help on using the changeset viewer.