{ "name": "level-concat-iterator", "version": "2.0.1", "description": "Concatenate items from an iterator into an array.", "author": "Lars-Magnus Skog ", "license": "MIT", "main": "index.js", "scripts": { "test": "standard && hallmark && nyc node test", "coverage": "nyc report --reporter=text-lcov | coveralls", "hallmark": "hallmark --fix", "dependency-check": "dependency-check . test.js", "prepublishOnly": "npm run dependency-check" }, "devDependencies": { "coveralls": "^3.0.2", "dependency-check": "^3.3.0", "hallmark": "^0.1.0", "level-community": "^3.0.0", "nyc": "^13.3.0", "standard": "^12.0.1", "tape": "^4.9.1" }, "hallmark": { "community": "level-community" }, "repository": { "type": "git", "url": "https://github.com/Level/concat-iterator.git" }, "homepage": "https://github.com/Level/concat-iterator", "keywords": [ "level", "concatenate", "iterator", "array" ], "engines": { "node": ">=6" } }