Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

Location:
trip-planner-front/node_modules/css-minimizer-webpack-plugin
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ajv-keywords",
    3   "version": "3.5.2",
    4   "description": "Custom JSON-Schema keywords for Ajv validator",
    5   "main": "index.js",
    6   "typings": "ajv-keywords.d.ts",
    7   "scripts": {
    8     "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
    9     "prepublish": "npm run build",
    10     "test": "npm run build && npm run eslint && npm run test-cov",
    11     "eslint": "eslint index.js keywords/*.js spec",
    12     "test-spec": "mocha spec/*.spec.js -R spec",
    13     "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec"
     2  "_args": [
     3    [
     4      "ajv-keywords@3.5.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ajv-keywords@3.5.2",
     10  "_id": "ajv-keywords@3.5.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
     13  "_location": "/css-minimizer-webpack-plugin/ajv-keywords",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ajv-keywords@3.5.2",
     19    "name": "ajv-keywords",
     20    "escapedName": "ajv-keywords",
     21    "rawSpec": "3.5.2",
     22    "saveSpec": null,
     23    "fetchSpec": "3.5.2"
    1424  },
    15   "repository": {
    16     "type": "git",
    17     "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
     25  "_requiredBy": [
     26    "/css-minimizer-webpack-plugin/schema-utils"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
     29  "_spec": "3.5.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Evgeny Poberezkin"
    1833  },
    19   "keywords": [
    20     "JSON-Schema",
    21     "ajv",
    22     "keywords"
    23   ],
    24   "files": [
    25     "index.js",
    26     "ajv-keywords.d.ts",
    27     "keywords"
    28   ],
    29   "author": "Evgeny Poberezkin",
    30   "license": "MIT",
    3134  "bugs": {
    3235    "url": "https://github.com/epoberezkin/ajv-keywords/issues"
    3336  },
    34   "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
    35   "peerDependencies": {
    36     "ajv": "^6.9.1"
    37   },
     37  "description": "Custom JSON-Schema keywords for Ajv validator",
    3838  "devDependencies": {
    3939    "ajv": "^6.9.1",
     
    5050    "pre-commit": "^1.1.3",
    5151    "uuid": "^8.1.0"
    52   }
     52  },
     53  "files": [
     54    "index.js",
     55    "ajv-keywords.d.ts",
     56    "keywords"
     57  ],
     58  "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
     59  "keywords": [
     60    "JSON-Schema",
     61    "ajv",
     62    "keywords"
     63  ],
     64  "license": "MIT",
     65  "main": "index.js",
     66  "name": "ajv-keywords",
     67  "peerDependencies": {
     68    "ajv": "^6.9.1"
     69  },
     70  "repository": {
     71    "type": "git",
     72    "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
     73  },
     74  "scripts": {
     75    "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
     76    "eslint": "eslint index.js keywords/*.js spec",
     77    "prepublish": "npm run build",
     78    "test": "npm run build && npm run eslint && npm run test-cov",
     79    "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
     80    "test-spec": "mocha spec/*.spec.js -R spec"
     81  },
     82  "typings": "ajv-keywords.d.ts",
     83  "version": "3.5.2"
    5384}
  • trip-planner-front/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ajv",
    3   "version": "6.12.6",
    4   "description": "Another JSON Schema Validator",
    5   "main": "lib/ajv.js",
    6   "typings": "lib/ajv.d.ts",
    7   "files": [
    8     "lib/",
    9     "dist/",
    10     "scripts/",
    11     "LICENSE",
    12     ".tonic_example.js"
     2  "_args": [
     3    [
     4      "ajv@6.12.6",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    137  ],
    14   "scripts": {
    15     "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
    16     "jshint": "jshint lib/{compile/,}*.js",
    17     "lint": "npm run jshint && npm run eslint",
    18     "test-spec": "mocha spec/{**/,}*.spec.js -R spec",
    19     "test-fast": "AJV_FAST_TEST=true npm run test-spec",
    20     "test-debug": "npm run test-spec -- --inspect-brk",
    21     "test-cov": "nyc npm run test-spec",
    22     "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts",
    23     "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters",
    24     "bundle-beautify": "node ./scripts/bundle.js js-beautify",
    25     "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js",
    26     "test-karma": "karma start",
    27     "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
    28     "test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
    29     "test": "npm run lint && npm run build && npm run test-all",
    30     "prepublish": "npm run build && npm run bundle",
    31     "watch": "watch \"npm run build\" ./lib/dot"
     8  "_development": true,
     9  "_from": "ajv@6.12.6",
     10  "_id": "ajv@6.12.6",
     11  "_inBundle": false,
     12  "_integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
     13  "_location": "/css-minimizer-webpack-plugin/ajv",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ajv@6.12.6",
     19    "name": "ajv",
     20    "escapedName": "ajv",
     21    "rawSpec": "6.12.6",
     22    "saveSpec": null,
     23    "fetchSpec": "6.12.6"
    3224  },
    33   "nyc": {
    34     "exclude": [
    35       "**/spec/**",
    36       "node_modules"
    37     ],
    38     "reporter": [
    39       "lcov",
    40       "text-summary"
    41     ]
     25  "_requiredBy": [
     26    "/css-minimizer-webpack-plugin/schema-utils"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
     29  "_spec": "6.12.6",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Evgeny Poberezkin"
    4233  },
    43   "repository": {
    44     "type": "git",
    45     "url": "https://github.com/ajv-validator/ajv.git"
    46   },
    47   "keywords": [
    48     "JSON",
    49     "schema",
    50     "validator",
    51     "validation",
    52     "jsonschema",
    53     "json-schema",
    54     "json-schema-validator",
    55     "json-schema-validation"
    56   ],
    57   "author": "Evgeny Poberezkin",
    58   "license": "MIT",
    5934  "bugs": {
    6035    "url": "https://github.com/ajv-validator/ajv/issues"
    6136  },
    62   "homepage": "https://github.com/ajv-validator/ajv",
    63   "tonicExampleFilename": ".tonic_example.js",
     37  "collective": {
     38    "type": "opencollective",
     39    "url": "https://opencollective.com/ajv"
     40  },
    6441  "dependencies": {
    6542    "fast-deep-equal": "^3.1.1",
     
    6845    "uri-js": "^4.2.2"
    6946  },
     47  "description": "Another JSON Schema Validator",
    7048  "devDependencies": {
    7149    "ajv-async": "^1.0.0",
     
    9674    "watch": "^1.0.0"
    9775  },
    98   "collective": {
    99     "type": "opencollective",
    100     "url": "https://opencollective.com/ajv"
    101   },
     76  "files": [
     77    "lib/",
     78    "dist/",
     79    "scripts/",
     80    "LICENSE",
     81    ".tonic_example.js"
     82  ],
    10283  "funding": {
    10384    "type": "github",
    10485    "url": "https://github.com/sponsors/epoberezkin"
    105   }
     86  },
     87  "homepage": "https://github.com/ajv-validator/ajv",
     88  "keywords": [
     89    "JSON",
     90    "schema",
     91    "validator",
     92    "validation",
     93    "jsonschema",
     94    "json-schema",
     95    "json-schema-validator",
     96    "json-schema-validation"
     97  ],
     98  "license": "MIT",
     99  "main": "lib/ajv.js",
     100  "name": "ajv",
     101  "nyc": {
     102    "exclude": [
     103      "**/spec/**",
     104      "node_modules"
     105    ],
     106    "reporter": [
     107      "lcov",
     108      "text-summary"
     109    ]
     110  },
     111  "repository": {
     112    "type": "git",
     113    "url": "git+https://github.com/ajv-validator/ajv.git"
     114  },
     115  "scripts": {
     116    "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js",
     117    "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters",
     118    "bundle-beautify": "node ./scripts/bundle.js js-beautify",
     119    "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
     120    "jshint": "jshint lib/{compile/,}*.js",
     121    "lint": "npm run jshint && npm run eslint",
     122    "prepublish": "npm run build && npm run bundle",
     123    "test": "npm run lint && npm run build && npm run test-all",
     124    "test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
     125    "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
     126    "test-cov": "nyc npm run test-spec",
     127    "test-debug": "npm run test-spec -- --inspect-brk",
     128    "test-fast": "AJV_FAST_TEST=true npm run test-spec",
     129    "test-karma": "karma start",
     130    "test-spec": "mocha spec/{**/,}*.spec.js -R spec",
     131    "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts",
     132    "watch": "watch \"npm run build\" ./lib/dot"
     133  },
     134  "tonicExampleFilename": ".tonic_example.js",
     135  "typings": "lib/ajv.d.ts",
     136  "version": "6.12.6"
    106137}
  • trip-planner-front/node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "json-schema-traverse",
    3   "version": "0.4.1",
    4   "description": "Traverse JSON Schema passing each schema object to callback",
    5   "main": "index.js",
    6   "scripts": {
    7     "eslint": "eslint index.js spec",
    8     "test-spec": "mocha spec -R spec",
    9     "test": "npm run eslint && nyc npm run test-spec"
     2  "_args": [
     3    [
     4      "json-schema-traverse@0.4.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "json-schema-traverse@0.4.1",
     10  "_id": "json-schema-traverse@0.4.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
     13  "_location": "/css-minimizer-webpack-plugin/json-schema-traverse",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "json-schema-traverse@0.4.1",
     19    "name": "json-schema-traverse",
     20    "escapedName": "json-schema-traverse",
     21    "rawSpec": "0.4.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.4.1"
    1024  },
    11   "repository": {
    12     "type": "git",
    13     "url": "git+https://github.com/epoberezkin/json-schema-traverse.git"
     25  "_requiredBy": [
     26    "/css-minimizer-webpack-plugin/ajv"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
     29  "_spec": "0.4.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Evgeny Poberezkin"
    1433  },
    15   "keywords": [
    16     "JSON-Schema",
    17     "traverse",
    18     "iterate"
    19   ],
    20   "author": "Evgeny Poberezkin",
    21   "license": "MIT",
    2234  "bugs": {
    2335    "url": "https://github.com/epoberezkin/json-schema-traverse/issues"
    2436  },
    25   "homepage": "https://github.com/epoberezkin/json-schema-traverse#readme",
     37  "description": "Traverse JSON Schema passing each schema object to callback",
    2638  "devDependencies": {
    2739    "coveralls": "^2.13.1",
     
    3143    "pre-commit": "^1.2.2"
    3244  },
     45  "homepage": "https://github.com/epoberezkin/json-schema-traverse#readme",
     46  "keywords": [
     47    "JSON-Schema",
     48    "traverse",
     49    "iterate"
     50  ],
     51  "license": "MIT",
     52  "main": "index.js",
     53  "name": "json-schema-traverse",
    3354  "nyc": {
    3455    "exclude": [
     
    4061      "text-summary"
    4162    ]
    42   }
     63  },
     64  "repository": {
     65    "type": "git",
     66    "url": "git+https://github.com/epoberezkin/json-schema-traverse.git"
     67  },
     68  "scripts": {
     69    "eslint": "eslint index.js spec",
     70    "test": "npm run eslint && nyc npm run test-spec",
     71    "test-spec": "mocha spec -R spec"
     72  },
     73  "version": "0.4.1"
    4374}
  • trip-planner-front/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "schema-utils",
    3   "version": "3.1.1",
    4   "description": "webpack Validation Utils",
    5   "license": "MIT",
    6   "repository": "webpack/schema-utils",
    7   "author": "webpack Contrib (https://github.com/webpack-contrib)",
    8   "homepage": "https://github.com/webpack/schema-utils",
    9   "bugs": "https://github.com/webpack/schema-utils/issues",
    10   "funding": {
    11     "type": "opencollective",
    12     "url": "https://opencollective.com/webpack"
     2  "_args": [
     3    [
     4      "schema-utils@3.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "schema-utils@3.1.1",
     10  "_id": "schema-utils@3.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
     13  "_location": "/css-minimizer-webpack-plugin/schema-utils",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "schema-utils@3.1.1",
     19    "name": "schema-utils",
     20    "escapedName": "schema-utils",
     21    "rawSpec": "3.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "3.1.1"
    1324  },
    14   "main": "dist/index.js",
    15   "types": "declarations/index.d.ts",
    16   "engines": {
    17     "node": ">= 10.13.0"
     25  "_requiredBy": [
     26    "/css-minimizer-webpack-plugin"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
     29  "_spec": "3.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "webpack Contrib",
     33    "url": "https://github.com/webpack-contrib"
    1834  },
    19   "scripts": {
    20     "start": "npm run build -- -w",
    21     "clean": "del-cli dist declarations",
    22     "prebuild": "npm run clean",
    23     "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
    24     "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
    25     "build": "npm-run-all -p \"build:**\"",
    26     "commitlint": "commitlint --from=master",
    27     "security": "npm audit --production",
    28     "fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
    29     "lint:js": "eslint --cache .",
    30     "lint:types": "tsc --pretty --noEmit",
    31     "lint": "npm-run-all lint:js lint:types fmt:check",
    32     "fmt": "npm run fmt:check -- --write",
    33     "fix:js": "npm run lint:js -- --fix",
    34     "fix": "npm-run-all fix:js fmt",
    35     "test:only": "cross-env NODE_ENV=test jest",
    36     "test:watch": "npm run test:only -- --watch",
    37     "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
    38     "pretest": "npm run lint",
    39     "test": "npm run test:coverage",
    40     "prepare": "npm run build && husky install",
    41     "release": "standard-version"
     35  "bugs": {
     36    "url": "https://github.com/webpack/schema-utils/issues"
    4237  },
    43   "files": [
    44     "dist",
    45     "declarations"
    46   ],
    4738  "dependencies": {
    4839    "@types/json-schema": "^7.0.8",
     
    5041    "ajv-keywords": "^3.5.2"
    5142  },
     43  "description": "webpack Validation Utils",
    5244  "devDependencies": {
    5345    "@babel/cli": "^7.14.3",
     
    7365    "webpack": "^5.45.1"
    7466  },
     67  "engines": {
     68    "node": ">= 10.13.0"
     69  },
     70  "files": [
     71    "dist",
     72    "declarations"
     73  ],
     74  "funding": {
     75    "type": "opencollective",
     76    "url": "https://opencollective.com/webpack"
     77  },
     78  "homepage": "https://github.com/webpack/schema-utils",
    7579  "keywords": [
    7680    "webpack"
    77   ]
     81  ],
     82  "license": "MIT",
     83  "main": "dist/index.js",
     84  "name": "schema-utils",
     85  "repository": {
     86    "type": "git",
     87    "url": "git+https://github.com/webpack/schema-utils.git"
     88  },
     89  "scripts": {
     90    "build": "npm-run-all -p \"build:**\"",
     91    "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
     92    "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
     93    "clean": "del-cli dist declarations",
     94    "commitlint": "commitlint --from=master",
     95    "fix": "npm-run-all fix:js fmt",
     96    "fix:js": "npm run lint:js -- --fix",
     97    "fmt": "npm run fmt:check -- --write",
     98    "fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
     99    "lint": "npm-run-all lint:js lint:types fmt:check",
     100    "lint:js": "eslint --cache .",
     101    "lint:types": "tsc --pretty --noEmit",
     102    "prebuild": "npm run clean",
     103    "prepare": "npm run build && husky install",
     104    "pretest": "npm run lint",
     105    "release": "standard-version",
     106    "security": "npm audit --production",
     107    "start": "npm run build -- -w",
     108    "test": "npm run test:coverage",
     109    "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
     110    "test:only": "cross-env NODE_ENV=test jest",
     111    "test:watch": "npm run test:only -- --watch"
     112  },
     113  "types": "declarations/index.d.ts",
     114  "version": "3.1.1"
    78115}
  • trip-planner-front/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "source-map",
     2  "_args": [
     3    [
     4      "source-map@0.6.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "source-map@0.6.1",
     10  "_id": "source-map@0.6.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
     13  "_location": "/css-minimizer-webpack-plugin/source-map",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "source-map@0.6.1",
     19    "name": "source-map",
     20    "escapedName": "source-map",
     21    "rawSpec": "0.6.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.6.1"
     24  },
     25  "_requiredBy": [
     26    "/css-minimizer-webpack-plugin"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
     29  "_spec": "0.6.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Nick Fitzgerald",
     33    "email": "nfitzgerald@mozilla.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/mozilla/source-map/issues"
     37  },
     38  "contributors": [
     39    {
     40      "name": "Tobias Koppers",
     41      "email": "tobias.koppers@googlemail.com"
     42    },
     43    {
     44      "name": "Duncan Beevers",
     45      "email": "duncan@dweebd.com"
     46    },
     47    {
     48      "name": "Stephen Crane",
     49      "email": "scrane@mozilla.com"
     50    },
     51    {
     52      "name": "Ryan Seddon",
     53      "email": "seddon.ryan@gmail.com"
     54    },
     55    {
     56      "name": "Miles Elam",
     57      "email": "miles.elam@deem.com"
     58    },
     59    {
     60      "name": "Mihai Bazon",
     61      "email": "mihai.bazon@gmail.com"
     62    },
     63    {
     64      "name": "Michael Ficarra",
     65      "email": "github.public.email@michael.ficarra.me"
     66    },
     67    {
     68      "name": "Todd Wolfson",
     69      "email": "todd@twolfson.com"
     70    },
     71    {
     72      "name": "Alexander Solovyov",
     73      "email": "alexander@solovyov.net"
     74    },
     75    {
     76      "name": "Felix Gnass",
     77      "email": "fgnass@gmail.com"
     78    },
     79    {
     80      "name": "Conrad Irwin",
     81      "email": "conrad.irwin@gmail.com"
     82    },
     83    {
     84      "name": "usrbincc",
     85      "email": "usrbincc@yahoo.com"
     86    },
     87    {
     88      "name": "David Glasser",
     89      "email": "glasser@davidglasser.net"
     90    },
     91    {
     92      "name": "Chase Douglas",
     93      "email": "chase@newrelic.com"
     94    },
     95    {
     96      "name": "Evan Wallace",
     97      "email": "evan.exe@gmail.com"
     98    },
     99    {
     100      "name": "Heather Arthur",
     101      "email": "fayearthur@gmail.com"
     102    },
     103    {
     104      "name": "Hugh Kennedy",
     105      "email": "hughskennedy@gmail.com"
     106    },
     107    {
     108      "name": "David Glasser",
     109      "email": "glasser@davidglasser.net"
     110    },
     111    {
     112      "name": "Simon Lydell",
     113      "email": "simon.lydell@gmail.com"
     114    },
     115    {
     116      "name": "Jmeas Smith",
     117      "email": "jellyes2@gmail.com"
     118    },
     119    {
     120      "name": "Michael Z Goddard",
     121      "email": "mzgoddard@gmail.com"
     122    },
     123    {
     124      "name": "azu",
     125      "email": "azu@users.noreply.github.com"
     126    },
     127    {
     128      "name": "John Gozde",
     129      "email": "john@gozde.ca"
     130    },
     131    {
     132      "name": "Adam Kirkton",
     133      "email": "akirkton@truefitinnovation.com"
     134    },
     135    {
     136      "name": "Chris Montgomery",
     137      "email": "christopher.montgomery@dowjones.com"
     138    },
     139    {
     140      "name": "J. Ryan Stinnett",
     141      "email": "jryans@gmail.com"
     142    },
     143    {
     144      "name": "Jack Herrington",
     145      "email": "jherrington@walmartlabs.com"
     146    },
     147    {
     148      "name": "Chris Truter",
     149      "email": "jeffpalentine@gmail.com"
     150    },
     151    {
     152      "name": "Daniel Espeset",
     153      "email": "daniel@danielespeset.com"
     154    },
     155    {
     156      "name": "Jamie Wong",
     157      "email": "jamie.lf.wong@gmail.com"
     158    },
     159    {
     160      "name": "Eddy Bruël",
     161      "email": "ejpbruel@mozilla.com"
     162    },
     163    {
     164      "name": "Hawken Rives",
     165      "email": "hawkrives@gmail.com"
     166    },
     167    {
     168      "name": "Gilad Peleg",
     169      "email": "giladp007@gmail.com"
     170    },
     171    {
     172      "name": "djchie",
     173      "email": "djchie.dev@gmail.com"
     174    },
     175    {
     176      "name": "Gary Ye",
     177      "email": "garysye@gmail.com"
     178    },
     179    {
     180      "name": "Nicolas Lalevée",
     181      "email": "nicolas.lalevee@hibnet.org"
     182    }
     183  ],
    3184  "description": "Generates and consumes source maps",
    4   "version": "0.6.1",
    5   "homepage": "https://github.com/mozilla/source-map",
    6   "author": "Nick Fitzgerald <nfitzgerald@mozilla.com>",
    7   "contributors": [
    8     "Tobias Koppers <tobias.koppers@googlemail.com>",
    9     "Duncan Beevers <duncan@dweebd.com>",
    10     "Stephen Crane <scrane@mozilla.com>",
    11     "Ryan Seddon <seddon.ryan@gmail.com>",
    12     "Miles Elam <miles.elam@deem.com>",
    13     "Mihai Bazon <mihai.bazon@gmail.com>",
    14     "Michael Ficarra <github.public.email@michael.ficarra.me>",
    15     "Todd Wolfson <todd@twolfson.com>",
    16     "Alexander Solovyov <alexander@solovyov.net>",
    17     "Felix Gnass <fgnass@gmail.com>",
    18     "Conrad Irwin <conrad.irwin@gmail.com>",
    19     "usrbincc <usrbincc@yahoo.com>",
    20     "David Glasser <glasser@davidglasser.net>",
    21     "Chase Douglas <chase@newrelic.com>",
    22     "Evan Wallace <evan.exe@gmail.com>",
    23     "Heather Arthur <fayearthur@gmail.com>",
    24     "Hugh Kennedy <hughskennedy@gmail.com>",
    25     "David Glasser <glasser@davidglasser.net>",
    26     "Simon Lydell <simon.lydell@gmail.com>",
    27     "Jmeas Smith <jellyes2@gmail.com>",
    28     "Michael Z Goddard <mzgoddard@gmail.com>",
    29     "azu <azu@users.noreply.github.com>",
    30     "John Gozde <john@gozde.ca>",
    31     "Adam Kirkton <akirkton@truefitinnovation.com>",
    32     "Chris Montgomery <christopher.montgomery@dowjones.com>",
    33     "J. Ryan Stinnett <jryans@gmail.com>",
    34     "Jack Herrington <jherrington@walmartlabs.com>",
    35     "Chris Truter <jeffpalentine@gmail.com>",
    36     "Daniel Espeset <daniel@danielespeset.com>",
    37     "Jamie Wong <jamie.lf.wong@gmail.com>",
    38     "Eddy Bruël <ejpbruel@mozilla.com>",
    39     "Hawken Rives <hawkrives@gmail.com>",
    40     "Gilad Peleg <giladp007@gmail.com>",
    41     "djchie <djchie.dev@gmail.com>",
    42     "Gary Ye <garysye@gmail.com>",
    43     "Nicolas Lalevée <nicolas.lalevee@hibnet.org>"
    44   ],
    45   "repository": {
    46     "type": "git",
    47     "url": "http://github.com/mozilla/source-map.git"
    48   },
    49   "main": "./source-map.js",
     185  "devDependencies": {
     186    "doctoc": "^0.15.0",
     187    "webpack": "^1.12.0"
     188  },
     189  "engines": {
     190    "node": ">=0.10.0"
     191  },
    50192  "files": [
    51193    "source-map.js",
     
    57199    "dist/source-map.min.js.map"
    58200  ],
    59   "engines": {
    60     "node": ">=0.10.0"
    61   },
     201  "homepage": "https://github.com/mozilla/source-map",
    62202  "license": "BSD-3-Clause",
     203  "main": "./source-map.js",
     204  "name": "source-map",
     205  "repository": {
     206    "type": "git",
     207    "url": "git+ssh://git@github.com/mozilla/source-map.git"
     208  },
    63209  "scripts": {
     210    "build": "webpack --color",
    64211    "test": "npm run build && node test/run-tests.js",
    65     "build": "webpack --color",
    66212    "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
    67213  },
    68   "devDependencies": {
    69     "doctoc": "^0.15.0",
    70     "webpack": "^1.12.0"
    71   },
    72   "typings": "source-map"
     214  "typings": "source-map",
     215  "version": "0.6.1"
    73216}
  • trip-planner-front/node_modules/css-minimizer-webpack-plugin/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "css-minimizer-webpack-plugin",
    3   "version": "3.0.2",
    4   "description": "cssnano plugin for Webpack",
    5   "license": "MIT",
    6   "repository": "webpack-contrib/css-minimizer-webpack-plugin",
    7   "author": "Loann Neveu",
    8   "homepage": "https://github.com/webpack-contrib/css-minimizer-webpack-plugin",
    9   "bugs": "https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues",
    10   "funding": {
    11     "type": "opencollective",
    12     "url": "https://opencollective.com/webpack"
     2  "_args": [
     3    [
     4      "css-minimizer-webpack-plugin@3.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "css-minimizer-webpack-plugin@3.0.2",
     10  "_id": "css-minimizer-webpack-plugin@3.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-B3I5e17RwvKPJwsxjjWcdgpU/zqylzK1bPVghcmpFHRL48DXiBgrtqz1BJsn68+t/zzaLp9kYAaEDvQ7GyanFQ==",
     13  "_location": "/css-minimizer-webpack-plugin",
     14  "_phantomChildren": {
     15    "@types/json-schema": "7.0.9",
     16    "fast-deep-equal": "3.1.3",
     17    "fast-json-stable-stringify": "2.1.0",
     18    "uri-js": "4.4.1"
    1319  },
    14   "main": "dist/cjs.js",
    15   "engines": {
    16     "node": ">= 12.13.0"
     20  "_requested": {
     21    "type": "version",
     22    "registry": true,
     23    "raw": "css-minimizer-webpack-plugin@3.0.2",
     24    "name": "css-minimizer-webpack-plugin",
     25    "escapedName": "css-minimizer-webpack-plugin",
     26    "rawSpec": "3.0.2",
     27    "saveSpec": null,
     28    "fetchSpec": "3.0.2"
    1729  },
    18   "scripts": {
    19     "start": "npm run build -- -w",
    20     "clean": "del-cli dist",
    21     "prebuild": "npm run clean",
    22     "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
    23     "commitlint": "commitlint --from=master",
    24     "security": "npm audit",
    25     "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
    26     "lint:js": "eslint --cache .",
    27     "lint": "npm-run-all -l -p \"lint:**\"",
    28     "test:only": "cross-env NODE_ENV=test jest",
    29     "test:watch": "npm run test:only -- --watch",
    30     "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
    31     "pretest": "npm run lint",
    32     "test": "npm run test:coverage",
    33     "prepare": "husky install && npm run build",
    34     "release": "standard-version"
     30  "_requiredBy": [
     31    "/@angular-devkit/build-angular"
     32  ],
     33  "_resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.0.2.tgz",
     34  "_spec": "3.0.2",
     35  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     36  "author": {
     37    "name": "Loann Neveu"
    3538  },
    36   "files": [
    37     "dist"
    38   ],
    39   "peerDependencies": {
    40     "webpack": "^5.0.0"
    41   },
    42   "peerDependenciesMeta": {
    43     "clean-css": {
    44       "optional": true
    45     },
    46     "csso": {
    47       "optional": true
    48     }
     39  "bugs": {
     40    "url": "https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues"
    4941  },
    5042  "dependencies": {
     
    5749    "source-map": "^0.6.1"
    5850  },
     51  "description": "cssnano plugin for Webpack",
    5952  "devDependencies": {
    6053    "@babel/cli": "^7.14.5",
     
    8982    "webpack": "^5.40.0"
    9083  },
     84  "engines": {
     85    "node": ">= 12.13.0"
     86  },
     87  "files": [
     88    "dist"
     89  ],
     90  "funding": {
     91    "type": "opencollective",
     92    "url": "https://opencollective.com/webpack"
     93  },
     94  "homepage": "https://github.com/webpack-contrib/css-minimizer-webpack-plugin",
    9195  "keywords": [
    9296    "cssnano",
     
    100104    "optimize",
    101105    "optimizer"
    102   ]
     106  ],
     107  "license": "MIT",
     108  "main": "dist/cjs.js",
     109  "name": "css-minimizer-webpack-plugin",
     110  "peerDependencies": {
     111    "webpack": "^5.0.0"
     112  },
     113  "peerDependenciesMeta": {
     114    "clean-css": {
     115      "optional": true
     116    },
     117    "csso": {
     118      "optional": true
     119    }
     120  },
     121  "repository": {
     122    "type": "git",
     123    "url": "git+https://github.com/webpack-contrib/css-minimizer-webpack-plugin.git"
     124  },
     125  "scripts": {
     126    "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
     127    "clean": "del-cli dist",
     128    "commitlint": "commitlint --from=master",
     129    "lint": "npm-run-all -l -p \"lint:**\"",
     130    "lint:js": "eslint --cache .",
     131    "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
     132    "prebuild": "npm run clean",
     133    "prepare": "husky install && npm run build",
     134    "pretest": "npm run lint",
     135    "release": "standard-version",
     136    "security": "npm audit",
     137    "start": "npm run build -- -w",
     138    "test": "npm run test:coverage",
     139    "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
     140    "test:only": "cross-env NODE_ENV=test jest",
     141    "test:watch": "npm run test:only -- --watch"
     142  },
     143  "version": "3.0.2"
    103144}
Note: See TracChangeset for help on using the changeset viewer.