UNPKG

iter-fun

Version:
34 lines (33 loc) 721 B
{ "name": "iter-fun", "version": "0.2.0", "description": "Fun with Iterables", "main": "index.js", "files": [ "index.js" ], "scripts": { "format": "npx prettier --arrow-parens=avoid --trailing-comma=none --write *.js", "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/DanielJDufour/iter-fun.git" }, "keywords": [ "array", "iter", "iterable", "iterate", "iterator" ], "author": "Daniel J. Dufour", "license": "CC0-1.0", "bugs": { "url": "https://github.com/DanielJDufour/iter-fun/issues" }, "homepage": "https://github.com/DanielJDufour/iter-fun#readme", "devDependencies": { "flug": "^2.1.0" } }