You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.8 KiB
72 lines
1.8 KiB
4 years ago
|
{
|
||
|
"_from": "postcss-media-minmax@^4.0.0",
|
||
|
"_id": "postcss-media-minmax@4.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==",
|
||
|
"_location": "/postcss-media-minmax",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "postcss-media-minmax@^4.0.0",
|
||
|
"name": "postcss-media-minmax",
|
||
|
"escapedName": "postcss-media-minmax",
|
||
|
"rawSpec": "^4.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^4.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/postcss-preset-env"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz",
|
||
|
"_shasum": "b75bb6cbc217c8ac49433e12f22048814a4f5ed5",
|
||
|
"_spec": "postcss-media-minmax@^4.0.0",
|
||
|
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\postcss-preset-env",
|
||
|
"author": {
|
||
|
"name": "yisi"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/postcss/postcss-media-minmax/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"postcss": "^7.0.2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
|
||
|
"devDependencies": {
|
||
|
"npmpub": "^4.1.0",
|
||
|
"tape": "^4.9.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6.0.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"CHANGELOG.md",
|
||
|
"README.md",
|
||
|
"README-zh.md",
|
||
|
"LICENSE",
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/postcss/postcss-media-minmax#readme",
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"css3",
|
||
|
"postcss",
|
||
|
"postcss-plugin",
|
||
|
"media querie",
|
||
|
"media queries"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "postcss-media-minmax",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/postcss/postcss-media-minmax.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"release": "npmpub",
|
||
|
"test": "tape test"
|
||
|
},
|
||
|
"version": "4.0.0"
|
||
|
}
|