UNPKG

object-transpose

Version:

Transpose between object of arrays and array of objects

32 lines (31 loc) 729 B
{ "name": "object-transpose", "version": "2.0.1", "description": "Transpose between object of arrays and array of objects", "main": "index.js", "scripts": { "test": "npm run lint && npm run tape", "lint": "standard", "tape": "tape test.js" }, "repository": { "type": "git", "url": "https://github.com/emilbayes/object-transpose" }, "keywords": [ "object", "transpose", "object", "array" ], "author": "Emil Bay <github@tixz.dk>", "license": "ISC", "bugs": { "url": "https://github.com/emilbayes/object-transpose/issues" }, "homepage": "https://github.com/emilbayes/object-transpose", "devDependencies": { "standard": "^8.0.0", "tape": "^4.6.0" } }