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

    rceaed42 r59329aa  
    11{
    2   "name": "webpack-merge",
    3   "description": "Variant of merge that's useful for webpack configuration",
    4   "author": "Juho Vepsalainen <bebraw@gmail.com>",
    5   "version": "5.8.0",
    6   "scripts": {
    7     "build": "tsc",
    8     "format": "prettier . --write --ignore-path .gitignore",
    9     "start": "tsdx watch",
    10     "test": "tsdx test",
    11     "prepare": "npm run build"
     2  "_args": [
     3    [
     4      "webpack-merge@5.8.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "webpack-merge@5.8.0",
     10  "_id": "webpack-merge@5.8.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==",
     13  "_location": "/webpack-merge",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "webpack-merge@5.8.0",
     19    "name": "webpack-merge",
     20    "escapedName": "webpack-merge",
     21    "rawSpec": "5.8.0",
     22    "saveSpec": null,
     23    "fetchSpec": "5.8.0"
    1224  },
    13   "main": "dist/index.js",
    14   "typings": "dist/index.d.ts",
    15   "files": [
    16     "dist"
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular"
    1727  ],
     28  "_resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz",
     29  "_spec": "5.8.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Juho Vepsalainen",
     33    "email": "bebraw@gmail.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/survivejs/webpack-merge/issues"
     37  },
    1838  "dependencies": {
    1939    "clone-deep": "^4.0.1",
    2040    "wildcard": "^2.0.0"
    2141  },
     42  "description": "Variant of merge that's useful for webpack configuration",
    2243  "devDependencies": {
    2344    "@types/estree": "0.0.48",
     
    2950    "webpack": "^5.38.1"
    3051  },
    31   "repository": {
    32     "type": "git",
    33     "url": "https://github.com/survivejs/webpack-merge.git"
    34   },
    35   "homepage": "https://github.com/survivejs/webpack-merge",
    36   "bugs": {
    37     "url": "https://github.com/survivejs/webpack-merge/issues"
    38   },
    39   "keywords": [
    40     "webpack",
    41     "merge"
    42   ],
    4352  "engines": {
    4453    "node": ">=10.0.0"
     54  },
     55  "files": [
     56    "dist"
     57  ],
     58  "homepage": "https://github.com/survivejs/webpack-merge",
     59  "husky": {
     60    "hooks": {
     61      "pre-commit": "npm run test"
     62    }
    4563  },
    4664  "jest": {
     
    5068    ]
    5169  },
     70  "keywords": [
     71    "webpack",
     72    "merge"
     73  ],
    5274  "license": "MIT",
    53   "husky": {
    54     "hooks": {
    55       "pre-commit": "npm run test"
    56     }
    57   }
     75  "main": "dist/index.js",
     76  "name": "webpack-merge",
     77  "repository": {
     78    "type": "git",
     79    "url": "git+https://github.com/survivejs/webpack-merge.git"
     80  },
     81  "scripts": {
     82    "build": "tsc",
     83    "format": "prettier . --write --ignore-path .gitignore",
     84    "prepare": "npm run build",
     85    "start": "tsdx watch",
     86    "test": "tsdx test"
     87  },
     88  "typings": "dist/index.d.ts",
     89  "version": "5.8.0"
    5890}
Note: See TracChangeset for help on using the changeset viewer.