UNPKG

@jsdsl/iterator

Version:

A collection of classes that allow iteration over a predefined collection of elements.

54 lines (53 loc) 1.24 kB
{ "name": "@jsdsl/iterator", "version": "1.1.2", "description": "A collection of classes that allow iteration over a predefined collection of elements.", "publishConfig": { "access": "public" }, "main": "js/main", "types": ".d.ts/main", "scripts": { "build": "gulp rebuild", "test": "gulp rebuild && jest" }, "repository": { "type": "git", "url": "git+https://github.com/jsdsl/iterator.git" }, "keywords": [ "typescript", "iteration", "iterator", "iterators", "iterable", "iterables", "async-iterator", "async-iterators", "async-iteration", "async-iterable", "async-iterables", "for-each", "for-in", "for-of", "for-await", "for-await-of" ], "author": "Trevor Sears <trevor@trevorsears.com> (https://trevorsears.com/)", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/jsdsl/iterator/issues" }, "homepage": "https://github.com/jsdsl/iterator#readme", "devDependencies": { "typescript": "latest", "tslint": "latest", "@types/jest": "latest", "del": "latest", "gulp": "latest", "gulp-sourcemaps": "latest", "gulp-typescript": "latest", "gulp-uglify-es": "latest", "jest": "latest" } }