UNPKG

linq-extensions

Version:

Linq-like extension methods for JavaScript and TypeScript builtin collections

31 lines 652 B
{ "name": "linq-extensions", "version": "1.0.4", "description": "Linq-like extension methods for JavaScript and TypeScript builtin collections", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "author": "koppa96", "keywords": [ "linq", "query", "collections", "extension", "collection" ], "repository": { "type": "git", "url": "https://github.com/koppa96/linq-extensions" }, "license": "ISC", "files": [ "dist/**/*", "README.md" ], "devDependencies": { "typescript": "^3.9.5" } }