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

    rceaed42 r59329aa  
    11{
    2   "name": "loader-utils",
    3   "version": "2.0.0",
    4   "author": "Tobias Koppers @sokra",
    5   "description": "utils for webpack loaders",
     2  "_args": [
     3    [
     4      "loader-utils@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "loader-utils@2.0.0",
     10  "_id": "loader-utils@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
     13  "_location": "/loader-utils",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "loader-utils@2.0.0",
     19    "name": "loader-utils",
     20    "escapedName": "loader-utils",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular",
     27    "/@jsdevtools/coverage-istanbul-loader",
     28    "/adjust-sourcemap-loader",
     29    "/resolve-url-loader"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
     32  "_spec": "2.0.0",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Tobias Koppers @sokra"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/webpack/loader-utils/issues"
     39  },
    640  "dependencies": {
    741    "big.js": "^5.2.2",
     
    943    "json5": "^2.1.2"
    1044  },
    11   "scripts": {
    12     "lint": "eslint lib test",
    13     "pretest": "yarn lint",
    14     "test": "jest",
    15     "test:ci": "jest --coverage",
    16     "release": "yarn test && standard-version"
    17   },
    18   "license": "MIT",
    19   "repository": {
    20     "type": "git",
    21     "url": "https://github.com/webpack/loader-utils.git"
    22   },
    23   "engines": {
    24     "node": ">=8.9.0"
    25   },
     45  "description": "utils for webpack loaders",
    2646  "devDependencies": {
    2747    "coveralls": "^3.0.9",
     
    3353    "standard-version": "^7.1.0"
    3454  },
    35   "main": "lib/index.js",
     55  "engines": {
     56    "node": ">=8.9.0"
     57  },
    3658  "files": [
    3759    "lib"
    38   ]
     60  ],
     61  "homepage": "https://github.com/webpack/loader-utils#readme",
     62  "license": "MIT",
     63  "main": "lib/index.js",
     64  "name": "loader-utils",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/webpack/loader-utils.git"
     68  },
     69  "scripts": {
     70    "lint": "eslint lib test",
     71    "pretest": "yarn lint",
     72    "release": "yarn test && standard-version",
     73    "test": "jest",
     74    "test:ci": "jest --coverage"
     75  },
     76  "version": "2.0.0"
    3977}
Note: See TracChangeset for help on using the changeset viewer.