{
  "name": "doiuse",
  "version": "4.4.1",
  "description": "Lint CSS for browser support against caniuse database",
  "main": "lib/doiuse.js",
  "bin": "./cli.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/anandthakker/doiuse.git"
  },
  "keywords": [
    "lint",
    "css",
    "browser",
    "support",
    "caniuse",
    "stylelint"
  ],
  "author": "Anand Thakker",
  "contributors": [
    "Piotr Kuczynski <piotr.kuczynski@gmail.com> (https://github.com/pkuczynski)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anandthakker/doiuse/issues"
  },
  "homepage": "https://github.com/anandthakker/doiuse",
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "browserslist": "^4.16.1",
    "caniuse-lite": "^1.0.30001179",
    "css-rule-stream": "^1.1.0",
    "duplexer2": "0.0.2",
    "ldjson-stream": "^1.2.1",
    "multimatch": "^5.0.0",
    "postcss": "^8.2.4",
    "source-map": "^0.7.3",
    "through2": "^4.0.2",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "mock-fs": "^4.13.0",
    "postcss-import": "^14.0.0",
    "safe-regex": "^2.1.1",
    "tape": "^5.1.1"
  },
  "scripts": {
    "prebuild": "rm -rf lib",
    "build": "babel -d lib/ src/",
    "pretest": "npm run build",
    "test": "tape test/*.js",
    "prepublish": "npm run build"
  }
}
