Changeset 59329aa for trip-planner-front/node_modules/postcss-place
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/postcss-place
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/postcss-place/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": "/postcss-place/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 "/postcss-place" 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/postcss-place/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": "/postcss-place/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 "/postcss-place/postcss" 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/postcss-place/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-place", 3 "version": "4.0.1", 4 "description": "Use a place-* shorthand for align-* and justify-* in CSS", 5 "author": "Jonathan Neal <jonathantneal@hotmail.com>", 6 "license": "CC0-1.0", 7 "repository": "jonathantneal/postcss-place", 8 "homepage": "https://github.com/jonathantneal/postcss-place#readme", 9 "bugs": "https://github.com/jonathantneal/postcss-place/issues", 10 "main": "index.cjs.js", 11 "module": "index.es.mjs", 12 "files": [ 13 "index.cjs.js", 14 "index.cjs.js.map", 15 "index.es.mjs", 16 "index.es.mjs.map" 2 "_args": [ 3 [ 4 "postcss-place@4.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 17 7 ], 18 "scripts": { 19 "prepublishOnly": "npm test", 20 "pretest": "rollup -c .rollup.js --silent", 21 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape", 22 "test:ec": "echint --ignore index.*.js test", 23 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet", 24 "test:tape": "postcss-tape" 8 "_development": true, 9 "_from": "postcss-place@4.0.1", 10 "_id": "postcss-place@4.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==", 13 "_location": "/postcss-place", 14 "_phantomChildren": { 15 "picocolors": "0.2.1" 25 16 }, 26 "engines": { 27 "node": ">=6.0.0" 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "postcss-place@4.0.1", 21 "name": "postcss-place", 22 "escapedName": "postcss-place", 23 "rawSpec": "4.0.1", 24 "saveSpec": null, 25 "fetchSpec": "4.0.1" 26 }, 27 "_requiredBy": [ 28 "/postcss-preset-env" 29 ], 30 "_resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-4.0.1.tgz", 31 "_spec": "4.0.1", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jonathan Neal", 35 "email": "jonathantneal@hotmail.com" 36 }, 37 "bugs": { 38 "url": "https://github.com/jonathantneal/postcss-place/issues" 28 39 }, 29 40 "dependencies": { … … 31 42 "postcss-values-parser": "^2.0.0" 32 43 }, 44 "description": "Use a place-* shorthand for align-* and justify-* in CSS", 33 45 "devDependencies": { 34 46 "@babel/core": "^7.1.0", … … 42 54 "rollup-plugin-babel": "^4.0.3" 43 55 }, 56 "engines": { 57 "node": ">=6.0.0" 58 }, 44 59 "eslintConfig": { 45 60 "extends": "dev", 46 61 "parser": "babel-eslint" 47 62 }, 63 "files": [ 64 "index.cjs.js", 65 "index.cjs.js.map", 66 "index.es.mjs", 67 "index.es.mjs.map" 68 ], 69 "homepage": "https://github.com/jonathantneal/postcss-place#readme", 48 70 "keywords": [ 49 71 "postcss", … … 57 79 "contents", 58 80 "selfs" 59 ] 81 ], 82 "license": "CC0-1.0", 83 "main": "index.cjs.js", 84 "module": "index.es.mjs", 85 "name": "postcss-place", 86 "repository": { 87 "type": "git", 88 "url": "git+https://github.com/jonathantneal/postcss-place.git" 89 }, 90 "scripts": { 91 "prepublishOnly": "npm test", 92 "pretest": "rollup -c .rollup.js --silent", 93 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape", 94 "test:ec": "echint --ignore index.*.js test", 95 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet", 96 "test:tape": "postcss-tape" 97 }, 98 "version": "4.0.1" 60 99 }
Note:
See TracChangeset
for help on using the changeset viewer.