Changeset 59329aa for trip-planner-front/node_modules/css-parse
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/css-parse
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/css-parse/node_modules/css/package.json
rceaed42 r59329aa 1 1 { 2 "name": "css", 3 "version": "2.2.4", 4 "description": "CSS parser / stringifier", 5 "main": "index", 6 "files": [ 7 "index.js", 8 "lib", 9 "Readme.md" 2 "_args": [ 3 [ 4 "css@2.2.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 8 "_development": true, 9 "_from": "css@2.2.4", 10 "_id": "css@2.2.4", 11 "_inBundle": false, 12 "_integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==", 13 "_location": "/css-parse/css", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "css@2.2.4", 19 "name": "css", 20 "escapedName": "css", 21 "rawSpec": "2.2.4", 22 "saveSpec": null, 23 "fetchSpec": "2.2.4" 24 }, 25 "_requiredBy": [ 26 "/css-parse" 27 ], 28 "_resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz", 29 "_spec": "2.2.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "TJ Holowaychuk", 33 "email": "tj@vision-media.ca" 34 }, 35 "bugs": { 36 "url": "https://github.com/reworkcss/css/issues" 37 }, 11 38 "dependencies": { 12 39 "inherits": "^2.0.3", … … 15 42 "urix": "^0.1.0" 16 43 }, 44 "description": "CSS parser / stringifier", 17 45 "devDependencies": { 46 "bytes": "^1.0.0", 47 "matcha": "^0.5.0", 18 48 "mocha": "^1.21.3", 19 "should": "^4.0.4", 20 "matcha": "^0.5.0", 21 "bytes": "^1.0.0" 49 "should": "^4.0.4" 50 }, 51 "files": [ 52 "index.js", 53 "lib", 54 "Readme.md" 55 ], 56 "homepage": "https://github.com/reworkcss/css#readme", 57 "keywords": [ 58 "css", 59 "parser", 60 "stringifier", 61 "stylesheet" 62 ], 63 "license": "MIT", 64 "main": "index", 65 "name": "css", 66 "repository": { 67 "type": "git", 68 "url": "git+https://github.com/reworkcss/css.git" 22 69 }, 23 70 "scripts": { … … 25 72 "test": "mocha --require should --reporter spec --bail test/*.js" 26 73 }, 27 "author": "TJ Holowaychuk <tj@vision-media.ca>", 28 "license": "MIT", 29 "repository": { 30 "type": "git", 31 "url": "https://github.com/reworkcss/css.git" 32 }, 33 "keywords": [ 34 "css", 35 "parser", 36 "stringifier", 37 "stylesheet" 38 ] 74 "version": "2.2.4" 39 75 } -
trip-planner-front/node_modules/css-parse/node_modules/source-map-resolve/package.json
rceaed42 r59329aa 1 1 { 2 "name": "source-map-resolve", 3 "version": "0.5.3", 4 "author": "Simon Lydell", 5 "license": "MIT", 2 "_args": [ 3 [ 4 "source-map-resolve@0.5.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "source-map-resolve@0.5.3", 10 "_id": "source-map-resolve@0.5.3", 11 "_inBundle": false, 12 "_integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", 13 "_location": "/css-parse/source-map-resolve", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "source-map-resolve@0.5.3", 19 "name": "source-map-resolve", 20 "escapedName": "source-map-resolve", 21 "rawSpec": "0.5.3", 22 "saveSpec": null, 23 "fetchSpec": "0.5.3" 24 }, 25 "_requiredBy": [ 26 "/css-parse/css" 27 ], 28 "_resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", 29 "_spec": "0.5.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Simon Lydell" 33 }, 34 "browser": "source-map-resolve.js", 35 "bugs": { 36 "url": "https://github.com/lydell/source-map-resolve/issues" 37 }, 38 "dependencies": { 39 "atob": "^2.1.2", 40 "decode-uri-component": "^0.2.0", 41 "resolve-url": "^0.2.1", 42 "source-map-url": "^0.4.0", 43 "urix": "^0.1.0" 44 }, 6 45 "description": "Resolve the source map and/or sources for a generated file.", 46 "devDependencies": { 47 "Base64": "1.1.0", 48 "jshint": "2.10.3", 49 "setimmediate": "1.0.5", 50 "simple-asyncify": "1.0.0", 51 "tape": "4.12.1" 52 }, 53 "files": [ 54 "lib", 55 "source-map-resolve.js" 56 ], 57 "homepage": "https://github.com/lydell/source-map-resolve#readme", 7 58 "keywords": [ 8 59 "source map", … … 18 69 "finder" 19 70 ], 20 " repository": "lydell/source-map-resolve",71 "license": "MIT", 21 72 "main": "lib/source-map-resolve-node.js", 22 " browser": "source-map-resolve.js",23 " files": [24 " lib",25 " source-map-resolve.js"26 ],73 "name": "source-map-resolve", 74 "repository": { 75 "type": "git", 76 "url": "git+https://github.com/lydell/source-map-resolve.git" 77 }, 27 78 "scripts": { 79 "build": "node generate-source-map-resolve.js", 28 80 "lint": "jshint lib/ test/", 29 "unit": "node test/source-map-resolve.js && node test/windows.js",30 81 "test": "npm run lint && npm run unit", 31 " build": "node generate-source-map-resolve.js"82 "unit": "node test/source-map-resolve.js && node test/windows.js" 32 83 }, 33 "dependencies": { 34 "atob": "^2.1.2", 35 "decode-uri-component": "^0.2.0", 36 "resolve-url": "^0.2.1", 37 "source-map-url": "^0.4.0", 38 "urix": "^0.1.0" 39 }, 40 "devDependencies": { 41 "Base64": "1.1.0", 42 "jshint": "2.10.3", 43 "setimmediate": "1.0.5", 44 "simple-asyncify": "1.0.0", 45 "tape": "4.12.1" 46 } 84 "version": "0.5.3" 47 85 } -
trip-planner-front/node_modules/css-parse/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": "/css-parse/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 "/css-parse/css" 27 ], 28 "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 29 "_spec": "0.6.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Nick Fitzgerald", 33 "email": "nfitzgerald@mozilla.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/mozilla/source-map/issues" 37 }, 38 "contributors": [ 39 { 40 "name": "Tobias Koppers", 41 "email": "tobias.koppers@googlemail.com" 42 }, 43 { 44 "name": "Duncan Beevers", 45 "email": "duncan@dweebd.com" 46 }, 47 { 48 "name": "Stephen Crane", 49 "email": "scrane@mozilla.com" 50 }, 51 { 52 "name": "Ryan Seddon", 53 "email": "seddon.ryan@gmail.com" 54 }, 55 { 56 "name": "Miles Elam", 57 "email": "miles.elam@deem.com" 58 }, 59 { 60 "name": "Mihai Bazon", 61 "email": "mihai.bazon@gmail.com" 62 }, 63 { 64 "name": "Michael Ficarra", 65 "email": "github.public.email@michael.ficarra.me" 66 }, 67 { 68 "name": "Todd Wolfson", 69 "email": "todd@twolfson.com" 70 }, 71 { 72 "name": "Alexander Solovyov", 73 "email": "alexander@solovyov.net" 74 }, 75 { 76 "name": "Felix Gnass", 77 "email": "fgnass@gmail.com" 78 }, 79 { 80 "name": "Conrad Irwin", 81 "email": "conrad.irwin@gmail.com" 82 }, 83 { 84 "name": "usrbincc", 85 "email": "usrbincc@yahoo.com" 86 }, 87 { 88 "name": "David Glasser", 89 "email": "glasser@davidglasser.net" 90 }, 91 { 92 "name": "Chase Douglas", 93 "email": "chase@newrelic.com" 94 }, 95 { 96 "name": "Evan Wallace", 97 "email": "evan.exe@gmail.com" 98 }, 99 { 100 "name": "Heather Arthur", 101 "email": "fayearthur@gmail.com" 102 }, 103 { 104 "name": "Hugh Kennedy", 105 "email": "hughskennedy@gmail.com" 106 }, 107 { 108 "name": "David Glasser", 109 "email": "glasser@davidglasser.net" 110 }, 111 { 112 "name": "Simon Lydell", 113 "email": "simon.lydell@gmail.com" 114 }, 115 { 116 "name": "Jmeas Smith", 117 "email": "jellyes2@gmail.com" 118 }, 119 { 120 "name": "Michael Z Goddard", 121 "email": "mzgoddard@gmail.com" 122 }, 123 { 124 "name": "azu", 125 "email": "azu@users.noreply.github.com" 126 }, 127 { 128 "name": "John Gozde", 129 "email": "john@gozde.ca" 130 }, 131 { 132 "name": "Adam Kirkton", 133 "email": "akirkton@truefitinnovation.com" 134 }, 135 { 136 "name": "Chris Montgomery", 137 "email": "christopher.montgomery@dowjones.com" 138 }, 139 { 140 "name": "J. Ryan Stinnett", 141 "email": "jryans@gmail.com" 142 }, 143 { 144 "name": "Jack Herrington", 145 "email": "jherrington@walmartlabs.com" 146 }, 147 { 148 "name": "Chris Truter", 149 "email": "jeffpalentine@gmail.com" 150 }, 151 { 152 "name": "Daniel Espeset", 153 "email": "daniel@danielespeset.com" 154 }, 155 { 156 "name": "Jamie Wong", 157 "email": "jamie.lf.wong@gmail.com" 158 }, 159 { 160 "name": "Eddy Bruël", 161 "email": "ejpbruel@mozilla.com" 162 }, 163 { 164 "name": "Hawken Rives", 165 "email": "hawkrives@gmail.com" 166 }, 167 { 168 "name": "Gilad Peleg", 169 "email": "giladp007@gmail.com" 170 }, 171 { 172 "name": "djchie", 173 "email": "djchie.dev@gmail.com" 174 }, 175 { 176 "name": "Gary Ye", 177 "email": "garysye@gmail.com" 178 }, 179 { 180 "name": "Nicolas Lalevée", 181 "email": "nicolas.lalevee@hibnet.org" 182 } 183 ], 3 184 "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", 185 "devDependencies": { 186 "doctoc": "^0.15.0", 187 "webpack": "^1.12.0" 188 }, 189 "engines": { 190 "node": ">=0.10.0" 191 }, 50 192 "files": [ 51 193 "source-map.js", … … 57 199 "dist/source-map.min.js.map" 58 200 ], 59 "engines": { 60 "node": ">=0.10.0" 61 }, 201 "homepage": "https://github.com/mozilla/source-map", 62 202 "license": "BSD-3-Clause", 203 "main": "./source-map.js", 204 "name": "source-map", 205 "repository": { 206 "type": "git", 207 "url": "git+ssh://git@github.com/mozilla/source-map.git" 208 }, 63 209 "scripts": { 210 "build": "webpack --color", 64 211 "test": "npm run build && node test/run-tests.js", 65 "build": "webpack --color",66 212 "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" 67 213 }, 68 "devDependencies": { 69 "doctoc": "^0.15.0", 70 "webpack": "^1.12.0" 71 }, 72 "typings": "source-map" 214 "typings": "source-map", 215 "version": "0.6.1" 73 216 } -
trip-planner-front/node_modules/css-parse/package.json
rceaed42 r59329aa 1 1 { 2 "name": "css-parse", 3 "version": "2.0.0", 2 "_args": [ 3 [ 4 "css-parse@2.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "css-parse@2.0.0", 10 "_id": "css-parse@2.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-pGjuZnwW2BzPBcWMONKpfHgNv9Q=", 13 "_location": "/css-parse", 14 "_phantomChildren": { 15 "atob": "2.1.2", 16 "decode-uri-component": "0.2.0", 17 "inherits": "2.0.4", 18 "resolve-url": "0.2.1", 19 "source-map-url": "0.4.1", 20 "urix": "0.1.0" 21 }, 22 "_requested": { 23 "type": "version", 24 "registry": true, 25 "raw": "css-parse@2.0.0", 26 "name": "css-parse", 27 "escapedName": "css-parse", 28 "rawSpec": "2.0.0", 29 "saveSpec": null, 30 "fetchSpec": "2.0.0" 31 }, 32 "_requiredBy": [ 33 "/stylus" 34 ], 35 "_resolved": "https://registry.npmjs.org/css-parse/-/css-parse-2.0.0.tgz", 36 "_spec": "2.0.0", 37 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 38 "author": { 39 "name": "TJ Holowaychuk", 40 "email": "tj@vision-media.ca" 41 }, 42 "bugs": { 43 "url": "https://github.com/reworkcss/css-parse/issues" 44 }, 45 "dependencies": { 46 "css": "^2.0.0" 47 }, 4 48 "description": "CSS parser", 5 "main": "index",6 49 "files": [ 7 50 "index.js" 8 51 ], 9 "dependencies": { 10 "css": "^2.0.0" 11 }, 12 "author": "TJ Holowaychuk <tj@vision-media.ca>", 13 "license": "MIT", 14 "repository": { 15 "type": "git", 16 "url": "https://github.com/reworkcss/css-parse.git" 17 }, 52 "homepage": "https://github.com/reworkcss/css-parse#readme", 18 53 "keywords": [ 19 54 "css", 20 55 "parser", 21 56 "stylesheet" 22 ] 57 ], 58 "license": "MIT", 59 "main": "index", 60 "name": "css-parse", 61 "repository": { 62 "type": "git", 63 "url": "git+https://github.com/reworkcss/css-parse.git" 64 }, 65 "version": "2.0.0" 23 66 }
Note:
See TracChangeset
for help on using the changeset viewer.