{ "_from": "postcss-media-query-parser@^0.2.3", "_id": "postcss-media-query-parser@0.2.3", "_inBundle": false, "_integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", "_location": "/postcss-media-query-parser", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-media-query-parser@^0.2.3", "name": "postcss-media-query-parser", "escapedName": "postcss-media-query-parser", "rawSpec": "^0.2.3", "saveSpec": null, "fetchSpec": "^0.2.3" }, "_requiredBy": [ "/stylelint" ], "_resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", "_shasum": "27b39c6f4d94f81b1a73b8f76351c609e5cef244", "_spec": "postcss-media-query-parser@^0.2.3", "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\stylelint", "author": { "name": "dryoma" }, "babel": { "presets": [ "es2015" ] }, "bugs": { "url": "https://github.com/dryoma/postcss-media-query-parser/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A tool for parsing media query lists.", "devDependencies": { "babel-cli": "^6.14.0", "babel-preset-es2015": "^6.14.0", "babel-register": "^6.14.0", "eslint": "^2.5.1", "eslint-config-airbnb": "^6.0.2", "eslint-plugin-react": "^4.2.3", "tap-spec": "^4.1.1", "tape": "^4.6.0" }, "eslintConfig": { "extends": "airbnb", "rules": { "max-len": [ 2, 80, 4 ], "func-names": 0 } }, "files": [ "dist", "!**/__tests__" ], "homepage": "https://github.com/dryoma/postcss-media-query-parser", "keywords": [ "postcss", "postcss tool", "media query", "media query parsing" ], "license": "MIT", "main": "dist/index.js", "name": "postcss-media-query-parser", "repository": { "type": "git", "url": "git+https://github.com/dryoma/postcss-media-query-parser.git" }, "scripts": { "build": "babel src --out-dir dist", "lint": "eslint . --ignore-path .gitignore", "prebuild": "rimraf dist", "prepublish": "npm run build", "pretest": "npm run lint", "test": "tape -r babel-register \"src/**/__tests__/*.js\" | tap-spec" }, "version": "0.2.3" }