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

    rceaed42 r59329aa  
    11{
    2   "name": "webpack-dev-server",
    3   "version": "3.11.2",
    4   "description": "Serves a webpack app. Updates the browser on changes.",
    5   "bin": "bin/webpack-dev-server.js",
    6   "main": "lib/Server.js",
    7   "files": [
    8     "bin",
    9     "lib",
    10     "ssl",
    11     "client"
     2  "_args": [
     3    [
     4      "webpack-dev-server@3.11.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    127  ],
    13   "engines": {
    14     "node": ">= 6.11.5"
    15   },
    16   "scripts": {
    17     "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
    18     "lint:js": "eslint . --cache",
    19     "lint": "npm-run-all -l -p \"lint:**\"",
    20     "lint:type": "tsc --noEmit",
    21     "commitlint": "commitlint --from=master",
    22     "security": "npm audit",
    23     "test:only": "jest --forceExit",
    24     "test:coverage": "npm run test:only -- --coverage",
    25     "test:watch": "npm run test:coverage --watch",
    26     "test": "npm run test:coverage",
    27     "pretest": "npm run lint",
    28     "prepare": "rimraf ./ssl/*.pem && npm run build:client",
    29     "build:client:default": "babel client-src/default --out-dir client --ignore \"./client-src/default/*.config.js\"",
    30     "build:client:clients": "babel client-src/clients --out-dir client/clients",
    31     "build:client:index": "webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js",
    32     "build:client:live": "webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js",
    33     "build:client:sockjs": "webpack ./client-src/sockjs/index.js -o client/sockjs.bundle.js --color --config client-src/sockjs/webpack.config.js",
    34     "build:client": "rimraf ./client/* && npm-run-all -s -l -p \"build:client:**\"",
    35     "webpack-dev-server": "node examples/run-example.js",
    36     "release": "standard-version"
     8  "_development": true,
     9  "_from": "webpack-dev-server@3.11.2",
     10  "_id": "webpack-dev-server@3.11.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ==",
     13  "_location": "/webpack-dev-server",
     14  "_phantomChildren": {
     15    "ajv-errors": "1.0.1",
     16    "ansi-styles": "3.2.1",
     17    "arr-diff": "4.0.0",
     18    "arr-flatten": "1.1.0",
     19    "array-unique": "0.3.2",
     20    "async-each": "1.0.3",
     21    "async-limiter": "1.0.1",
     22    "bindings": "1.5.0",
     23    "camelcase": "5.3.1",
     24    "core-util-is": "1.0.2",
     25    "decamelize": "1.2.0",
     26    "define-property": "2.0.2",
     27    "extend-shallow": "3.0.2",
     28    "extglob": "2.0.4",
     29    "fast-deep-equal": "3.1.3",
     30    "fast-json-stable-stringify": "2.1.0",
     31    "fragment-cache": "0.2.1",
     32    "get-caller-file": "2.0.5",
     33    "graceful-fs": "4.2.8",
     34    "has-flag": "3.0.0",
     35    "inherits": "2.0.4",
     36    "is-buffer": "1.1.6",
     37    "is-extglob": "2.1.1",
     38    "is-glob": "4.0.3",
     39    "isarray": "1.0.0",
     40    "isobject": "3.0.1",
     41    "kind-of": "6.0.3",
     42    "memory-fs": "0.4.1",
     43    "mime": "2.5.2",
     44    "minimist": "1.2.5",
     45    "nan": "2.15.0",
     46    "nanomatch": "1.2.13",
     47    "normalize-path": "3.0.0",
     48    "object.pick": "1.3.0",
     49    "p-try": "2.2.0",
     50    "path-dirname": "1.0.2",
     51    "path-is-absolute": "1.0.1",
     52    "process-nextick-args": "2.0.1",
     53    "range-parser": "1.2.1",
     54    "regex-not": "1.0.2",
     55    "remove-trailing-separator": "1.1.0",
     56    "repeat-element": "1.1.4",
     57    "repeat-string": "1.6.1",
     58    "require-directory": "2.1.1",
     59    "require-main-filename": "2.0.0",
     60    "safe-buffer": "5.1.2",
     61    "set-blocking": "2.0.0",
     62    "snapdragon": "0.8.2",
     63    "snapdragon-node": "2.1.1",
     64    "split-string": "3.1.0",
     65    "to-regex": "3.0.2",
     66    "upath": "1.2.0",
     67    "uri-js": "4.4.1",
     68    "util-deprecate": "1.0.2",
     69    "webpack-log": "2.0.0",
     70    "which-module": "2.0.0"
     71  },
     72  "_requested": {
     73    "type": "version",
     74    "registry": true,
     75    "raw": "webpack-dev-server@3.11.2",
     76    "name": "webpack-dev-server",
     77    "escapedName": "webpack-dev-server",
     78    "rawSpec": "3.11.2",
     79    "saveSpec": null,
     80    "fetchSpec": "3.11.2"
     81  },
     82  "_requiredBy": [
     83    "/@angular-devkit/build-angular"
     84  ],
     85  "_resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.2.tgz",
     86  "_spec": "3.11.2",
     87  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     88  "author": {
     89    "name": "Tobias Koppers @sokra"
     90  },
     91  "bin": {
     92    "webpack-dev-server": "bin/webpack-dev-server.js"
     93  },
     94  "bugs": {
     95    "url": "https://github.com/webpack/webpack-dev-server/issues"
    3796  },
    3897  "dependencies": {
     
    71130    "yargs": "^13.3.2"
    72131  },
     132  "description": "Serves a webpack app. Updates the browser on changes.",
    73133  "devDependencies": {
    74134    "@babel/cli": "^7.8.4",
     
    114174    "webpack-cli": "^3.3.11"
    115175  },
     176  "engines": {
     177    "node": ">= 6.11.5"
     178  },
     179  "files": [
     180    "bin",
     181    "lib",
     182    "ssl",
     183    "client"
     184  ],
     185  "homepage": "https://github.com/webpack/webpack-dev-server#readme",
     186  "license": "MIT",
     187  "main": "lib/Server.js",
     188  "name": "webpack-dev-server",
    116189  "peerDependencies": {
    117190    "webpack": "^4.0.0 || ^5.0.0"
     
    122195    }
    123196  },
    124   "author": "Tobias Koppers @sokra",
    125   "bugs": "https://github.com/webpack/webpack-dev-server/issues",
    126   "homepage": "https://github.com/webpack/webpack-dev-server#readme",
    127   "repository": "https://github.com/webpack/webpack-dev-server.git",
    128   "license": "MIT"
     197  "repository": {
     198    "type": "git",
     199    "url": "git+https://github.com/webpack/webpack-dev-server.git"
     200  },
     201  "scripts": {
     202    "build:client": "rimraf ./client/* && npm-run-all -s -l -p \"build:client:**\"",
     203    "build:client:clients": "babel client-src/clients --out-dir client/clients",
     204    "build:client:default": "babel client-src/default --out-dir client --ignore \"./client-src/default/*.config.js\"",
     205    "build:client:index": "webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js",
     206    "build:client:live": "webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js",
     207    "build:client:sockjs": "webpack ./client-src/sockjs/index.js -o client/sockjs.bundle.js --color --config client-src/sockjs/webpack.config.js",
     208    "commitlint": "commitlint --from=master",
     209    "lint": "npm-run-all -l -p \"lint:**\"",
     210    "lint:js": "eslint . --cache",
     211    "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
     212    "lint:type": "tsc --noEmit",
     213    "prepare": "rimraf ./ssl/*.pem && npm run build:client",
     214    "pretest": "npm run lint",
     215    "release": "standard-version",
     216    "security": "npm audit",
     217    "test": "npm run test:coverage",
     218    "test:coverage": "npm run test:only -- --coverage",
     219    "test:only": "jest --forceExit",
     220    "test:watch": "npm run test:coverage --watch",
     221    "webpack-dev-server": "node examples/run-example.js"
     222  },
     223  "version": "3.11.2"
    129224}
Note: See TracChangeset for help on using the changeset viewer.