UNPKG

@lopatnov/make-iterable

Version:

How to make object as array? This TypeScript library makes objects as Array like and iterable.

60 lines (59 loc) 1.72 kB
{ "name": "@lopatnov/make-iterable", "version": "1.3.3", "description": "How to make object as array? This TypeScript library makes objects as Array like and iterable.", "author": "lopatnov", "license": "Apache-2.0", "homepage": "https://lopatnov.github.io/make-iterable/", "umdName": "makeIterable", "source": "src/make-iterable.ts", "main": "dist/make-iterable.js", "main_min": "dist/make-iterable.min.js", "module": "dist/make-iterable.es.js", "types": "dist/make-iterable.d.ts", "repository": { "type": "git", "url": "git+https://github.com/lopatnov/make-iterable.git" }, "bugs": { "url": "https://github.com/lopatnov/make-iterable/issues" }, "scripts": { "build": "rollup -c", "watch": "rollup -cw", "configure-npm": "node ./set-registry.js -s https://registry.npmjs.org", "configure-gpr": "node ./set-registry.js -s https://npm.pkg.github.com", "test": "jest" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "keywords": [ "TypeScript", "JavaScript", "Iterable", "Iterator", "Array", "ArrayLike", "typescript-library" ], "devDependencies": { "@lopatnov/rollup-plugin-uglify": "^2.1.1", "@types/jest": "^27.0.2", "@types/typescript": "^2.0.0", "jest": "^27.2.2", "jest-config": "^27.2.2", "rollup": "^2.57.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-typescript2": "^0.30.0", "terser": "^5.9.0", "ts-jest": "^27.0.5", "typescript": "^4.4.3" } }