UNPKG

decova-dotnet

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

53 lines 1.78 kB
{ "name": "decova-dotnet", "version": "1.1.108", "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": "mocha --check-leaks -r tsconfig-paths/register -r ts-node/register \"spec/**/*.spec.ts\"" }, "files": [ "dist", "x.js", "x.ts" ], "keywords": [ "dotnet", "typescript", "List", "Dictionary", "delegates", "cleaner" ], "dependencies": { "semver": "^7.3.4", "ts-simple-nameof": "^1.3.1", "tsyringe": "^4.7.0" }, "bin": {}, "devDependencies": { "@types/chai": "^4.2.18", "@types/mocha": "^8.2.2", "@types/node": "^14.14.45", "@types/semver": "^7.3.4", "@types/supertest": "^2.0.11", "chai": "^4.3.4", "mocha": "^8.4.0", "nodemon": "^2.0.7", "supertest": "^6.1.3", "ts-node": "^9.1.1", "tsconfig-paths": "^3.9.0", "typescript": "^4.2.4" }, "author": "decova", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/georgemesseha/decova-dotnet-developer" } }