-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 919 Bytes
/
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
28
29
30
{
"name": "@reapptor/ts-linq",
"license": "MIT",
"version": "1.0.44",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/ReApptor/ReApptor.TypeScript.Linq"
},
"author": "ReApptor",
"description": "It is a complete, fully tested analog of C# Language-Integrated Query (LINQ) written in TypeScript. LINQ package generally operates on the collection types and comes as extension methods serving a variety of purposes in working with collections of types.",
"keywords": [
"linq",
"language-integrated query",
"ts",
"typescript",
"array extension",
"collection extension",
"npm",
"github"
],
"peerDependencies": {
},
"private": false,
"homepage": "https://reapptor.github.io/ReApptor.TypeScript.Linq/",
"bugs": {
"url": "https://github.com/ReApptor/ReApptor.TypeScript.Linq/issues",
"email": "[email protected]"
}
}