{
  "_args": [
    [
      "postcss-media-query-parser@0.2.3",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "postcss-media-query-parser@0.2.3",
  "_id": "postcss-media-query-parser@0.2.3",
  "_inBundle": false,
  "_integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=",
  "_location": "/postcss-media-query-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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",
  "_spec": "0.2.3",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "author": {
    "name": "dryoma"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "bugs": {
    "url": "https://github.com/dryoma/postcss-media-query-parser/issues"
  },
  "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"
}
