frontend/.pnpm-store/v3/files/07/87277091f7cc4ce707fa95a9afe75d5f209ad9a4e1cd1a15b285048832b8d7dd55915e29adc2c438af23e8a776731ed60373761ca60f421b8f7201e305daf8

33 lines
752 B
Plaintext

{
"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"
}
}