jsworkerutils
Version:
Helper class that improves the the loading processes, an implementation of multithreaded JS # Development Guide ## About - This library is meant to be a node packaged module that optimize concurrent api requests and simplify as much as possible , the li
59 lines (58 loc) • 1.86 kB
JSON
{
"name": "jsworkerutils",
"version": "1.1.7",
"description": "Helper class that improves the the loading processes, an implementation of multithreaded JS # Development Guide ## About - This library is meant to be a node packaged module that optimize concurrent api requests and simplify as much as possible , the library should be able integrate with other javascript projects indepent of frameworks.",
"main": "./dist/lib/index.js",
"types":"./dist/lib/index.d.ts",
"scripts": {
"test": "mocha -r ts-node/register **/index.test.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felixsonyusuftosin/jsWorkerUtils.git"
},
"keywords": [
"Webworkers",
"Parallel JS",
"Optimize HTTP Request",
"Javascript Multithreading",
"Es6",
"Asynchronous Javascript",
"HTTP Requests",
"Fetch",
"Parallel Javascript",
"Multithreading",
"jsworkerutils",
"JS Worker ",
"Javascript"
],
"author": "Felixson Yusuf Tosin <felixsonyusuftosin@gmail.com> (https://www.linkedin.com/in/felixsonyusuftosin/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/felixsonyusuftosin/jsWorkerUtils/issues"
},
"homepage": "https://github.com/felixsonyusuftosin/jsWorkerUtils#readme",
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/es6-promise": "^3.3.0",
"@types/mocha": "^5.0.0",
"@types/request": "^2.47.0",
"chai": "^4.1.2",
"jsdoc": "^3.5.5",
"mocha": "^5.0.5",
"nock": "^9.2.3",
"ts-node": "^3.3.0",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.10.0",
"typescript": "^2.8.1"
},
"dependencies": {
"rest": "^2.0.0",
"rxjs": "^5.5.10",
"@types/axios": "^0.14.0",
"@types/es6-promise": "^3.3.0",
"@types/request": "^2.47.0",
"typescript": "^2.8.1"
}
}