Changeset 59329aa for trip-planner-front/node_modules/resolve-url-loader
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/resolve-url-loader
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/resolve-url-loader/node_modules/postcss/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss", 3 "version": "7.0.39", 2 "_args": [ 3 [ 4 "postcss@7.0.39", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss@7.0.39", 10 "_id": "postcss@7.0.39", 11 "_inBundle": false, 12 "_integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", 13 "_location": "/resolve-url-loader/postcss", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "postcss@7.0.39", 19 "name": "postcss", 20 "escapedName": "postcss", 21 "rawSpec": "7.0.39", 22 "saveSpec": null, 23 "fetchSpec": "7.0.39" 24 }, 25 "_requiredBy": [ 26 "/resolve-url-loader" 27 ], 28 "_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", 29 "_spec": "7.0.39", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Andrey Sitnik", 33 "email": "andrey@sitnik.ru" 34 }, 35 "browser": { 36 "./lib/terminal-highlight": false, 37 "fs": false 38 }, 39 "bugs": { 40 "url": "https://github.com/postcss/postcss/issues" 41 }, 42 "dependencies": { 43 "picocolors": "^0.2.1", 44 "source-map": "^0.6.1" 45 }, 4 46 "description": "Tool for transforming styles with JS plugins", 5 47 "engines": { 6 48 "node": ">=6.0.0" 7 49 }, 50 "funding": { 51 "type": "opencollective", 52 "url": "https://opencollective.com/postcss/" 53 }, 54 "homepage": "https://postcss.org/", 8 55 "keywords": [ 9 56 "css", … … 17 64 "transpiler" 18 65 ], 19 "funding": { 20 "type": "opencollective", 21 "url": "https://opencollective.com/postcss/" 66 "license": "MIT", 67 "main": "lib/postcss", 68 "name": "postcss", 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/postcss/postcss.git" 22 72 }, 23 "author": "Andrey Sitnik <andrey@sitnik.ru>",24 "license": "MIT",25 "homepage": "https://postcss.org/",26 "repository": "postcss/postcss",27 "dependencies": {28 "picocolors": "^0.2.1",29 "source-map": "^0.6.1"30 },31 "main": "lib/postcss",32 73 "types": "lib/postcss.d.ts", 33 "browser": { 34 "./lib/terminal-highlight": false, 35 "fs": false 36 } 74 "version": "7.0.39" 37 75 } -
trip-planner-front/node_modules/resolve-url-loader/node_modules/source-map/package.json
rceaed42 r59329aa 1 1 { 2 "name": "source-map", 2 "_args": [ 3 [ 4 "source-map@0.6.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "source-map@0.6.1", 10 "_id": "source-map@0.6.1", 11 "_inBundle": false, 12 "_integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 13 "_location": "/resolve-url-loader/source-map", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "source-map@0.6.1", 19 "name": "source-map", 20 "escapedName": "source-map", 21 "rawSpec": "0.6.1", 22 "saveSpec": null, 23 "fetchSpec": "0.6.1" 24 }, 25 "_requiredBy": [ 26 "/resolve-url-loader", 27 "/resolve-url-loader/postcss" 28 ], 29 "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 30 "_spec": "0.6.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Nick Fitzgerald", 34 "email": "nfitzgerald@mozilla.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/mozilla/source-map/issues" 38 }, 39 "contributors": [ 40 { 41 "name": "Tobias Koppers", 42 "email": "tobias.koppers@googlemail.com" 43 }, 44 { 45 "name": "Duncan Beevers", 46 "email": "duncan@dweebd.com" 47 }, 48 { 49 "name": "Stephen Crane", 50 "email": "scrane@mozilla.com" 51 }, 52 { 53 "name": "Ryan Seddon", 54 "email": "seddon.ryan@gmail.com" 55 }, 56 { 57 "name": "Miles Elam", 58 "email": "miles.elam@deem.com" 59 }, 60 { 61 "name": "Mihai Bazon", 62 "email": "mihai.bazon@gmail.com" 63 }, 64 { 65 "name": "Michael Ficarra", 66 "email": "github.public.email@michael.ficarra.me" 67 }, 68 { 69 "name": "Todd Wolfson", 70 "email": "todd@twolfson.com" 71 }, 72 { 73 "name": "Alexander Solovyov", 74 "email": "alexander@solovyov.net" 75 }, 76 { 77 "name": "Felix Gnass", 78 "email": "fgnass@gmail.com" 79 }, 80 { 81 "name": "Conrad Irwin", 82 "email": "conrad.irwin@gmail.com" 83 }, 84 { 85 "name": "usrbincc", 86 "email": "usrbincc@yahoo.com" 87 }, 88 { 89 "name": "David Glasser", 90 "email": "glasser@davidglasser.net" 91 }, 92 { 93 "name": "Chase Douglas", 94 "email": "chase@newrelic.com" 95 }, 96 { 97 "name": "Evan Wallace", 98 "email": "evan.exe@gmail.com" 99 }, 100 { 101 "name": "Heather Arthur", 102 "email": "fayearthur@gmail.com" 103 }, 104 { 105 "name": "Hugh Kennedy", 106 "email": "hughskennedy@gmail.com" 107 }, 108 { 109 "name": "David Glasser", 110 "email": "glasser@davidglasser.net" 111 }, 112 { 113 "name": "Simon Lydell", 114 "email": "simon.lydell@gmail.com" 115 }, 116 { 117 "name": "Jmeas Smith", 118 "email": "jellyes2@gmail.com" 119 }, 120 { 121 "name": "Michael Z Goddard", 122 "email": "mzgoddard@gmail.com" 123 }, 124 { 125 "name": "azu", 126 "email": "azu@users.noreply.github.com" 127 }, 128 { 129 "name": "John Gozde", 130 "email": "john@gozde.ca" 131 }, 132 { 133 "name": "Adam Kirkton", 134 "email": "akirkton@truefitinnovation.com" 135 }, 136 { 137 "name": "Chris Montgomery", 138 "email": "christopher.montgomery@dowjones.com" 139 }, 140 { 141 "name": "J. Ryan Stinnett", 142 "email": "jryans@gmail.com" 143 }, 144 { 145 "name": "Jack Herrington", 146 "email": "jherrington@walmartlabs.com" 147 }, 148 { 149 "name": "Chris Truter", 150 "email": "jeffpalentine@gmail.com" 151 }, 152 { 153 "name": "Daniel Espeset", 154 "email": "daniel@danielespeset.com" 155 }, 156 { 157 "name": "Jamie Wong", 158 "email": "jamie.lf.wong@gmail.com" 159 }, 160 { 161 "name": "Eddy Bruël", 162 "email": "ejpbruel@mozilla.com" 163 }, 164 { 165 "name": "Hawken Rives", 166 "email": "hawkrives@gmail.com" 167 }, 168 { 169 "name": "Gilad Peleg", 170 "email": "giladp007@gmail.com" 171 }, 172 { 173 "name": "djchie", 174 "email": "djchie.dev@gmail.com" 175 }, 176 { 177 "name": "Gary Ye", 178 "email": "garysye@gmail.com" 179 }, 180 { 181 "name": "Nicolas Lalevée", 182 "email": "nicolas.lalevee@hibnet.org" 183 } 184 ], 3 185 "description": "Generates and consumes source maps", 4 "version": "0.6.1", 5 "homepage": "https://github.com/mozilla/source-map", 6 "author": "Nick Fitzgerald <nfitzgerald@mozilla.com>", 7 "contributors": [ 8 "Tobias Koppers <tobias.koppers@googlemail.com>", 9 "Duncan Beevers <duncan@dweebd.com>", 10 "Stephen Crane <scrane@mozilla.com>", 11 "Ryan Seddon <seddon.ryan@gmail.com>", 12 "Miles Elam <miles.elam@deem.com>", 13 "Mihai Bazon <mihai.bazon@gmail.com>", 14 "Michael Ficarra <github.public.email@michael.ficarra.me>", 15 "Todd Wolfson <todd@twolfson.com>", 16 "Alexander Solovyov <alexander@solovyov.net>", 17 "Felix Gnass <fgnass@gmail.com>", 18 "Conrad Irwin <conrad.irwin@gmail.com>", 19 "usrbincc <usrbincc@yahoo.com>", 20 "David Glasser <glasser@davidglasser.net>", 21 "Chase Douglas <chase@newrelic.com>", 22 "Evan Wallace <evan.exe@gmail.com>", 23 "Heather Arthur <fayearthur@gmail.com>", 24 "Hugh Kennedy <hughskennedy@gmail.com>", 25 "David Glasser <glasser@davidglasser.net>", 26 "Simon Lydell <simon.lydell@gmail.com>", 27 "Jmeas Smith <jellyes2@gmail.com>", 28 "Michael Z Goddard <mzgoddard@gmail.com>", 29 "azu <azu@users.noreply.github.com>", 30 "John Gozde <john@gozde.ca>", 31 "Adam Kirkton <akirkton@truefitinnovation.com>", 32 "Chris Montgomery <christopher.montgomery@dowjones.com>", 33 "J. Ryan Stinnett <jryans@gmail.com>", 34 "Jack Herrington <jherrington@walmartlabs.com>", 35 "Chris Truter <jeffpalentine@gmail.com>", 36 "Daniel Espeset <daniel@danielespeset.com>", 37 "Jamie Wong <jamie.lf.wong@gmail.com>", 38 "Eddy Bruël <ejpbruel@mozilla.com>", 39 "Hawken Rives <hawkrives@gmail.com>", 40 "Gilad Peleg <giladp007@gmail.com>", 41 "djchie <djchie.dev@gmail.com>", 42 "Gary Ye <garysye@gmail.com>", 43 "Nicolas Lalevée <nicolas.lalevee@hibnet.org>" 44 ], 45 "repository": { 46 "type": "git", 47 "url": "http://github.com/mozilla/source-map.git" 48 }, 49 "main": "./source-map.js", 186 "devDependencies": { 187 "doctoc": "^0.15.0", 188 "webpack": "^1.12.0" 189 }, 190 "engines": { 191 "node": ">=0.10.0" 192 }, 50 193 "files": [ 51 194 "source-map.js", … … 57 200 "dist/source-map.min.js.map" 58 201 ], 59 "engines": { 60 "node": ">=0.10.0" 61 }, 202 "homepage": "https://github.com/mozilla/source-map", 62 203 "license": "BSD-3-Clause", 204 "main": "./source-map.js", 205 "name": "source-map", 206 "repository": { 207 "type": "git", 208 "url": "git+ssh://git@github.com/mozilla/source-map.git" 209 }, 63 210 "scripts": { 211 "build": "webpack --color", 64 212 "test": "npm run build && node test/run-tests.js", 65 "build": "webpack --color",66 213 "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" 67 214 }, 68 "devDependencies": { 69 "doctoc": "^0.15.0", 70 "webpack": "^1.12.0" 71 }, 72 "typings": "source-map" 215 "typings": "source-map", 216 "version": "0.6.1" 73 217 } -
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.