weakref
Version:
Extend built-in collections with weak references for efficient garbage collection and optimal performance in memory-intensive applications with IterableWeakSet, IterableWeakMap, and WeakValueMap.
30 lines • 761 B
JSON
{
"name": "weakref",
"version": "0.2.1",
"description": "Extend built-in collections with weak references for efficient garbage collection and optimal performance in memory-intensive applications with IterableWeakSet, IterableWeakMap, and WeakValueMap.",
"keywords": [
"weakref",
"weakset",
"weakmap",
"weak",
"iterable",
"weak references"
],
"repository": {
"type": "git",
"url": "git+https://github.com/denostack/weakref.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/denostack/weakref/issues"
},
"main": "./script/mod.js",
"module": "./esm/mod.js",
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
}
},
"_generatedBy": "dnt@dev"
}