source: trip-planner-front/node_modules/postcss-media-minmax/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
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 },
42 "description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
43 "devDependencies": {
44 "npmpub": "^4.1.0",
45 "tape": "^4.9.1"
46 },
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",
58 "keywords": [
59 "css",
60 "css3",
61 "postcss",
62 "postcss-plugin",
63 "media querie",
64 "media queries"
65 ],
66 "license": "MIT",
67 "name": "postcss-media-minmax",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/postcss/postcss-media-minmax.git"
71 },
72 "scripts": {
73 "release": "npmpub",
74 "test": "tape test"
75 },
76 "version": "4.0.0"
77}
Note: See TracBrowser for help on using the repository browser.