- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/resolve-url-loader/package.json
rceaed42 r59329aa 1 1 { 2 "name": "resolve-url-loader", 3 "version": "4.0.0", 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 }, 4 46 "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" 47 "engines": { 48 "node": ">=8.9" 10 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", 11 56 "keywords": [ 12 57 "webpack", … … 21 66 "file" 22 67 ], 23 "author": "bholloway",24 68 "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 }, 69 "main": "index.js", 70 "name": "resolve-url-loader", 44 71 "peerDependencies": { 45 72 "rework": "1.0.1", … … 53 80 "optional": true 54 81 } 55 } 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" 56 89 }
Note:
See TracChangeset
for help on using the changeset viewer.