UNPKG

geninq

Version:

A JavaScript version of the Linq library for Generators

37 lines (36 loc) 811 B
{ "name": "geninq", "version": "0.0.3", "description": "A JavaScript version of the Linq library for Generators", "main": "dist/index.js", "scripts": { "test": "jest", "prepublish": "npm run test && tsc --declaration" }, "repository": { "type": "git", "url": "git+https://github.com/PaulPopat/geninq.git" }, "keywords": [ "Linq", "linq", "Array", "Generator", "AsyncGenerator" ], "author": "paulpopat", "license": "ISC", "bugs": { "url": "https://github.com/PaulPopat/geninq/issues" }, "homepage": "https://github.com/PaulPopat/geninq#readme", "devDependencies": { "@types/jest": "^27.0.2", "jest": "^27.3.1", "ts-jest": "^27.0.7", "typescript": "^4.4.4" }, "dependencies": { "@paulpopat/safe-type": "^2.1.3" } }