lodash-omitdeep
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "lodash-omitdeep", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Lodash omitDeep/omitByDeep object key/value recursively", | ||
"author": { | ||
"name": "SIBERIA CAN CODE 🧊", | ||
"url": "https://github.com/siberiacancode" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Dmitry Babin", | ||
"url": "https://github.com/debabin" | ||
} | ||
], | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
@@ -20,10 +31,9 @@ "types": "lib/index.d.ts", | ||
], | ||
"homepage": "https://github.com/debabin/lodash-omitdeep", | ||
"author": "Dmitriy Babin (https://github.com/debabin)", | ||
"homepage": "https://github.com/siberiacancode/lodash-omitdeep", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/debabin/lodash-omitdeep" | ||
"url": "https://github.com/siberiacancode/lodash-omitdeep" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/debabin/lodash-omitdeep/issues" | ||
"url": "https://github.com/siberiacancode/lodash-omitdeep/issues" | ||
}, | ||
@@ -44,5 +54,10 @@ "files": [ | ||
}, | ||
"license": "ISC", | ||
"dependencies": { | ||
"lodash.isnil": "^4.0.0", | ||
"lodash.isplainobject": "^4.0.6", | ||
"lodash.omit": "^4.5.0", | ||
"lodash.omitby": "^4.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.2.3", | ||
"@types/jest": "^29.5.1", | ||
"@types/lodash.isnil": "^4.0.7", | ||
@@ -52,15 +67,9 @@ "@types/lodash.isplainobject": "^4.0.7", | ||
"@types/lodash.omitby": "^4.6.7", | ||
"jest": "^29.2.3", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^29.0.3", | ||
"jest": "^29.5.0", | ||
"prettier": "^2.8.8", | ||
"ts-jest": "^29.1.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.9.3" | ||
}, | ||
"dependencies": { | ||
"lodash.isnil": "^4.0.0", | ||
"lodash.isplainobject": "^4.0.6", | ||
"lodash.omit": "^4.5.0", | ||
"lodash.omitby": "^4.6.0" | ||
"typescript": "^5.0.4" | ||
} | ||
} |
9107
9