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/circular-dependency-plugin/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "circular-dependency-plugin",
    3   "main": "index.js",
     2  "_args": [
     3    [
     4      "circular-dependency-plugin@5.2.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "circular-dependency-plugin@5.2.2",
     10  "_id": "circular-dependency-plugin@5.2.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-g38K9Cm5WRwlaH6g03B9OEz/0qRizI+2I7n+Gz+L5DxXJAPAiWQvwlYNm1V1jkdpUv95bOe/ASm2vfi/G560jQ==",
     13  "_location": "/circular-dependency-plugin",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "circular-dependency-plugin@5.2.2",
     19    "name": "circular-dependency-plugin",
     20    "escapedName": "circular-dependency-plugin",
     21    "rawSpec": "5.2.2",
     22    "saveSpec": null,
     23    "fetchSpec": "5.2.2"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.2.2.tgz",
     29  "_spec": "5.2.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": "",
     32  "bugs": {
     33    "url": "https://github.com/aackerman/circular-dependency-plugin/issues"
     34  },
     35  "description": "Detect modules with circular dependencies when bundling with webpack.",
    436  "devDependencies": {
    537    "jest": "^22.4.2",
     
    1042    "webpack5": "npm:webpack@^5.0.0"
    1143  },
    12   "peerDependencies": {
    13     "webpack": ">=4.0.1"
    14   },
    15   "description": "Detect modules with circular dependencies when bundling with webpack.",
    16   "version": "5.2.2",
    1744  "engines": {
    1845    "node": ">=6.0.0"
    19   },
    20   "scripts": {
    21     "test": "jest"
    2246  },
    2347  "files": [
    2448    "index.js"
    2549  ],
    26   "repository": {
    27     "type": "git",
    28     "url": "git+https://github.com/aackerman/circular-dependency-plugin.git"
    29   },
    30   "author": "",
    31   "license": "ISC",
    32   "bugs": {
    33     "url": "https://github.com/aackerman/circular-dependency-plugin/issues"
    34   },
    3550  "homepage": "https://github.com/aackerman/circular-dependency-plugin#readme",
    3651  "jest": {
     
    3853      "**/?(*.)(spec|test).js?(x)"
    3954    ]
    40   }
     55  },
     56  "license": "ISC",
     57  "main": "index.js",
     58  "name": "circular-dependency-plugin",
     59  "peerDependencies": {
     60    "webpack": ">=4.0.1"
     61  },
     62  "repository": {
     63    "type": "git",
     64    "url": "git+https://github.com/aackerman/circular-dependency-plugin.git"
     65  },
     66  "scripts": {
     67    "test": "jest"
     68  },
     69  "version": "5.2.2"
    4170}
Note: See TracChangeset for help on using the changeset viewer.