package.json 555 B

1234567891011121314151617181920
  1. {
  2. "name": "iterall",
  3. "version": "1.3.0",
  4. "description": "Minimal zero-dependency utilities for using JavaScript Iterables in all environments.",
  5. "license": "MIT",
  6. "author": "Lee Byron <lee@leebyron.com> (http://leebyron.com/)",
  7. "homepage": "https://github.com/leebyron/iterall",
  8. "bugs": "https://github.com/leebyron/iterall/issues",
  9. "repository": "github:leebyron/iterall",
  10. "keywords": [
  11. "es6",
  12. "iterator",
  13. "iterable",
  14. "polyfill",
  15. "for-of"
  16. ],
  17. "main": "index",
  18. "module": "index.mjs",
  19. "typings": "index.d.ts"
  20. }