source: trip-planner-front/node_modules/loader-utils/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
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 },
40 "dependencies": {
41 "big.js": "^5.2.2",
42 "emojis-list": "^3.0.0",
43 "json5": "^2.1.2"
44 },
45 "description": "utils for webpack loaders",
46 "devDependencies": {
47 "coveralls": "^3.0.9",
48 "eslint": "^6.8.0",
49 "eslint-plugin-node": "^11.0.0",
50 "eslint-plugin-prettier": "^3.1.2",
51 "jest": "^25.1.0",
52 "prettier": "^1.19.1",
53 "standard-version": "^7.1.0"
54 },
55 "engines": {
56 "node": ">=8.9.0"
57 },
58 "files": [
59 "lib"
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"
77}
Note: See TracBrowser for help on using the repository browser.