tuna-jslinq
Version:
Linq methods for JavaScript/TypeScript for working with Arrays
44 lines (43 loc) • 1.13 kB
JSON
{
"name": "tuna-jslinq",
"version": "1.0.8",
"description": "Linq methods for JavaScript/TypeScript for working with Arrays",
"main": "dist/Tuna-JSLinq.js",
"typings": "dist/Tuna-JSLinq.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Baxterboom/Tuna-JSLinq.git"
},
"keywords": [
"Linq",
".NET",
"TypeScript",
"JavaScript",
"Array",
"Sorting"
],
"author": {
"name": "Baxterboom"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Baxterboom/Tuna-JSLinq/issues"
},
"homepage": "https://github.com/Baxterboom/Tuna-JSLinq",
"devDependencies": {
"@types/jasmine": "^3.6.0",
"gulp": "^4.0.2",
"gulp-debug": "^4.0.0",
"gulp-jasmine": "^4.0.0",
"gulp-minify": "^3.1.0",
"gulp-typescript": "5.0.0",
"jasmine": "^3.6.1",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-detect-browsers": "^2.3.3",
"karma-firefox-launcher": "^2.0.0",
"karma-jasmine": "^4.0.1",
"typescript": "^4.0.5",
"undertaker-forward-reference": "^1.0.2"
}
}