Changeset e29cc2e for trip-planner-front/node_modules/postcss-normalize-url
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/postcss-normalize-url
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/postcss-normalize-url/dist/index.js
r59329aa re29cc2e 101 101 opts = Object.assign({}, { 102 102 normalizeProtocol: false, 103 sortQueryParameters: false, 103 104 stripHash: false, 104 105 stripWWW: false, -
trip-planner-front/node_modules/postcss-normalize-url/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "postcss-normalize-url@5.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-normalize-url@5.0.2", 10 "_id": "postcss-normalize-url@5.0.2", 2 "_from": "postcss-normalize-url@^5.0.3", 3 "_id": "postcss-normalize-url@5.0.3", 11 4 "_inBundle": false, 12 "_integrity": "sha512- k4jLTPUxREQ5bpajFQZpx8bCF2UrlqOTzP9kEqcEnOfwsRshWs2+oAFIHfDQB8GO2PaUaSE0NlTAYtbluZTlHQ==",5 "_integrity": "sha512-qWiUMbvkRx3kc1Dp5opzUwc7MBWZcSDK2yofCmdvFBCpx+zFPkxBC1FASQ59Pt+flYfj/nTZSkmF56+XG5elSg==", 13 6 "_location": "/postcss-normalize-url", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "postcss-normalize-url@ 5.0.2",11 "raw": "postcss-normalize-url@^5.0.3", 19 12 "name": "postcss-normalize-url", 20 13 "escapedName": "postcss-normalize-url", 21 "rawSpec": " 5.0.2",14 "rawSpec": "^5.0.3", 22 15 "saveSpec": null, 23 "fetchSpec": " 5.0.2"16 "fetchSpec": "^5.0.3" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/cssnano-preset-default" 27 20 ], 28 "_resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.0.2.tgz", 29 "_spec": "5.0.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 21 "_resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.0.3.tgz", 22 "_shasum": "42eca6ede57fe69075fab0f88ac8e48916ef931c", 23 "_spec": "postcss-normalize-url@^5.0.3", 24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cssnano-preset-default", 31 25 "author": { 32 26 "name": "Ben Briggs", … … 37 31 "url": "https://github.com/cssnano/cssnano/issues" 38 32 }, 33 "bundleDependencies": false, 39 34 "dependencies": { 40 35 "is-absolute-url": "^3.0.3", … … 42 37 "postcss-value-parser": "^4.1.0" 43 38 }, 39 "deprecated": false, 44 40 "description": "Normalize URLs with PostCSS", 45 41 "devDependencies": { … … 53 49 "LICENSE-MIT" 54 50 ], 55 "gitHead": "39b4cc089e8825d308df1fa8a7313d38d8f1f2f7",56 51 "homepage": "https://github.com/cssnano/cssnano", 57 52 "keywords": [ … … 79 74 "prepare": "yarn build" 80 75 }, 81 "version": "5.0. 2"76 "version": "5.0.3" 82 77 }
Note:
See TracChangeset
for help on using the changeset viewer.