decova-dotnet-developer
Version:
This package provides fundumentals that a .net developer may miss while working with Typescript, whether they are missing functinalities or funcionalities provided in a non-elegant design in javascript. Bad naming, bad design of optional parameters, non-c
43 lines • 1.54 kB
JSON
{
"FilePath": "G:\\_MyProjects\\_MyNodeProjects\\decova-dotnet-developer\\package.json",
"name": "decova-dotnet-developer",
"version": "1.4.5",
"liscense": "",
"main": "./dist/src/index",
"module": "",
"description": "This package provides fundumentals that a .net developer may miss while working with Typescript, whether they are missing functinalities or funcionalities provided in a non-elegant design in javascript. Bad naming, bad design of optional parameters, non-clear effect on the object after running the method are some examples of non-elegant design. Library as well includes delegates like Func<T,TReturn>, Func<T,T,TReturn> ... etc and Action<T>, Action<T,T> ... etc to well describe that passed function. It provides List<T> class that contains IEnumerable<T> methods that .net developer finds it more powerful and has an accurate semantic meaning than those of js Array. It's provided as a proxy to the native js Array.",
"sourceMap": true,
"inlineSourceMap": false,
"outDir": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist",
"x.js",
"x.ts"
],
"keywords": [
"dotnet",
"typescript",
"List",
"Dictionary",
"delegates",
"cleaner"
],
"dependencies": {
"semver": "^7.3.4"
},
"bin": {},
"devDependencies": {
"@types/jasmine": "^3.5.10",
"@types/semver": "^7.3.4",
"jasmine": "^3.5.0"
},
"author": "decova",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/georgemesseha/decova-dotnet-developer"
}
}