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

    rceaed42 r59329aa  
    11{
    2   "name": "license-webpack-plugin",
    3   "version": "2.3.20",
    4   "description": "Outputs licenses from 3rd party libraries to a file",
    5   "main": "dist/index.js",
    6   "typings": "dist/index.d.ts",
    7   "files": [
    8     "/dist/**/*",
    9     "/MIGRATION.md",
    10     "/DOCUMENTATION.md"
     2  "_args": [
     3    [
     4      "license-webpack-plugin@2.3.20",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "scripts": {
    13     "clean": "rimraf dist",
    14     "format": "cross-env prettier --single-quote --write 'src/**/*.ts'",
    15     "format:e2e": "cross-env prettier --ignore-path .gitignore --single-quote --write 'e2e/**/*.js'",
    16     "lint": "cross-env tslint 'src/**/*.ts' --project tsconfig.json",
    17     "build": "yarn run format && yarn run lint && yarn run clean && tsc",
    18     "prepublishOnly": "yarn run build",
    19     "jest": "jest",
    20     "test:unit": "yarn run build && yarn run jest",
    21     "test:e2e": "yarn run format:e2e && yarn --cwd e2e/webpack-v4 && yarn --cwd e2e/webpack-v5 && jest --config jest.config.e2e.js --runInBand",
    22     "test": "yarn run test:unit && yarn run test:e2e"
     8  "_development": true,
     9  "_from": "license-webpack-plugin@2.3.20",
     10  "_id": "license-webpack-plugin@2.3.20",
     11  "_inBundle": false,
     12  "_integrity": "sha512-AHVueg9clOKACSHkhmEI+PCC9x8+qsQVuKECZD3ETxETK5h/PCv5/MUzyG1gm8OMcip/s1tcNxqo9Qb7WhjGsg==",
     13  "_location": "/license-webpack-plugin",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "license-webpack-plugin@2.3.20",
     19    "name": "license-webpack-plugin",
     20    "escapedName": "license-webpack-plugin",
     21    "rawSpec": "2.3.20",
     22    "saveSpec": null,
     23    "fetchSpec": "2.3.20"
    2324  },
    24   "repository": {
    25     "type": "git",
    26     "url": "git+ssh://git@github.com/xz64/license-webpack-plugin.git"
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-2.3.20.tgz",
     29  "_spec": "2.3.20",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "S K",
     33    "url": "xz64"
    2734  },
    28   "keywords": [
    29     "license",
    30     "plugin",
    31     "webpack"
    32   ],
    33   "author": "S K (xz64)",
    34   "license": "ISC",
    3535  "bugs": {
    3636    "url": "https://github.com/xz64/license-webpack-plugin/issues"
    3737  },
    38   "homepage": "https://github.com/xz64/license-webpack-plugin#readme",
     38  "dependencies": {
     39    "@types/webpack-sources": "^0.1.5",
     40    "webpack-sources": "^1.2.0"
     41  },
     42  "description": "Outputs licenses from 3rd party libraries to a file",
    3943  "devDependencies": {
    4044    "@types/jest": "^22.2.2",
     
    4953    "typescript": "^3.8.0"
    5054  },
    51   "dependencies": {
    52     "@types/webpack-sources": "^0.1.5",
    53     "webpack-sources": "^1.2.0"
    54   },
     55  "files": [
     56    "/dist/**/*",
     57    "/MIGRATION.md",
     58    "/DOCUMENTATION.md"
     59  ],
     60  "homepage": "https://github.com/xz64/license-webpack-plugin#readme",
     61  "keywords": [
     62    "license",
     63    "plugin",
     64    "webpack"
     65  ],
     66  "license": "ISC",
     67  "main": "dist/index.js",
     68  "name": "license-webpack-plugin",
    5569  "peerDependenciesMeta": {
    5670    "webpack": {
    5771      "optional": true
    5872    }
    59   }
     73  },
     74  "repository": {
     75    "type": "git",
     76    "url": "git+ssh://git@github.com/xz64/license-webpack-plugin.git"
     77  },
     78  "scripts": {
     79    "build": "yarn run format && yarn run lint && yarn run clean && tsc",
     80    "clean": "rimraf dist",
     81    "format": "cross-env prettier --single-quote --write 'src/**/*.ts'",
     82    "format:e2e": "cross-env prettier --ignore-path .gitignore --single-quote --write 'e2e/**/*.js'",
     83    "jest": "jest",
     84    "lint": "cross-env tslint 'src/**/*.ts' --project tsconfig.json",
     85    "prepublishOnly": "yarn run build",
     86    "test": "yarn run test:unit && yarn run test:e2e",
     87    "test:e2e": "yarn run format:e2e && yarn --cwd e2e/webpack-v4 && yarn --cwd e2e/webpack-v5 && jest --config jest.config.e2e.js --runInBand",
     88    "test:unit": "yarn run build && yarn run jest"
     89  },
     90  "typings": "dist/index.d.ts",
     91  "version": "2.3.20"
    6092}
Note: See TracChangeset for help on using the changeset viewer.