deno.land / x / linq@4.0.2 / package.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{ "name": "linq", "author": "Mihai Ciuraru <mihaixc@gmail.com>", "description": "linq.js - LINQ for JavaScript", "type": "module", "version": "4.0.2", "license": "MIT", "homepage": "https://github.com/mihaifm/linq", "repository": { "type": "git", "url": "https://github.com/mihaifm/linq.git" }, "scripts": { "test": "node test/testrunner.js" }, "preferGlobal": false, "keywords": [ "linq" ], "dependencies": {}, "engines": { "node": "*" }, "main": "./linq.js", "exports": "./linq.js", "types": "./linq.d.ts"}
linq

Version Info

Tagged at
6 months ago