Changeset 59329aa for trip-planner-front/node_modules/postcss-page-break
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/postcss-page-break
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/postcss-page-break/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-page-break/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-page-break" 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-page-break/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-page-break/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-page-break/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-page-break/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-page-break", 3 "version": "2.0.0", 2 "_args": [ 3 [ 4 "postcss-page-break@2.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-page-break@2.0.0", 10 "_id": "postcss-page-break@2.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==", 13 "_location": "/postcss-page-break", 14 "_phantomChildren": { 15 "picocolors": "0.2.1" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "postcss-page-break@2.0.0", 21 "name": "postcss-page-break", 22 "escapedName": "postcss-page-break", 23 "rawSpec": "2.0.0", 24 "saveSpec": null, 25 "fetchSpec": "2.0.0" 26 }, 27 "_requiredBy": [ 28 "/postcss-preset-env" 29 ], 30 "_resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-2.0.0.tgz", 31 "_spec": "2.0.0", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "shrpne", 35 "email": "shrpne@gmail.com" 36 }, 37 "bugs": { 38 "url": "https://github.com/shrpne/postcss-page-break/issues" 39 }, 40 "dependencies": { 41 "postcss": "^7.0.2" 42 }, 4 43 "description": "PostCSS plugin postcss-page-break to fallback `break-` properties with `page-break-` alias", 44 "devDependencies": { 45 "eslint": "^4.15.0", 46 "eslint-config-postcss": "^2.0.2", 47 "jest": "^21.0.0" 48 }, 49 "eslintConfig": { 50 "extends": "eslint-config-postcss/es5", 51 "rules": { 52 "indent": [ 53 "error", 54 4, 55 { 56 "SwitchCase": 1 57 } 58 ], 59 "max-len": [ 60 "off" 61 ] 62 }, 63 "env": { 64 "jest": true 65 } 66 }, 67 "homepage": "https://github.com/shrpne/postcss-page-break", 5 68 "keywords": [ 6 69 "postcss", … … 12 75 "avoid" 13 76 ], 14 "author": "shrpne <shrpne@gmail.com>",15 77 "license": "MIT", 16 "repository": "shrpne/postcss-page-break", 17 "bugs": { 18 "url": "https://github.com/shrpne/postcss-page-break/issues" 19 }, 20 "homepage": "https://github.com/shrpne/postcss-page-break", 21 "dependencies": { 22 "postcss": "^7.0.2" 23 }, 24 "devDependencies": { 25 "eslint": "^4.15.0", 26 "eslint-config-postcss": "^2.0.2", 27 "jest": "^21.0.0" 78 "name": "postcss-page-break", 79 "repository": { 80 "type": "git", 81 "url": "git+https://github.com/shrpne/postcss-page-break.git" 28 82 }, 29 83 "scripts": { 30 84 "test": "jest && eslint *.js" 31 85 }, 32 "eslintConfig": { 33 "extends": "eslint-config-postcss/es5", 34 "rules": { 35 "indent": ["error", 4, { "SwitchCase": 1 }], 36 "max-len": ["off"] 37 }, 38 "env": { 39 "jest": true 40 } 41 } 86 "version": "2.0.0" 42 87 }
Note:
See TracChangeset
for help on using the changeset viewer.