{ "name": "@validatem/is-postcss-plugin", "description": "Validatem validator for ensuring that a value is a PostCSS plugin", "keywords": [ "validatem", "validator" ], "version": "0.1.1", "main": "index.js", "repository": "http://git.cryto.net/validatem/is-postcss-plugin.git", "author": "Sven Slootweg ", "license": "WTFPL OR CC0-1.0", "dependencies": { "@validatem/allow-extra-properties": "^0.1.0", "@validatem/either": "^0.1.2", "@validatem/error": "^1.0.0", "@validatem/has-shape": "^0.1.5", "@validatem/is-function": "^0.1.0", "@validatem/is-plain-object": "^0.1.1", "@validatem/is-value": "^0.1.0", "@validatem/required": "^0.1.1", "@validatem/wrap-error": "^0.1.2" }, "devDependencies": { "@validatem/core": "^0.3.3", "postcss-nested": "^5.0.0", "postcss-nested-props": "^2.0.0" } }