{ "_from": "known-css-properties@^0.24.0", "_id": "known-css-properties@0.24.0", "_inBundle": false, "_integrity": "sha512-RTSoaUAfLvpR357vWzAz/50Q/BmHfmE6ETSWfutT0AJiw10e6CmcdYRQJlLRd95B53D0Y2aD1jSxD3V3ySF+PA==", "_location": "/known-css-properties", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "known-css-properties@^0.24.0", "name": "known-css-properties", "escapedName": "known-css-properties", "rawSpec": "^0.24.0", "saveSpec": null, "fetchSpec": "^0.24.0" }, "_requiredBy": [ "/stylelint" ], "_resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.24.0.tgz", "_shasum": "19aefd85003ae5698a5560d2b55135bf5432155c", "_spec": "known-css-properties@^0.24.0", "_where": "H:\\gs_nuxt\\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.21.2", "eslint": "8.4.1", "globby": "12.0.2", "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.24.0" }