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

    rceaed42 r59329aa  
    11{
    2   "name": "webpack",
    3   "version": "5.50.0",
    4   "author": "Tobias Koppers @sokra",
    5   "description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
    6   "license": "MIT",
     2  "_args": [
     3    [
     4      "webpack@5.50.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "webpack@5.50.0",
     10  "_id": "webpack@5.50.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-hqxI7t/KVygs0WRv/kTgUW8Kl3YC81uyWQSo/7WUs5LsuRw0htH/fCwbVBGCuiX/t4s7qzjXFcf41O8Reiypag==",
     13  "_location": "/webpack",
     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"
     19  },
     20  "_requested": {
     21    "type": "version",
     22    "registry": true,
     23    "raw": "webpack@5.50.0",
     24    "name": "webpack",
     25    "escapedName": "webpack",
     26    "rawSpec": "5.50.0",
     27    "saveSpec": null,
     28    "fetchSpec": "5.50.0"
     29  },
     30  "_requiredBy": [
     31    "/@angular-devkit/build-angular"
     32  ],
     33  "_resolved": "https://registry.npmjs.org/webpack/-/webpack-5.50.0.tgz",
     34  "_spec": "5.50.0",
     35  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     36  "author": {
     37    "name": "Tobias Koppers @sokra"
     38  },
     39  "bin": {
     40    "webpack": "bin/webpack.js"
     41  },
     42  "bugs": {
     43    "url": "https://github.com/webpack/webpack/issues"
     44  },
    745  "dependencies": {
    846    "@types/eslint-scope": "^3.7.0",
     
    3169    "webpack-sources": "^3.2.0"
    3270  },
    33   "peerDependenciesMeta": {
    34     "webpack-cli": {
    35       "optional": true
    36     }
    37   },
     71  "description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
    3872  "devDependencies": {
    3973    "@babel/core": "^7.11.1",
     
    96130    "terser": "^5.7.0",
    97131    "toml": "^3.0.0",
    98     "tooling": "webpack/tooling#v1.19.0",
     132    "tooling": "github:webpack/tooling#v1.19.0",
    99133    "ts-loader": "^8.0.2",
    100134    "typescript": "^4.2.0-beta",
     
    110144    "node": ">=10.13.0"
    111145  },
    112   "repository": {
    113     "type": "git",
    114     "url": "https://github.com/webpack/webpack.git"
    115   },
    116   "funding": {
    117     "type": "opencollective",
    118     "url": "https://opencollective.com/webpack"
    119   },
    120   "homepage": "https://github.com/webpack/webpack",
    121   "main": "lib/index.js",
    122   "bin": {
    123     "webpack": "bin/webpack.js"
    124   },
    125   "types": "types.d.ts",
    126146  "files": [
    127147    "lib/",
     
    132152    "types.d.ts"
    133153  ],
    134   "scripts": {
    135     "setup": "node ./setup/setup.js",
    136     "jest": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage",
    137     "test": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage",
    138     "test:update-snapshots": "yarn jest -u",
    139     "test:integration": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.{basictest,longtest,test}.js\"",
    140     "test:basic": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.basictest.js\"",
    141     "test:unit": "node --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"",
    142     "travis:integration": "yarn cover:integration --ci $JEST",
    143     "travis:basic": "yarn cover:basic --ci $JEST",
    144     "travis:lintunit": "yarn lint && yarn cover:unit --ci $JEST",
    145     "travis:benchmark": "yarn benchmark --ci",
    146     "appveyor:integration": "yarn cover:integration --ci %JEST%",
    147     "appveyor:unit": "yarn cover:unit --ci %JEST%",
    148     "appveyor:benchmark": "yarn benchmark --ci",
    149     "build:examples": "cd examples && node buildAll.js",
    150     "type-report": "rimraf coverage && yarn cover:types && yarn cover:report && open-cli coverage/lcov-report/index.html",
    151     "pretest": "yarn lint",
    152     "prelint": "yarn setup",
    153     "lint": "yarn code-lint && yarn special-lint && yarn type-lint && yarn typings-lint && yarn yarn-lint && yarn pretty-lint && yarn spellcheck",
    154     "code-lint": "eslint . --ext '.js' --cache",
    155     "type-lint": "tsc",
    156     "typings-lint": "tsc -p tsconfig.test.json",
    157     "spellcheck": "cspell \"{.github,benchmark,bin,examples,hot,lib,schemas,setup,tooling}/**/*.{md,yml,yaml,js,json}\" \"*.md\"",
    158     "special-lint": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/schemas-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-schemas && node tooling/generate-runtime-code.js && node node_modules/tooling/format-file-header && node node_modules/tooling/compile-to-definitions && node node_modules/tooling/precompile-schemas && node node_modules/tooling/generate-types --no-template-literals",
    159     "special-lint-fix": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-schemas --write && node tooling/generate-runtime-code.js --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/compile-to-definitions --write && node node_modules/tooling/precompile-schemas --write && node node_modules/tooling/generate-types --no-template-literals --write",
    160     "fix": "yarn code-lint --fix && yarn special-lint-fix && yarn pretty-lint-fix",
    161     "prepare": "husky install",
    162     "pretty-lint-base": "prettier \"*.{ts,json,yml,yaml,md}\" \"{setup,lib,bin,hot,benchmark,tooling,schemas}/**/*.json\" \"examples/*.md\"",
    163     "pretty-lint-base-all": "yarn pretty-lint-base \"*.js\" \"{setup,lib,bin,hot,benchmark,tooling,schemas}/**/*.js\" \"test/*.js\" \"test/helpers/*.js\" \"test/{configCases,watchCases,statsCases,hotCases,benchmarkCases}/**/webpack.config.js\" \"examples/**/webpack.config.js\"",
    164     "pretty-lint-fix": "yarn pretty-lint-base-all --loglevel warn --write",
    165     "pretty-lint": "yarn pretty-lint-base --check",
    166     "yarn-lint": "yarn-deduplicate --fail --list -s highest yarn.lock",
    167     "yarn-lint-fix": "yarn-deduplicate -s highest yarn.lock",
    168     "benchmark": "node --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand",
    169     "cover": "yarn cover:all && yarn cover:report",
    170     "cover:clean": "rimraf .nyc_output coverage",
    171     "cover:all": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --coverage",
    172     "cover:basic": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.basictest.js\" --coverage",
    173     "cover:integration": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.{basictest,longtest,test}.js\" --coverage",
    174     "cover:integration:a": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.{basictest,test}.js\" --coverage",
    175     "cover:integration:b": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.longtest.js\" --coverage",
    176     "cover:unit": "node --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\" --coverage",
    177     "cover:types": "node node_modules/tooling/type-coverage",
    178     "cover:merge": "yarn mkdirp .nyc_output && nyc merge .nyc_output coverage/coverage-nyc.json && rimraf .nyc_output",
    179     "cover:report": "nyc report -t coverage"
    180   },
    181   "lint-staged": {
    182     "*.js|{lib,setup,bin,hot,tooling,schemas}/**/*.js|test/*.js|{test,examples}/**/webpack.config.js}": [
    183       "eslint --cache"
    184     ],
    185     "*.{ts,json,yml,yaml,md}|examples/*.md": [
    186       "prettier --check"
    187     ],
    188     "*.md|{.github,benchmark,bin,examples,hot,lib,schemas,setup,tooling}/**/*.{md,yml,yaml,js,json}": [
    189       "cspell"
    190     ]
    191   },
     154  "funding": {
     155    "type": "opencollective",
     156    "url": "https://opencollective.com/webpack"
     157  },
     158  "homepage": "https://github.com/webpack/webpack",
    192159  "jest": {
    193160    "forceExit": true,
     
    239206      "json"
    240207    ]
    241   }
     208  },
     209  "license": "MIT",
     210  "lint-staged": {
     211    "*.js|{lib,setup,bin,hot,tooling,schemas}/**/*.js|test/*.js|{test,examples}/**/webpack.config.js}": [
     212      "eslint --cache"
     213    ],
     214    "*.{ts,json,yml,yaml,md}|examples/*.md": [
     215      "prettier --check"
     216    ],
     217    "*.md|{.github,benchmark,bin,examples,hot,lib,schemas,setup,tooling}/**/*.{md,yml,yaml,js,json}": [
     218      "cspell"
     219    ]
     220  },
     221  "main": "lib/index.js",
     222  "name": "webpack",
     223  "peerDependenciesMeta": {
     224    "webpack-cli": {
     225      "optional": true
     226    }
     227  },
     228  "repository": {
     229    "type": "git",
     230    "url": "git+https://github.com/webpack/webpack.git"
     231  },
     232  "scripts": {
     233    "appveyor:benchmark": "yarn benchmark --ci",
     234    "appveyor:integration": "yarn cover:integration --ci %JEST%",
     235    "appveyor:unit": "yarn cover:unit --ci %JEST%",
     236    "benchmark": "node --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand",
     237    "build:examples": "cd examples && node buildAll.js",
     238    "code-lint": "eslint . --ext '.js' --cache",
     239    "cover": "yarn cover:all && yarn cover:report",
     240    "cover:all": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --coverage",
     241    "cover:basic": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.basictest.js\" --coverage",
     242    "cover:clean": "rimraf .nyc_output coverage",
     243    "cover:integration": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.{basictest,longtest,test}.js\" --coverage",
     244    "cover:integration:a": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.{basictest,test}.js\" --coverage",
     245    "cover:integration:b": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.longtest.js\" --coverage",
     246    "cover:merge": "yarn mkdirp .nyc_output && nyc merge .nyc_output coverage/coverage-nyc.json && rimraf .nyc_output",
     247    "cover:report": "nyc report -t coverage",
     248    "cover:types": "node node_modules/tooling/type-coverage",
     249    "cover:unit": "node --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\" --coverage",
     250    "fix": "yarn code-lint --fix && yarn special-lint-fix && yarn pretty-lint-fix",
     251    "jest": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage",
     252    "lint": "yarn code-lint && yarn special-lint && yarn type-lint && yarn typings-lint && yarn yarn-lint && yarn pretty-lint && yarn spellcheck",
     253    "prelint": "yarn setup",
     254    "prepare": "husky install",
     255    "pretest": "yarn lint",
     256    "pretty-lint": "yarn pretty-lint-base --check",
     257    "pretty-lint-base": "prettier \"*.{ts,json,yml,yaml,md}\" \"{setup,lib,bin,hot,benchmark,tooling,schemas}/**/*.json\" \"examples/*.md\"",
     258    "pretty-lint-base-all": "yarn pretty-lint-base \"*.js\" \"{setup,lib,bin,hot,benchmark,tooling,schemas}/**/*.js\" \"test/*.js\" \"test/helpers/*.js\" \"test/{configCases,watchCases,statsCases,hotCases,benchmarkCases}/**/webpack.config.js\" \"examples/**/webpack.config.js\"",
     259    "pretty-lint-fix": "yarn pretty-lint-base-all --loglevel warn --write",
     260    "setup": "node ./setup/setup.js",
     261    "special-lint": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/schemas-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-schemas && node tooling/generate-runtime-code.js && node node_modules/tooling/format-file-header && node node_modules/tooling/compile-to-definitions && node node_modules/tooling/precompile-schemas && node node_modules/tooling/generate-types --no-template-literals",
     262    "special-lint-fix": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-schemas --write && node tooling/generate-runtime-code.js --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/compile-to-definitions --write && node node_modules/tooling/precompile-schemas --write && node node_modules/tooling/generate-types --no-template-literals --write",
     263    "spellcheck": "cspell \"{.github,benchmark,bin,examples,hot,lib,schemas,setup,tooling}/**/*.{md,yml,yaml,js,json}\" \"*.md\"",
     264    "test": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage",
     265    "test:basic": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.basictest.js\"",
     266    "test:integration": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.{basictest,longtest,test}.js\"",
     267    "test:unit": "node --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"",
     268    "test:update-snapshots": "yarn jest -u",
     269    "travis:basic": "yarn cover:basic --ci $JEST",
     270    "travis:benchmark": "yarn benchmark --ci",
     271    "travis:integration": "yarn cover:integration --ci $JEST",
     272    "travis:lintunit": "yarn lint && yarn cover:unit --ci $JEST",
     273    "type-lint": "tsc",
     274    "type-report": "rimraf coverage && yarn cover:types && yarn cover:report && open-cli coverage/lcov-report/index.html",
     275    "typings-lint": "tsc -p tsconfig.test.json",
     276    "yarn-lint": "yarn-deduplicate --fail --list -s highest yarn.lock",
     277    "yarn-lint-fix": "yarn-deduplicate -s highest yarn.lock"
     278  },
     279  "types": "types.d.ts",
     280  "version": "5.50.0"
    242281}
Note: See TracChangeset for help on using the changeset viewer.