- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/postcss-media-minmax/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-media-minmax", 3 "version": "4.0.0", 2 "_args": [ 3 [ 4 "postcss-media-minmax@4.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-media-minmax@4.0.0", 10 "_id": "postcss-media-minmax@4.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==", 13 "_location": "/postcss-media-minmax", 14 "_phantomChildren": { 15 "picocolors": "0.2.1" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "postcss-media-minmax@4.0.0", 21 "name": "postcss-media-minmax", 22 "escapedName": "postcss-media-minmax", 23 "rawSpec": "4.0.0", 24 "saveSpec": null, 25 "fetchSpec": "4.0.0" 26 }, 27 "_requiredBy": [ 28 "/postcss-preset-env" 29 ], 30 "_resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz", 31 "_spec": "4.0.0", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "yisi" 35 }, 36 "bugs": { 37 "url": "https://github.com/postcss/postcss-media-minmax/issues" 38 }, 39 "dependencies": { 40 "postcss": "^7.0.2" 41 }, 4 42 "description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.", 5 " scripts": {6 " test": "tape test",7 " release": "npmpub"43 "devDependencies": { 44 "npmpub": "^4.1.0", 45 "tape": "^4.9.1" 8 46 }, 9 "repository": "https://github.com/postcss/postcss-media-minmax.git", 47 "engines": { 48 "node": ">=6.0.0" 49 }, 50 "files": [ 51 "CHANGELOG.md", 52 "README.md", 53 "README-zh.md", 54 "LICENSE", 55 "index.js" 56 ], 57 "homepage": "https://github.com/postcss/postcss-media-minmax#readme", 10 58 "keywords": [ 11 59 "css", … … 16 64 "media queries" 17 65 ], 18 "author": "yisi",19 66 "license": "MIT", 20 "files": [ 21 "CHANGELOG.md", 22 "README.md", 23 "README-zh.md", 24 "LICENSE", 25 "index.js" 26 ], 27 "engines": { 28 "node": ">=6.0.0" 67 "name": "postcss-media-minmax", 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/postcss/postcss-media-minmax.git" 29 71 }, 30 "dependencies": { 31 "postcss": "^7.0.2" 72 "scripts": { 73 "release": "npmpub", 74 "test": "tape test" 32 75 }, 33 "devDependencies": { 34 "npmpub": "^4.1.0", 35 "tape": "^4.9.1" 36 } 76 "version": "4.0.0" 37 77 }
Note:
See TracChangeset
for help on using the changeset viewer.