- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/postcss-minify-gradients
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/postcss-minify-gradients/dist/index.js
r59329aa re29cc2e 63 63 let lastStop = null; 64 64 args.forEach((arg, index) => { 65 if ( !arg[2]) {65 if (arg.length !== 3) { 66 66 return; 67 67 } -
trip-planner-front/node_modules/postcss-minify-gradients/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "postcss-minify-gradients@5.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-minify-gradients@5.0.2", 10 "_id": "postcss-minify-gradients@5.0.2", 2 "_from": "postcss-minify-gradients@^5.0.3", 3 "_id": "postcss-minify-gradients@5.0.3", 11 4 "_inBundle": false, 12 "_integrity": "sha512- 7Do9JP+wqSD6Prittitt2zDLrfzP9pqKs2EcLX7HJYxsxCOwrrcLt4x/ctQTsiOw+/8HYotAoqNkrzItL19SdQ==",5 "_integrity": "sha512-Z91Ol22nB6XJW+5oe31+YxRsYooxOdFKcbOqY/V8Fxse1Y3vqlNRpi1cxCqoACZTQEhl+xvt4hsbWiV5R+XI9Q==", 13 6 "_location": "/postcss-minify-gradients", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "postcss-minify-gradients@ 5.0.2",11 "raw": "postcss-minify-gradients@^5.0.3", 19 12 "name": "postcss-minify-gradients", 20 13 "escapedName": "postcss-minify-gradients", 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-minify-gradients/-/postcss-minify-gradients-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-minify-gradients/-/postcss-minify-gradients-5.0.3.tgz", 22 "_shasum": "f970a11cc71e08e9095e78ec3a6b34b91c19550e", 23 "_spec": "postcss-minify-gradients@^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 "colord": "^2. 6",35 "colord": "^2.9.1", 41 36 "cssnano-utils": "^2.0.1", 42 37 "postcss-value-parser": "^4.1.0" 43 38 }, 39 "deprecated": false, 44 40 "description": "Minify gradient parameters with PostCSS.", 45 41 "devDependencies": { … … 53 49 "dist" 54 50 ], 55 "gitHead": " 3ffd3a0f178d60b68eeb84d75353b6decc6ef735",51 "gitHead": "2d84646671c7075f8dae35de310351aac3436bc0", 56 52 "homepage": "https://github.com/cssnano/cssnano", 57 53 "keywords": [ … … 75 71 "prepare": "yarn build" 76 72 }, 77 "version": "5.0. 2"73 "version": "5.0.3" 78 74 }
Note:
See TracChangeset
for help on using the changeset viewer.