lightning-pool
Version:
Fastest generic Pool written with TypeScript
49 lines • 1.03 kB
JSON
{
"name": "lightning-pool",
"description": "Fastest generic Pool written with TypeScript",
"version": "4.11.1",
"author": "Panates",
"license": "MIT",
"dependencies": {
"doublylinked": "^2.5.6",
"putil-promisify": "^1.10.1",
"tslib": "^2.8.1"
},
"type": "module",
"exports": {
".": {
"import": {
"types": "./types/index.d.ts",
"default": "./esm/index.js"
},
"require": {
"types": "./types/index.d.cts",
"default": "./cjs/index.js"
},
"default": "./esm/index.js"
},
"./package.json": "./package.json"
},
"main": "./cjs/index.js",
"module": "./esm/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/panates/lightning-pool.git"
},
"contributors": [
"Eray Hanoglu <e.hanoglu@panates.com>"
],
"keywords": [
"pool",
"generic",
"generic-pool"
],
"files": [
"cjs/",
"esm/",
"types/",
"LICENSE",
"README.md"
]
}