{ "_from": "known-css-properties@^0.19.0", "_id": "known-css-properties@0.19.0", "_inBundle": false, "_integrity": "sha512-eYboRV94Vco725nKMlpkn3nV2+96p9c3gKXRsYqAJSswSENvBhN7n5L+uDhY58xQa0UukWsDMTGELzmD8Q+wTA==", "_location": "/known-css-properties", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "known-css-properties@^0.19.0", "name": "known-css-properties", "escapedName": "known-css-properties", "rawSpec": "^0.19.0", "saveSpec": null, "fetchSpec": "^0.19.0" }, "_requiredBy": [ "/stylelint" ], "_resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.19.0.tgz", "_shasum": "5d92b7fa16c72d971bda9b7fe295bdf61836ee5b", "_spec": "known-css-properties@^0.19.0", "_where": "D:\\qianger\\7\\jindouyunNewFront\\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.19.2", "eslint": "6.8.0", "globby": "10.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.19.0" }