{ "name": "map-args", "version": "0.0.1", "description": "sick of wrangling variable number of args? map-args solves that", "main": "index.js", "scripts": { "test": "tape test.js | tap-spec" }, "repository": { "type": "git", "url": "git+https://github.com/mixmix/map-args.git" }, "keywords": [ "arguments" ], "author": "mixmix", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/mixmix/map-args/issues" }, "homepage": "https://github.com/mixmix/map-args#readme", "devDependencies": { "tap-spec": "^4.1.1", "tape": "^4.8.0" } }