source: trip-planner-front/node_modules/resolve-url-loader/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "resolve-url-loader@4.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "resolve-url-loader@4.0.0",
10 "_id": "resolve-url-loader@4.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==",
13 "_location": "/resolve-url-loader",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "resolve-url-loader@4.0.0",
21 "name": "resolve-url-loader",
22 "escapedName": "resolve-url-loader",
23 "rawSpec": "4.0.0",
24 "saveSpec": null,
25 "fetchSpec": "4.0.0"
26 },
27 "_requiredBy": [
28 "/@angular-devkit/build-angular"
29 ],
30 "_resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz",
31 "_spec": "4.0.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "bholloway"
35 },
36 "bugs": {
37 "url": "https://github.com/bholloway/resolve-url-loader/issues"
38 },
39 "dependencies": {
40 "adjust-sourcemap-loader": "^4.0.0",
41 "convert-source-map": "^1.7.0",
42 "loader-utils": "^2.0.0",
43 "postcss": "^7.0.35",
44 "source-map": "0.6.1"
45 },
46 "description": "Webpack loader that resolves relative paths in url() statements based on the original source file",
47 "engines": {
48 "node": ">=8.9"
49 },
50 "files": [
51 "index.js",
52 "lib/**/+([a-z-]).js",
53 "docs/**/*.*"
54 ],
55 "homepage": "https://github.com/bholloway/resolve-url-loader/tree/v4-maintenance/packages/resolve-url-loader",
56 "keywords": [
57 "webpack",
58 "loader",
59 "css",
60 "normalize",
61 "rewrite",
62 "resolve",
63 "url",
64 "sass",
65 "relative",
66 "file"
67 ],
68 "license": "MIT",
69 "main": "index.js",
70 "name": "resolve-url-loader",
71 "peerDependencies": {
72 "rework": "1.0.1",
73 "rework-visit": "1.0.0"
74 },
75 "peerDependenciesMeta": {
76 "rework": {
77 "optional": true
78 },
79 "rework-visit": {
80 "optional": true
81 }
82 },
83 "repository": {
84 "type": "git",
85 "url": "git+https://github.com/bholloway/resolve-url-loader.git",
86 "directory": "packages/resolve-url-loader"
87 },
88 "version": "4.0.0"
89}
Note: See TracBrowser for help on using the repository browser.