UNPKG

deep-reduce

Version:

reduce objects deeply, call reducer for every nested node in object tree

33 lines (32 loc) 829 B
{ "name": "deep-reduce", "version": "1.0.5", "description": "reduce objects deeply, call reducer for every nested node in object tree", "main": "index.js", "scripts": { "build": "tsc --strict -d index.ts", "preversion": "npm run build && npm test", "postpublish": "git push && git push --tags", "start": "tsc --strict -d --watch index.ts", "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/arve0/deep-reduce.git" }, "keywords": [ "object", "deep", "reduce", "nested", "transform", "reducer" ], "author": "Arve Seljebu", "license": "MIT", "bugs": { "url": "https://github.com/arve0/deep-reduce/issues" }, "homepage": "https://github.com/arve0/deep-reduce#readme", "runkitExampleFilename": "example.js" }