{
  "_args": [
    [
      "known-css-properties@0.18.0",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "known-css-properties@0.18.0",
  "_id": "known-css-properties@0.18.0",
  "_inBundle": false,
  "_integrity": "sha512-69AgJ1rQa7VvUsd2kpvVq+VeObDuo3zrj0CzM5Slmf6yduQFAI2kXPDQJR2IE/u6MSAUOJrwSzjg5vlz8qcMiw==",
  "_location": "/known-css-properties",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "known-css-properties@0.18.0",
    "name": "known-css-properties",
    "escapedName": "known-css-properties",
    "rawSpec": "0.18.0",
    "saveSpec": null,
    "fetchSpec": "0.18.0"
  },
  "_requiredBy": [
    "/stylelint"
  ],
  "_resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.18.0.tgz",
  "_spec": "0.18.0",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "author": {
    "name": "Viorel Cojocaru",
    "email": "vio@beanon.com",
    "url": "http://beanon.com"
  },
  "bugs": {
    "url": "https://github.com/known-css/known-css-properties/issues"
  },
  "contributors": [
    {
      "name": "Krzysztof Bebenek",
      "email": "kbebenek@kbebenek.me",
      "url": "http://kbebenek.me"
    },
    {
      "name": "Viorel Cojocaru",
      "email": "vio@beanon.com",
      "url": "http://beanon.com"
    }
  ],
  "description": "List of known CSS properties",
  "devDependencies": {
    "axios": "0.19.1",
    "eslint": "6.8.0",
    "globby": "10.0.1",
    "lodash.sortby": "4.7.0",
    "lodash.uniq": "4.5.0"
  },
  "homepage": "https://github.com/known-css/known-css-properties#readme",
  "keywords": [
    "css",
    "properties",
    "w3c",
    "chrome",
    "firefox",
    "explorer",
    "edge",
    "safari",
    "opera",
    "samsung-internet",
    "uc-browser"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "known-css-properties",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/known-css/known-css-properties.git"
  },
  "scripts": {
    "bump": "npm version patch && npm publish && git push && git push --tags",
    "download-w3c-data": "node scripts/download-w3c-data",
    "generate": "node scripts/generate",
    "lint": "eslint index.js scripts/*.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.18.0"
}
