typescript-linq
Version:
A TypeScript LINQ implementation for the JavaScript version ES2015 a.k.a. ES6
26 lines (25 loc) • 564 B
JSON
{
"name": "typescript-linq",
"version": "1.0.6",
"description": "A TypeScript LINQ implementation for the JavaScript version ES2015 a.k.a. ES6",
"main": "TS.js",
"types": "TS.d.ts",
"keywords": [
"Linq",
"TypeScript",
"TypeScript version 2.x",
"ES2015",
"ES6"
],
"author": "lord.saumagen",
"bugs": "lord.saumagen@gmail.com",
"repository" :
{
"type" : "git",
"url" : "https://github.com/lord-saumagen/TypeScript-LINQ"
},
"license": "MS-PL",
"engines": {
"node": ">= 6.6.0"
}
}