frail-map
Version:
FrailMap is an extension of WeakMap that supports primitive values using WeakRef.
42 lines • 933 B
JSON
{
"name": "frail-map",
"version": "1.0.10",
"description": "FrailMap is an extension of WeakMap that supports primitive values using WeakRef.",
"keywords": [
"garbage collection",
"key-value",
"map",
"memory management",
"primitive values",
"WeakMap"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vicary/frail-map.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vicary/frail-map/issues"
},
"main": "./script/mod.js",
"module": "./esm/mod.js",
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
}
},
"scripts": {
"test": "node test_runner.js"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/vicary"
},
"devDependencies": {
"@types/node": "^20.9.0",
"picocolors": "^1.0.0",
"@deno/shim-deno": "~0.18.0"
},
"_generatedBy": "dnt@dev"
}