weakref
Version:
IterableWeakSet, IterableWeakMap, and WeakValueMap provide iterable weak collections whose entries disappear automatically when their objects are garbage collected—perfect for caches and registries in any JavaScript runtime.
31 lines • 809 B
JSON
{
"name": "weakref",
"version": "0.2.2",
"description": "IterableWeakSet, IterableWeakMap, and WeakValueMap provide iterable weak collections whose entries disappear automatically when their objects are garbage collected—perfect for caches and registries in any JavaScript runtime.",
"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"
}
},
"scripts": {},
"_generatedBy": "dnt@dev"
}