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

    rceaed42 r59329aa  
    11{
    2   "name": "webpack-log",
    3   "version": "2.0.0",
    4   "description": "A common logger for the webpack ecosystem",
    5   "main": "src/index.js",
    6   "files": [
    7     "src"
     2  "_args": [
     3    [
     4      "webpack-log@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    87  ],
    9   "engines": {
    10     "node": ">= 6"
     8  "_development": true,
     9  "_from": "webpack-log@2.0.0",
     10  "_id": "webpack-log@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==",
     13  "_location": "/webpack-log",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "webpack-log@2.0.0",
     19    "name": "webpack-log",
     20    "escapedName": "webpack-log",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
    1124  },
    12   "scripts": {
    13     "lint": "eslint src test",
    14     "test": "nyc --reporter lcovonly mocha --full-trace --check-leaks",
    15     "release": "standard-version"
     25  "_requiredBy": [
     26    "/webpack-dev-server",
     27    "/webpack-dev-server/webpack-dev-middleware"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz",
     30  "_spec": "2.0.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Andrew Powell",
     34    "email": "andrew@shellscape.org"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/webpack-contrib/webpack-log/issues"
    1638  },
    1739  "dependencies": {
     
    1941    "uuid": "^3.3.2"
    2042  },
     43  "description": "A common logger for the webpack ecosystem",
    2144  "devDependencies": {
    2245    "assert": "^1.4.1",
     
    3053    "strip-ansi": "^4.0.0"
    3154  },
    32   "author": "Andrew Powell <andrew@shellscape.org>",
     55  "engines": {
     56    "node": ">= 6"
     57  },
     58  "files": [
     59    "src"
     60  ],
     61  "homepage": "https://github.com/webpack-contrib/webpack-log#readme",
    3362  "issues": "https://github.com/webpack-contrib/webpack-log/issues",
    34   "homepage": "https://github.com/webpack-contrib/webpack-log#readme",
    35   "repository": "https://github.com/webpack-contrib/webpack-log.git",
    36   "license": "MIT"
     63  "license": "MIT",
     64  "main": "src/index.js",
     65  "name": "webpack-log",
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/webpack-contrib/webpack-log.git"
     69  },
     70  "scripts": {
     71    "lint": "eslint src test",
     72    "release": "standard-version",
     73    "test": "nyc --reporter lcovonly mocha --full-trace --check-leaks"
     74  },
     75  "version": "2.0.0"
    3776}
Note: See TracChangeset for help on using the changeset viewer.