{
  "_from": "known-css-properties@^0.14.0",
  "_id": "known-css-properties@0.14.0",
  "_inBundle": false,
  "_integrity": "sha512-P+0a/gBzLgVlCnK8I7VcD0yuYJscmWn66wH9tlKsQnmVdg689tLEmziwB9PuazZYLkcm07fvWOKCJJqI55sD5Q==",
  "_location": "/known-css-properties",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "known-css-properties@^0.14.0",
    "name": "known-css-properties",
    "escapedName": "known-css-properties",
    "rawSpec": "^0.14.0",
    "saveSpec": null,
    "fetchSpec": "^0.14.0"
  },
  "_requiredBy": [
    "/stylelint"
  ],
  "_resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.14.0.tgz",
  "_shasum": "d7032b4334a32dc22e6e46b081ec789daf18756c",
  "_spec": "known-css-properties@^0.14.0",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/stylelint",
  "author": {
    "name": "Viorel Cojocaru",
    "email": "vio@beanon.com",
    "url": "http://beanon.com"
  },
  "bugs": {
    "url": "https://github.com/known-css/known-css-properties/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Krzysztof Bebenek",
      "email": "kbebenek@kbebenek.me",
      "url": "http://kbebenek.me"
    },
    {
      "name": "Viorel Cojocaru",
      "email": "vio@beanon.com",
      "url": "http://beanon.com"
    }
  ],
  "deprecated": false,
  "description": "List of known CSS properties",
  "devDependencies": {
    "axios": "0.18.0",
    "eslint": "5.16.0",
    "globby": "9.2.0",
    "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.14.0"
}
