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

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
1{
2 "name": "resolve-url-loader",
3 "version": "4.0.0",
4 "description": "Webpack loader that resolves relative paths in url() statements based on the original source file",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/bholloway/resolve-url-loader.git",
9 "directory": "packages/resolve-url-loader"
10 },
11 "keywords": [
12 "webpack",
13 "loader",
14 "css",
15 "normalize",
16 "rewrite",
17 "resolve",
18 "url",
19 "sass",
20 "relative",
21 "file"
22 ],
23 "author": "bholloway",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/bholloway/resolve-url-loader/issues"
27 },
28 "homepage": "https://github.com/bholloway/resolve-url-loader/tree/v4-maintenance/packages/resolve-url-loader",
29 "engines": {
30 "node": ">=8.9"
31 },
32 "files": [
33 "index.js",
34 "lib/**/+([a-z-]).js",
35 "docs/**/*.*"
36 ],
37 "dependencies": {
38 "adjust-sourcemap-loader": "^4.0.0",
39 "convert-source-map": "^1.7.0",
40 "loader-utils": "^2.0.0",
41 "postcss": "^7.0.35",
42 "source-map": "0.6.1"
43 },
44 "peerDependencies": {
45 "rework": "1.0.1",
46 "rework-visit": "1.0.0"
47 },
48 "peerDependenciesMeta": {
49 "rework": {
50 "optional": true
51 },
52 "rework-visit": {
53 "optional": true
54 }
55 }
56}
Note: See TracBrowser for help on using the repository browser.