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

    rceaed42 r59329aa  
    11{
    2   "name": "loader-runner",
    3   "version": "4.2.0",
    4   "description": "Runs (webpack) loaders",
    5   "main": "lib/LoaderRunner.js",
    6   "scripts": {
    7     "lint": "eslint lib test",
    8     "pretest": "npm run lint",
    9     "test": "mocha --reporter spec",
    10     "precover": "npm run lint",
    11     "cover": "istanbul cover node_modules/mocha/bin/_mocha"
     2  "_args": [
     3    [
     4      "loader-runner@4.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "loader-runner@4.2.0",
     10  "_id": "loader-runner@4.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==",
     13  "_location": "/loader-runner",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "loader-runner@4.2.0",
     19    "name": "loader-runner",
     20    "escapedName": "loader-runner",
     21    "rawSpec": "4.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.2.0"
    1224  },
    13   "repository": {
    14     "type": "git",
    15     "url": "git+https://github.com/webpack/loader-runner.git"
     25  "_requiredBy": [
     26    "/webpack"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz",
     29  "_spec": "4.2.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Tobias Koppers @sokra"
    1633  },
    17   "keywords": [
    18     "webpack",
    19     "loader"
    20   ],
    21   "author": "Tobias Koppers @sokra",
    22   "license": "MIT",
    2334  "bugs": {
    2435    "url": "https://github.com/webpack/loader-runner/issues"
    2536  },
    26   "homepage": "https://github.com/webpack/loader-runner#readme",
     37  "description": "Runs (webpack) loaders",
     38  "devDependencies": {
     39    "eslint": "^3.12.2",
     40    "eslint-plugin-node": "^3.0.5",
     41    "eslint-plugin-nodeca": "^1.0.3",
     42    "istanbul": "^0.4.1",
     43    "mocha": "^3.2.0",
     44    "should": "^8.0.2"
     45  },
    2746  "engines": {
    2847    "node": ">=6.11.5"
     
    3554    "schemas/"
    3655  ],
    37   "devDependencies": {
    38     "eslint": "^3.12.2",
    39     "eslint-plugin-node": "^3.0.5",
    40     "eslint-plugin-nodeca": "^1.0.3",
    41     "istanbul": "^0.4.1",
    42     "mocha": "^3.2.0",
    43     "should": "^8.0.2"
    44   }
     56  "homepage": "https://github.com/webpack/loader-runner#readme",
     57  "keywords": [
     58    "webpack",
     59    "loader"
     60  ],
     61  "license": "MIT",
     62  "main": "lib/LoaderRunner.js",
     63  "name": "loader-runner",
     64  "repository": {
     65    "type": "git",
     66    "url": "git+https://github.com/webpack/loader-runner.git"
     67  },
     68  "scripts": {
     69    "cover": "istanbul cover node_modules/mocha/bin/_mocha",
     70    "lint": "eslint lib test",
     71    "precover": "npm run lint",
     72    "pretest": "npm run lint",
     73    "test": "mocha --reporter spec"
     74  },
     75  "version": "4.2.0"
    4576}
Note: See TracChangeset for help on using the changeset viewer.