{ "name": "deprecated-obj", "version": "2.0.0", "description": "Compares deprecations against a configuration object, and returns a compliant object and violations", "main": "index.js", "scripts": { "test": "node test.js" }, "keywords": [ "deprecate", "deprecated", "configuration" ], "author": { "email": "lars@webpro.nl", "name": "Lars Kappert" }, "license": "MIT", "dependencies": { "flat": "^5.0.2", "lodash": "^4.17.20" }, "repository": { "type": "git", "url": "https://github.com/webpro/deprecated-obj.git" }, "homepage": "https://github.com/webpro/deprecated-obj#readme", "bugs": "https://github.com/webpro/deprecated-obj/issues", "engines": { "node": ">=10" } }