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

    rceaed42 r59329aa  
    11{
    2   "name": "loglevel",
    3   "description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods",
    4   "version": "1.7.1",
    5   "homepage": "https://github.com/pimterry/loglevel",
     2  "_args": [
     3    [
     4      "loglevel@1.7.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "loglevel@1.7.1",
     10  "_id": "loglevel@1.7.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==",
     13  "_location": "/loglevel",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "loglevel@1.7.1",
     19    "name": "loglevel",
     20    "escapedName": "loglevel",
     21    "rawSpec": "1.7.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.7.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.1.tgz",
     29  "_spec": "1.7.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    631  "author": {
    732    "name": "Tim Perry",
     
    934    "url": "http://tim-perry.co.uk"
    1035  },
    11   "repository": {
    12     "type": "git",
    13     "url": "git://github.com/pimterry/loglevel.git"
    14   },
    1536  "bugs": {
    1637    "url": "https://github.com/pimterry/loglevel/issues"
    1738  },
    18   "funding": {
    19     "type": "tidelift",
    20     "url": "https://tidelift.com/funding/github/npm/loglevel"
    21   },
    22   "license": "MIT",
    23   "main": "lib/loglevel.js",
    24   "types": "./index.d.ts",
    25   "engines": {
    26     "node": ">= 0.6.0"
    27   },
    28   "scripts": {
    29     "test": "grunt test && tsc --noEmit ./test/type-test.ts",
    30     "ci": "grunt ci",
    31     "dist": "grunt dist",
    32     "watch": "grunt watch"
    33   },
    3439  "dependencies": {},
     40  "description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods",
    3541  "devDependencies": {
    3642    "@types/core-js": "2.5.0",
     
    5662    "typescript": "^3.5.1"
    5763  },
     64  "engines": {
     65    "node": ">= 0.6.0"
     66  },
     67  "funding": {
     68    "type": "tidelift",
     69    "url": "https://tidelift.com/funding/github/npm/loglevel"
     70  },
     71  "homepage": "https://github.com/pimterry/loglevel",
    5872  "keywords": [
    5973    "log",
     
    6175    "logging",
    6276    "browser"
    63   ]
     77  ],
     78  "license": "MIT",
     79  "main": "lib/loglevel.js",
     80  "name": "loglevel",
     81  "repository": {
     82    "type": "git",
     83    "url": "git://github.com/pimterry/loglevel.git"
     84  },
     85  "scripts": {
     86    "ci": "grunt ci",
     87    "dist": "grunt dist",
     88    "test": "grunt test && tsc --noEmit ./test/type-test.ts",
     89    "watch": "grunt watch"
     90  },
     91  "types": "./index.d.ts",
     92  "version": "1.7.1"
    6493}
Note: See TracChangeset for help on using the changeset viewer.