Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/color-convert/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "color-convert",
     2  "_from": "color-convert@^2.0.1",
     3  "_id": "color-convert@2.0.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
     6  "_location": "/color-convert",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "color-convert@^2.0.1",
     12    "name": "color-convert",
     13    "escapedName": "color-convert",
     14    "rawSpec": "^2.0.1",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.0.1"
     17  },
     18  "_requiredBy": [
     19    "/ansi-styles"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
     22  "_shasum": "72d3a68d598c9bdb3af2ad1e84f21d896abd4de3",
     23  "_spec": "color-convert@^2.0.1",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/ansi-styles",
     25  "author": {
     26    "name": "Heather Arthur",
     27    "email": "fayearthur@gmail.com"
     28  },
     29  "bugs": {
     30    "url": "https://github.com/Qix-/color-convert/issues"
     31  },
     32  "bundleDependencies": false,
     33  "dependencies": {
     34    "color-name": "~1.1.4"
     35  },
     36  "deprecated": false,
    337  "description": "Plain color conversion functions",
    4   "version": "2.0.1",
    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"
     38  "devDependencies": {
     39    "chalk": "^2.4.2",
     40    "xo": "^0.24.0"
    1141  },
    1242  "engines": {
    1343    "node": ">=7.0.0"
    1444  },
     45  "files": [
     46    "index.js",
     47    "conversions.js",
     48    "route.js"
     49  ],
     50  "homepage": "https://github.com/Qix-/color-convert#readme",
    1551  "keywords": [
    1652    "color",
     
    2763    "ansi16"
    2864  ],
    29   "files": [
    30     "index.js",
    31     "conversions.js",
    32     "route.js"
    33   ],
     65  "license": "MIT",
     66  "name": "color-convert",
     67  "repository": {
     68    "type": "git",
     69    "url": "git+https://github.com/Qix-/color-convert.git"
     70  },
     71  "scripts": {
     72    "pretest": "xo",
     73    "test": "node test/basic.js"
     74  },
     75  "version": "2.0.1",
    3476  "xo": {
    3577    "rules": {
     
    3880      "operator-linebreak": 0
    3981    }
    40   },
    41   "devDependencies": {
    42     "chalk": "^2.4.2",
    43     "xo": "^0.24.0"
    44   },
    45   "dependencies": {
    46     "color-name": "~1.1.4"
    4782  }
    4883}
Note: See TracChangeset for help on using the changeset viewer.