{
  "_args": [
    [
      "postcss-custom-media@8.0.0",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "postcss-custom-media@8.0.0",
  "_id": "postcss-custom-media@8.0.0",
  "_inBundle": false,
  "_integrity": "sha512-FvO2GzMUaTN0t1fBULDeIvxr5IvbDXcIatt6pnJghc736nqNgsGao5NT+5+WVLAQiTt6Cb3YUms0jiPaXhL//g==",
  "_location": "/postcss-custom-media",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-custom-media@8.0.0",
    "name": "postcss-custom-media",
    "escapedName": "postcss-custom-media",
    "rawSpec": "8.0.0",
    "saveSpec": null,
    "fetchSpec": "8.0.0"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.0.tgz",
  "_spec": "8.0.0",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/postcss/postcss-custom-media/issues"
  },
  "contributors": [
    {
      "name": "Maxime Thirouin"
    }
  ],
  "description": "Use Custom Media Queries in CSS",
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.11.5",
    "@rollup/plugin-babel": "^5.2.1",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.10.0",
    "postcss": "^8.1.0",
    "postcss-tape": "^6.0.0",
    "pre-commit": "^1.2.2",
    "rollup": "^2.28.2"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "eslintConfig": {
    "env": {
      "browser": true,
      "es6": true,
      "node": true
    },
    "extends": "eslint:recommended",
    "parser": "babel-eslint",
    "parserOptions": {
      "ecmaVersion": 2018,
      "impliedStrict": true,
      "sourceType": "module"
    }
  },
  "files": [
    "index.cjs.js",
    "index.es.mjs"
  ],
  "homepage": "https://github.com/postcss/postcss-custom-media#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "custom",
    "media",
    "query",
    "queries",
    "w3c",
    "csswg",
    "atrule",
    "at-rule",
    "specification"
  ],
  "license": "MIT",
  "main": "index.cjs.js",
  "module": "index.es.mjs",
  "name": "postcss-custom-media",
  "peerDependencies": {
    "postcss": "^8.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/postcss/postcss-custom-media.git"
  },
  "scripts": {
    "prepublishOnly": "npm test",
    "pretest": "rollup -c .rollup.js --silent",
    "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
    "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
    "test:tape": "postcss-tape"
  },
  "version": "8.0.0"
}
