{
  "_from": "known-css-properties@^0.5.0",
  "_id": "known-css-properties@0.5.0",
  "_inBundle": false,
  "_integrity": "sha1-b/ZpQ+1KW1VlfuCVd5qR9FNvgIQ=",
  "_location": "/known-css-properties",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "known-css-properties@^0.5.0",
    "name": "known-css-properties",
    "escapedName": "known-css-properties",
    "rawSpec": "^0.5.0",
    "saveSpec": null,
    "fetchSpec": "^0.5.0"
  },
  "_requiredBy": [
    "/stylelint"
  ],
  "_resolved": "http://registry.npm.taobao.org/known-css-properties/download/known-css-properties-0.5.0.tgz",
  "_shasum": "6ff66943ed4a5b55657ee095779a91f4536f8084",
  "_spec": "known-css-properties@^0.5.0",
  "_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/stylelint",
  "author": {
    "name": "Viorel Cojocaru",
    "email": "vio@mavrix.es"
  },
  "bugs": {
    "url": "https://github.com/betit/known-css-properties/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "List of known CSS properties",
  "devDependencies": {
    "axios": "^0.16.2",
    "eslint": "^3.19.0",
    "globby": "^6.1.0",
    "lodash.sortby": "^4.7.0",
    "lodash.uniq": "^4.5.0"
  },
  "homepage": "https://github.com/betit/known-css-properties#readme",
  "keywords": [
    "css",
    "properies",
    "w3c",
    "chrome",
    "firefox",
    "explorer",
    "edge",
    "safari",
    "opera"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "known-css-properties",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/betit/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.5.0"
}
